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

Fast Field Algorithm software
Filter: All | Freeware | Demo
 

Fast Field Algorithm

< 1 2 3 4 5 > 
Added: August 07, 2013 | Visits: 419

Fast Clenshaw-Curtis Quadrature This extremely fast and efficient algorithm uses MATLAB's ifft routine to compute the Clenshaw-Curtis nodes and weights in linear time. The routine appears optimal for 2^N+1 points. Running on an average laptop, this routine computed N=2^20+1 (1048577 points) in about 4.5 seconds. Great for... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Fast Clenshaw-Curtis Quadrature Download

Added: April 20, 2013 | Visits: 378

multimodality non-rigid demon algorithm image registration This function will perform demon registration which is an type of fast non-rigid fluid like registration between two 2D or 3D images. Registration between different (MRI) modalities is also supported, through a function which transform one image modality so it looks likes the modality of the... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 6.84 MB Download (42): multimodality non-rigid demon algorithm image registration Download

Added: August 01, 2013 | Visits: 382

Prims Algorithm In the mathematical field of graph theory, a spanning tree of a connected, undirected graph is a tree which includes every vertex of that graph. More generally, a spanning forest of an arbitrary undirected graph is a forest which includes every vertex of the graph. Spanning forests always exist,... Platforms: Matlab

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

Added: April 18, 2013 | Visits: 577

Custom Field Matrix Custom Field Matrix is the perfect solution for any photo gallery, home page boxes, or any loop based content. With CF Matrix you can: * Visually create your matrix columns * Select from multiple input types (text, textarea, image upload, more to come) * Assign the matrix to multiple edit pages... Platforms: PHP

License: Freeware Size: 30.72 KB Download (51): Custom Field Matrix Download

Added: September 24, 2013 | Visits: 660

Fast File Validator Fast File Validator (FFV) is a program for verifying files against a checksum file and for creating such checksum files. (I???*a*?m using checksum in the generic sense. Technically, neither CRC32 nor MD5 is really a checksum.) FFV supports both SFV files (which use the CRC32 algorithm) and MD5... Platforms: *nix

License: Freeware Size: 143.36 KB Download (34): Fast File Validator Download

Released: October 29, 2003  |  Added: August 26, 2006 | Visits: 3.447

Fast File Splitter Fast File Splitter (FFS) is a tool to split large files into smaller files so that they can be put on floppies or sent by email. FFS can split any type of file. Customizable file size or number of files to generate. Can create a self merging file. Can encrypt split files. Can use blowfish... Platforms: Windows

License: Shareware Cost: $19.00 USD Size: 808 KB Download (196): Fast File Splitter Download

Released: February 12, 2003  |  Added: March 27, 2006 | Visits: 3.281

Fast Tray Fast Tray is a tray launcher that lets you gain quick access to most frequently used applications and system commands via a customizable menu. It is not only can you open applications and files, but launch screen savers, shutdown and reboot your computer and more from the system tray! Also you... Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 1.07 MB Download (504): Fast Tray Download

Added: October 24, 2006 | Visits: 6.471

Super Fast Shutdown Have you ever wished there was a faster way to shutdown your Windows 2000 or Windows XP computer system? I mean instantly shut it down! Now you can! Just install Super Fast Shutdown and click on one of the desktop icons created to reboot or shutdown instantly Platforms: Windows

License: Freeware Size: 265 KB Download (979): Super Fast Shutdown Download

Added: October 26, 2006 | Visits: 2.836

3D Camomile Field Screensaver 3D Camomile Field Screensaver is a beautiful scene of a camomile field with flying bumblebees and butterflyes. If your computer supports OpenGL hardware acceleration, this screensaver will fill up your screen with real 3D animation. Platforms: Windows

License: Shareware Cost: $14.95 USD Size: 1.92 MB Download (167): 3D Camomile Field Screensaver Download

Released: May 16, 2014  |  Added: May 27, 2014 | Visits: 4.182

Fast Folder Access Fast Folder Access is a shell enhancement that gives you quick jump to your favorite folders in Common Open/Save dialogs, in Windows Explorer, the desktop and the Start Button.You access the Fast Folder menu by right-clicking anywhere in the File,Directory,directory background (right pane) of... Platforms: Windows, Windows 7

License: Freeware Size: 1.08 MB Download (237): Fast Folder Access Download

Released: December 07, 2006  |  Added: December 07, 2006 | Visits: 2.811

Start Menu Fast Start Menu Fast is utility which helps you find your programs in the Windows Start Menu faster. Do you have many programs in your START menu? Do you have situations where you know the name of the program, but cannot find the program in your large START menu? If you can say YES, then you... Platforms: Windows

