Results for "Volume: C_Volume2"
Creting executable jar. in JDK1.3.1.
A cool tetris clone just like the original. Programming by Anton Gustavsson, graphics by Me.
chat machine for enjoy
List subdirectories of the current directory.
This is a fully working pong game, almost identical to the origional one. It has a fairly good (but very basic) computer player, and the ball deflects at different angles depending on how far away from the center of the paddle it is. I just reposted this, so the code is posted instead of a zip file, that way every body can view it.
This code shows real-time smoothing of noisy data using two algorithms. The first is a FFT (Fast Fourier Transform) method that is used in image processing. The second algorithm is the Savitzky-Golay technique, which uses a quadratic least-squares moving window. This program allows the user to create noisy data with a varying number of points and randomness, then apply different smoothing settings on the data. A graph updates the data after each smoothing event. Easy to apply to any data - Microsoft should have included this with Excel (The Excel moving average function is very weak).
The differences between C++ and Java
A tutorial that explains and gives examples for static_cast, reinterpret_cast, const_cast, and dynamic_cast.
Basic black jack program. Ive studied C++ for about 10 hours and this is my first project. Its simple, I hope you enjoy it
A new approach to displaying a news ticker. This script will smoothly fade one news headline in to another. Works on IE,NS4&NS6
A class that extends VB6 abilities to detect if a mouse if over a control and more importantly if it is not. Can be used to simulate a MouseOut event when combined with a timer.(A demo is included)
Its an intro to the Java Native Interface using which you can incorporate native (C/C++ or even Assembly) code into your java programs.(Now in HTML format!!)
This is a fully working pong game, almost identical to the origional one. It has a fairly good (but very basic) computer player, and the ball deflects at different angles depending on how far away from the center of the paddle it is. Ok, I just re-wrote this in VB3 so that every body can have access to it, and I'm putting it up in a zip file again. The VB6 version is included in the zip.
Play wave files with one command
Creates multiline MsgBoxes
This is the same version of the game I submitted last time, but I've removed the timer and now it uses a while loop for character movement, so it runs MUCH faster.
!Pong 2000 with Sound,Bitblit and AI instructions, Made so you guys can start to program correctly. Those of you that ask how I do it, well here is the source code for you to ponder over.... Have fun, coz I do.
Automatic shutdown,restart computer in several ways:Alarm/Web/Mobile phone with gprs access
This code is the second fastest way of sorting a table of values. The only faster way found yet is a variant of this method. Umm... What can I say? It's really fast. Once you understand the concept it isn't too hard to write it in ASM either.
Class to generate 55 diferents effects beettwen images. This is the OOP version of my old article "PowerPoint image Effects" and with many more effects.