Programming Methods & Algorithms script downloads
Page: 1 2 3 4 5 6 ... Next » (26 pages)
Sort by: title | downloads | rating | date
Displayed: 1 - 20 of 503
Sort by: title | downloads | rating | date
Squirrel
Squirrel is known to run on Windows, Linux, MacOS X, PSP, GameCube, Wii, Nintendo DS and XBOX.It's inspired by languages like Python,Javascript and expecially Lua. Key features "Squirrel": · Dynamic typing · Delegation · Classes & inheritance · Higher order functions · Generators · Cooperative threads(coroutines) · Tail recursion · ...
Multiple Variable Traveling Salesmen Problem Genetic Algorithm
It finds a (near) optimal solution to a variation of the M-TSP (that has a variable number of salesmen) by setting up a GA to search for the shortest route (least distance needed for the salesmen to travel to each city exactly once and return to their starting locations). Each salesman ...
Fixed Start Open Multiple Traveling Salesmen Problem Genetic Algorithm
Finds a (near) optimal solution to a variation of the "open" M-TSP by setting up a GA to search for the shortest route (least distance needed for each salesman to travel from the start location to unique individual cities without returning to the starting location).Each salesman starts at the first point, ...
Fixed Endpoints Open Multiple Traveling Salesmen Problem Genetic Algorithm
The script finds a (near) optimal solution to a variation of the "open" M-TSP by setting up a GA to search for the shortest route (least distance needed for each salesman to travel from the start location to unique individual cities and finally to the end location).Each salesman starts at the ...
Open Multiple Traveling Salesmen Problem Genetic Algorithm
Finds a (near) optimal solution to a variation of the M-TSP by setting up a GA to search for the shortest route (least distance needed for the salesmen to travel to each city exactly once without returning to their starting location). Each salesman travels to a unique set of cities (although ...
Fixed Start End Point Multiple Traveling Salesmen Problem Genetic Algorithm
Finds a (near) optimal solution to a variation of the M-TSP by setting up a GA to search for the shortest route (least distance needed for each salesman to travel from the start location to individual cities and back to the original starting place).Each salesman starts at the first point, and ...
Multiple Traveling Salesmen Problem Genetic Algorithm
The script needs starting locations for every salesman taken into account in the algorithm.It will find a (near) optimal solution to the M-TSP by setting up a GA to search for the shortest route (least distance needed for the salesmen to travel to each city exactly once and return to their ...
Traveling Salesman Problem Nearest Neighbor
This method produces different results depending on what city is choosen as the starting point.This function determines the Nearest Neighbor routes for multiple starting points and returns the best of those routes. Requirements: · MATLAB 7.6 or higher ...
Fixed Start Open Traveling Salesman Problem Genetic Algorithm
The algorithm computes the optimal route from a fixed predetermined starting point to all other cities without returning to the starting point. Requirements: · MATLAB 7.6 or higher ...
Fixed Endpoints Open Traveling Salesman Problem Genetic Algorithm
The user has to supply the fixed ending points before the script can be ran. Requirements: · MATLAB 7.6 or higher ...
Open Traveling Salesman Problem Genetic Algorithm
The difference to the classic TSP is that the salesman doesn't travel in loop across the circuit. Requirements: · MATLAB 7.6 or higher ...
Traveling Salesman Problem Genetic Algorithm
The user is presented with the near-optimal solution and performance chart in a dialog window. Requirements: · MATLAB 7.3 or higher ...
Another TSP Solver
The script can display how the route rearranges at each script iteration.The input for the program is an Nx2 cities array sorted in the initial traveling path. The output is the cities arranged in a more effective route, index vector of the order the cities should be visited & the total ...
FailFast
It will check the document and point to the assertion point of failure brought down by nils or bad values in the code.Judicious use of FailFast assertions to check the assumptions can ensures that the program will end as soon as a contract violation is detected.One of the primary goals of ...
Shared variable
Shared objects work like normal data types but can create a alias variable or can be used as pass-by-reference arguments.The alias variable is called a shared variable. Requirements: · MATLAB 7.6 or higher ...
Seed7
It contains concepts from other programming languages, but it's not considered as a direct descendant from any other language. In Seed7, new statements and operators can be declared easily. Functions with type results and type parameters are more elegant than a template or generics concept.Object orientation is used when it brings ...
The Squirrel programming language
It was designed to be a powerful scripting language for small applications like games, due to its small size, reduced memory bandwidth and little real-time requirements.Squirrlel has been tested with the following compilers:MS Visual C++ 6.0,7.0,7.1 and 8.0 (32 and 64bits)MinGW gcc 3.2 (mingw special 20020817-1)Cygnus gcc 3.2Linux gcc 3.2.3Linux gcc ...
JSearchDemo
Algorithms like depth-first, breadth-first, greedy search, hill climbing, A*, IDA, beam search, uniform cost or EE uniform cost can be previewed and pre-calculated using this applet. ...
VuzitPHP
PDF, DOC, XLS and PPT electronic documents can be viewed, deleted or uploaded through the methods provided by the library.Vuzit is an online electronic document storage, viewing, and services platform. ...
CSS Centered Layout
Use this method to make centered (vertically, horizontally) webpages with hiding content for other (smaller) resolutions.First include the style sheet at the top of your code. Do it in tag, then you can write your code. ...
Page: 1 2 3 4 5 6 ... Next » (26 pages)
Sort by: title | downloads | rating | date
Displayed: 1 - 20 of 503
Sort by: title | downloads | rating | date
Popular Scripts Search
traveling salesman problem
algorithm
file
dictionary
language
generator
data
interface
object oriented programming
decorator
module
call
list
string manipulation
programming
objects
programming language
windows
class
method
pattern
python
debugging
function
object
tool
string
debugging script
methods
sorting
