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

Efficient software
Filter: All | Freeware | Demo
 

Efficient

< 1 2 3 4 5 
Added: January 16, 2010 | Visits: 967

67-80-85, the openCPU 67-80-85, the openCPU project is a simulation of a simple and efficient open CPU called 67-80-85. After quite some time of hard labour, I finished to implement a milestone of a simulation of an open CPU, called 67-80-85 (ASCII for CPU), which I somewhat had in my mind for quite some time. It...



Platforms: *nix

License: Freeware Size: 101.38 KB Download (94): 67-80-85, the openCPU Download

Added: February 09, 2010 | Visits: 897

Algorithm::AhoCorasick Algorithm::AhoCorasick provides efficient search for multiple strings. Aho-Corasick is a classic (1975) algorithm for locating elements of a finite set of strings within an input text. It constructs a finite state machine from a list of keywords, then uses the machine to locate all occurrences...





Platforms: *nix

License: Freeware Size: 5.12 KB Download (143): Algorithm::AhoCorasick Download

Added: April 05, 2010 | Visits: 775

File::Slurp File::Slurp is a Perl module for efficient reading/writing of complete files. SYNOPSIS use File::Slurp; my $text = read_file( filename ) ; my @lines = read_file( filename ) ; write_file( filename, @lines ) ; use File::Slurp qw( slurp ) ; my $text = slurp( filename ) ; This module...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (102): File::Slurp Download

Added: July 25, 2010 | Visits: 2.045

C++ WSDL Parser C++ WSDL Parser is an efficient C++ Web services library that includes a standards compliant WSDL parser API, a Schema parser and validator, an XML parser and serializer, and an API for dynamically inspecting and invoking WSDL Web services. Whats New in This Release: - Many WSDLs can now be...


Platforms: *nix

License: Freeware Size: 573.44 KB Download (170): C++ WSDL Parser Download

Added: February 27, 2010 | Visits: 912

Algorithm::Combinatorics Algorithm::Combinatorics Perl module is an efficient generator of combinatorial sequences. SYNOPSIS use Algorithm::Combinatorics qw(permutations); my @data = qw(a b c); # scalar context gives an iterator my $iter = permutations(@data); while (my $p = $iter->next) { # ... } # list...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (153): Algorithm::Combinatorics Download

Released: July 07, 2012  |  Added: July 07, 2012 | Visits: 231

Efficient Internet Marketing Studio Buying permanent links is best way to boost rating and increase website organic search which brings targeted customers. This backlinks product makes all-in-one forum submission and superb online promotion. It seeds back links from which only the best business reputation grows. The quantity of...


Platforms: Windows

License: Shareware Cost: $2.00 USD Size: 1.06 MB Download (44): Efficient Internet Marketing Studio Download

Added: August 25, 2013 | Visits: 462

FLENS FLENS (Flexible Library for Efficient Numerical Solutions) is a C++ library for scientific computing. It can be considered as a very convenient and --- at the same time --- extremely efficient interface for BLAS and LAPACK. But it is much more than this


Platforms: *nix

License: Freeware Size: 112.64 KB Download (50): FLENS Download

Added: May 10, 2013 | Visits: 610

Rememorizer Rememorizer is a flash card program that aids in efficient memorization. Helps you memorize items around 10 to 50 times faster than with regular flash cards. Similar to SuperMemo.Works on PocketPC, PalmOS, Windows, Linux, and others.


Platforms: Windows, Mac, *nix, Java, BSD Solaris

License: Freeware Download (59): Rememorizer Download

Added: May 05, 2013 | Visits: 369

MorkParser MorkParser is an efficient C implementation of Mozilla's Mork database format reader. It is dependent on Trolltech Qt, but this dependency can be easily removed.Mork is a type of file format used by browsers based on Gecko engine that allows the data manipulation.


Platforms: C and C plus plus

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

Added: September 02, 2013 | Visits: 594

Rain effect without images for Graphics and Animations This script generates an efficient and elegant rain/snow effects.The effect is created without the aid of images. You can toggle between rain and snow effect with the change of one variable.


Platforms: JavaScript

License: Freeware Size: 10 KB Download (49): Rain effect without images for Graphics and Animations Download

Added: April 09, 2013 | Visits: 436

movave Very efficient moving average filter implemented using convolution.Usage:Smoothed Data = movave(Data Vector, Averaging Window Size in Samples)See also: slidefilter.m by the same author


Platforms: Matlab

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

Added: August 30, 2013 | Visits: 342

Generate random permutation order without using sort() Developed the function after being unable to find a post providing an efficient version of RANDPERM function.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Generate random permutation order without using sort() Download

Added: June 25, 2013 | Visits: 442

Interactive Efficient Frontier Viewer Demonstrates the use of MATLAB's nested functions to create graphical tools with little coding. This example creates an efficient frontier from supplied data (or generates random returns if no inputs are supplied) and then allows the user to move a crosshair along the efficient frontier to view...


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Interactive Efficient Frontier Viewer Download

Added: March 23, 2013 | Visits: 617

Demonstration of Astar (A*) How do you find the shortest path from one point to another in a computationally efficient way? The A* algorithm provides one implementation where the distance to the goal is considered as a heuristic in addition to local weightings, and the best path is recovered without combinatorial complexity.


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (48): Demonstration of Astar (A*) Download

Added: March 24, 2013 | Visits: 259

Variable blur, gradient blur The code is probably not very efficient, as it contains a for loop. Any improvement ideas are welcomed.example:ParameterMatrix=abs(meshgrid(0:199)-100) / 20;inputimg = double(checkerboard(10,10,10)>0.5);blurred=VariableBlur(inputimg, ParameterMatrix);imagesc(blurred);colormap(gray);


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Variable blur, gradient blur Download

Added: June 20, 2013 | Visits: 260

Efficient K-Means Clustering using JIT This is a tool for K-means clustering. After trying several different ways to program, I got the conclusion that using simple loops to perform distance calculation and comparison is most efficient and accurate because of the JIT acceleration in MATLAB.The code is very simple and well documented,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Efficient K-Means Clustering using JIT Download

Added: April 17, 2013 | Visits: 331

Fast and efficient spectral clustering SpectralClustering performs one of three spectral clustering algorithms (Unnormalized, Shi & Malik, Jordan & Weiss) on a given adjacency matrix. SimGraph creates such a matrix out of a given set of data and a given distance function.The code has been optimized to be both fast and memory...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (51): Fast and efficient spectral clustering Download

Added: August 01, 2013 | Visits: 399

Efficient convertors between binary and decimal numbers These programs were developed for fast conversions between binary and decimal integers (there are other programs by fellow Matlab-users, dealing with fractions). They can be useful when the binary numbers are in vector form instead of strings.b2d takes a binary number in the form of an array and...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Efficient convertors between binary and decimal numbers Download

Added: August 12, 2013 | Visits: 388

Display the fusion of two images This is a simple but efficient tool (GUI) for the visualization of 2 superposed images (2D) from the workspace . You can change the display value of each image with a slider, and you have few visualization modes (red fusion, white/gray fusion, addition of the two images multiplied by their...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Display the fusion of two images Download

Added: April 12, 2013 | Visits: 265

Power2php Power2php is a simple (very much), open source, easy to expand (upgrade), highly efficient, lightweight object-oriented PHP MVC development framework. Power2php goal is the world's most simple, practical development framework.


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (40): Power2php Download

< 1 2 3 4 5