|
List Info
Thread: Latest 100 Source Codes
|
|
| Latest 100 Source Codes |

|
2007-01-14 22:27:41 |
|
Dear Member, Below are latest 100 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 mouse 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?ScriptID=1254<
/a>
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
Moving ball screen saver http://www.sourcecodesworld.com/source/show.asp?ScriptID=1251 It i a simple moving ball screensaver, in which two balls are bounchback from the wall of the console
.
The Classic Game of Snake & Ladder http://www.sourcecodesworld.com/source/show.asp?ScriptID=1250 This code implements the classic game: Snake & Ladder. It can be played by two players.
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...
Railway seat reservation question which comes in sapient http://www.sourcecodesworld.com/source/show.asp?ScriptID=1248 1) in a trian compartment there are 67 seats...13 rows of 5 (3 by2) setats and the last row has 2 sets. a person cannot book more than 5 seats. if a person is bokin then it should be such that maximum people of the group get to sit in the same row.
To calculate percentile http://www.sourcecodesworld.com/source/show.asp?ScriptID=1247 Write a program for the problem: the
array of inetegers indicating the marks of the students is given, U have to calculate the percentile of the students aaccording to this rule: the percentile of a student is the %of no of student having marks less then him. For eg: suppose Student Marks A 12 B 60 C 80 D 71 E 30 F 45 percentile of C = 5/5 *100 = 100 (out of 5 students 5 are having marks less then him) percentile of B = 3/5*100 = 60% (out of 5, 3 have markses less then him) percentile of A = 0/5*100 = 0%.
Send to folder http://www.sourcecodesworld.com/source/show.asp?ScriptID=1246 when u run the programm the send to folder will be opened.
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.
Analog clock and calendar http://www.sourcecodesworld.com/source/show.asp?ScriptID=1243
HIGH/LOW GAME http://www.sourcecodesworld.com/source/show.asp?ScriptID=1242This program
plays a simple game.The computer picks a random number from 0 to 100, and the user tries to guess the number.
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.
Data structure (stack Implimentation) http://www.sourcecodesworld.com/source/show.asp?ScriptID=1238 I am swapnil adsure in s.y.bcs this source code for stack and quee and link list implimentation .It can ba use as project for bcs thank you swapnil
Simple Program in Java to Implement Multithreading http://www.sourcecodesworld.com/source/show.asp?ScriptID=1237
Memory Game http://www.sourcecodesworld.com/source/show.asp?ScriptID=1236 Host Enter word.This word is presented to the guest for some time and then the guest has to enter the same word.This is a simple game with extremely simple codes.
Easy Calc http://www.sourcecodesworld.com/source/show.asp?ScriptID=1235 This is a very simple calculator with functions like Addition, Subtraction, Multiplication, division, percentage and even Power.The code is extremelysimple and very easy to understand.
GK Quiz http://www.sourcecodesworld.com/source/show.asp?ScriptID=1234 This is a very simple quiz with Ten questions in it and also is very eadsy to use. this is mainly made forextreme begginers in C++.
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 sto
pped 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.
Hangman Game http://www.sourcecodesworld.com/source/show.asp?ScriptID=1230 This is a beautiful and very interesting computer game. Please have a look over it. If you find anything good in it, please comment and rate it.
Snakeman http://www.sourcecodesworld.com/source/show.asp?ScriptID=1229 It is a snake game same as in Nokia Mobile Phones. It is a very very interesting game. I bet you would love it. Comments and suggest
ions would be
appreciated.
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 b
y 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 Calculator in Java Using Remote Method Invocation http://www.sourcecodesworld.com/source/show.asp?ScriptID=1227 This is a java program for simple arithmetic calculationsusing the principles of Remote Method Invocation (RMI).
Guest Book Application Using Servlets http://www.sourcecodesworld.com/source/show.asp?ScriptID=1226
String Manipulation Using Stringification http://www.sourcecodesworld.com/source/show.asp?Sc
riptID=1225
String Manipulation Using Stringification http://www.sourcecodesworld.com/source/show.asp?ScriptID=1224
Moving Ball Application Using Java Beans http://www.sourcecodesworld.com/source/show.asp?ScriptID=1223
Full month Calendar http://www.sourcecodesworld.com/source/show.asp?ScriptID=1222 A calendar in which u can use a mouse,simply enter the year and month and u will c the result by urself,a calendar wid a very simple logic
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.
Cursor shapes http://www.sourcecodesworld.com/source/show.asp?ScriptID=1220 u can c different cursor shapes in this program like butterfly,fish,smiley etc. Best for beginners
Controling digital circuit through computer http://www.sourcecodesworld.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 & key
board interactive
control panel.works well in win98, but not in winxp feel free to send suggestions or report bugs.
Animated 3D car http://www.sourcecodesworld.com/source/show.asp?ScriptID=1218 Animated 3D Car in Turbo C++ 3.0 - It consist of Lights effect, Sound Effect. Press 'L' for Lights effect and 'H' for Horn.
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++.
Clock inn turbo C++; http://www.sourcecodesworld.com/
source/show.asp?ScriptID=1216 Design of
Clock in Turbo C++ 3.0 graphics
TAJMAHAL- in Turbo C++ 3.0 Graphics http://www.sourcecodesworld.com/source/show.asp?ScriptID=1215 Design of Tajmahal In Turbo C++ 3.0 graphics
3D
Transformations http://www.sourcecodesworld.com/source/show.asp?ScriptID=1214
INSTITUTE MANAGEMENT SYSTEM (DIRECTORY BASED) http://www.sourcecodesworld.com/source/show.asp?ScriptID=1213 THIS PROGRAM WILL TRACK OF ALL FACULTY AND SUDENTS DATA BASICALLY THIS IS A VERY SIMPLE PROGRAM AND HELPS TO OVERCOME FROM ALL THOSE OLD METHODS OF RE
CORDIND THE DATA THIS PROGRAM WILL STORE
DATA ACCORDING TO THE DIRECTORY BASED SYSTEM AND MAKE TWO ENCRYTED TEXT FILES OF EACH PERSON NAME FOLLOWED BY A & P YOU CAN ADD AS MANY AS INFORMATION YOU WANT BY RECODE ONLY TWO FUNCTIONS JUST GO THROUGH IT AND YOU WILL UNDERSTAND EASILY REALLY ITS A VERY SIMPLE PROGRAM JUST COMPILE IT MAKE ITS EXECUTABLE FILE AND COPY IT IN ANY DRIVES EITHER C,D,E OR F AND THEN RUN IT DONT RUN IT WITHIN BORLAND C++ WINDOW SOME FUNCTIONS WILL NOT WORK SO PLEASE TAKE CARE ITS ACCESCODE IS NOPASSWORD
Merging two doubly-linked-lists into another http://www.sourcecodesworld.com/source/show.asp?ScriptID=1212 This program will take two doubly-linked lists of nodes and merges them into another doubly-linked list of nodes.
INSTITUTE MANAGEMENT SYSTEM http://www.sourcecodesworld.com/source/show.asp?ScriptID=1211 THIS PROGRAM WILL STORE DATA ACCORDING TO THE DIRECTORY BASED SYSTEM AND MAKE TWO ENCRYTED TEXT FILES OF EACH PERSON NAME FOLLOWED BY A & P YOU CAN ADD AS MANY AS
INFORMATION YOU WANT BY RECODE ONLY TWO FUNCTIONS JUST GO THROUGH IT AND YOU WILL UNDERSTAND EASILY REALLY ITS A VERY SIMPLE PROGRAM
Arcanoid with mouse http://www.sourcecodesworld.com/source/show.asp?ScriptID=1210 a small game with a efficient error handling..........
Resistor color code reader http://www.sourcecodesworld.com/source/show.asp?ScriptID=1209 This program is for resistor color code useful for basic Electronic students.Just mention the color code for resistor program gives the exact value for it. If the value might be greater itself onvert to Kilo or Mega ohm as per.
Calendar date to day number and back http://www.sourcecodesworld.com/source/show.asp?ScriptID=1208 Functions that, given a calendar date (Gregorian or Julian), calculate a day number (the Julian day number), and vice-versa. Just for fun, given a year number, calculate Easter Sunday's date. These routines are the only sensible way to calculate the day of the week, the number of days between two dates, or the date some number of days after a given date, etc.
Rapid Roll game http://www.sourcecodesworld.com/source/show.asp?ScriptID=1207 I developed this game in JAVA using AWT and THREADS cocepts. Use left and right arrows to play the game. Give me feedback on my coding
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.
SIMPLE ADDRESS BOOK http://www.sourcecodesworld.com/source/show.asp?ScriptID=1203 This program is designed using doubly linked list and file operations.It's code is to understand and us
e it.
The First Card Game in C++; http://www.sourcecodesworld.com/source/show.asp?ScriptID=1202 Animated card play. User friendly interface. Support 3 players - two cpu and one human player.
to
generate cos series 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 sorting
http://www.sourcecodesworld.com/source/show.asp?ScriptID=1198 here the code for topologiacal sorting of graphs
Virtual calender with evything in it http://www.sourcecodesworld.com/source/show.asp?ScriptID=1197 THIS CALENDER SHOWS CURRENT MONTH AND USER CAN NAVIGATE THROUGH PREVIOUS OR NEXT MONTH / YEAR USING ARROW KEYS
AIRWAYS RESERVATION (USING BITMAPS,BMP) MINI PROJ. http://www.sourcecodesworld.com/source/show.asp?ScriptID=1196 this is a proj. genrally based on reserving a ticket for a customer using ginev details . this project is bacically a show case of use of graphics( mouse pointer,BMP,) with the simultaneous reserving of tickets.
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
Derrick Ward's Calculator http://www.sourcecodesworld.com/source/show.asp?ScriptID=1194
A
DIVISION,MULTIPLICATION,ADDING,SUBTRACTING CALCULATOR PROGRAM.
student mgm http://www.sourcecodesworld.com/source/show.asp?ScriptID=1193 student mgm can be used by the schools or colgs to store there student marks and check there status by there name or roll no; can be updated by adding features like checking progress or downfall in study of a student
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
http://www.sourcecodesworld.com/source/show.asp?ScriptID=1189 A simple hashtable in Java
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
Download Manager http://www.sourcecodesworld.com/source/show.asp?ScriptID=1185 This is Very Useful tool for Inetnet users. Create & enjoy it. Contact Me If U Like it.
The ONE http://www.sourcecodesworld.com/source/show.asp?ScriptID=1184 THE REAL ONE
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
single linked list http://www.sourcecodesworld.com/source/show.asp?ScriptID=1182 single linked list
Address Book
in
Java http://www.sourcecodesworld.com/source/show.asp?ScriptID=1181 asy to keep records first create a directory named data which should be in Bin folder of jdk and in that create a file name data.dat
address book using java database connectivity(jdbc-msaccess) http://www.sourcecodesworld.com/source/show.asp?ScriptID=1180 address b
ook using java in frontnd and msaccess in
backend.myprojects.address is the package,consists of four classes loginb,start,search,add.
roatation of triangle http://www.sourcecodesworld.com/source/show.asp?ScriptID=1179
http://www.sourcecodesworld.com/source/show.asp?ScriptID=1178 code to create binary tree,find mirror image of it,find height,print original tree and mirrot image tree level wise,display leaf nodes
sun Steganography http://www.sourcecodesworld.com/source/show.asp?ScriptID=1177 simple Steganography program(Encoding and decoding wav file using crypt algorithm)
Calculator c projects http://www.sourcecodesworld.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 A
LGORITHM (using
linked list) http://www.sourcecodesworld.com/source/show.asp?ScriptID=1169 DIJIKSHA'S ALGORITHM IMPLEMENTATION(using 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)
Solar System http://www.sourcecodesworld.com/source/show.asp?ScriptID=1166 Demo of
Graphics in C.
RATTLE SNAKE http://www.sourcecodesworld.com/source/show.asp?ScriptID=1165 A excellent snake game develped in c/c++.
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 their values, Also useful to find the sum & average
http://www.sourcecodesworld.com/source/show.asp?ScriptID=1161 This is a Analog Clock in synchronisation wit
h 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.
Connecting Java with MS-Access - Inserting data in http://www.sourcecodesworld.com/source/show.asp?ScriptID=1160 Inserting data in Access DataBase from Java frame.
Address Book in Java http://www.sourcecodesworld.com/source/show.asp?ScriptID=1159 easy to keep records first create a directory named data which should be in Bin folder of jdk and in that create a file name data.dat
BINARY SEARCH TREE http://www.sourcecodesworl
d.com/source/show.asp?ScriptID=1158 Binary search tree with all the three recursive and non recursive traversals
string operation http://www.sourcecodesworld.com/source/show.asp?ScriptID=1157
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.
Cheers, Team Vyom Source Codes World
| | | Send instant messages to your online friends http://uk.messenger.yahoo.com
__._,_.___
.
__,_._,___
|
[1]
|
|