Advertisement

Results for "Volume: 4_2005-2006"

4_2005-2006 #170916
Media Player

Simple Media Player. It can play MP3, OGG, AVI, MPG and other file types. This source code doesn't use any controls but only API functions.

4_2005-2006 #165665
Binary Shift Radix Sort

The purpose of my program is to sort a list of any data type using the radix sort. Normally the radix sort has only been allowed to sort normal data types but I thought that was a waist of a great sort. So I found a way to include any data type for the radix sort by using bit shifting. As long as the bit shifting operators for any future data type are overloaded the radix sort may be used with this code.

4_2005-2006 #150111
VB2005 OLEDB Demo

Visual Basic 2005 OLEDB Demo - showing how to use a database in code only.

4_2005-2006 #165500
CPU Benchmark

This program allows the user to compare their computer (speed) with other computers who used the same program. The code is simple enough, the most complicated part is the color.

4_2005-2006 #151260
a!!!!!hide program in program menu c+a+d

hides program in crtl-alt-menu one line of code

4_2005-2006 #162488
File Protector

Just a simple program that allows you to put a password to start you files. For example if you want to be the one that can start KaZaa or any other exe file, just run my prg and you will have your KaZaa.exe renamed and a new file called KaZaa.exe......once you run it you will be asked for your password, if it's right, real KaZaa will be lunched...if it is not, program will end. It is a very simple program, with password and file name put into it, so you don't need to store pwd or anything else in the register or in any other place. There are 2 prgs, 1)PwdExe Is the prg that asks for pwd and launches other exes, compile it in RELEASE version and put in the same dir of FileProtector.exe IMPORTANT: Remember, RELEASE...i calculated pwd and filename place for this version. 2)FileProtector The prg that does all the work. Then, whenever you want, you can restore the file you protected(always supplying your password for that file).

4_2005-2006 #168876
Tweening animation

You can do animation in 2D with this technique called keyframming (or tweening). To do so, I used GDI and some math. Enjoy and vote.

4_2005-2006 #161440
^A Paint Program in Visual C++^

This shows how to make a simple free-hand drawing program in Visual C++. The code is commented.

4_2005-2006 #165412
Win32 - IE Style Menubar (Fixed)

A simple solution to creating your own Internet Explorer style menubar using the Windows API. Fixed problems with project file, EXE included. Compiled under WinXP using VS 6.

4_2005-2006 #168341
JCalendar

A generic java class to select date graphically, similar to the date picker in windows.

4_2005-2006 #165416
Library book managment using linked list

[Please rate my code.] This helps to maintain a book-list in a small library. The book information contains the title, author, publish year, and ISBN code. The information will be given to you in a text file books.txt. Each line of the file contains data about books. (For more information about this, look at the books.txt file in the zip file) It provides functions to: - add a book - delete a book based on the ISBN code or title - search for a book based on the ISBN code - list all books - list every books written by a specific author It also provides an easy way for users to select a command from a command menu to perform the above functions and to input data from the keyboard. The "books.txt" file is used to initialize the list.

4_2005-2006 #151274
Fading backcolor

Make the backcolor property of a form acts like a VB-Setup Program

4_2005-2006 #151275
Winsock

You Ever Want To Do A Program That Connect You With Your Friend, Chat With Them Or Send Them Files, Here's The Key For You! Just Connect Them In The Server Client And Have Fun!

4_2005-2006 #162700
Super Penguin Bros. v0.01

Super Penguin Bros. is a game written in C++ with OpenGL and Glut. It's in a very early development stage but shows the basics of starting to program in OpenGL. You can use to move tux, but he cannot jump yet. You MUST HAVE GLUT for this game to work, I used glut to allow me to port the game easily as well as code it quickly. Glut can be obtained at http://www.opengl.org/developers/documentation/glut.html . It has been tested and works with Windows and Mandrake Linux on many compiliers, but should work with any operating system that supports OpenGL and GLUT. There are basic compiling instructions in the README if you have any trouble. If you're interested in contributing, email me, any help will be appreciated considering I'm very busy.

4_2005-2006 #159585
How to compile sound files directly into an exe.

Shows a technique for having wav files compiled directly into an executable.

4_2005-2006 #165923
Patient Care System

a database project that maintains patient records,patient slips,drug records, doctor records,billing records and ward records

4_2005-2006 #163127
^^ HRM:-Windows in DOS mode

This is a HRM (HUman Resource Management) S/W. The program is created in TURBO C++ 3.0(DOS). With wonderfull WINDOWS ENVIORNMENT(SEE SCREENSHOT).A lot effort has been spent in graphics. This project has been made for HCL as our summer Project. By Joel & Rajat from JSS ACADEMY.([email protected]) Write to us for the COMMENTED VERSION of the code. Run MAIN.CPP Login Information. For Employees Page. empid - JOEL ,password - JOEL For Administrator Page. empid - ADMINISTER , password - PASSWORD

4_2005-2006 #151276
Net-Messenger

This cool little program allows you to send message boxes to a remote computer over a network or the internet. You can change the message type (i.e. exclamation, question, information), the buttons that will be displayed (i.e. OkOnly, YesNo, AbortRetryIgnore). And finally, the result of the button that the remote computer clicks will be sent back to you, allowing you to have your own chat with the use of message boxes.

4_2005-2006 #163899
Java Socket Programming - FTP,TELNET,HTTP SERVER, CHAT SERVER, UDP NEWS SERVER

This networking program set consists of implementation of FTP, TELNET, HTTP SERVER, UDP NEWS SERVER, Multi client parallel chat server, Date server. Knowledge of socket programming, applet, AWT, thread, and IO streams is essential to understand these programs. All Program Tested in JDK 1.4, and Run Successfully. Do not forget to run server program before starting client program. Developed By: Divyen K Patel ([email protected]) Ahmedabad, Gujarat, India

4_2005-2006 #155791
^a simple calculator

I have been learning C++ for two hours and i decided to have a shot at my first program. I am 17 and any feedback, comments would be greatly appreciated.

Languages
Top Categories
Global Discovery