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

Integer Factorization freeware
Filter: All | Freeware | Demo
 

Integer Factorization

< 1 2 3 4 5 
Added: April 06, 2013 | Visits: 416

HUFFMANCODING format : [huffcodes,H,Hav,e]=huffmancoding(p,n)inputs: p is the probability of each alphabet symbol( eg:p=[.3 .2 .2 .2 .06 .04] )n is an integer that determines number of symbols at each frame(default:n=1)outputs: huffcodes: huffmancodesH: source entropyHav: average entropy for codinge: codding... Platforms: Matlab

License: Freeware Size: 10 KB Download (45): HUFFMANCODING Download

Added: May 03, 2013 | Visits: 439

RANDI_ORG: True random integer numbers The RANDI_ORG function has a similar usage as the RANDI function. However, instead of returning pseudo-random numbers, it queries the site http://www.random.org to collect true random numbers. Refer to the web site for a discussion on the difference between pseudo and true randomness.Note that... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): RANDI_ORG: True random integer numbers Download

Added: April 22, 2013 | Visits: 416

Time index >> help timeidx TIMEIDX returns numeric index given time string. D = TIMEIDX(T) returns index value in relative days which is suitable for DATENUM math. To work in hours multiply by 24, for seconds multiply by 24*3600, etc. T can be a time string (DD:HH:MM:SS) where DD, HH and MM are... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Time index Download

Added: June 13, 2013 | Visits: 306

PHYLIP DNA parsimony (dnapars) GUI This package includes a modified version of dnapars.exe from Phylip 3.6. The orignal dnapars,exe uses a menu for settings of parameters. I changed it into a command-line driven one, called mbetoolbox_dnapars.exe. Then I built a MATLAB interface for it. Within MATLAB, after setting the path, set... Platforms: Matlab

License: Freeware Size: 307.2 KB Download (40): PHYLIP DNA parsimony (dnapars) GUI Download

Added: June 16, 2013 | Visits: 443

m-sequence generation program using a search algorithm Maximum length sequence assuming distinctvalues = baseVal^powerVal-1 [ms]=mseqSearch(powerVal,baseVal) OUTPUT: ms: generated maximum length sequence, of length basisVal^powerVal-1 such that all values occur with equal frequency=basisVal except zero, which occurs basisVal-1 times INPUT: baseVal:... Platforms: Matlab

License: Freeware Size: 10 KB Download (48): m-sequence generation program using a search algorithm Download

Added: July 05, 2013 | Visits: 445

Peak Fitter A command-line peak fitting program for time-series signals, written as a self-contained Matlab function in a single m-file. Uses an non-linear optimization algorithm to decompose a complex, overlapping-peak signal into its component parts. The objective is to determine whether your signal can be... Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Peak Fitter Download

Added: April 29, 2013 | Visits: 422

geotiffwrite This program can write a 2D or 3D array to a single or multi-band GeoTIFF file. For more information and examples, please visit:http://www.rotman-baycrest.on.ca/~jimmy/geotiffwriteor type: help geotiffwriteMATLAB's Mapping Toolbox only provides a "geotiffread" function, but it does not have a... Platforms: Matlab

License: Freeware Size: 20.48 KB Download (44): geotiffwrite Download

Added: June 08, 2013 | Visits: 494

the Network Simplex Algorithm Consider the digraph with N vertices and M arcsN Vertices of the graph is expressed by the numbers 1,d-deTZ,N.Given the capacities of arcs, the demand functions of vertices and the cost functions of the arcs, then define the flow network of the given flow network.This function computes the... Platforms: Matlab

License: Freeware Size: 10 KB Download (54): the Network Simplex Algorithm Download

Added: July 06, 2013 | Visits: 488

Coin Combinations For small number of coins, and a listing of all combinations, a better program to use is John's program "Partitions of an Integer" (see discussion below)If you have a huge set of coins, and just want the number of combinations; this might be a good program as it doesn't list the combinations and... Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Coin Combinations Download

Added: April 03, 2013 | Visits: 414

