Important alert: (current site time 7/15/2013 5:17:25 AM EDT)
 

Browse Category or Search Results.

Search Results: Page 1 of 95 found. Entries 1 - 10 of 944 found
Jump to page: 1 2 3 4 5 6 ...

  Description
Compatibility
Level/
Author
Views/
Date
Submitted
User Rating
 
  [  Natural Language Processing: Sentence Matching Algorithm ][ Natural Language Processing: Sentence Matching Algorithm ]C++ (general)Advanced /
Gonzales Cenelia
49075 since
2/28/2005 11:52:59 AM

By 6 Users
2 Excellent Ratings
       This is my own attempt to create a program that can match sentences by using the "edit distance" or "Levenshtein distance",all feedbacks are very welcome! (comments,votes,suggestions...)
 
 
  [ A Simple Finite State Machine ][ A Simple Finite State Machine ]C++ (general)Intermediate /
Gonzales Cenelia
35544 since
10/7/2004 1:42:10 PM

By 3 Users

       This program can determin very accurately the nature of the user input, it detects whether it is an integer, a float, a number in scientific notation or simply an invalid input. To be capable of doing this the program uses a simple FSM (Finite State Ma ...(description truncated)
 
 
  [ Artificial Neural Net: Perceptron Using Perceptron Learning Rule ][ Artificial Neural Net: Perceptron Using Perceptron Learning Rule ]C++ (general)Advanced /
Gonzales Cenelia
35192 since
12/30/2004 3:06:17 PM

By 7 Users
6 Excellent Ratings
       This program features a complete Perceptron Neural Net Application. The perceptron is a program that learn concepts, i.e. it can learn to respond with True (1) or False (0) for inputs we present to it, by repeatedly "studying" examples presented to ...(description truncated)
 
Please support the site by visiting our sponsor:
 
  [ Bubble Sort  and Template Binary Search ][ Bubble Sort and Template Binary Search ]C++ (general)Intermediate /
Gonzales Cenelia
41986 since
2/28/2005 11:42:51 AM

By 6 Users
2 Excellent Ratings
       The "binary search algorithm" is one of the quickest way for searching threw an array, the "linear search algorithm" makes "n" comparaisons for searching for an element inside a given array. The "binary search algorithm" only makes log2(n) comparaisons f ...(description truncated)
 
 
  [ Lines Counter ][ Lines Counter ]C, C++ (general), Microsoft Visual C++, Borland C++, UNIX C++Intermediate /
Gonzales Cenelia
21822 since
9/5/2002 1:34:52 PM

By 7 Users

       Have you ever wanted to count the lines of your code in C or C++ without the commentaries and blank lines,well with this program you can do it. Please feel free to vote or to live some comments,it will be very appreciated!
 
 
  [\File Exist Algorithms/][\File Exist Algorithms/]C, C++ (general), Microsoft Visual C++, Borland C++, UNIX C++Beginner /
Josh Nixon
45522 since
11/14/2002 11:00:10 PM

By 24 Users
9 Excellent Ratings
       This function will check to see if a file exist in the computer if it doesnt it will return -1 else 0.
 
 
  [C++ Simulator ] Turing Machine with faults, failures and recovery[C++ Simulator ] Turing Machine with faults, failures and recoveryC++ (general), UNIX C++Advanced /
Alex Vinokur
22330 since
3/13/2003 2:18:57 PM

By 3 Users
2 Excellent Ratings
        The C++-program simulates a Turing Machine with faults, failures and recovery. It is defined by input files : * metafile, * description file, * states file, * alphabet file, * transition file, * input word(s) file(s). 1) Each row of meta ...(description truncated)
 
 
  [C++ Simulator] Nondeterministic Turing Machine (Version 2.1)[C++ Simulator] Nondeterministic Turing Machine (Version 2.1)C++ (general), UNIX C++Advanced /
Alex Vinokur
13578 since
11/12/2003 12:27:54 PM

By 1 Users

       The program simulates a Nondeterministic Multitape Turing Machine. It works as ordinary (Deterministic) Turing Machine as well.
 
 
  [C++ Simulator] Post Machine (Version 1.2)[C++ Simulator] Post Machine (Version 1.2)C++ (general), UNIX C++Advanced /
Alex Vinokur
11291 since
11/22/2003 12:31:36 PM

By 2 Users

       The C++-program simulates a Nondeterministic Multitape Post Machine (PM). PM is defined by set of setup files. The simulator works as ordinary (deterministic) Post Machine as well.
 
 
  [JustAnotherDec2BinConverter][JustAnotherDec2BinConverter]C++ (general)Beginner /
progger
13415 since
5/4/2004 7:42:40 AM

By 4 Users

       Converts an unsigned decimal integer into a binary representation
 


Search Results: Page 1 of 95 found. Entries 1 - 10 of 944 found
Jump to page: 1 2 3 4 5 6 ...


Compatibility Filter Profile:

C
C++ (general)
Microsoft Visual C++
Borland C++
UNIX C++