sorting algorithms
Odds algorithm 1.0
This class implements the odds algorithm created by F. Thomas Bruss. This is a decision making support algorithm is used for instance to determine the right moment stop negotiations. more>> This class implements the odds algorithm created by F. Thomas Bruss. This is a decision making support algorithm is used for instance to determine the right moment stop negotiations.<<less
Sorting data within table
This script creates a table with extremely fast sorting and autofilter feature. Other sorting scripts used to has a limit around 1000 rows without collapsing the browser. This one is able to handle around 5000 rows without having significant problem. The more>> This script creates a table with extremely fast sorting and autofilter feature. Other sorting scripts used to has a limit around 1000 rows without collapsing the browser. This one is able to handle around 5000 rows without having significant problem. The script works much faster than several other sorting solution. Features: * sorting * autofilter with math relations * show selected and non-selected elements * support of different date and numeric form<<less
Sorting images with PHP and DHTML
Using this script admins or users can arrange the photos in an order they would like to view. This script would be really helpful when we integrate it with flash. more>> Using this script admins or users can arrange the photos in an order they would like to view. This script would be really helpful when we integrate it with flash.<<less
PID Tuning Using Genetic Algorithm
PID Tuning Using Genetic Algorithm - PID controller has been extensively used in the industrial world. more>> PID Tuning Using Genetic Algorithm is a convenient tool including PID controller that has been extensively used in the industrial world.
PID controller has been extensively used in the industrial world. But in this controller it is difficult to tune the PID gains. Apply the genetic algorithm(GA) to tune the PID gains. The GA is agorithm using the biotic; gene the biotic; genetics.
Bubble sorting in ASP 1.0
This is a script aimed to order an array with bubble sort technique. This algorithm of sorting of array is probably the most known for lack of being the most effective. more>> This is a script aimed to order an array with bubble sort technique. This algorithm of sorting of array is probably the most known for lack of being the most effective.<<less
Sorting Database Results with PHP
This tutorial will show you how to display data from a database and allow the user to sort it. more>> This tutorial will show you how to display data from a database and allow the user to sort it.<<less
Using the Deque class in Recursive Algorithms 1.0
This snippet focuses on the uses of the STL deque class in a recursive algorithm, namely to solve a maze. more>> This snippet focuses on the uses of the STL deque class in a recursive algorithm, namely to solve a maze.<<less
AJAX sorting with Script.aculo.us
Script.aculo.us lets create sortable lists which can be synchronized with the back-end with AJAX. more>> Script.aculo.us lets create sortable lists which can be synchronized with the back-end with AJAX.<<less
Table Sorting And Utils 0.981
Table Sorting And Utils is a javascript library offering the key functionality which is typical - the most common of which is client-side table sorting. more>>
Table Sorting And Utils 0.981 is a javascript library offering the key functionality which is typical - the most common of which is client-side table sorting. Tabular data in table form is common on web sites and web applications, and a common requirement is to manipulate the data tables on the client side, rather than going back to the server to sort, filter, page, etc.
Major Features:
- Sorting is fast. Much faster than most other libraries, due to a number of optimizations
- Rowspan and Colspan in headers will not confuse the code
- Alternate row coloring (a common item) is handled by re-shading after sorting or filtering
- Tbody contents are handled separately, so there can be separate sortable sections of a table
- Easy CSS classes are applied to cells after filtering, sorting, etc which you can hook into from your CSS rules to show the sorted column or the cells which are filtered.
Enhancements: Added Sort.numeric_comma, additional date parsing formats
HTML table sorting JavaScript 1.30
Include this script in your html page header and add class="sortable" to the tables you want sorted. You can then sort the tables by either press ctrl-alt and click anywhere inside the table; Or click the links auto-added on your table column headings. more>> Include this script in your html page header and add class="sortable" to the tables you want sorted. You can then sort the tables by either press ctrl-alt and click anywhere inside the table; Or click the links auto-added on your table column headings. The script allows automatic detection and sorting of data types like major currencies, US time/date, numbers (scientific notation too), IP addresses, etc; You could also explicitly specify column data type to override auto-detection; Specify European styled date/time sorting as well as any user-specified date format, or even specify custom data type and supply custom sorting functions if so wished to sort anything you want! Other features include support for cookie (remember sort state), multi-row table headers/footers, preserving the row/cell styles (eg alternatively highlighted rows), X-browser support, complete control over the looks of sorting link both before and after sorting. Its by far the most advanced table sorter on web!<<less
Genetic Algorithm Java Application
Genetic Algorithm Java Application was designed to solve the Geodetic Cover Problem. more>>
Genetic Algorithm Java Application is the most comprehensive, fast solution for the Geodetic Cover Problem.
This program is limited to personal use only. Modification and/or redistribution without specific consent from the author is strictly prohibited.
Major Features:
- Genetic algorithms are a form of artificial intelligence in which the theory of evolution is used to find an approximate answer to a given problem.
- In this research project is a genetic algorithm to search for geodetic covers of random graphs. A geodetic cover is defined as the subset S of vertices of a graph such that any vertex not in S is on a shortest path between two vertices in S.
- Specifically, the program was designed to solve the Geodetic Cover Problem; namely, to find the smallest geodetic cover. The results show that the genetic algorithm is considerably faster than other algorithms used to solve the problem but produces suboptimal results for large graphs.
sort_unprefix 1.4
This script will sort an array or multidimentional array alphabeticly while ignoring any prefix on the column such as The, An, A, etc. This script is ideal for sorting a group of artist names where the title may be The Beatles but the sorting should more>> This script will sort an array or multidimentional array alphabeticly while ignoring any prefix on the column such as The, An, A, etc. This script is ideal for sorting a group of artist names where the title may be The Beatles but the sorting should be alphabetical under B instead of T.<<less
Adding Sorting and Paging in GridView
ASP.NET 2.0 Free Training : Adding Sorting and Paging in GridView - In this tutorial you will learn adding sorting and paging in a GridView Control, Implement Two Column Sorting, Create Code for Custo more>> ASP.NET 2.0 Free Training : Adding Sorting and Paging in GridView - In this tutorial you will learn adding sorting and paging in a GridView Control, Implement Two Column Sorting, Create Code for Custom Sorting, Editing the GridView control data, Deleting Displayed Records, Inserting Records and Using Templates.<<less
Traveling Salesman Problem - Genetic Algorithm
Traveling Salesman Problem - Genetic Algorithm is designed to be a useful MATLAB tool that finds a near-optimal solution to a Traveling Salesman Problem using a Genetic Algorithm in a GUI environment. more>>
Traveling Salesman Problem - Genetic Algorithm is designed to be a useful MATLAB tool that finds a near-optimal solution to a Traveling Salesman Problem using a Genetic Algorithm in a GUI environment.
Open Traveling Salesman Problem - Genetic Algorithm
Open Traveling Salesman Problem - Genetic Algorithm is created to be a useful MATLAB function which finds a near-optimal solution to a open variation of the Traveling Salesman Problem using a Genetic Algorithm. more>>
Open Traveling Salesman Problem - Genetic Algorithm is created to be a useful MATLAB function which finds a near-optimal solution to a "open" variation of the Traveling Salesman Problem using a Genetic Algorithm.