Projects tagged ‘algorithms’, ‘education’, and ‘mathematics’


Jump to tag:

Projects tagged ‘algorithms’, ‘education’, and ‘mathematics’

Filtered by Project Tags algorithms education mathematics

Refine results Project Tags analysis (2) maths (2) science (2) math (2) java (1) xml (1) university (1) speech_recognition (1) filter (1) python (1) programming (1) audio (1)

[5 total ]

2 Users
 

MARF is an open-source research platform and a collection of voice/sound/speech/text and natural language processing (NLP) algorithms written in Java and arranged into a modular and extensible ... [More] framework facilitating addition of new algorithms. MARF can run distributedly over the network and may act as a library in applications or be used as a source for learning and extension. [Less]
Created over 3 years ago.

1 Users
 

Gravit is a gravity simulator which runs under Linux, Windows and Mac OS X. It's released under the GNU General Public License which makes it free. It uses Newtonian physics using the Barnes-Hut ... [More] N-body algorithm. Although the main goal of Gravit is to be as accurate as possible, it also creates beautiful looking gravity patterns. It records the history of each particle so it can animate and display a path of its travels. At any stage you can rotate your view in 3D and zoom in and out. Gravit uses OpenGL with Lua, SDL, SDL_ttf and SDL_image. [Less]
Created over 3 years ago.

1 Users

This software is intended to generate and solve Travelling Salesman Problem (TSP) tasks. It uses Branch and Bound method for solving. An input is a number of cities and a matrix of city-to-city travel ... [More] prices. The matrix can be populated with random values in a given range (useful for generating tasks). The result is an optimal route, its price, step-by-step matrices of solving and solving graph. The task can be saved in internal binary format and opened later. The result can be printed without the answer (only input matrix) or with it. TSPSG may be useful for teachers to generate test tasks or just for regular users to solve TSPs. Also, it may be used as an example of using Branch and bound method to solve particular task. [Less]
Created about 1 year ago.

0 Users

Introduction to Algorithms, 2nd edition by Cormen, Leiserson, Rivest and Stein contains numerous examples written in pseudocode. This project implements each of these pseudocode examples in Python. ... [More] This project is useful for learning Python and algorithms. Ideally, someone using the Introduction to Algorithms textbook could follow the examples in Python rather than learning the text's form of pseudocode. [Less]
Created about 1 year ago.

0 Users

NAC is a collection of tools for cryptography. The goal is to provide simple-to-use crypto tools (like an OTP, String and number generator, public key algorithm...) you can use under Linux, Windows...
Created about 1 year ago.