Results for "Volume: Java_Volume1"
This code resize a image by a given factor.
This is a simple, easy to use function that shows how to load a bitmap from a file then bitblit it to a window.
Animate your site's header into view, one letter at a time, with this one-of-a-kind script
This little script calculates your body mass index and gives a comment on your rating. Just input your weight in pounds and your height in inches and press calculate.
A Few function's For You To Play With.. Trap Mouse In A Form, Random Object/Form Color's, A Wacked Screen Closing Special Effect, And Download File's Via The Internet..
Retrieve the default site of a website via API32 and Winsock 2.0. Also included a simple Always On Top demonstration. No MFC so far.
This is a simple Address Book that writes to a sequential access file. It acts as two programs in one. It can create a new address file that you can write to or you can open an address file already created and read the file. This was just a program we had to do for class, but it can be modified to both read and write at the same time if you wanted to do that.
Algorithm to demonstrate one of the interesting puzzles of chess. This program demonstrates the problem originaly puprosed by the mathmatician Euler. The puzzle is this, can the chess piece known as the knight move around a empty chess board and touch each of the 64 squares once and only once. This demonstrates a solution to this problem. Press the Space bar to move the knight, and press the enter key to return the board back to normal.
the program find a place to put queens on a chess board in any size ,using recursion.
NEW!NEW!NEW!NEW!NEW!NEW!NEW!NEW!NEW!NEW!NEW! Send's E-mail without WINSOCK.OCX! NEW!NEW!NEW!NEW!NEW!NEW!NEW!NEW!NEW!NEW!NEW! This is a complete E-Mail programm with the possibility to send Attachements (Base64). The Base64-Encoding routine is very fast and I tested it with different E-Mail Servers! I also include a comfortabel routine to select the Attachement!
Disassemble PIC code in INHX8M hex format
DjLCDSIM is script simulating a 2*16 character type LCD with a HD44780 controller. All instructions but read data / busy flag are supported. The aim is to help people trying to learn how to use such displays.
DjGfXLCDSIM is a script simulating a 128 * 64 graphic LCD with a KS0108 or HD61202 controller. All instructions but read data, read status and display start line are supported. The aim is to help people trying to learn how to use such displays.
This class is an extension to javax.swing.filechooser.Filefilter that you can use to easily build up simple file filters to use with JFileChooser. Example: ... String[] javaext = { "java" }; String[] htmlext = { "html", "htm" }; String[] textext = { "txt", "rtf", "doc" }; JFileChooser fc = new JFileChooser(); fc.addChooseableFileFilter(new UniversalFileFilter("Java Sourcecode", javaext)); fc.addChooseableFileFilter(new UniversalFileFilter("HTML Files", htmlext)); fc.addChooseableFileFilter(new UniversalFileFilter("Text Files", textext)); ... This will generate a JFileChooser with three filters, and generate file descriptions: Java Sourcecode (*.java) HTML Files (*.html, *.htm) Text Files (*.txt, *.rtf, *.doc)
Check if that directory exists before running the risk of an error and/or data loss. One of the few that really works. No API, no function calls. Existence check and logic included. Incredibly simple.
MyEditor 1.04 is a lightweight pure java editor(MDI). Now updated to run on J2SDK1.4.0. MyEditor does provide some advanced features: Project build, dynamically compile and run java applications or applets by clicking buttons from the tool bar, display output of running programs in console windows, jump to the line of exception by a single click in console window. Highlight a line by double clicking and come back to it latter on by clicking in a list. Customize current/default color, font of editor and more...
Some functions to show the use of recursion in programming. This contains Fibonacci,Towers of Hanoi,Ackermann function
Drawing applet. You select the colors, thickness of your lines and different geometry forms from a drop-down menu. You can also freehand a drawing. Have Fun !!!
This is a command-line compression and extraction tool using an Huffman algorithme. The source code also includes heap and bit stream management functions.
This article is all you need to learn the basics of game development. It will teach you how to use variables, how to manipulate strings, how to read user input, and how to build the basics of a multiplayer game.