Sciweavers

3708 search results - page 371 / 371
» Programming with C Exceptions
Sort
View
160 views 92 votes 15 years 6 months ago  CC 2004»
The Generalized LR (GLR) parsing algorithm is attractive for use in parsing programming languages because it is asymptotically efficient for typical grammars, and can parse with an...
134 views 100 votes 15 years 6 months ago  ICCS 2004»
We have upgraded the Conceptual Programming Environment (CP) from a single standalone application to a set of component modules to increase flexibility of the environment and to a...
162 views 111 votes 15 years 4 months ago  KBSE 1997»
In software testing, it is often desirable to find test inputs that exercise specific program features. To find these inputs by hand is extremely time-consuming, especially whe...
161 views 141 votes 14 years 11 months ago  MODELS 2010»
This paper describes a novel approach to embedded software development. Instead of using a combination of C code and modeling tools, we propose an approach where modeling and progr...
135 views 84 votes 14 years 11 months ago  MP 2010»
Abstract We present a matrix-free line search algorithm for large-scale equality constrained optimization that allows for inexact step computations. For sufficiently convex problem...
142 views 123 votes 14 years 11 months ago  TRETS 2010»
s, and abstractions, typically enabling faster development times than with traditional Hardware ion Languages (HDLs). However, programming at a higher level of abstraction is typic...
211 views 110 votes 14 years 4 months ago  ICALP 2011»
We study a family of graph clustering problems where each cluster has to satisfy a certain local requirement. Formally, let µ be a function on the subsets of vertices of a graph G...
116 views 105 votes 15 years 23 days ago  BMCBI 2006»
Background: Bioinformatics applications are now routinely used to analyze large amounts of data. Application development often requires many cycles of optimization, compiling, and...
141 views 108 votes 15 years 2 months ago  COOTS 1998»
The Java programming language has gained substantial popularity in the past two years. Java's networking features, along with the growing number of Web browsers that execute J...
150 views 77 votes 16 years 1 months ago  SIGCSE 2009»
Dynamic memory management and the use of pointers are critical topics in teaching the C++ language. They are also some of the most difficult for students to grasp properly. The re...