License: Shareware Cost: $15.00 USD Size: 875.38 KB Download (471): Start Menu Fast Download

Released: November 07, 2007  |  Added: December 04, 2007 | Visits: 2.831

The Fast File Encryptor The Fast File Encryptor is designed for fast processing of extremely large files. It can encrypt or decrypt files, contents of folders and contains a lot of additional tools. The Fast File Encryptor presents a flexible user interface with detailed messages about all operations. The Fast... Platforms: Windows

License: Shareware Cost: $29.99 USD Size: 1.74 MB Download (852): The Fast File Encryptor Download

Released: January 25, 2024  |  Added: February 07, 2024 | Visits: 6.379

Fast File Encryptor Fast File Encryptor is MS Windows compatible software designed for fast processing of extremely large files. It can encrypt and decrypt files, contents of folders using any file as a password. Fast File Encryptor contains a lot of additional tools and presents a flexible user interface with... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $24.95 USD Size: 859 KB Download (1307): Fast File Encryptor Download

Added: January 18, 2010 | Visits: 1.066

Algorithm::Dependency Algorithm::Dependency is a base class for implementing various dependency trees. SYNOPSIS use Algorithm::Dependency; use Algorithm::Dependency::Source::File; # Load the data from a simple text file my $data_source = Algorithm::Dependency::Source::File->new( foo.txt ); # Create the... Platforms: *nix

License: Freeware Size: 46.08 KB Download (121): Algorithm::Dependency Download

Added: October 17, 2010 | Visits: 2.251

Algorithm::Knapsack Algorithm::Knapsack is a brute-force algorithm for the knapsack problem. SYNOPSIS use Algorithm::Knapsack; my $knapsack = Algorithm::Knapsack->new( capacity => $capacity, weights => @weights, ); $knapsack->compute(); foreach my $solution ($knapsack->solutions()) { foreach my $index... Platforms: *nix

License: Freeware Size: 4.1 KB Download (209): Algorithm::Knapsack Download

Added: March 22, 2010 | Visits: 903

Algorithm::DiffOld Algorithm::DiffOld is a Perl module to compute `intelligent differences between two files / lists but use the old (<=0.59) interface. NOTE This has been provided as part of the Algorithm::Diff package by Ned Konz. This particular module is ONLY for people who HAVE to have the old interface,... Platforms: *nix

License: Freeware Size: 23.55 KB Download (95): Algorithm::DiffOld Download

Added: April 09, 2010 | Visits: 1.032

Algorithm::Loops Algorithm::Loops is a Perl module with looping constructs: NestedLoops, MapCar*, Filter, and NextPermute*. SYNOPSYS use Algorithm::Loops qw( Filter MapCar MapCarU MapCarE MapCarMin NextPermute NextPermuteNum NestedLoops ); my @copy= Filter {tr/A-Z.,"()/a-z/d} @list; my $string= Filter... Platforms: *nix

License: Freeware Size: 22.53 KB Download (108): Algorithm::Loops Download

Added: April 26, 2010 | Visits: 4.215

Algorithm::Diff::Apply Algorithm::Diff::Apply is a Perl module to apply one or more Algorithm::Diff diffs. SYNOPSIS ## Single-diff form: use Algorithm::Diff::Apply qw{apply_diff}; my @ary = ...; my @diff = ...; # some call to Algorithm::Diff::diff() my @changed_ary = apply_diff(@ary, @diff); my $changed_ary =... Platforms: *nix

License: Freeware Size: 12.29 KB Download (92): Algorithm::Diff::Apply Download

Added: May 05, 2010 | Visits: 1.173

Set::IntSpan::Fast Set::IntSpan::Fast is a Perl module for fast handling of sets containing integer spans. SYNOPSIS use Set::IntSpan::Fast; my $set = Set::IntSpan::Fast->new(); $set->add(1, 3, 5, 7, 9); $set->add_range(100, 1_000_000); print $set->as_string(), "n"; # prints 1,3,5,7,9,100-1000000 The... Platforms: *nix

License: Freeware Size: 102.4 KB Download (104): Set::IntSpan::Fast Download

Added: January 17, 2010 | Visits: 1.046

Algorithm::BinPack Algorithm::BinPack is a Perl module that can efficiently pack items into bins. SYNOPSIS Algorithm::BinPack efficiently packs items into bins. The bins are given a maximum size, and items are packed in with as little empty space as possible. An example use would be backing up files to CD,... Platforms: *nix

License: Freeware Size: 4.1 KB Download (107): Algorithm::BinPack Download

< 1 2 3 4 5 >