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

First Colony Mall Sugar Land freeware
Filter: All | Freeware | Demo
 

First Colony Mall Sugar Land

< 1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 436

First item plus Zone shipping This contribution has been produced by Stuart Lawrence email.uk homepage homepage 1-March-2005This is a very simple drop-in-and-go type module to configure different zone shipping costs. By default the contribution allows you to have four zones, but that can be increased by changing the value in... Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (54): First item plus Zone shipping Download

Added: May 10, 2013 | Visits: 594

Breadth first traversal of tree Breadth first traversal of tree script is an example of the self-recursive generators. The first argument should be the tree root; children should be a function taking as argument a tree node and returning an iterator of the node's children. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Breadth first traversal of tree Download

Visual saliency detection in image using ant colony optimisation and local phase coherence This is a demo program of the paper L. Ma, J. Tian, and W. Yu, "Visual saliency detection in image using ant colony optimisation and local phase coherence," Electronics Letters, Vol. 46, Jul. 2010, pp. 1066-1068. Platforms: Matlab


Added: April 13, 2013 | Visits: 473

Simulink Labs Based on DSP First Labs Lab 4a:The primary goal of the first lab is to familiarize you with using Simulink so that in the next lab you can use Simulink to program a DSP. Here are three specific goals for this lab:d-deD? Learn basic Simulink commands and syntax, including the help system.d-deD? Learn to write and edit... Platforms: Matlab

License: Freeware Size: 2.02 MB Download (43): Simulink Labs Based on DSP First Labs Download

Added: April 26, 2013 | Visits: 487

AntShrink: Ant colony optimization for image shrinkage This is a demo program of the paper J. Tian, W. Yu, and L. Ma, "AntShrink: Ant colony optimization for image shrinkage," Pattern Recognition Letters, Vol. 31, Oct. 2010, pp. 1751-1758. Platforms: Matlab

License: Freeware Size: 491.52 KB Download (41): AntShrink: Ant colony optimization for image shrinkage Download

Added: September 08, 2013 | Visits: 577

Priority First Stack-based Sequential Decoder A stack-based sequential priority first decoder that returns Maximum-Likelihood solutions to M-QAM modulated MIMO system-type problems, i.e., a lattice decoder with optional justified rectangular boundary control. In such problems, the depth of the search tree is known and the number of children... Platforms: Matlab

License: Freeware Size: 40.96 KB Download (50): Priority First Stack-based Sequential Decoder Download

Added: July 06, 2013 | Visits: 516

Priority First Spherical Lattice Space-Time Decode A stack-based sequential priority first decoder that returns Maximum-Likelihood solutions to spherical LAST coded MIMO system-type problems, i.e., a lattice decoder with spherical boundary control. In such problems, the depth of the search tree is known but the number of children per node is not... Platforms: Matlab

License: Freeware Size: 51.2 KB Download (45): Priority First Spherical Lattice Space-Time Decode Download

Added: September 15, 2013 | Visits: 618

