Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.219.153 Times

C Parser In Javacc freeware
Filter: All | Freeware | Demo
 

C Parser In Javacc

< 1 2 3 4 5 > 
Added: June 25, 2013 | Visits: 589

Eigensystem Realization Algorithm [A,B,C,D]=era(h,n,N,Ts,def);This function returns the state-space model (A,B,C,D) in continuous or discrete time. The input parameters are the discrete-time impulse response function (IRF); the order of the system; the number of samples to assembly the Hankel matrix and the sample...



Platforms: Matlab

License: Freeware Size: 10 KB Download (48): Eigensystem Realization Algorithm Download

Added: August 16, 2013 | Visits: 393

dyncall The dyncall library encapsulates architecture-, OS- and compiler-specific function call semantics in a virtual "bind argument parameters from left to right and then call" interface allowing programmers to call C functions in a completely dynamic manner. In other words, instead of calling a...





Platforms: Mac

License: Freeware Size: 256 KB Download (44): dyncall Download

Added: July 20, 2013 | Visits: 281

Rcpp The Rcpp package provides C++ classes that greatly facilitate interfacing C or C++ code in R packages using the .Call() interface provided by R. Rcpp provides matching C++ classes for a large number of basic R data types. Hence, a package author can keep his data in normal R data structures...


Platforms: Mac

License: Freeware Size: 1.79 MB Download (45): Rcpp Download

Added: September 28, 2013 | Visits: 289

bisonc++ The program bisonc++ creates a C++ parser function and -class having a cleaner setup than the code generated by Alain Coetmeur's bison++. Furthermore, since bisonc++ more closely follows current-day ideas about C++ programming its code is easier to read


Platforms: *nix

License: Freeware Size: 614.4 KB Download (37): bisonc++ Download

Added: January 07, 2010 | Visits: 2.575

A Sudoku Solver in C A Sudoku Solver in C is a console-based Linux program, written in C language, that solves Su Doku puzzles using deductive logic. It will only resort to trial-and-error and backtracking approaches upon exhausting its deductive moves. Puzzles must be of the standard 9x9 variety using the (ASCII)...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (203): A Sudoku Solver in C Download

Added: September 05, 2010 | Visits: 1.210

File::Comments::Plugin::C File::Comments::Plugin::C is a plugin to detect comments in C/C++ source code. SYNOPSIS use File::Comments::Plugin::C; File::Comments::Plugin::C is a plugin for the File::Comments framework. Both /* ... */ and // style comments are recognized. This is not a full-blown C...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (111): File::Comments::Plugin::C Download

Added: August 16, 2013 | Visits: 347

Python PSD Parser Python PSD Parser is a simple PSD parser written in the Python language. md5=84a9f807fa88ae010e180a7a35fcd1f5


Platforms: *nix, Windows

License: Freeware Size: 768 KB Download (33): Python PSD Parser Download

Added: June 26, 2013 | Visits: 242

http-parser http-parser provide you parser.HttpParser low-level parser in C that you can access in your python program and http.HttpStream providing higher-level access to a readable,sequential io.RawIOBase object. To help you in your day work, http-parser prvides you 3 kind of readers in the reader module:...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (41): http-parser Download

Added: October 13, 2010 | Visits: 1.377

GNU C library GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions. GNU C library is used by almost all C programs and provides the most essential program interface. The history of Unix and various standards determine much of the interface of the C...


Platforms: *nix

License: Freeware Size: 19.5 MB Download (109): GNU C library Download

Added: June 16, 2010 | Visits: 1.723

Bison Bison project is a general-purpose parser generator that converts a grammar description for an LALR context-free grammar into a C program to parse that grammar. Once you are proficient with Bison, you can use it to develop a wide range of language parsers, from those used in simple desk...


Platforms: *nix

License: Freeware Size: 1.3 MB Download (153): Bison Download

Added: April 17, 2010 | Visits: 996

