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

Respect freeware
Filter: All | Freeware | Demo
 

Respect

1 2 3 4 5 > 
Added: January 11, 2010 | Visits: 998

Time::Skew Time::Skew is a Perl module that computes local clock skew with respect to a remote clock. SYNOPISI use Time::Skew # Init Convex Hull and timing data my $hull=[]; my $result={}; # Iterate data point introduction Time::Skew::convexhull($result,$datapoint,$hull); This module supports...



Platforms: *nix

License: Freeware Size: 45.06 KB Download (100): Time::Skew Download

Added: August 20, 2013 | Visits: 474

Fuzzy Approximation Here we have an unknown function but we can have every value of function respect to every input. so there I used a fuzzy approximation method Ito approximate the function, here I used sin function to compare answers.there is a function "isinrange" to find membership values.





Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Fuzzy Approximation Download

Released: August 20, 2014  |  Added: August 24, 2014 | Visits: 1.117

Street Racing Stars 3D street racing game. Be No. 1 in illegal night city street races, make some real dough and pimp your ride balls to the wall. You have to win respect of local gangsters and deeply impress glamour bombshell Kate Lewis! Illegal racing on the streets of the city, tuned cars, beautiful girls-fans -...


Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 753.16 KB Download (99): Street Racing Stars Download

Released: June 19, 2012  |  Added: June 19, 2012 | Visits: 429

VrpCalc If you need to plan and optimize goods delivery to customers with respect to weight of cargo for each customer , vehicle capacity and time requirements , this program can help you. Program can handle several identical vehicles for serving required number of customers. It plans route for each...


Platforms: Windows

License: Freeware Size: 114 KB Download (48): VrpCalc Download

Released: October 27, 2012  |  Added: October 27, 2012 | Visits: 564

Wine Screensaver Wine screensaver is here to make a clear statement proving that you are a wine lover and have a special respect for quality wines. This wine screensaver says following things about people who download it: maturity, self confidence and prosperity. You may consider yourself as such and there is...


Platforms: Windows

License: Freeware Size: 3.41 MB Download (51): Wine Screensaver Download

Released: August 25, 2012  |  Added: August 25, 2012 | Visits: 575

Free Flower Screensaver Flowers stand for love, respect, courtesy, beauty, purity, joy and sorrow. So its function is different in different in different field. We may use it on happy ceremonies, occasions and festivals. We use it to welcome a renowned man or to pay tribute to the fallen great men. Flower screensaver is...


Platforms: Windows

License: Freeware Size: 1.94 MB Download (52): Free Flower Screensaver Download

Released: December 03, 2012  |  Added: December 03, 2012 | Visits: 526

dzo The goal with dzo is to treat a application database objects the same way the application's source code is treated, with respect to development, revision control, and deployment. Dzo currently works with MySQL, Oracle, and SQL Server (more to come).


Platforms: Windows, Mac, Linux

License: Freeware Size: 4.06 MB Download (51): dzo Download

Released: June 12, 2012  |  Added: June 12, 2012 | Visits: 528

Golden Crop Golden Crop is a Photoshop JS Script making cropping with respect to division rules (golden rule, 1/3 rule) very easy with visual guides. Requires installed Photoshop CS2, CS3, CS4 or CS5 (either x86 or amd64 version). Tested on Windows and Mac


Platforms: Windows, Mac, Linux

License: Freeware Size: 27.07 KB Download (51): Golden Crop Download

Released: September 13, 2012  |  Added: September 13, 2012 | Visits: 257

infotec The goal of this project is to design and write comercial quality software and aplications with fully respect to free software (like in 'free speach'). The software designed by us will target various fields: from scientific applications to multimedia an


Platforms: Windows, Mac, BSD, Solaris, Linux

License: Freeware Size: 14.66 KB Download (51): infotec Download

Released: August 10, 2012  |  Added: August 10, 2012 | Visits: 474

Local Observations to Global Integration Logi (Local Observations to Global Integration) transforms several local coordinate systems (composed of polar measurements) into a global spatial uniform network with respect to the Guide to the Expression of Uncertainty in Measurement (GUM).


