Results for "Volume: 6_2008-2009"
Infix notation convert to postfix and prefix notation and also postfix evaluator
This code you can store information of student and you can edit, search, delete record. I used the linked list to store data.
Perform functions on complex numbers. Add, subtract, multiply, divide, take logarithms, sines, cosines, tangents, raise one complex number to the power of another. Program has a nice interface allowing the user to see the complex vectors interact. Though written in VB5, it is really an excercise in mathematics. The bas module is where the real meat of the program lies, all the code for the complex number manipulation. The forms are just the 'fluff' for the nice interface. Sorry, the code is not documented at all; just a spur of the moment kind of thing. Any comments or improvements would be greatly appreciated. Thanks in advance. Please direct to [email protected]
I wrote this "game" quite some time ago when I hardly had any experience. It's horribly buggy. I'm going to work on improving and correcting it. I apologize for any inconveniece caused. This was the original description: A strategy game where you have to manage your planet and make it prosper, you also have to defend it from pirates. You can also activate multiplayer mode and play with a friend across a local area network. Sounds have also been implemented. (They're horrible!) This game need a lot of improvement. =) Enjoy! =)
This little bit of code is simply a method of converting "CString"'s into "char"'s. I am posting this because I was having some trouble finding any code that did this type of conversion, or at least I didn't find a method that suited my needs. Regardless, I thought I'd post this for those who may need a quick and (somewhat) easy way to convert CStrings into Chars. This code is admittedly simplistic, so don't expect anything advanced here! I have added comments for each step, despite its simplicity.
This application syncs your computer to a NIST time server. It uses the masterx winsock class and is fully multi-threaded via my own thread class. All of the windows code is pure api. NO MFC.
For those folk that play with EMMM stuff, finally something you can use. I got these calculation (entirely done in VB, not C) from a great guy somewhere in the US. It really helped me. Maybe it will help someone else in the world. The problem I had was that I had a hardware device that recorded information in EMMM format. This data could be downloaded through RS232, but for me to use this data in VB, I had to convert it from EMMM (2 byte float) to a data type "Single" (VB float). I do not think many people will be using it (maybe you prefer to use C).
Amazing Plasma Effect and Plasma text effect. you have seen the plasma effect but not the plasma text effect.Shows you different kind of plasma and plasma text effect.the code is purely written by me but for the html file i use the template definition used in 6tgscence.com site and i appreciate their good looking html files.
An window with lots of controls, dialogs, menus, toolbar, status bar, progress bar, icon, timer, can now play animations (AVI Filed only), can shutdown, reboot computer, save text and load text from a file, change the font of an edit control.
The Huffman Compression Algorithm is essentially one that compresses any string entered by the user. This makes it easier to transfer data and much more convinent because it can be reassembled on the receiving end.
BCP is a method to transfer large amounts of data from a flat file into SQL Server VERY quickly. BCP is a functionality of the low-level DBLib environment. Unfortunately the modern data components (ADO, DAO, RDO) don't support bulk copy. The only way to get to BCP in the past was to either use the BCP.exe tool shipped with SQL Server, or to write some serious low level BCP type stuff. I wrote slpBCP.dll as a wrapper for VBSQL.ocx and DBLib. It will allow you the developer to reference the DLL in your project, Create a reference to the object, set a few properties, call a routine... and bulk copy data into your SQL server.
Crops a section from an Image,It helped me I hope it helps you.
J2ME Shoping Website: Using xHTML and Servlets ------------------------------------------------------------------------------------ Description: The shoping website implemented shoping cart with Session and Database MS Access User first logins to shoping website then browser product catagories and add different prodcuts to cart and then checkouts. Some weaknesses like no search implemented yet and another defficiency is Quantity is not handled while Ordering. But hope that will uncover all weaknesses in future with your valuable suggestion Development Platforms: i. Tomcat 5.0 ii. Nokia Mobile Toolkit 4.1 iii. Borland JBuilder X iv. Microsoft Access 2000 ==================================================================================== Steps for TOMCAT 5.0 1. SET CATALINA_HOME "iNSTALL_DIR\TOMCAT 5.0" 2. SET JAVA_HOME "Installed_dir\jdk_ver" [G:\Program Files\Java\jdk1.5.0_06] 3. SET PATH "Installed_dir\jdk_ver\BIN" [G:\Program Files\Java\jdk1.5.0_06\bin] "iNSTALL_DIR\TOMCAT 5.0\BIN" [G:\Tomcat 5.0\bin] 4. Servlet API Class Path This is the class path for running the servlets which is in the tomcat CLASSPATH: C:\Tomcat 5.0\common\lib\servlet-api.jar ===================================================================================== Steps for Setting up DSN 1. Goto Run and type odbcad32 2. Click Add and Select Microsoft Access Driver [.mdb] User Name and Password of Database is username="admin" , Password="admin" 3. After Clicking Finish Button, Select ShopingCart.mdb and Name your DSN to "shop" 4. Click the OK Button. ===================================================================================== Steps for Setting up the Application Runing Note::Copy Class Files and XML file from \ShopingCart\WebModule1\WEB-INF and Paste it to "Tomcat 5.0\webapps\ROOT\WEB-INF" 1. Startup the Tomcat i. Either type startup in Run. ii.%installdir%Tomcat 5.0/bin/startup.bat fireup the startup.bat file 2. Start the Nokia WAP Gateway Simulator 4.0 3. Start Nokia Mobile Browser Simulator Just Browser the Page: http://localhost:8080/customerlogin 4. Enter UserName=ali, Password=ali
(Please Vote Me) Make Direct Database Connection in Java without any DSN. Just give your Access .mdb Database file path and start using Database.
Feature: This is a Graphical Menu program including System Programming, including Video Services,Keaboard Services, Disk Services, and Memory Services. You can create graphical menu very easily from this program, simple programming is given for Menu creation. In program, each function describes how you can create menu [ step by step ] by your self. Along with Menu creation, you can learn System Programming very easily. Simple programs are given for Displaying your Video Display Unit Mode, Setting and getting cursor position, which you can set by interrupts, Know about your Memory Size, Checking your Equipments, which peripherals are connected, Your Current Disk Status, Restart your PC through interrupts, and many More.
This is an example browser written in vb.net using .net framework 2.0 (Visual Studio 2005). It is a tabbed web browser. It shows many examples of working with the new browser control and the loaded document. Things you will find in this example are: Basic browser navigation and functionality, Search provider code, working with favorites, showing how to display most of the dialogs available in internet explorer 7, Document Explorer, Ripping images from web pages, identifying and working with the element a user is hovering over in the loaded document. Also included is code to deal with popups including an info bar, a simple rss reader, detecting rss, saving images, working with history, cookies and cache, site blocking, phising filter starters and much more. This should get you more than well on your way to a full blown browser application. Please vote if you find this code useful.
This program that I made was to demonstrate application development in Java. It is a replica (a small one at that) of the software used in banks, create an account, deposit, withdraw, delete account etc. Along with the bank class, a class ATM has also been included to replicate the ATM interface - the interface the customer will use to do his transactions.
simple c# program that uses messengerapi libary to change stats on msn
Documented java applet which plays a game of hangman. Overall, the code is basic and hopefully easily understandable. There is a short animation if the user loses; the man's face fades from red to blue as he "runs out of air". The applet is actually not meant for the web, rather to be run in windows, so there may be browser bugs.
AudioRecorder is a program for recording sound. You can select the bit rate, 8/16 bits and stereo/mono. It is possible to make a manual recording, but is is also possible to program a recording. The recording can be saved, if you like automatically. All settings are stored in the registry. Furthermore you can choose a midi file (use "Settings") to record. As soon as you hit the "Record" button the midi file starts playing and it is recorded as a wave file at the same time. Some minor bugs have been removed! Furthermore you can now use long file names and map names with spaces in it. Version 2.0!! The newest version is from February 18, 2000 at 11:30 UTC.