C/ C++ Stats:

How to support the site


Site Wide Message: (current site time 9/9/2010 9:42:19 AM EDT)
  • We want your input! One of our sponsors wants to know your opinion about development related issues. Click here to tell us what you think.
  • Are you an emerging/young developer (aged 18-30)? If so, would you like the chance to affect future developer tools and products?
    If so, then click here to give your feedback.
 
Browse Category or Search Results

Search Results: Page 1 of 86 found. Entries 1 - 10 of 856 found
Skip to page: 1 2 3 4 5 6 ...

ian!
  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
34442 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
26050 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
25163 since
12/30/2004 3:06:17 PM

By 6 Users
5 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)
 
 
  [ Bubble Sort  and Template Binary Search ][ Bubble Sort and Template Binary Search ]C++ (general)Intermediate /
Gonzales Cenelia
32776 since
2/28/2005 11:42:51 AM

By 5 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)
 
Please support the site by visiting our sponsor:
 
  [ Lines Counter ][ Lines Counter ]C, C++ (general), Microsoft Visual C++, Borland C++, UNIX C++Intermediate /
Gonzales Cenelia
17694 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
39819 since
11/14/2002 11:00:10 PM

By 22 Users
8 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
18331 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
10211 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
9133 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
10638 since
5/4/2004 7:42:40 AM

By 3 Users

       Converts an unsigned decimal integer into a binary representation
 


Search Results: Page 1 of 86 found. Entries 1 - 10 of 856 found
Skip to page: 1 2 3 4 5 6 ...


xxx
Compatibility Filter Profile:

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