Search Downloads
Business
Finance
Gaming
Graphics
Internet
Multimedia
Programming
Utilities
Web Development
Hot Downloads
 
 
Filter by:
Sort by: Direction:

C programming language

Found: 351. Displaying: 1-10prevnext
C#CommDog C#CommDog 2.0Download Now!
Released: Mar 15, 2006 OS: MS-DOS/Windows 95/98/ME/NT/2000/XP License: Shareware Price: $69 User Rating: N/A
C#CommDog is a development tool that analyzes and optimizes the documentation state of an C# project (.csproj). All of the source code files of the project are checked for the correctness of their XML documentation. Missing and incorrect parts of every documentation comment are not only corrected and completed but also uniformed. By this means not only the documentation state of the project can be improved in best time but also the maintainability. This results in lower costs for future maintenance. The highly configurable parser of C#CommDog checks the correctness of every documentation comment of an C# source code file. In doing so the tool supports all type and member declarations of the C# language that are relevant for documentation such as file headers, classes, structs, enumerators, members, methods and constructors, except method bodies. That way the documentation state of the project is determined and visualized in the graphical user interface. Furthermore all missing or incorrect documentation comments can be seen in a detailed view. The highly configurable generator of C#CommDog generates a complete and correct XML documentation for an C# source code file. In so doing the contents of already existing documentation comments are maintained and a recoverable copy of the original source code file is created automatically. Furthermore missing comment contents can be marked with a special TODO entry and all documentation comments can be formatted uniformly either in Java-doc(/**) or in C#-doc (///) style. With the help of C#CommDog the developer can achieve a maximum in comment quality in a minimum of time. New features (since v1.1.0): - Supports Visual Studio 2005 - Automatic XML commentation "on the fly" during file change
Downloads: 5 File Size: 725.59 KB Company: SSA SoftSolutions GmbH  
getargs getargs 2.00Download Now!
Released: Mar 14, 2004 OS: MS-DOS License: Freeware Price: - User Rating: N/A
getargs v2.0 is a modifed version of the orginal getargs.zip argement parser for C programs. The source can be used in a DOS, UNIX, or a LINUX environtment. suggestions are welcome.
Downloads: 3 File Size: 6.00 KB Company: Extreme Logic  
COMM-DRV/Lib Standard Edition COMM-DRV/Lib Standard Edition 19.0Download Now!
Released: Nov 09, 2003 OS: MS-DOS/Windows 3.1/95/98/ME/NT/2000/XP License: Demo Price: $99.95 User Rating: N/A
Professional serial communication library - DLL for Windows & MSDOS libraries. Features: * State-driven file transfer libraries allow Xmodem, Ymodem, and Zmodem(w/ crash recovery) file transfers on multiple ports at the same time. * Built-in hardware and software handshaking for flow control (DTR/DSR, RTS/CTS, XON/XOFF). * Asynchronously call user's C/C++ or assembly functions on any serial communication or timed event (receive, transmit, modem, or status change interrupt event, buffer count events, specific character reception, error events, and much more). * Automatic UART type detection; 16650, 16550 support (including FIFO). * Support baud rates in excess of 115,200 baud, with the ability to use today's high-powered communications devices. * Completely port re-entrant, allowing it to be time-sliced. * Complete manual in Help/Hypertext format. HARDCOPY AVAILABLE. * Extensive statistics on every port(bytes lost, sent, received, errors, etc.). * Only library that really allows you to combine different multiport cards in one PC under MSDOS including Digiboard, Arnet, Boca Research, GTEK, etc. * Very easy to use (short learning curve). * Same API for Windows and MSDOS. * Extensive set of examples. Supports: * Microsoft Visual C/C++, Borland C/C++, Access, Visual Basic, Professional Basic, QuickBasic, & all compilers & tools that can call DLLs (e.g. LabView, Delphi, etc). * Virtually all Hayes compatible modems. * Any number of ports running concurrently * Any device that has a Windows serial communication driver (multiport card, USB - serial hubs & modems, PCMCIA). * Windows XP, Windows 2000, Windows NT, Windows Me, Windows 98, Windows 95, Windows 3.1, MSDOS.
Downloads: 1 File Size: 8.82 MB Company: WCSC (Willies Computer Software Co)  
matrxh06.zip matrxh06.zip 01Download Now!
Released: Sep 09, 2003 OS: MS-DOS/Windows 95/98/ME License: Freeware Price: - User Rating: N/A
Algebra linear functions in language C. Presentation of the useful functions : print, copy, fraction, rand, row.
Downloads: 2 File Size: 81.72 KB Company: xhunga  
matrxj07.zip matrxj07.zip 01Download Now!
Released: Sep 09, 2003 OS: MS-DOS/Windows 95/98/ME License: Freeware Price: - User Rating: N/A
System of equations with the free variables.
Downloads: 1 File Size: 72.02 KB Company: xhunga  
matrxg07.zip matrxg07.zip 01Download Now!
Released: Sep 06, 2003 OS: MS-DOS/Windows 95/98/ME License: Freeware Price: - User Rating: N/A
Algebra linear functions in C.(integers) a) Basic matrices functions : addm, subm, multm, powm, smultm, transpose, trace, det, minor, mminor, cofactor, mcofactor, adjoint, inverse, inverse(gaussjordan), gauss, gaussjordan, LU. b) Basic vectors functions in R**n : norm, distance, innerproduct,coldim, rowdim, rank, nullity.
Downloads: 0 File Size: 96.71 KB Company: xhunga  
matrxf07.zip matrxf07.zip 01Download Now!
Released: Sep 05, 2003 OS: MS-DOS/Windows 95/98/ME License: Freeware Price: - User Rating: N/A
Algebra linear functions in C.(fractions) a) Basic matrices functions : addm, subm, multm, powm, smultm, transpose, trace, det, minor, mminor, cofactor, mcofactor, adjoint, inverse, inverse(gaussjordan), gauss, gaussjordan, LU. b) Basic vectors functions in R**n : norm, distance, innerproduct,coldim, rowdim, rank, nullity,leastsqrs. c) With random values. d) Save your work in a text file.
Downloads: 2 File Size: 98.93 KB Company: xhunga  
mapm-48.zip mapm-48.zip 4.8Download Now!
Released: Jul 27, 2003 OS: MS-DOS License: Demo Price: - User Rating: N/A
MAPM is an Arbitrary Precision Math Library written in C. This library has math functions typically found in math.h. The library has the obvious add, subtract, multiply, and divide. It also has the following math functions: SQRT, CBRT, SIN, COS, TAN, ARC-SIN, ARC-COS, ARC-TAN, ARC-TAN2, LOG, LOG10, EXP, POW, Hyperbolic functions, and FACTORIAL. Since the library supports math.h type functions, it has a slant towards floating point math (as opposed to integers). However, this library may also perform integer only math if so desired. The library has a FFT based fast multiplication algorithm that has O(N * log2(N)) growth. The library also has a C++ wrapper class for easier usage: MAPM x,y; y = 3.2 * sin(x);, etc. Special requirements: C compiler. Changes: Added many new functions and optimizations. mapm-48.zip has replaced mapm-356.zip. Freeware. Uploaded by the author. Michael C. Ring ringx004@tc.umn.edu ------------------------------
Downloads: 0 File Size: 185.15 KB Company: Mike Ring  
c03a__03.zip c03a__03.zip 01Download Now!
Released: Jul 15, 2003 OS: MS-DOS License: Freeware Price: - User Rating: N/A
The derivative : The tangent. a) You can see the result in Gnuplot. * Draw the tangent. * Animate the tangent. * Find the intersection points of the tangent with the x-y axis. * Find the length of the tangent from P to the x axis. * Find the length of the tangent from P to the y axis. * Find the length of the under tangent.
Downloads: 0 File Size: 32.02 KB Company: xhunga  
c04g__03.zip c04g__03.zip 01Download Now!
Released: Jul 15, 2003 OS: MS-DOS License: Freeware Price: - User Rating: N/A
* Approximate the definite integral by using the trapezoidal's rule. * Approximate the definite integral by using the Simpson's rule.
Downloads: 0 File Size: 21.42 KB Company: xhunga  
Found: 351. Displaying: 1-10prevnext
Xilisoft Video Converter 5.1.17.1027
It's a powerful video converter to convert video and audio formats.