Advertisement

Results for "Volume: Java_Volume1"

Java_Volume1 #99425
Resize a image

This code resize a image by a given factor.

Java_Volume1 #100410
Load a BMP from a file

This is a simple, easy to use function that shows how to load a bitmap from a file then bitblit it to a window.

Java_Volume1 #99426
Flying letters

Animate your site's header into view, one letter at a time, with this one-of-a-kind script

Java_Volume1 #99427
Body Mass Index

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.

Java_Volume1 #91503
A Few Function's For You To Play With And Enhance.

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..

Java_Volume1 #100411
Win32 API Winsock HTTP/HTML Retrieve (and simple Always On Top)

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.

Java_Volume1 #99428
Address Book

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.

Java_Volume1 #100412
Knights Tour

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.

Java_Volume1 #100413
a Recursion : 8 Queens On a Chess Board

the program find a place to put queens on a chess board in any size ,using recursion.

Java_Volume1 #91504
SendMime

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!

Java_Volume1 #99429
Disassembler for 16F84 PIC Micro

Disassemble PIC code in INHX8M hex format

Java_Volume1 #99430
DjLCDSIM - simulates LCD module with a HD44780 controller

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.

Java_Volume1 #99431
DjGFXLCDSIM - graphic LCD simulator

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.

Java_Volume1 #99432
Universal FileFilter

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)

Java_Volume1 #91505
Check for existing Directories/Folders

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.

Java_Volume1 #99433
MyEditor 1.04

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...

Java_Volume1 #100414
recursive functions

Some functions to show the use of recursion in programming. This contains Fibonacci,Towers of Hanoi,Ackermann function

Java_Volume1 #99434
Graffiti Applet

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 !!!

Java_Volume1 #100415
Compression tool

This is a command-line compression and extraction tool using an Huffman algorithme. The source code also includes heap and bit stream management functions.

Java_Volume1 #100416
Ultimate Beginner's C++ Game Developer's Guide

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.

Languages
Top Categories
Global Discovery