Main > Free Download Search >

Free class software for windows

class

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1646
MLP-Class 1.0

MLP-Class 1.0


MLP-Class - Sourcecode for fast training and application of multilayer perceptron classifier more>>
MLP-Class contains the source code for fast training of multilayer perceptron classifier.
Example training and validation data files included. Source code for applying the trained network. Resulting networks can be pruned by NuClass7.06. The training algorithm can be modified to be substantially better than BP. A readme file is provided.
The approximation/regression version of this software, called MLP-Map, is also available. MLP-Class was developed by the Image Processing and Neural Networks Lab of Univ. of Texas at Arlington, and by Neural Decision Lab LLC.
For winzip password, go to:
http://www-ee.uta.edu/eeweb/ip/Software/Software.htm
<<less
Download (167MB)
Added: 2006-11-18 License: Freeware Price:
1097 downloads
Class Viewer 2.0b

Class Viewer 2.0b


View classes with this utility more>>

Class Viewer 2.0b is an effective utility which is created to help you get constructor, field, method information with free search for methods and option to view javadocs at method.

Requirements: Java

<<less
Download (70KB)
Added: 2009-07-01 License: GPL Price: FREE
14 downloads
C++ sets class 1.0

C++ sets class 1.0


C++ sets class can be used to perform set operations in your programs more>>
You can use the sets class to perform set operations in your programs. It represents set elements as bits in a private array of unsigned long integers. The array size is a defined constant which can be changed to suit your application.
The sets class supports the following set operations by means of C++ operator overloading:
union
The union of two sets A, B is the set of all elements which belong to either A or B. In the sets class, the symbol + is the binary union operator:
A + B = {x: x is in A -or- x is in B }
intersection
The intersection of two sets A, B is the set of all elements which belong to both A and B. The symbol * is the binary intersection operator:
A * B = {x: x is in A -and- x is in B }
example
Let A = {1, 2, 3, 4} and B = {3, 4, 5, 6}. Then
A + B = {1, 2, 3, 4, 5, 6}
A * B = {3, 4}
complement
In set theory, sets are subsets of a fixed universal set U. In the sets class, U is the set of elements numbered from 1 to MAX_WORDS * WORD_SIZE. In the class declaration file below, the following definitions are made:
#define MAX_WORDS 2
#define WORD_SIZE ( 8 * sizeof( unsigned long ) )
These parameters make the range of U, 1 to 64 in sets. To increase or decrease the size of U, change the defined value of MAX_WORDS.
The complement of set A is the set of elements belonging to U but not belonging to A. The symbol ~ is the unary complement operator:
~A = {x: x is in U, x is not in A }
example
Let A = {1, 2, 3, 4} and B = {3, 4, 5, 6}. Then
~A = {5, 6, 7, . . .}
~B = {1, 2, 7, 8, 9, . . .}
difference
The difference of two sets A, B is the set of all elements which belong to A less those in B. The symbol - is the binary difference operator:
A - B = {x: x is in A, x is not in B}
example
Let A = {1, 2, 3, 4} and B = {3, 4, 5, 6}. Then
A - B = {1, 2}
It can be shown that A - B = A * ~B.
symmetric difference
The symmetric difference of two sets A, B is the set of all elements which belong to A or to B, but not both.
<<less
Download (13.6KB)
Added: 2006-11-11 License: Freeware Price:
1083 downloads
SSuite Galaxy Class

SSuite Galaxy Class


Provides a more uncluttered desktop, cleaner looking application interfaces, and faster software interaction. more>>
Provides a more uncluttered desktop, cleaner looking application interfaces, and faster software interaction. SSuite Galaxy Class runs on all Windows platforms and all hardware systems. With its full 32-bit architecture and stability, it can improve your productivity and document format compatibility.
This office suite introduces some new innovative concepts in interface design and user-friendly application interaction. You get instant system access, top class application design and a cleaner desktop to name a few.
The graphical-user-interface has been made into a more iconic-toolbar, mouse centric type of interface. This increases user-interaction speed and user productivity.
So... if you are looking for a more uncluttered desktop, cleaner looking application interfaces, and faster software interaction, then this office suite is the solution!
Main features:
- Floating Clock
- Instant System Access
- Desktop Taskbar - Mac Dock for PC
- VOIP Communication Software - VOIP PC Phone
- Search Engine with Quick Default File Extension Searches - Search and Find.
System requirements:
- 8 MB RAM
- SVGA Screen
- Screen Colour - 64K/16bit or Higher
- Screen Resolution - 1024x768 or Higher
<<less
Download (23.4MB)
Added: 2007-11-02 License: Freeware Price:
721 downloads
CProcess Class 1.0.0.1

CProcess Class 1.0.0.1


Can also use as a drop in replacement for ShellExecute more>> The C++ class can be used when you would like to launch an external application as well as take the full control of its execution. if you are using ShellExecute, the C++ class can be used as a drop to replace with ShellExecute. You may have a look at the full working example included as following.
<<less
Download (4KB)
Added: 2008-12-16 License: Freeware Price: Free
341 downloads
 
Other version of CProcess Class
CProcess Class 1.0.0.0NetWorkDLS - CProcess Class is a C++ class that lets you to execute external applications. CProcess Class
License:Freeware
Download (19.6KB)
1186 downloads
Added: 2006-08-22
Cooking Classes 1

Cooking Classes 1