Integer Partitions via Universal Lexicons DIRECTORIES:- SMALLPART/smallpart.mclusterindex.m- PARTITIONS/partition.mcluster.mBLLSG.mBoth are based on the Cluster Polynomial Representation of binary words of arbitrary length. The theory of Universal Lexicons is covered in the following Technical Report (submitted in J. App. Comp.... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Integer Partitions via Universal Lexicons Download

Added: June 12, 2013 | Visits: 440

Function To Generate Truth Table Condition Vectors This function returns a matrix of all possible binary condition vectors for a logical system with (I) inputs.The number of inputs is limited only by the user's available system memory. The function is highly efficient, written using only three variables in 16 lines of MATLAB code.While this is... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Function To Generate Truth Table Condition Vectors Download

Added: April 24, 2013 | Visits: 300

INVDISTGRID INVDISTGRID Simple, robust gridding using inverse-distance interpolation. [Xi,Yi,Zi] = invdistgrid[X,Y,Z,dx] Grids values in vector Z with coordinates X and Y into an array with spacing dx using inverse-distance weighting (default power =2). All data between grid points are used in weighting. If... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): INVDISTGRID Download

Added: June 30, 2013 | Visits: 437

Metabase Metabase is package of classes that provide DBMS independent access and management of databases.Features of Metabase:- Dual API call forms- Direct driver class object callsGlobal function calls- Set of functions that call the selected DBMS driver objects functions supporting when possible-... Platforms: PHP

License: Freeware Size: 204.8 KB Download (42): Metabase Download

Added: June 29, 2013 | Visits: 408

Oh!DB Table Data Gateway Oh!DB Table Data Gateway can perform the following operations:- Execute SQL SELECT queries from list of fields of a table- Retrieve the highest or the lowest value from an integer primary key table field- Get or delete one record of a table with a given primary key value- Delete all records of a... Platforms: PHP

License: Freeware Size: 10 KB Download (39): Oh!DB Table Data Gateway Download

Added: August 22, 2013 | Visits: 501

dbff dbff can be used to read and write flat file databases in a tagged CSV format. It can serve as a standalone PHP database replacement for simple and small applications or dynamic web pages. It can create and maintain files with a given data definition for column names and types.dbff can perform... Platforms: PHP

License: Freeware Size: 30.72 KB Download (41): dbff Download

Added: April 26, 2013 | Visits: 626

PHP Secure Communications Library PHP Secure Communications Library is a pure-PHP implementations of an arbitrary-precision integer arithmetic library, fully PKCS#1 (v2.1) compliant RSA, DES, 3DES, RC4, Rijndael, AES, SSH-1, SSH-2, and SFTP. Platforms: PHP

License: Freeware Size: 143.36 KB Download (42): PHP Secure Communications Library Download

Added: April 25, 2013 | Visits: 460

JPGraph for Scripts JpGraph is a Object-Oriented Graph creating library for PHP >= 4.3.1. The library is completely written in PHP and ready to be used in any PHP scripts (both CGI/APXS/CLI versions of PHP are supported).The library can be used to create numerous types of graphs either on-line or written to a file.... Platforms: PHP

License: Freeware Size: 4.45 MB Download (47): JPGraph for Scripts Download

Added: July 06, 2013 | Visits: 570

WP-RecentComments Show the recent comments in your WordPress sidebar. You can limit the number of comments, set the maximum length of excerpts, filter out pingbacks and/or trackbacks. You can also enable or disable the avatars, resize and reposition them. Besides above, it supports WordPress Widget. And now, it's... Platforms: PHP

License: Freeware Size: 133.12 KB Download (47): WP-RecentComments Download

Added: March 24, 2013 | Visits: 385

Growyn Search Growyn Search allows you to add a widget with a growyn searchbox on your site. You can also get the searchbox by calling the growyn_search() function. (See installation or the Growyn Search plugin homepage.) You can easily choose if the search should be on the enire web or just on your site and... Platforms: PHP

License: Freeware Size: 10 KB Download (45): Growyn Search Download

Added: September 02, 2013 | Visits: 490

Auto-fill from URL Fields get populated automatically with values passed through the URL.It supports both single and multi-value fields. It has support for the following field types: Node Title, Node Body, Textfields, Number fields (Float, Integer, Decimal), Node Reference.InstallationUnpack in your modules folder... Platforms: PHP

License: Freeware Size: 10 KB Download (48): Auto-fill from URL Download

< 1 2 3 4 5