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.479.657 Times

C Function freeware
Filter: All | Freeware | Demo
 

C Function

1 2 3 4 5 > 
Released: September 13, 2012  |  Added: September 13, 2012 | Visits: 377

CyoEncode CyoEncode is a C function provider for encoding binary data into a printable representation. This is done using base64, base32, or base16 (hex) character sets, plus equivalent functions for the decoding of such encoded data back into its binary form. Platforms: Windows

License: Freeware Download (42): CyoEncode Download

Added: April 06, 2013 | Visits: 545

C-MEX file example for 'float' data types If you have a C function with arguments that are float or pointer to float (rather than double or pointer to double) you can call the function from MATLAB and pass arguments to the function as single data types. For example, in this case we have a C file that is a highpass filter. In MATLAB ver.... Platforms: Matlab

License: Freeware Size: 10 KB Download (44): C-MEX file example for 'float' data types Download

Added: August 11, 2010 | Visits: 1.001

GNU libxmi GNU libxmi is a C/C++ function library for rasterizing 2-D vector graphics. GNU libxmi can draw 2-D graphical primitives, including wide polygonal lines and circular and elliptical arcs, into a user-supplied matrix of pixels. Sophisticated line styles, such as multicolored dashing patterns, can... Platforms: *nix

License: Freeware Size: 307.2 KB Download (96): GNU libxmi Download

Added: July 07, 2010 | Visits: 940

Inline::C Inline::C is a Perl module that can Write Perl Subroutines in C. Inline::C is a module that allows you to write Perl subroutines in C. Since version 0.30 the Inline module supports multiple programming languages and each language has its own support module. This document describes how to use... Platforms: *nix

License: Freeware Size: 92.16 KB Download (93): Inline::C Download

Added: April 18, 2010 | Visits: 773

C::DynaLib::Struct C::DynaLib::Struct is a tool for handling the C `struct data type. SYNOPSIS use C::DynaLib::Struct; Define C::DynaLib::Struct( $struct_tag, $template0, @field_names0, [$template1, @field_names1,] ... ); $rstruct = tie( $struct, $struct_tag [, @initializer_list] ); $value =... Platforms: *nix

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

Added: April 17, 2010 | Visits: 1.005

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: May 11, 2010 | Visits: 793

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: July 25, 2012  |  Added: July 25, 2012 | Visits: 1.399

C/C++ Compiler Package for RX Family The C/C++ Compiler Package for RX Family package includes the following embedded system development tools: C/C++ compiler ANSI-compliant. Language specification supports exception processing and template functions according to ANSI/ISO standards. This compiler builds a RX application written in... Platforms: Windows, Windows Vista, 7

License: Freeware Download (68): C/C++ Compiler Package for RX Family Download

Added: June 15, 2010 | Visits: 1.269

File::Sync File::Sync is a Perl access to fsync() and sync() function calls. SYNOPSIS use File::Sync qw(fsync sync); fsync(*FILEHANDLE) or die "fsync: $!"; sync(); use File::Sync qw(fsync); use IO::File; $fh = IO::File->new("> /tmp/foo") or die "new IO::File: $!"; ... fsync($fh) or die "fsync:... Platforms: *nix

License: Freeware Size: 4.1 KB Download (112): File::Sync Download

Added: August 14, 2010 | Visits: 912

Libeval Libeval provides simple means of evaluating simple arithmetic expressions involving literal numeric values, variables and functions using the addition (+), subtraction (-), multiplication (*), division (/), modulo division (), exponentiation (^), sign (+-), percentag (%) and grouping (())... Platforms: *nix

License: Freeware Size: 27.65 KB Download (95): Libeval Download

Released: July 21, 2012  |  Added: July 21, 2012 | Visits: 333

PlibC PlibC is a library that manages to (re)implement typical C functions as defined in the POSIX standard and the Single Unix Specification. This is done in order to extend the Microsoft C runtime library without loosing the integration into Windows. Platforms: Windows

License: Freeware Download (44): PlibC Download

Added: May 25, 2010 | Visits: 1.362

AltaVista::SearchSDK AltaVista::SearchSDK is a Perl extension for AltaVista Search Software Development Kit. SYNOPSIS use AltaVista::SearchSDK; avs_adddate(idx, yr, mo, da, startloc) avs_addfield(idx, pFname, startloc, endloc) avs_addliteral(idx, pWord, loc) avs_addvalue(idx, valtype, value, loc)... Platforms: *nix

License: Freeware Size: 8.19 KB Download (106): AltaVista::SearchSDK Download

Added: August 30, 2013 | Visits: 531

JavaBDD JavaBDD is a Java library for manipulating BDDs (Binary Decision Diagrams). Binary decision diagrams are widely used in model checking, formal verification, optimizing circuit diagrams, etc. For an excellent overview of the BDD data structure, see this set of lecture notes by Henrik Reif... Platforms: *nix

License: Freeware Size: 819.2 KB Download (41): JavaBDD Download

Added: April 13, 2010 | Visits: 726

pgk pgk is a Perl Gimp Kit, a OO perl gtk interface. pgk::Widget new ($name,$type) pre: $name is the name of this widget. $type is the type of this widget. post: base class pgk::Widget created, that implements base functions for all derived pgk classes. add($widget) pre: $widget is a... Platforms: *nix

License: Freeware Size: 7.17 KB Download (96): pgk Download

Added: June 05, 2010 | Visits: 738

libstatgrab libstatgrab is a library that provides cross platform access to statistics about the system on which its run. libstatgrab library written in C and presents a selection of useful interfaces which can be used to access key system statistics. The current list of statistics includes CPU usage, memory... Platforms: *nix

License: Freeware Size: 440.32 KB Download (95): libstatgrab Download

Added: January 17, 2010 | Visits: 793

Glib Glib are Perl wrappers for the GLib utility and Object libraries. SYNOPSIS use Glib; ABSTRACT This module provides perl access to GLib and GLibs GObject libraries. GLib is a portability and utility library; GObject provides a generic type system with inheritance and a powerful signal... Platforms: *nix

License: Freeware Size: 245.76 KB Download (88): Glib Download

Added: April 19, 2010 | Visits: 1.084

Net::TCP::PtyServer Net::TCP::PtyServer is a Perl module that serves pseudo-terminals. Opens a listening connection on a port, waits for network connections on that port, and serves each one in a seperate PTY. Coping with terminal size changes To set the size of a terminal, you need to call ioctl(), and pass... Platforms: *nix

License: Freeware Size: 8.19 KB Download (95): Net::TCP::PtyServer Download

Added: May 10, 2013 | Visits: 368

GNU plotutils The GNU plotutils package contains software for both programmers and technical users. Its centerpiece is libplot, a powerful C/C function library for exporting 2-D vector graphics in many file formats, both vector and raster. It can also do vector graphics animations.libplot is device-independent... Platforms: *nix, C/C++, BSD

License: Freeware Download (57): GNU plotutils Download

Added: August 23, 2013 | Visits: 582

Application Enhancer SDK The Application Enhancer SDK allows you to create Application Enhancer modules. It provides facilities for everything that is needed to create a fully-functioning APE module. Application Enhancer SDK is used in such well-known products as WindowShade X, FruitMenu, Labels X, and many others.... Platforms: Mac

License: Freeware Size: 21.21 MB Download (44): Application Enhancer SDK Download

Added: May 10, 2013 | Visits: 522

Automated swigging for creating C shared modules This script contains a simple python function to automate using the swig process for creating C modules for use inside Python. Platforms: *nix, Python, BSD


1 2 3 4 5 >