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

Int8 software
 

Int8

Added: April 04, 2006 | Visits: 3.215

Luxena dbExpress driver for Informix Pro Luxena dbExpress driver for Informix Pro provides reliable access to all Informix Servers 7 (including SE) and higher. Supports all Informix data types, ensures excellent performance and provides a large set of advanced features. Platforms: Windows

License: Shareware Cost: $149.00 USD Size: 401 KB Download (126): Luxena dbExpress driver for Informix Pro Download

Added: May 10, 2013 | Visits: 314

pyPgSQL pyPgSQL is a package of two modules that provide a Python DB-API 2.0 compliant interface to PostgreSQL databases. The first module, libpq, exports the PostgreSQL C API to Python. This module is written in C and can be compiled into Python or can be dynamically loaded on demand. The second module,... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (56): pyPgSQL Download

Added: September 13, 2013 | Visits: 414

CSMatIO: MAT-file I/O API for .NET CSMatIO a .NET Library is a Matlab MAT-File I/O API for Microsoft's .NET 2.0 Architecture written entirely in C#. CSMatIO has the ability to read, write, and manipulate binary Level 5 MAT-Files.Currently supported data types:+ Double array+ Single array+ Char array+ Structure+ Cell array+ Sparse... Platforms: Matlab

License: Freeware Size: 727.04 KB Download (49): CSMatIO: MAT-file I/O API for .NET Download

Added: May 09, 2013 | Visits: 441

JMatIO - Matlab's MAT-file I/O in JAVA JMatIO is a JAVA library to read/write/manipulate with Matlab's binary MAT-files.Currently supported data types are:+ Double array+ UInt8, Int8 array+ UInt64, Int64 array+ Char array+ Structure+ Cell array+ Sparase arraythis project is also available at http://sf.net/projects/jmatio Platforms: Matlab

License: Freeware Size: 204.8 KB Download (46): JMatIO - Matlab's MAT-file I/O in JAVA Download

Added: May 21, 2013 | Visits: 338

Fortran Logical mex functions mxLogicalFunctions.for provides a suite of functions to support conversion of Fortran logical variables to/from MATLAB style mxArray variables in mex routines or engine applications. Assumes that the MATLAB logical class uses 1 byte for storage of each logical element. When testing a MATLAB... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Fortran Logical mex functions Download

Added: July 08, 2013 | Visits: 274

anyExceed Check if any element exceeds upper or lower limitEquivalent Matlab expression: any(Array(:) Upper)This Mex is faster especially for large arrays, because it returns after the first match is found and it does not create temporary arrays. For the 'finite' and 'absolute' options, this inplace... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): anyExceed Download

Added: April 06, 2013 | Visits: 453

VChooseKO VChooseKO(V, K) creates a matrix, which rows are all permutations of choosing K elements of the vector V with order and without repetitions.INPUT: V: Array of class DOUBLE, SINGLE, (U)INT8/16/32/64, LOGICAL, CHAR. K: Number of elements to choose.OUTPUT: Y: [N!/(N-K)!, K] matrix with N is the... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (50): VChooseKO Download

Added: June 03, 2013 | Visits: 380

VChooseKR VChooseKR(V, K) creates a matrix, which rows are all combinations created by choosing K elements of the vector V without order and with repetitions.INPUT: V: Array of class DOUBLE, SINGLE, (U)INT8/16/32/64, LOGICAL, CHAR. Prefer (U)INT8 or (U)INT16 for speed. K: Number of elements to... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): VChooseKR Download

Added: August 14, 2013 | Visits: 461

VChooseKRO VChooseKRO(V, K) creates a matrix, which rows are all permutations created by choosing K elements of the vector V with order and with repetitions.INPUT: V: Array of class DOUBLE, SINGLE, (U)INT8/16/32/64, LOGICAL, CHAR. Prefer (U)INT8 or (U)INT16 for speed. K: Number of elements to choose.OUTPUT:... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): VChooseKRO Download

Added: June 25, 2013 | Visits: 578