C::DynaLib C::DynaLib is a Perl interface to C compiled code. SYNOPSIS use C::DynaLib; use sigtrap; # recommended $lib = new C::DynaLib( $linker_arg ); $func = $lib->DeclareSub( $symbol_name [, $return_type [, @arg_types] ] ); # or $func = $lib->DeclareSub( { "name" => $symbol_name, [param =>...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (98): C::DynaLib Download

Added: March 11, 2010 | Visits: 985

GIMP# GIMP# is an API wrapper around GIMP, written in C#. However, its not just a wrapper. GIMP# project also adds a thin layer which adds C# specific features, like iterating through a collection. An example of this is an iteration through the guides of an image. In C# this looks like: foreach...


Platforms: *nix

License: Freeware Size: 788.48 KB Download (91): GIMP# Download

Added: May 05, 2010 | Visits: 1.072

muhttpd muhttpd (mu HTTP deamon) is a simple but complete Web server written in portable ANSI C. It supports static pages, CGI scripts, and MIME type based handlers. It drops privileges before accepting any connections, and can log received requests. It has been tested on OpenBSD, GNU/Linux, NetBSD,...


Platforms: *nix

License: Freeware Download (99): muhttpd Download

Added: July 15, 2010 | Visits: 1.424

Shell::Parser Shell::Parser is a simple shell script parser. SYNOPSIS use Shell::Parser; my $parser = new Shell::Parser syntax => bash, handlers => { }; $parser->parse(...); $parser->eof; This module implements a rudimentary shell script parser in Perl. It was primarily written as a backend for...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (176): Shell::Parser Download

Added: May 11, 2010 | Visits: 786

C/Invoke C/Invoke is a library for connecting to C libraries at runtime. This differs from the typical method of interfacing with C, which involves writing static definitions which are then compiled to a machine-dependant format. C/Invoke provides a runtime facility to build descriptions of C functions...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (94): C/Invoke Download

Released: October 27, 2012  |  Added: October 27, 2012 | Visits: 260

CSharpCC Parser Generator CSharpCC is a compiler-compiler written Java for producing C# parsers from a given grammar. This project is a version of JavaCC (http://javacc.dev.java.net) and accepts a similar grammar, except it supports C# syntax, in spite of Java.


Platforms: Windows, Mac, Linux

License: Freeware Size: 239.13 KB Download (53): CSharpCC Parser Generator Download

Added: February 18, 2010 | Visits: 955

Arg_parser Arg_parser is an argument parser that follows POSIX and GNU conventions for command line arguments. Arg_parser is implemented as a C++ class, and is simpler, easier to use, and safer that "getopt_long". Arg_parser does not modify its arguments, nor uses any global variables. So you may create...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (91): Arg_parser Download

Added: August 03, 2010 | Visits: 1.068

XSD/e XSD/e is a XML Processing for Embedded Systems. CodeSynthesis XSD/e is an open-source XML parser generator for mobile and embedded systems. It provides event-driven, stream-oriented XML parsing, XML Schema validation, and C++ data binding while maintaining a small footprint and portability....


Platforms: *nix

License: Freeware Size: 2.6 MB Download (100): XSD/e Download

Added: November 03, 2010 | Visits: 1.459

File::Comments::Plugin::Java File::Comments::Plugin::Java is a Perl plugin to detect comments in Java source code. SYNOPSIS use File::Comments::Plugin::Java; File::Comments::Plugin::Java is a plugin for the File::Comments framework. Both /* ... */ and // style comments are recognized. This is not a full-blown C...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (143): File::Comments::Plugin::Java Download

Added: June 01, 2010 | Visits: 777

pygccxml pygccxmls purpose is to generate an XML description of a C++ program from GCCs internal representation. Since XML is easy to parse, other development tools will be able to work with C++ programs without the burden of a complicated C++ parser. The purpose of pygccxml is to read a GCC-XML...


Platforms: *nix

License: Freeware Size: 604.16 KB Download (99): pygccxml Download

< 1 2 3 4 5 >