This directory contains code implementing the K-means algorithm. Source codemay be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANSprog...
Rotates an image by the angle degrees in the % CCW direction. Degrees may be any number. % The function will put degrees in the range 0 % to 360 degre...
The VideoTransmit class is a simple wrapper that can be programmed to take video input from a source of your choice and transmit the video to a destin...
The audioTransmit class is a simple wrapper that can be programmed to take audio input from a source of your choice and transmit the audio to a destin...
This a GA implementation using binary and real coded variables. Mixed variables can be used. Constraints can also be handled. All constraints must be ...