Main > Free Download Search >

Free class file software for windows

class file

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3256
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
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
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 ... Class Action Killers is now compatible with Windows Vista and is still completely free. Check
Price: $0
License:Freeware
Download (13.62MB)
471 downloads
Added: 2008-10-25
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
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
JCL - Java Class Loader 1.0

JCL - Java Class Loader 1.0


Enables the user to load Java applications like executables. more>>
Java class file loader enables the user to load Java applications like executables - double click class files from Windows. Loading and running java class files with paths in JDK is not possible. Java class file loader overcomes this problem.
<<less
Download (33k)
Added: 1999-07-20 License: Freeware Price: $0.00
3823 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
BS File System 2.0

BS File System 2.0


Quick and easy way to use the System.IO, System.Text, and System References. more>> The BurnSoft File System Class was designed to create a quick and easy way to use the System.IO, System.Text, and System References. This document will give you a brief overview of what is available from the class.
Microsoft?????s .NET Framework has already simplified a lot of the functions and API?????s that we had to use back in the VB days, this class is just a simpler version to reduce the line of coding needed for your application. NOTE: This Class was mostly used and test on VB.NET applications, you can try to use it in your C#, C++ or ASP.NET application if you wish, but we have not tested it using those languages.
<<less
Download (448KB)
Added: 2008-06-09 License: Freeware Price: Free
525 downloads
ODBC Class Generator 2.0

ODBC Class Generator 2.0


Generates Object code for database table access usingODBC SDK. Features bulk row fetch and provides easymethods to add/update/delete data from any odbccompatible database. more>>
Generates Object code for database table access usingODBC SDK. Features bulk row fetch and provides easymethods to add/update/delete data from any odbccompatible database.
<<less
Download (500K)
Added: 1999-08-20 License: Freeware Price:
1954 downloads
Class Rent Manager 2.0.3

Class Rent Manager 2.0.3


Class Rent Manager is an application for printing the car lease contract quickly. more>>

Class Rent Manager 2.0.3 is an application for printing the car lease contract quickly. Stop wasting time writing contracts and remembering car details. Even inexperienced employees can make accurate contract. It's like having a dedicated, sharp, hardworking employee who works for free. Reminders lets Car Rent remind you about important maintenance dates and car return dates. To login to the software after installation use admin/class.

<<less
Download (42.7MB)
Added: 2005-10-02 License: Freeware Price: $0.00
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.0CProcess Class is a C++ class that lets you to execute external applications. CProcess Class 1.0 ... CProcess Class is a C++ class that lets you to execute external applications. Use as a
License:Freeware
Download (19.6KB)
1186 downloads
Added: 2006-08-22
VbScript Database Class Builder 1.0

VbScript Database Class Builder 1.0


VbScript Database Class Builder brings you an advice web application that designed to produce VBScript source code for performing basic database table operations. more>>

VbScript Database Class Builder 1.0 brings you an advanced web application designed to produce VBScript source code for performing basic database table operations. These operations are INSERT/UPDATE, LOAD, and DELETE. CBP can operate as supplied with either a MySql database or Microsoft SQL Server. However this isn't a limitation of CBP and if you have other types of database available you could easily modify the project to encapsulate the functionality required for just about any database type or vendor.

<<less
Download (462.9KB)
Added: 2003-08-15 License: Freeware Price:
downloads
Send Mail Class Library AwSmtpLE 1.21

Send Mail Class Library AwSmtpLE 1.21


This is the class library for sending mail. Sends mail messages by using the SMTP protocol. Can use this library in a program of C# or VB. more>>

Requirements: Microsoft .NET Framework

<<less
Download (18.00KB)
Added: 2008-09-07 License: Freeware Price: $0
414 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 ... CCmdLine Class is a useful C++ class that will help you to get a handle on parameters passed to
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
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5