Freeware Downloads for "Array C Declare"
- PNG to C Source Code Converter
- License: Freeware

PNG to C Source Code Converter is a lightweight and easy to use application designed to help you convert a PNG image into the array of its color codes.
PNG to C Source Code Converter creates a C inline file, based on user-defined output specifications. You can select the color type and the variables to include in the output (width, height, byte per pixel, array size).
.
- Platform: Windows
- Publisher: Ali Khanlarkhani
- Date:
- Antenna's Array Synthesis
- License: Freeware

This is an old program (1.999) that I have written for understanding radiation patterns of antennas. Basically I was looking for the relationship between interference diagram (Fourier transform of ilumination, usually called Array Factor) and 3D radiation pattern of the Array. For that reason, it represents XY, XZ and YZ planes instead of H and E. On this version the visible space is not update. On final version (I don't find it), the visible space where delimitated between lines over the interference pattern, and you can see how it varies with distance between antennas and ilumination phase law.
- Platform: Matlab, Scripts
- Publisher: Cesar Delgado Gonzalez
- Date: 01-05-2013
- Size: 225 KB
- Convert Time Array to a Datenum Array
- License: Freeware

UTC time (universal time convention) is used in ANSI-C standard for defining time. This is measured in seconds since 1970, at the Prime Meridian. The UTC2Datenum_array function takes a M x 1 array of UTC time values and converts it to a M x 1 array of Matlab serial Time values. This code is derived from the UTC2datenum function written by Abraham Cohn of Philips Medical Systems. This code does not convert UTC to local time.
- Platform: Matlab, Scripts
- Publisher: Mark Evans
- Date: 13-01-2013
- Size: 10 KB
- C & mex file example
- License: Freeware

The program mex_test.c is a basic example of how to use mxArray *prhs[] in mexFunction entry embedded in C code. The executable should accept 3 input args of different data types: 1 string, 1 double and 1 int32 array. The program allows a user to input a NULL for any of the input arguments, to demonstrate some basic error handling. A test script m-file and a text file with the author's test output is also included..
- Platform: Matlab, Scripts
- Publisher: Mary Brzezenski
- Date: 14-03-2013
- Size: 10 KB
- Writing MATLAB C/MEX Code
- License: Freeware

Learn how to create MEX-functions: programs written in C, C++, or Fortran code that are callable from MATLAB. This article is a guide to getting started and performing practical tasks as well as a reference. Contents: * Introduction * Getting Started * Inputs and Outputs * Creating an Uninitialized Numeric Array * Calling a MATLAB function from MEX * Calling a MATLAB function handle from MEX * Calling MATLAB from a non-MEX program * Memory * Non-Numeric Variables * FFTs with FFTW * Miscellaneous * Further Reading.
- Platform: Matlab, Scripts
- Publisher: Pascal Getreuer
- Date: 17-01-2013
- Size: 246 KB
- Generate Arrays
- License: Freeware

Two simple functions to convert a Matlab array in a set of instructions for LaTeX or C. The functions generate a string that can be printed in the Matlab command window and the copied and pasted into your code..
- Platform: Matlab, Scripts
- Publisher: Marco Zuliani
- Date: 21-05-2013
- Size: 10 KB
- C++ sets class
- License: Freeware

The sets class can be used to perform set operations in your programs. It represents set elements as bits in a private array of unsigned long integers. The array size is a defined constant which can be changed to suit your application. The sets class supports the following set operations by means of C++ operator overloading: (1) union -- The union of two sets A, B is the set of all elements which belong to either A or B. In the sets class, the symbol + is the binary union operator. (2) intersection -- The intersection of two sets A, B is the set of all elements which belong to both A and B.
- Platform: Windows
- Publisher: Abecedarical Systems
- Date: 15-01-2001
- Size: 13 KB
- TommyDS
- License: Freeware

Store objects with high performance with the help of the TommyDS C library.
The data structures provided are:
· tommy_list - A double linked list.
· tommy_array - A linear array. It doesn't fragment the heap.
· tommy_hashtable - A fixed size chained hashtable.
· tommy_hashdyn - A dynamic chained hashtable.
· tommy_hashlin - A linear chained hashtable. It doesn't have the problem of the delay when resizing and it doesn't fragment the heap.
- Platform: WinOther
- Publisher: Andrea Mazzoleni
- Date:
- Symbian C++ Technology
- License: Freeware

MDG Technology for Symbian C++ provides modeling and round-trip code engineering support for Symbian C++ language extensions. The technology includes a UML toolbox for Symbian C++, as well as the necessary code engineering templates and reverse engineering extensions.
Enterprise Architect provides built-in support for round-trip engineering of C++ code using UML class models. This capability has been extended to support model development for Symbian C++ code, using Sparx Systems' MDG Technology extensions.
- Platform: Windows
- Publisher: Sparx Systems Pty Ltd.
- Date:
- Size: 5847 KB
- C++ Server Pages
- License: Freeware

C++ Server Pages (CSP) allows developers to build Dynamic Web Pages and Web Applications by using C++. Existing C++ projects can be ported to the Web by simply including the C++ source code, or by importing the C++ libraries to CSP scripts. It is similar to ASP and JSP, but instead of VBScript, JScript, or Java it uses C++, giving an incredibly high processing performance to your web applications. It supports automatic script compilation and provides the developer with a complete Web programming framework.
- Platform: Windows
- Publisher: Micronovae Ltd
- Date: 05-04-2005
- Size: 8038 KB
- C# Code Export
- License: Freeware

Looking for a simple and fast way to indent and export your C# code into various file formats? Look no further than C# Code Export, a unique and easy to use software to quickly and easily reindent, export (10+ formats supported) and print your C# documents, convert them to PDF, RTF, images and more! Format / Indent your C# code (thanks to AStyle) Convert your C# code to the following formats : HTML PDF RTF BMP PNG JPG Lotus SVG QUATTRO Pro Excel Print / Create advanced reports using a state-of-the-art printing / report engine Indent multiple files at once.
- Platform: Windows
- Publisher: OverZone Software
- Date: 31-03-2006
- Size: 1936 KB
- C++ Code Export
- License: Freeware

C++ Code Export is a unique and easy to use software to quickly and easily reindent, export (10+ formats supported) and print your C/C++ documents, convert them to PDF, RTF, images and more! Format / Indent your C++ code (thanks to GC GreatCode) Convert your C/C++ code to the following formats : HTML PDF RTF BMP PNG JPG Lotus SVG QUATTRO Pro Excel Print / Create advanced reports using a state-of-the-art printing / report engine Indent multiple files at once. Backup indented files automatically.
- Platform: Windows
- Publisher: OverZone Software
- Date: 30-03-2006
- Size: 1918 KB
- Convert String for C++
- License: Freeware

String in C++ source code is different from common string. You should add quote at the start and end of a string line, replace quote inside the string with slash and quote, double slash, and add return and next line at the end of a string line. If you make some changes in the revised string, you have to iterate the above steps. Now Convert String for C++ will do the job for you to get the exact C++ string which you can just copy and paste into your CPP program directly. It also supports HTML format converting.
- Platform: Windows
- Publisher: BossEye Inc.
- Date: 06-08-2006
- Size: 126 KB
- Topcoder AutoGen for Arena C++
- License: Freeware

TopCoder Arena is a famous online competition for programmers to demonstrate their talent in algorithm and programming. There are many talent people participated in it, and the competition time is not enough at all for most participators. You have to translate the problem description into the C++ class and method, design the algorithm, implement, and test them manually. Now with TopCoder AutoGen, what you need to do is to design the algorithm to resolve the problem only, and AutoGen will handle anything else.
- Platform: Windows
- Publisher: BossEye Inc.
- Date: 06-08-2006
- Size: 128 KB
- C Server Pages
- License: Freeware

Create Dynamic Web Pages and Web Apps, fast and easy, by using genuine C++ C++ Server Pages (CSP) allows developers to build Dynamic Web Pages and Web Applications by using C++. Existing C++ projects can be ported to the Web by simply including the C++ source code, or by importing the C++ libraries to CSP scripts. It is similar to ASP and JSP, but instead of VBScript, JScript, or Java it uses C++, giving an incredibly high processing performance to your web applications. It supports automatic script compilation and provides the developer with a complete Web programming framework.
- Platform: Windows
- Publisher: micronovae.com
- Date: 08-07-2009
- Size: 8017 KB
- RISE C# code generator
- License: Freeware

RISE C# code generator
The RISE C# code generator generates .NET C# source code for database access. The generated code implements the classes and methods corresponding to the information interfaces specified in the RISE model. This includes classes for database access and, optionally, classes implementing SOAP/JSON web services. The source code from the code generator is compliant with the output from the SQL Server, PostgreSQL and MySQL code generators.
RISE Code generators
The RISE suit provides a range of free code generators for you to use.
- Platform: Windows
- Publisher: RISE to Bloome Software
- Date: 25-06-2011
- Size: 446 KB
- C/C++ Interpreter For Cgi And Forms
- License: Freeware

A superset of C compatible and platform independant scripting language..
- Platform: C & C++, Scripts
- Publisher: Mr. Cheng
- Date: 15-07-2011
- Win32, C, C++, VC++ resources - CoderSource.net
- License: Freeware

Win32, C, C++, VC++ resources - CoderSource.net is Windows compatible. Win32, C, C++, MFC articles using VC++ compiler and other associated Windows based C++ compilers with sufficient sample programs are provided in this site..
- Platform: C & C++, Scripts
- Publisher: Muthukumar
- Date: 21-02-2011
- VSBrown - C++ Code
- License: Freeware

C++ examples for all to view and use to better understand C++ and to assist in your personal C++ project..
- Platform: C & C++, Scripts
- Publisher: VSBrown
- Date: 24-06-2011
- Visual C++ Express Edition
- License: Freeware

Visual C++ 2010 Express Edition provides a complete integrated development and debugging environment making it the easiest way to create powerful applications using the C/C++ language. Visual C++ 2010 Express Edition also contains an enhanced version of the C/C++ optimizing compiler for the fastest executables. Best of all, the Visual C++ 2010 Express Edition is completely free. you can free download Visual C++ Express Edition 2010 now. Simple * Harness latest features of the Windows Platform SDK starting with the streamlined installation * Create native Win32 applications * Develop rich 2D and 3D games with The Game Creators GDK Fun * Create first person shooters, puzzles, real-time strategy and much more * Focus on making exciting games and not the technical issues Easy to learn * The Game Creators Development...
- Platform: WinOther
- Publisher: Microsoft
- Date: 21-06-2012
- Size: 2662 KB
Array C Declare: Freeware | All