Mean First Passage Time of an Ornstein-Uhlenbeck Process This code determines the mean first passage time (MFPT) of an Ornstein-Uhlenbeck process from analytical solutions obtained from M.U. Thomas (1975), S. Sato (1977), and S. Sato & M. Ricciardi (1988) (all articles published in J. Appl. Prob.).Note that this code yields a dimensionless MFPT (i.e.... Platforms: Matlab

License: Freeware Size: 10 KB Download (47): Mean First Passage Time of an Ornstein-Uhlenbeck Process Download

Added: May 06, 2013 | Visits: 532

First-order multivariate calibration Graphical user interface driven first-order multivariate calibration using up-to-date methods, including PCR, PLS, net analyte methods and ortoghonal signal correction. Provides a variety of pre-processing tools, cross-validation plots, prediction plots, elliptical joint region plots, net analyte... Platforms: Matlab

License: Freeware Size: 532.48 KB Download (47): First-order multivariate calibration Download

Depth-First Spherical Lattice Space-Time Decoder with Boundary Control A stack-based sequential depth-first decoder that returns Maximum-Likelihood solutions to spherical LAST coded MIMO system-type problems, i.e., a lattice decoder with spherical boundary control. In such problems, the depth of the search tree is known but the number of children per node is not... Platforms: Matlab


Priority First Spherical Lattice Space-Time Decoder with Boundary Control A stack-based sequential priority first decoder that returns Maximum-Likelihood solutions to spherical LAST coded MIMO system-type problems, i.e., a lattice decoder with spherical boundary control. In such problems, the depth of the search tree is known but the number of children per node is not... Platforms: Matlab


Added: April 20, 2013 | Visits: 326

First/last Links Adds functions to get first and last post or paginated page Platforms: PHP

License: Freeware Size: 10 KB Download (45): First/last Links Download

Added: July 13, 2013 | Visits: 503

First Click Free First Click Free provides a way to unlock protected site content to visitors coming from Google (sub)domains.See more info about First Click Free from Google Help and "How to use Google News" Google Group.Install the module and configure it choosing from the dropdown a role which will be assigned... Platforms: PHP

License: Freeware Size: 10 KB Download (47): First Click Free Download

Added: December 10, 2013 | Visits: 781

Views attachments - First page only This module allows you to customise the display of views attachments, on just the first page.Out of the box, views incredibly powerful, but have you ever wanted to:Have the first N results in a view shown in an attached view, styled and themed differently?Have this happen only on the first page... Platforms: PHP

License: Freeware Size: 10 KB Download (55): Views attachments - First page only Download

Added: July 17, 2013 | Visits: 631

AVH First Defense Against Spam The AVH First Defense Against Spam plugin gives you the ability to block spammers before any content is served by identifying them at the Project Honey Pot, a local blacklist or the local IP cache. Visitors trying to post a comment are checked at stopforumspam.com. Stop Forum Spam is not used to... Platforms: PHP

License: Freeware Size: 112.64 KB Download (45): AVH First Defense Against Spam Download

Added: June 12, 2013 | Visits: 450

Empire Land Empire Land Game of world rule!A realtime, multiplayer, medieval, web-game with a moduler architecture. Capable of running on multiple servers. Platforms: *nix

License: Freeware Size: 2.25 MB Download (43): Empire Land Download

Added: June 14, 2013 | Visits: 380

django-templatetag-sugar django-templatetag-sugar is a library to make writing template tags in Django sweet. Here's an example of using: @tag(register, [Constant("for"), Variable(), Optional([Constant("as"), Name()])]): def example_tag(context, val, asvar=None): if asvar: context[asvar] = val return "" else:... Platforms: *nix

License: Freeware Size: 10.24 KB Download (33): django-templatetag-sugar Download

Added: August 09, 2006 | Visits: 3.269

GlucoTrak Track your blood sugar, insulin or other medicine, food eaten, what you were doing at which times, and glucose level. There is an option to LIST entries by date or search. Two free utilities included. The first allows you to transfer data to/from your PC. The second allows you to print reports... Platforms: Palm OS

License: Freeware Size: 1.18 MB Download (268): GlucoTrak Download

Released: November 11, 2007  |  Added: March 24, 2008 | Visits: 4.928

Area Conversion and Price  Calculator Area converter and price calculator software is available free of cost. Tool installation wizard makes easy to install the software on your computer on various version of windows operating system like 98, ME, NT, 2000, 2003 server, XP, VISTA. Software can figure out cost of shop, office, homes,... Platforms: Windows

License: Freeware Size: 759 KB Download (302): Area Conversion and Price Calculator Download

Added: August 23, 2008 | Visits: 894

Dream Land Photo Screensaver Photo Screen Savers bring you a new dimension in presenting pictures that prompt the imagination and recall exotic memories. Enjoy these picturesque landscapes. With five different full size pictures appearing on your screen, you are going to experience the tranquility that only dream land can give. Platforms: Windows

License: Freeware Size: 1.25 MB Download (124): Dream Land Photo Screensaver Download

< 1 2 3 4 5 >