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

Statistic Problem Solver software
Filter: All | Freeware | Demo
 

Statistic Problem Solver

< 1 2 3 4 5 > 
Added: August 08, 2008 | Visits: 1.316

Problem Oriented Records Records is a FREE, multi-user, problem oriented, word processor and database, designed for medical care. It is optimized for data entry using a speech recognition system, like Dragon. Enter clients and their demographics, multiple problems for a client, sectioned descriptions of each problem, and...



Platforms: Windows

License: Freeware Size: 4.1 MB Download (579): Problem Oriented Records Download

Added: August 15, 2008 | Visits: 942

Su Doku Solver Su Doku Solver - Ever played Su Doku, that silly game in the Times? This solves it for you.





Platforms: Windows, *nix

License: Freeware Size: 19 KB Download (102): Su Doku Solver Download

Released: September 15, 2012  |  Added: September 15, 2012 | Visits: 603

Disc Spring Solver Disc springs are used in many fields of the mechanical industry but, because of their geometry, it is very hard to make absolute predictions for their behaviour. Disc Spring Solver intends to help the disc springs users to foresee the performance of the springs that they are using by giving...


Platforms: Windows

License: Freeware Size: 12.1 MB Download (444): Disc Spring Solver Download

Released: October 08, 2012  |  Added: October 08, 2012 | Visits: 537

Boolean Expression Solver Boolean Expression Solver is a command-line utility that generates a truth table for a given Boolean expression.


Platforms: Windows, Mac, Linux

License: Freeware Size: 116.76 KB Download (49): Boolean Expression Solver Download

Released: December 22, 2012  |  Added: December 22, 2012 | Visits: 300

dopiSolver Solver for the Data Ordering Problem with and without inversion.


Platforms: Windows, Mac, Linux

License: Freeware Size: 194.62 MB Download (45): dopiSolver Download

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

Happy Cube Solver Happy Cube Solver is an interactive environment based on OpenGL for designing and building cubes and formations from the Happy Cube 3D puzzles. It integrates a graphic engine for creating and viewing formations and a powerful AI engine for solving them.


Platforms: Windows, Mac

License: Freeware Size: 7.06 MB Download (46): Happy Cube Solver Download

Released: December 11, 2012  |  Added: December 11, 2012 | Visits: 612

Real Time Free Surface Solver (RTFSS) A Fast MAC based 3D Free surface fuid solver. Capable also of simulating viscoelastic fluids.Includes also wave equation solver for simulating shallow water phenomena.


Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 833.21 KB Download (45): Real Time Free Surface Solver (RTFSS) Download

Released: October 26, 2012  |  Added: October 26, 2012 | Visits: 456

Sudoku Solver Py Python Sudoku solver - finds all solutions for a given Sudoku board.


Platforms: Windows, Mac, Linux

License: Freeware Size: 8.29 KB Download (48): Sudoku Solver Py Download

Released: June 26, 2012  |  Added: June 26, 2012 | Visits: 419

The Sudoku Solver The Sudoku Solver is a project managed in Java programming language using open source choco (http://choco.sourceforge.net) constraint programming library which solves given Sudoku puzzles.


Platforms: Windows, Mac, Linux

License: Freeware Size: 430.12 KB Download (62): The Sudoku Solver Download

Added: August 03, 2013 | Visits: 471

Sudoku Easy/Medium Solver Script This is a small project aiming to prove a theory that grids can be solved using only the "possible value" method, whereby the numbers are filled in according the condition that that position has only one possible value, in filling this in, possible values matching this number on the same x and y...


Platforms: C and C plus plus

License: Freeware Size: 10 KB Download (43): Sudoku Easy/Medium Solver Script Download

Added: August 31, 2013 | Visits: 449

OOFEM OOFEM is free finite element code with object oriented architecture for solving mechanical, transport and fluid mechanics problems that operates on various platforms.The aim of this project is to develop efficient and robust tool for FEM computations as well as to provide modular and extensible...


Platforms: C and C plus plus

License: Freeware Size: 3.26 MB Download (50): OOFEM Download

Added: August 16, 2013 | Visits: 528

Traveling Salesman Problem (TSP) using Simulated Annealing simulatedannealing() is an optimization routine for traveling salesman problem. Any dataset from the TSPLIB can be suitably modified and can be used with this routine. A detailed description about the function is included in "Simulated_Annealing_Support_Document.pdf."A GUI is used with the core...


Platforms: Matlab

License: Freeware Size: 512 KB Download (49): Traveling Salesman Problem (TSP) using Simulated Annealing Download

Added: July 29, 2013 | Visits: 529

Greedy algorithm for Set Cover problem This function contains the well known greedy algorithm for solving Set Cover problem (ChvdodAtal, 1979), with two small modifications:* In case of more than one possible choice at a certain step, the biggest set is chosen;* Once the solution is found, we check the selected sets to find a better...


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Greedy algorithm for Set Cover problem Download

Graphical ODE solver for one or two ordinary differential equations Graphical user interface (GUI) is used to solve up to two ordinary differential equations (ODEs). Results can be plotted easily. Choose between MATLAB's ode45 (non-stiff solver) or ode15s (stiffer solver).This is primarily a teaching tool.


Platforms: Matlab


Added: May 02, 2013 | Visits: 533

Functions for the rectangular assignment problem With this package, I provide some MATLAB-functions regarding the rectangular assignment problem. This problem appears for example in tracking applications, where one has M existing tracks and N new measurements. For each possible assignment, a cost or distance is computed. All cost values form a...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (50): Functions for the rectangular assignment problem Download

Applying Greedy Algorithm and Local Search in a Supply Chain distribution problem This is an application of the Greedy Algorithm and the Local Search for finding a solution for the SC Distribution Network problem.We dealt with one level SC composed of a set of factories and a set of Sales Points, each sales point has a demand at a certain time, each factory has a production...


Platforms: Matlab


Circular-Restricted Three-Body Problem (CRTBP) - Sun_Earth_Moon (using symbolic toolbox) Analysis and simulation of orbits in the circular-restricted three-body problem (CRTBP), where primary and secondary bodies move in circular orbits about the common center of mass, and effect of gravitational attraction of the smallest body are ignored. The applications described here are for...


Platforms: Matlab


Added: May 06, 2013 | Visits: 477

Interface to a LBFGS solver This submission contains an interface to a LBFGS solver for unconstrainted minimization problems of the formmin_{x} f(x) + c*|tilde{x}|,where x are the parameters, f is a scalar valued real function, c is a positive scalar (default value=0), |.| denotes the 1-norm, and tilde{x} is some subset of...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Interface to a LBFGS solver Download

Added: May 15, 2013 | Visits: 315

interactive 2-nd order oscilator with GUI This is an example from new book "MATLAB i Simulink, poradnik uzytkownika" by Bogumila and Zbigniew Mrozek,to be published by Wydawnictwo Helion, Poland.A problem was how to provide additional parameter beta to ODE solver ode23. This was solved without using global variables.In "oscillator.m"...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): interactive 2-nd order oscilator with GUI Download

Added: May 25, 2013 | Visits: 567

alternative solution to the maze problem with LBMs An alternative solution to the MAZE problem on matlab central FEX. (A recent submission to the File exchange on MATLAB central File ID: #27175 ).The present solution uses an Immiscible Lattice Boltzmann framework to simulate the flow of a blue fluid in a complex pipeline; a red bubble is added at...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 921.6 KB Download (43): alternative solution to the maze problem with LBMs Download

< 1 2 3 4 5 >