| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
A Robust File Line Counter | C, C++ (general), UNIX C++ | Beginner / Josh Nixon | 6165 since 9/4/2003 2:46:54 AM | Unrated
|
| |
This is a just a function that will count the amount of lines in a file of any choice.
|
| |
| |
| |
 |
A Shortest Path C++ Class | C++ (general), Microsoft Visual C++, Borland C++ | Advanced / Email Component | 9537 since 11/16/2002 2:09:24 AM |
By 2 Users
|
| |
A C++ Class implementing a shortest-path algorithm on a rectangular grid where grid elements can be marked impassable and the algorithm must quickly find the shortest path from point A to point B. Uses a priority queue class. This is typically used in gam ...(description truncated) |
| |
| |
| |
 |
A Simple Binary Tree Program | C++ (general), Borland C++, UNIX C++ | Beginner / technicalganesh | 30091 since 10/22/2006 8:32:37 AM | Unrated
|
| |
To Learn and use and traversals in a binary tree |
| |
Please support the site by visiting our
sponsor:
|
| |
| |
 |
A Simple Grammar | C++ (general) | Beginner / Roman "Krishna" Bystritskiy | 9500 since 9/1/2001 1:40:31 PM |
By 2 Users 2 Excellent Ratings
|
| |
An example of a primitive translator, based on a true grammar. Converts an ariphmetic expression to a backward polish notation. |
| |
| |
| |
 |
A Star algorithm | C++ (general), UNIX C++ | Advanced / Puneet Jindal | 2098 since 9/4/2012 3:11:52 PM | Unrated
|
| |
This program demonstrates the working of A Star algorithm which uses heuristics search in state space. |
| |
| |
| |
 |
A very nice flexy calendar! | C++ (general), Microsoft Visual C++, Borland C++ | Beginner / Apostolis | 8264 since 7/22/2002 10:24:37 PM |
By 1 Users
|
| |
It is a calendar that prints a number of days of a year that the user inserts. It also checks if the year is leap or not! (ScreenShot) |
| |
| |
| |
 |
A VSM Classifiers Package | C++ (general) | Advanced / Roger Zhang | 1937 since 8/6/2005 9:54:41 AM | Unrated
|
| |
Defines a simple vector space model classifier interface and two derived examples - a rule based classifier and a case based classifier. |
| |
| |
| |
 |
A Zip CRC C++ Class for Streaming Data | C++ (general), Microsoft Visual C++, Borland C++ | Intermediate / Zip Component | 5306 since 11/15/2002 5:47:44 PM | Unrated
|
| |
C++ Class for calculating a CRC based on the WinZip CRC algorithm. Allows for streaming data to the class, and then retrieving the CRC when the stream has ended. |
| |
| |
| |
 |
A.I Search Algorithm - Breadth First Search | C++ (general), Microsoft Visual C++ | Advanced / Gonzales Cenelia | 9103 since 1/19/2009 9:19:45 AM |
By 1 Users
|
| |
This code is meant to be a simple introductory code to the 'Breadth First Search' algorithm
The 'Breadth Search' and 'Depth First Search' are both very popular and among the simplest
algorithm that can be used in Artificial Intelligence for conducting a s ...(description truncated) |
| |
| |
| |
 |
A.I Program - Chatterbot Eliza v2.0 (c++ eliza) | C++ (general), Microsoft Visual C++ | Advanced / Gonzales Cenelia | 30553 since 3/20/2006 9:05:14 PM |
By 7 Users 7 Excellent Ratings
|
| |
I HAVE POSTED THIS CODE TO SOME OTHER WEBSITES (CODEPROJECT.COM AND OTHERS) AND I HAVE RECEIVE SOME VERY GOOD FEEDBACKS ABOUT IT. I KNOW THAT THIS CHATBOT IS FAIRLY SMART, SO DONT FORGET TO VOTE FOR ME!
This version of the program is smarter than ever, mo ...(description truncated) (ScreenShot) |
| |