Projects tagged ‘algorithms’ and ‘c’


[33 total ]

0 Users

A small collection of algorithms written in C++
Created 2 months ago.

0 Users

A suite of APIs for Digital Watermarking algorithms, mainly consists of classic ones.
Created 12 months ago.

0 Users

JARVIS is a larger project, an application building upon: -previously developed audio analysis, data mining from audio inputs -artificial neural networks, feedforward networks, perceptrons ... [More] -indexing of software parameters, user direct and indirect preferences The synergy of which produces an intelligent user to systems interface on multiple dimensions. Audio data mining and phonetic interpretation is coupled to system responses in a dynamically intelligent way through the artificial neural network (ANN) algorithm lineages. This project is devoted to the development of those algorithm lineages which comprise the JARVISengine [Less]
Created 12 months ago.

0 Users

中国矿业大学徐海学院算法课程的源代码网站,提供“算法设计与分析”课程的相关源代码。 使用教材为:《算法设计与分析》,王晓东。 ... [More] 参考资料:《算法导论》第二版。 感谢Google公司提供的源代码平台。 [Less]
Created 12 months ago.

0 Users

Honing my programming language skill and data structure and algorithms and problem-solving ability
Created about 1 month ago.

0 Users

A simple C++ utility to compress and decompress files implementing GZIP and Huffman algorithms. Made for academic work
Created 12 months ago.

0 Users

This project will consist of a test driver and three separate string matching pattern algorithms.
Created 12 months ago.

0 Users

This project provides a generic implementation for commonly used data structures and algorithms. Most of them are in C. Some are in C++. Look through sample implementations before using. I have tried ... [More] to include sample usages along with the code (in some cases in the same file or as a separate program) Currently the library features the following implementations: - DATA STRUCTURES C implementations Hash Table Balanced binary search trees: - (1) AVL tree (2) Red-black tree (3) Splay tree Priority queue (1) Fibonacci Heaps Union-Find data structure List Vector Memory Manager C++ implementations Radix tree Suffix tree Tuple Smart pointer ALGORITHMS Selection algorithm (linear time median finding) [Less]
Created 3 months ago.

0 Users

MPI kod za diplomski
Created 8 months ago.

0 Users

You can download here many ACM-ICPC solutions. If you want to read the complete problem statements you can see the problem's ID at "Downloads" section, and you will be able to read it on UVa Online ... [More] Judge (http://uva.onlinejudge.org) or ACM-ICPC Live Archive (http://acm.uva.es/archive/nuevoportal) sites. My profiles: http://acm.uva.es/archive/nuevoportal/users.php?user=13488 http://uva.onlinejudge.org/index.php?option=com_onlinejudge&page=show_authorstats&userid=22798 Definition of Online Judge: "An online judge is an online system to test programs in programming contests. They are also used to practice for such contests. Also, most of these systems organize their own contests, where there are 6-12 problems to solve in 5 hours. The system can compile and execute your code, and test your code with pre-constructed data. Submitted code may be run with restrictions, including time limit, memory limit, security restriction and so on. The output of the code will be captured by the system, and compared with the standard output. The system will then return the result. When mistakes were found in a standard output, rejudgement using the same method must be made. Online Judges have ranklists showing users with the biggest number of accepted solutions." Source: http://en.wikipedia.org/wiki/Online_judge I participate with this project in Page of competition: http://verseny.c3.hu/2009/ Benjamin M. Seregi [Less]
Created 4 months ago.