Platforms: Windows, Mac, Linux

License: Freeware Size: 3.11 MB Download (54): Local Observations to Global Integration Download

Released: September 19, 2012  |  Added: September 19, 2012 | Visits: 410

The Celtic Battles A strategic turn-based game, based on Battle of Wesnoth engine, to make to live again the ancient Glory of the Celts, where the respect for the nature and the observance of the mystic was stirred in the life every day.


Platforms: Windows, Mac, Linux

License: Freeware Size: 15.38 MB Download (49): The Celtic Battles Download

Added: September 05, 2013 | Visits: 381

dimnum library The dimnum library contains templated C classes for storage and manipulation of numbers, as encountered in physics and engineering.Due to the use of templates, there is no size or speed penalty with respect to normal variables (the latter depends on compiler optimisations; in practise the GNU...


Platforms: C and C plus plus

License: Freeware Size: 184.32 KB Download (47): dimnum library Download

Added: July 29, 2013 | Visits: 403

Coherently aligns data This function treats a matrix as a column-wise set of signals and circularly shifts each column so that it aligns with the first column of data so that the inner product between those columns is maximized with respect to all other shifts. USAGE:[dataout,lagout]=xcorAlign(data);If only 1 output is...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Coherently aligns data Download

Added: March 23, 2013 | Visits: 431

Particle Swarm Optimization (PSO) algorithm A flexible implementation of PSO algorithm with time-varying parameters. Algorithm is suitable for solving continuous optimization problems. Special care has been taken to enable flexibility of the algorthm with respect to its parameters and to initial population selection. Detailed logging of...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Particle Swarm Optimization (PSO) algorithm Download

Added: June 07, 2013 | Visits: 355

Iterative Closest Point Method ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors with the closest model points and data points. Ordinary usage: [R, T] = icp(model,data) INPUT: model - matrix with model points, data - matrix with data points, OUTPUT: R - rotation matrix and T...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Iterative Closest Point Method Download

Added: May 15, 2013 | Visits: 439

Iterative Closest Point Method, C++ ICP - Iterative Closest Point algorithm, c++ implementation. Handles only points in R^3. Makes use of a kd-tree for closest-point search. ICP finds the transformation of points in data to fit points in model. Fit with respect to minimize a weighted sum of squares for distances between the data...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (43): Iterative Closest Point Method, C++ Download

Added: May 21, 2013 | Visits: 369

getvarargin Utility function that makes it easier to work with variable number of input arguments. GETVARARGIN allows:*An optional logical check on the inputs (ie, check input type, range etc), issuing an error on the calling function if condition are not met.*An easy way to assign default values*Input...


Platforms: Matlab

License: Freeware Size: 10 KB Download (47): getvarargin Download

Added: July 13, 2013 | Visits: 389

Miniproject manager -- upgrade compatibility fix Miniproject.m by Joe Conti is a very useful project manager that allows saving of workspace variables and figures together. It also saves the path, as explicit directories, in the original version. This leads to a problem if miniprojects are loaded in a different version of Matlab (e.g. after an...


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Miniproject manager -- upgrade compatibility fix Download

Added: May 18, 2013 | Visits: 556

Black-Scholes Call and Implied Vol functions call: function to calculate BS call pricecall_vega: BS call vega (i.e. partial derivative of call with respect to vol)Phi: normal cdfPhiPrime: normal pdfimpvol: finds vol given a call pricedemo: a script demonstrating the impvol functiond1 and d2 are auxiliary functionsNOTE: the impvol function...


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Black-Scholes Call and Implied Vol functions Download

Added: July 31, 2013 | Visits: 484

Coda PHP Toolkit A Coda plugin aimed at PHP & Web development. Features 1. PHP syntax validation with "jump to error" 2. Clean up/reformat HTML, CSS and PHP code (configurable) 3. HTML, CSS and javascript validation 4. javascript minify 5. Automatic check for updates 6. It???*a*?s free All features use...


Platforms: Mac

License: Freeware Size: 675.84 KB Download (44): Coda PHP Toolkit Download

1 2 3 4 5 >