|
List Info
Thread: Latest 100 C projects and source codes submitted to Source Codes World.
|
|
| Latest 100 C projects and source codes
submitted to Source Codes World. |

|
2006-12-26 04:30:46 |
|
Dear Member, Below are latest 100 C projects and source codes submitted to Source Codes World. RECURSIVE BALANCED QUICK SORT http://www.sourcecodesworld.com/source/show.asp?ScriptID=1257 A variation of quick sort .it performs very well with time complexity of O(nlogn) always. it
assures that in one pass 3 data will be sorted.
Radix Sort http://www.sourcecodesworld.com/source/show.asp?ScriptID=1256 This code is for radix sort.
Change your mous
e
pointer http://www.sourcecodesworld.com/source/show.asp?ScriptID=1255 use these functions to change ur mouse pointer,using different values in the mask array lets u design ur own pointer.changing cursor mask in the mask array u can desig ur own mouse pointer.plz send feedback.
The blinking star http://www.sourcecodesworld.com/source/show.asp?Sc
riptID=1254
Data Validation http://www.sourcecodesworld.com/source/show.asp?ScriptID=1253 Data validation for a string of characters.
To search a file by giving file type like mp3 or mpeg
or
doc http://www.sourcecodesworld.com/source/show.asp?ScriptID=1252 This application gives a user interface to specify file type anme and the directory from which to search for
Menus Demonstration http://www.sourcecodesworld.com/source/show.asp?ScriptID=1249 This program will help you to create menus and join submenus. The Specality
of this program is it can automatically
adjust the width and height, when we add more submenu's conent menu. All The Best...
Employee Database Project Using C. http://www.sourcecodesworld.com/source/show.asp?ScriptID=1245 The Project Contains That how can you Add a Employees Biodata With in a file and store.(Name,Address,Age,EMP ID,EMP No....)
Creating a Lexical Analyzer in c http://www.sourcecodesworld.com/source/show.asp?ScriptID=1244 The token classes correspond to the following regular definitions , except and digit>, plus the class . (The ellipse “…” is used in the usual sense “and so on”. The spaces in the definitions are used for better adability, they are not valid parts of the definitions.) ::= ; ::= : ::= , ::= + | - | * | / ::= < | <= | = | <> | >= | > ::= ( | ) ::= % | ! | | ~ | $ ::= a | A | b | B | … | z | Z ::= 0 | 1 | … | 9 ::= ( | )* ::=
+ (. digit+ )? (E(+|-)? The following lexemes should be recognized as keywords, not as identifiers: procedure, is, begin, end, var, cin, cout, if, then, else, and, or, not, loop, exit, when, while, until The whitespace characters “ “ (space symbol) and (end-of-line symbol) are to be skipped. Comments (any text closed between braces “{” and “}” ) are to be skipped as well. The comments do not extend to several lines (they do not contain the end-of-line symbol). The input for the lexical analyzer is a textfile SOURCE.TXT consisting of several lines of text (a “program”) being a correctly formed sequence of lexemes corresponding to the above definitions, whitespaces and comments. The output of your lexical analyzer consists of 2 text files ST.TXT and TOKENS.TXT. 1. ST.TXT is the symbol table created by the lexical analyzer. Each line consists of three parts: - line number - the lexeme (string) - type (string) , being one of the following:
keyword, identifier, num 2. TOKENS.TXT is the list of tokens produced by the lexical analyzer with the following structure: - one line of input (in the order of appearance in SOURCE.TXT) - corresponding pairs “token, attribute”, each in a separate line in the order as they occur in the line - blank line The attribute of a keyword, identifier or a number is the line number in the symbol table. The attribute of any other token is the lexeme itself. The longest prefix of the input that can match any regular expression pi is taken as the next token.
Calendar Program http://www.sourcecodesworld.com/source/show.asp?ScriptID=1239 This program prints Weekdays of specified date. It even prints calendar of a given year too.
Stop double Process for start in C http://www.sourcecodesworld.com/source/show.asp?ScriptID=1233
This
programm you don't allow process to start! For example taskmgr.exe and calc.exe are stopped before it want to go. You can compile it with DEV-C++ 4.9.9.2
Stop double Process for start in C http://www.sourcecodesworld.com/source/show.asp?ScriptID=1232 This programm you don't allow process to start! For example taskmgr.exe and calc.exe are stopped before it want to go. You can compile it with DEV-C++ 4.9.9.2
Time Scheduler http://www.sourcecodesworld.com/source/show.asp?ScriptID=1231 "THE SCHEDULER" THE PROJECT IS MADE FOR THE EXECUTION OF TIME TABLES. A COMMON PROBLEM ARISES THAT A COMMON ROOM OR A COMMON TEACHER IS SHARED BY TWO OR MORE CLASSES. THIS PROJECT IS TO SOLVE PROBLEMS LIKE THIS.
A timepass game between atmost two players http://www.sourcecodesworld.com/source/show.asp?ScriptID=1228 This game is played between two players. Each player will be given 13 cards with alphabet written on them. Each card will have a distinct value between 0 and 1000.These numbers are not visible to the players. Each player is required to throw a card on his turn. If the card thrown by a player has higher value than the card thrown by the former player then that card is won by the player of the highest card value. Then it is his turn to throw a card next. Player with all the card is the winner.
Simple Tic Tac Toe Game http://www.sourcecodesworld.com/source/show.asp?ScriptID=1221 This is a simple tic tac toe program built without using graphics.
Controling digital circuit through computer http://www.source
codesworld.com/source/show.asp?ScriptID=1219 this code access the lpt port.here only 4 of the total 8 pins are used but can be modified for full 8 pins.it has a complete GUI with mouse & keyboard interactive control panel.works well in win98, but not in winxp feel free to send suggestions or report bugs.
Implementation of Mouse Events. http://www.sourcecodesworld.com/source/show.asp?ScriptID=1217 This
program enables the use of mouse events in Turbo C/C++.
3D Transformations http://www.sourcecodesworld.com/source/show.asp?ScriptID=1214
Disk scheduling http://www.sourcecodesworld.com/source/show.asp?ScriptID=1206 this code show how the disk scheduling is done in OS.
implementation of circular linked list http://www.sourcecodesworld.com/source/show.asp?ScriptID=1205 this program is a simple implementation of circular linked list.
FLAMES http://www.sourcecodesworld.com/source/show.asp?ScriptID=1204 This program is using to find your status with others F->Friend L->Lover A->Affection M->Marriage E->Enemy S->Sister These are means for FLAMES.
to generate cos seri
es http://www.sourcecodesworld.com/source/show.asp?ScriptID=1201 name - ankush student of mca rajasthan universty.
to generate cos series http://www.sourcecodesworld.com/source/show.asp?ScriptID=1200 name - ankush student of mca rajasthan universty.
FLAMES http://www.sourcecodesworld.com/source/show.asp?ScriptID=1199 This program is using to find your status with others F->Friend L->Lover A->Affection M->Marriage E->Enemy S->Sister These are means for FLAMES.
topological sor
ting http://www.sourcecodesworld.com/source/show.asp?ScriptID=1198 here the code for topologiacal sorting of graphs
find the reminder without using reminder http://www.sourcecodesworld.com/source/show.asp?ScriptID=1195 my name is ankush jetly i am doing mca from iiim rajasthan universty
car secletcing using switch http://www.sourcecodesworld.com/source/show.asp?ScriptID=1192 hi this best way to lear how the swith staemnt executead
car secletcing using switch http://www.sourcecodesworld.com/source/show.asp?ScriptID=1191 hi this best way to lear how the swith staemnt executead
A hashtable in C http://www.sourcecodesworld.com/source/show.asp?ScriptID=1190 A hashtable that stores name, value pairs as strings
A hashtable in C http://www.sourcecodesworld.com/source/show.asp?ScriptID=1188 A hashtable that stores name, value pairs as strings
create right-in threaded binary tree http://www.sourcecodesworld.com/source
/show.asp?ScriptID=1187 this program creates a right-in-threaded binary tree and performs inorder taversal on it.
Snake Game http://www.sourcecodesworld.com/source/show.asp?ScriptID=1186 Snake Game created in c
AVL Tree with Graphics Display http://www.sourcecodesworld.com/source/show.asp?ScriptID=1183 AVL Tree Operations (Insert, Delete, Inorder, Postorder, etc.) and with Graphics Display
Calculator c projects http://www.s
ourcecodesworld.com/source/show.asp?ScriptID=1176 if using mouse pointer
Bucket Sort http://www.sourcecodesworld.com/source/show.asp?ScriptID=1175 Bucket sort done using Linked Lists
MY SLAM BOOK http://www.sourcecodesworld.com/source/show.asp?ScriptID=1174 Simple file concept & some graphic progamming. your friend can add his/her name,emailid,mobileno. And later you can read and enjoy.And mouse programming is also used.
AVL Tree with Graphics Display http://www.sourcecodesworld.
com/source/show.asp?ScriptID=1173 AVL Tree Operations (Insert, Delete, Inorder, Postorder, etc.) and with Graphics Display
Student Record System in C http://www.sourcecodesworld.com/source/show.asp?ScriptID=1172 A simple Student Record System that uses file handling concepts in C
SLAM BOOK ,YOU CAN ADD UR FRIENDS BIODATA. http://www.sourcecodesworld.com/source/show.asp?ScriptID=1171 In this project binary file concepts ,graphics fucntions are used. mouse pointer is used. I AM SURE YOU WILL ENJOY BY USING MY SLAM BOOK AS MUCH I AM.
Binary tree
Implementaion Insertion & Deletion(Using http://www.sourcecodesworld.com/source/show.asp?ScriptID=1170 Implementation Of BINARY TREE OPERATION(insertion & Deletion) Using LINLED LIST
DIJIKSHA'S ALGORITHM (using linked list) http://www.sourcecodesworld.com/source/show.asp?ScriptID=1169 DIJIKSHA'S ALGORITHM IMPLEMENTATION(u
sing linked list)
Heap sort http://www.sourcecodesworld.com/source/show.asp?ScriptID=1168 Heap sort using array
Calender (for all years) http://www.sourcecodesworld.com/source/show.asp?ScriptID=1167 Calender (for all years)
reading serial port http://www.sourcecodesworld.com/source/show.asp?ScriptID=1164 this program demostrares how to write data to serial port through C function
http://www.sourcecodesworld.com/source/show.asp?ScriptID=1163 this program is used in the folder protection Parameters :parameters are used in c
Small program for swaping & average calculation http://www.sourcecodesworld.com/source/show.asp?ScriptID=1162 A small program to read the i/pom the terminal and swap thei
r values, Also useful to find the sum
& average
http://www.sourcecodesworld.com/source/show.asp?ScriptID=1161 This is a Analog Clock in synchronisation with the system clock ,written in C graphics.This is a good project for those intersted in C graphics,if you understand this code,you can develop your own graphic programs.
<
b>depiction of
free fall of leters as in matrix movie http://www.sourcecodesworld.com/source/show.asp?ScriptID=1156 This is a code to depict matrix movie free fall of letters style written in c++.save it with .cpp extension.
hum banayege crorepati http://www.sourcecodesworld.com/source/show.asp?ScriptID=1155 contains objective type gk question
s
http://www.sourcecodesworld.com/source/show.asp?ScriptID=1152 This program converts a valid infix expression to postfix
Class Record Retrieval Program http://www.so
urcecodesworld.com/source/show.asp?ScriptID=1151 This Program is Useful to record and maintain student details like names, marks obtained etc.
Pasword Displaying http://www.sourcecodesworld.com/source/show.asp?ScriptID=1150 Use this software for fun as soon as u run this software on your c all the paswords on ur computer will be displayed
Castle Building (Micro Mini Project) http://www.sourcecodesworld.com/source/show.asp?ScriptID=1149
Calander http://www.sourcecodesworld.com/source/<
wbr>show.asp?ScriptID=1148 U can find the date or the week of the year u wantto know about.
Tower of Hanoi http://www.sourcecodesworld.com/source/show.asp?ScriptID=1147 1. For this program, we will assume that there are 5 disks to be used. 2. When the program starts, draw the starting position of the game. 3. Ask the user to choose the peg where a disk will be removed. The user should input 'A',
'B' or 'C'. Check whether the user made a valid choice and inform the user of any error. Of course, you should also check whether that peg is empty or not (you cannot remove a disk from an empty peg). Your program should also work for lowercase inputs. 4. After the user has correctly chosen a peg where a disk will be removed from, ask the user to which peg will that disk be moved. Remember that you may not place a disk on top of a smaller one. 5. When a disk has been successfully moved in #4, you should draw the new disk positions. For A B C example, if we move a disk from peg A to peg B, using the starting position show in #2, your program should display the updated drawing: 5. Repeat steps #3, #4 and #5. The program should end when all the disks have been correctly placed on peg C. 6. Alternatively, the user may also prematurely end the game by inputting 'Q' in either #3 or #4. 7. Global variables are NOT allowed in your program. 8. Follow the
EXACT specifications given for asking input from the user (steps #3 and #4). When testing your program, your instructor will be using input redirection so the input sequence is important.
WhereIs utility http://www.sourcecodesworld.com/source/show.asp?ScriptID=1145 'Whereis' utility is used to search for specified files in specified environment variable ( by default PATH variable ), also it accepts wildcard characters.. >>>and to see other options just wtite 'whereis' follow
ed by return. [
Why/When to use ] sometime we get the error 'Bad command or File name' possible reasons are:- >> wrong spelling >> File donot exist So for later reason you can search whether it exist or not. Example:- whereis grep.exe vi.exe whereis /n CLASSPATH myClass.class *.jar
STORE-TOLL an Billing Project http://www.sourcecodesworld.com/source/show.asp?ScriptID=1141 This is fully a billing project and a database file is must and i included it at last after the code. cut it from her
e and put it in a
file
Get the computer pasword http://www.sourcecodesworld.com/source/show.asp?ScriptID=1140 Use it for fun purposes.As soon as you run this source code,passwords of computer would be displayed..ALL the best
kaun Banega Lakhpati http://www.sourcecodesworld.com/source/show.asp?ScriptID=1138
KBL,Kaun Banega Lakhpati http://www.sourcecodesworld.com/source/show.asp?ScriptID=1130
Analog Clock http://www.sourcecodesworld.com/source/show.asp?ScriptID=1128
Toimpliment 3-D rotation with respect to z axis http://www.sourcecodesworld.co
m/source/show.asp?ScriptID=1127 Toimpliment 3-D rotation with respect to z axis
stortoll http://www.sourcecodesworld.com/source/show.asp?ScriptID=1125 There are 2 files : 1. Source Code copy (STORETOLL.C). Open this in your Turbo C. 2. Database file (MHN.TXT). This is after the source code in the box below. After running the program, there will be three menus: 1. Process bill, 2. Print bill, 3.
Management On processbill menu, click billprocess. Then give the item code between 101 to 105. To exit from billprocess, give 1 and press enter.
toimpliment 3-D rotation with respect to z axis http://www.sourcecodesworld.com/source/show.asp?ScriptID=1123
TOP DOWN PARSING --- COMPILER DESIGN http://www.sourcecodesworld.com/source/show.asp?ScriptID=1122 It is a compiler design oriented program.The purpose is to replace the non-terminal to the terminals.
Determinant of matrix http://www.sourcecodesworld.com/source/s
how.asp?ScriptID=1121 Program to
calculate the determinant of a matrix of any order using a recursive function.
Infix To Postfix http://www.sourcecodesworld.com/source/show.asp?ScriptID=1107
Game Of
Numbers-
Without Graphics But with Colors http://www.sourcecodesworld.com/source/show.asp?ScriptID=1106
Cyclic Redundancy Check (CRC) http://www.sourcecodesworld.com/source/show.asp?ScriptID=1101 This is the code which shows how in computer networks we use the cyclic redundancy check in sending the messages.
INFIX--Expression to POSTFIX--Expression Conversion http://www.sourcecodesworld.com/source/show.asp?ScriptID=1100 This program will convert a givn Infix Expression to a Postfix
Partition Hiding Software in C http://www.sourcecodesworld.com/source/show.asp?ScriptID=1094 This software read the partition info. from partition table and change the system id to hidden so that ur win will not mount it at the start up
Conversion of numbers to English words(Using Stack) http://www.sourcecodesworld.com/source/show.asp?ScriptID=1093 This program converts any given number up
to 999999999 into english and reports it to the
user. for eg - 01024 is reported as One Thousand AND Twenty four.This program internally makes use of stack but user of program is unaware of this.
Matrix Inverse By Gauss Jordan Method http://www.sourcecodesworld.com/source/show.asp?ScriptID=1088 It uses Gauss Jordan method to evaluate inverse of any square matrix.It is the most efficient method of finding inverse of a matrix
Matrix Inverse By Gauss Jordan Method http://www.sourcecodesworld.com/source/show.asp?ScriptID=1087 It uses Gauss Jordan method to evaluate inverse of any square matrix.It is the most efficient method of finding inverse of a matrix
Matrix Inverse By Ga
uss Jordan
Method http://www.sourcecodesworld.com/source/show.asp?ScriptID=1086 It uses Gauss Jordan method to evaluate inverse of any square matrix.It is the most efficient method of finding inverse of a matrix
Partition Hiding Software in C, http://www.sourcecodesworld.com/source/show.asp?ScriptID=1084 This program reads partition table of
hard disk and collect informations about
the various partitions ,to hide a partition it changes the system id of that partition ,so that window will not show you that partition
KATA KUTI a game http://www.sourcecodesworld.com/source/show.asp?ScriptID=1082 "KATA KUTI" A GAME TO PLAYED BY TWO PLAYERS
NUMBER - PUZZLE http://www.sourcecodesworld.com/source/show.asp?ScriptID=1079
BUDDY SYSTEM http://www.sourcecodesworld.com/source/show.asp?ScriptID=1077
Cyclic Redudancy Check [Building a CRC frame] http://www.sourcecodesworld.com/source/show.asp?ScriptID=1076 This program will develop CRC frame of given data.
Linked List Implementation - List http://www.sourcecodesworld.com/source/show.asp?ScriptID=1074 This is a very good Linked List Implementation Which every learner of Datastructures should Know
Target Shooting Game http://www.sourcecodesworld.com/source/show.asp?ScriptID=1073 User will be a charcter who can move up-down-left-right.He has a gun through which he can shoot the target.
Program to demonstrate the working of Priority Queue http://www.sourcecodesworld.com/source/show.asp?ScriptID=1072
Program for Pattern Matching http://www.sourcecodesworld.com/source/show.asp?ScriptID=1071
sudoku puzzles generation and solving http://www.sourcecodesworld.com/source/show.asp?ScriptID=1070
Shuffle Game http://www.sourcecodesworld.com/source/show.asp?ScriptID=1069 This is a game program name Shuffle Game - Arranging the numbers in order
monte' carlo algorithm http://www.sourcecodesworld.com/source/show.asp?ScriptID=1068
Build a castle 4 u!! http://www.sourcecodesworld.com/source/show.asp?ScriptID=1066 This makes a castle 4 u depending on the number u enter!!
Roots of Quadratic http://www.sourcecodesworld.com/source/show.asp?ScriptID=1065 To find real roots for a quadratic equation!!
Electrical equipment control http://www.sourcecodesworld.com/source/show.asp?ScriptID=1064
PC Based Device Controller http://www.sourcecodesworld.com/source/show.asp?ScriptID=1063 Controll Printer port using C
Electrical equipment control http://www.sourcecodesworld.com/source/show.asp?ScriptID=1060 this pr
ogram enables to drive several electrical equipment connected
on a PCB. It acts as a software to intiate those equipments along with their running status.At a time 8 system can be handeled
A Perfect Calendar http://www.sourcecodesworld.com/source/show.asp?ScriptID=1059 This is a perfect Calendar program. This program displays the calendar of any year without any mistakes
Shuffle Game http://www.sourcecodesworld.com/source/show.asp?ScriptID=1058 This is a game program name Shuffle Game - Arranging the numbers in order
Sudoku puzzle generation and solving http://www.sourcecodesworld.com/
source/show.asp?ScriptID=1057 this is the code i previously sent you have not posted it on the site correctly please do that please !!!
An Illusion program http://www.sourcecodesworld.com/source/show.asp?ScriptID=1056 This is a simple illusion
Tower of Hanoi http://www.sourcecodesworld.com/source/show.asp?ScriptID=1053
Sudoku puzzle generation and solving http://www.sourcecodesworld.com/source/show.asp?ScriptID=1050
Birth Day Reminder Utility http://www.sourcecodesworld.com/source/show.asp?ScriptID=1049 THIS PROGRAME IS USEFUL FOR REMIDING BIRTHDAYS
Displays a Message Box http://www.sourcecodesworld.com/source/show.asp?ScriptID=1048 This Program is intended to simulate a Message Box
Cheers, Team Vyom Source Codes World | | | Send instant messages to your online friends http://uk.messenger.yahoo.com Send instant messages to your online friends http://uk.messenger.yahoo.com
__._,_.___
.
__,_._,___
|
[1]
|
|