uneval This function converts a MATLAB variable into a text string, which when evaluated, produces the original variable having identical:data types (single, double, int8, ...)structurescell arraysmulti-dimensional arraysnested struct's of cell arrays of structs of ...For floating point values, enough... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): uneval Download

Added: May 23, 2013 | Visits: 312

quiverc.m--updated with new features %Updated version $Date: May 18th,2011 by Liang Kuang at Stevens Institute of Tech%Update 1: Change int8 to int16 when current colormap is bigger than 64,which will cause error%Update 2: Added 'samesize' for making all the vectors the samesize%Update 3: Add colorbar corresponding the the magnitude... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): quiverc.m--updated with new features Download

UNINIT - Create an uninitialized variable (like ZEROS but faster) UNINIT is very similar to the ZEROS function, except that UNINIT returns an uninitialized array instead of a zero-filled array. Thus, UNINIT is faster than the ZEROS function for large size arrays. Since the return variable is uninitialized, the user must take care to assign values to the... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): UNINIT - Create an uninitialized variable (like ZEROS but faster) Download

Added: July 31, 2013 | Visits: 267

DataHash DATAHASH - Checksum for Matlab array, struct, cell or fileHash = DataHash(Data, Opt) Data: Array of built-in types (U)INT8/16/32/64, SINGLE, DOUBLE (real or complex) CHAR, LOGICAL, CELL, STRUCT (scalar or array, nested), function_handle. Opt: Options struct: Opt.Method: 'SHA-1', 'SHA-256',... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): DataHash Download

Added: July 26, 2013 | Visits: 282

mexme - write MEX files in no time mexme automates the process of writing MEX files. You give mexme a snippet of C which just does numeric computations, as well a list of arguments, and it generates a valid MEX .c file. New in version 1.1, it writes tedious input and output validation code for you. This way you can write a MEX... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): mexme - write MEX files in no time Download

Added: May 22, 2013 | Visits: 228

Cell2Vec CELL2VEC - Concatenate cell elements to a vectorThe elements of arrays, which are elements of the input cell, are concatenated to a vector.V = Cell2Vec(C)INPUT: C: Cell array of any size. Accepted classes: all numerical types (DOUBLE, SINGLE, (U)INT8/16/32/64), LOGICAL, CHAR. All non-empty cell... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Cell2Vec Download

Added: July 19, 2013 | Visits: 407

Save and load data as multi-frame TIFF format You can easily save and load a variety types of data as multi-frame TIFF format by using this.Supported data types : uint8, uint16, uint32, int8, int16, int32, singleIt does not support 'double' type and complex number.Multi-frame RGB color image and lossless compression is supported.Examples... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Save and load data as multi-frame TIFF format Download

Added: April 29, 2013 | Visits: 358

Functions that checks if a number is odd or even Functions that checks if a number is odd or even.(This is a little bit more complicated than using "mod(x, 2)" if you want error handling for certain cases.)The function can handle double, single, and integer classes, as well as arrays of these.* An error is raised if a floating point number is... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Functions that checks if a number is odd or even Download

Added: April 26, 2013 | Visits: 426

TCP Output Socket An output socket that allows zero or more TCP client connections to be made.A separate thread manages the client connections allowing for multiple clients to connect and disconnect at any time.Not just for data communication but also useful as a debug output monitoring tool.Usage:output_port =... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): TCP Output Socket Download

Added: May 03, 2013 | Visits: 230

anyEq C-Mex: anyEqThis is a simple but fast check, if two arrays contain any common element.If no common element is found, the C-Mex is 30% to 50% faster than the equivalent Matlab expression "any(X(:) == y)" and much faster than "any(ismember(X, Y))" if Y is an array.If a matching element is found... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): anyEq Download

Added: July 01, 2013 | Visits: 218

pyPgSQ pyPgSQL is a package of two modules that provide a Python DB-API 2.0 compliant interface to PostgreSQL databases. The first module, libpq, exports the PostgreSQL C API to Python. This module is written in C and can be compiled into Python or can be dynamically loaded on demand. The second module,... Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 153.6 KB Download (37): pyPgSQ Download