It wont be long before we can travel closer to the stars, thanks to Sir Richard Branson and his Virgin Galactic spaceships. However, astral travel or astral projection is a different matter entirely. more>> It wont be long before we can travel closer to the stars, thanks to Sir Richard Branson and his Virgin Galactic spaceships. However, astral travel or astral projection is a different matter entirely. Be sure you bring the following to ensure a safe, health and convenient travel experience: Your prescription medicines (enough to cover your days away from home), in their original containers with clearly identifiable labels.Many people in UK are not so much enthusiastic about buying a family travel insurance policy because they assume that a family travel insurance policy is only for the wealthy few. But, that was the case some years back; today with the coming up of many travel insurance companies, the cost of family travel insurance has also drastically come down. So before any misfortune strikes and you lose all your money, be secured with a cheap family travel insurance policy.<<less
Download (41kb)
Added: 2008-11-08 License: Freeware Price:
356 downloads
OxMath Classes 2.0

OxMath Classes 2.0


OxMath Classes - Standalone 3D math classes more>>
OxMath is an open source 2D/3D math library for REALbasic with ubiquitous vector, quaternion, and axis angle classes, plus vector array classes for efficient vertex/triangle storage and batch processing.
The library also includes bounding volume/intersection classes, and waveform "function" that can be used for procedural animation.
<<less
Download (75.9KB)
Added: 2007-04-27 License: Freeware Price:
924 downloads
Java Class Finder 1.0

Java Class Finder 1.0


Java Class Finder - Java utility tool to search a given class from all jar files that in a selected directory more>>
Java Class Finder is a small Java program designed to search a given class from all jar files that in a selected directory (and subdirectories).
<<less
Download (80KB)
Added: 2007-01-29 License: Freeware Price:
1169 downloads
CCmdLine Class 1.0.0.1

CCmdLine Class 1.0.0.1


C++ class will help you get a handle on parameters passed to your application more>> The CCmdLine class will parse all of the parameters passed to your C++ Windows or Console application and make them available to you in a very convenient and usable array. Full working example included.<<less
Download (3KB)
Added: 2008-07-28 License: Freeware Price: Free
454 downloads
 
Other version of CCmdLine Class
CCmdLine Class 1.0.0.0CCmdLine Class is a useful C++ class that will help you to get a handle on parameters passed to your application. CCmdLine Class 1.0.0.0 - NetWorkDLS
License:Freeware
Download (15.9KB)
1159 downloads
Added: 2006-08-22
CMemPool Class 1.0.0.2

CMemPool Class 1.0.0.2


CMemPool Class ensures that memory is allocated and freed correctly and eases the normally tedious task of tracing memory leaks more>>
CMemPool Class ensures that memory is allocated and freed correctly and eases the normally tedious task of tracing memory leaks.
<<less
Download (2.49KB)
Added: 2006-08-22 License: Freeware Price:
674 downloads
Java Class Runner 1.0

Java Class Runner 1.0


Can be used to run the Java class Files directly without giving command as Java more>>
Can be used to run the Java class Files directly without giving command as Java Java Class Runner can be used to run the Java class Files directly without giving command as Java .
This can run the java class file which is Framed Application or Applets or Shell Applications.
<<less
Download (54KB)
Added: 2007-11-27 License: Freeware Price:
440 downloads
CSockSrvr Class 1.0.2.4

CSockSrvr Class 1.0.2.4


CSockSrvr Class is a robust high performance, multi-threaded, multi-client, socket server class more>>
CSockSrvr Class is a robust high performance, multi-threaded, multi-client, socket server class. You can use this class to develop your own TCP/IP server/client applications.
<<less
Download (64.2KB)
Added: 2006-08-22 License: Freeware Price:
1160 downloads
eBay Master Class 2.1

eBay Master Class 2.1


Learn the secrets of selling products on eBay. more>>

eBay Master Class 2.1 is designed to teach you the tips of selling products on eBay most ideally and effectively.The eBay Master Class is a series of 25 original articles by eBay expert Brian McGregor, publisher of the eBay Auction Newsletter which has thousands of readers world-wide. The eBay Master Class discloses what sells best on eBay, how to create compelling auctions, why great auction titles are vital, how to make money on eBay Motors, how to sell affiliate products on eBay, and many other secrets to improve your eBay sales.

<<less
Download (264.2KB)
Added: 2005-11-16 License: Freeware Price:
138 downloads
Class Action Killers 2

Class Action Killers 2


brings you a 3D 3rd-person shooter action game. more>>

Class Action Killers brings you a 3D 3rd-person shooter action game. Attorney Max Fees has dispatched his lethal lawyers to destroy the city. You must stop his lawyers and put an end to Max Fees. Be especially careful of the female lawyers as they love to attack from behind. Use your arrow keys and mouse to move, your left mouse button to fire, and your right mouse button to jump. Class Action Killers is now compatible with Windows Vista and is still completely free.

Enhancements :

  • Added Windows Vista compatibility and some Vista PCs may need to run the game in Administrator mode.
<<less
Download (13.9MB)
Added: 2008-10-28 License: Freeware Price: $0.00
108 downloads
 
Other version of Class Action Killers
Class Action Killers 2.0Class Action Killers is a 3D 3rd-person shooter game. Attorney Max Fees has dispatched his lethal lawyers to destroy the city. You must stop his
Price: $0
License:Freeware
Download (13.62MB)
471 downloads
Added: 2008-10-25
Java Class Viewer 1.0

Java Class Viewer 1.0


A tool for your Java programs. more>> Fairly simple but powerful enough to use it as a cross-referecing tool for your Java programs.<<less
Download (8KB)
Added: 2008-07-11 License: Freeware Price: Free
566 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5