Freeware Downloads for "Energy Class"
- Nuclear Simulation Java Class Libraries
- License: Freeware

The class libraries here provide infrastructure for creating simulations of low energy nuclear physics experiments, as well as some useful working programs that do simple simulations and analysis of experiments performed with magnetic spectrographs..
- Platform: Linux, Mac, Windows
- Publisher: nukesim-classes.sourceforge.net
- Date: 25-10-2012
- Size: 1326 KB
- Earth For Energy Review
- License: Freeware

This is a comprehensive review for Earth 4 Energy with an abundance of information on how to generate your own power and wind systems, and save money on your power bill. This is also a must read for anyone thinking about getting Earth For Energy..
- Platform: Windows
- Publisher: Earth For Energy
- Date: 07-08-2008
- Size: 781 KB
- ContactGenie - Message Class Modifier
- License: Freeware

CG-MCM is a utility that enables the modification of message classes for existing Microsoft Outlook contacts.
1- User Selection message classes to modify
2- Ability to Delete/Move/Copy contacts with selected message classes
3- Verification that new message class name has been published supports Personal, Folder and Organizational forms libraries) prior to updating any existing contacts
4- Identifies all messages classes found within a folder along with number of contacts
5- Shows all custom field information related to a selected custom form
6- Can display all forms published to either the Folder, Personal or Org forms libraries
7- Supports Outlook 2000-2007 - Exch 2000-2003
8- Can be run as standalone and/or as an Outlook addin (addin functionality not available for Outlook 2000).
- Platform: Windows
- Publisher: The Claxton Group
- Date: 11-03-2011
- Size: 7573 KB
- New York Pilates Class 2
- License: Freeware

This great ebook will teach you all you need to know about New York Pilates Class and how to get started sooner than you think. This ebook is free to use and free to share. For more information about New York Pilates Class, you can contact us with any questions. New York, NY Pilates Instructors | Pilates Classes in New York, NY | Betterfly. Finding New York Pilates Instructors and booking Pilates Classes is easy on Betterfly! Find the right New York Pilates Instructors for you..
- Platform: Windows
- Publisher: New York Pilates Class
- Date: 27-01-2011
- Size: 430 KB
- class.upload.php
- License: Freeware

This class manages file uploads for you. In short, it manages the uploaded file, and allows you to do whatever you want with the file, especially if it is an image, as many times as you want. It is the ideal class to quickly integrate file upload in your site. If the file is an image, you can convert and resize it in many ways. That's all you need for a gallery script for instance. How does it work? You instanciate the class with the $_FILES['my_field'] array where my_field is the field name from your upload form.
- Platform: PHP, Scripts
- Publisher: verot.net
- Date: 13-09-2011
- KAR Energy Software FREE
- License: Freeware

KAR Energy Software is the software which drastically reduces the power consumption of your computer, laptop or server until 30% in 2 different ways: - By reducing the frequency of the processor (has nothing to do with the CPU cooling) - By putting the computer into standby (still putting the PC to sleep when a program prevents it).
- Platform: Tablets, Windows
- Publisher: IA-KAR
- Date: 19-04-2012
- Size: 8692 KB
- S-Energy Manager
- License: Freeware

The S-Energy Manager sidebar gadget displays energy consumption data from S-Energy electric meters. S-Energy electric meters are connected via a bus system to S-Energy Managers, an operator panel which shows captured energy data. Values are read via LAN/Internet from a S-Energy Manager..
- Platform: WinOther
- Publisher: Microsoft
- Date: 20-06-2012
- Size: 41 KB
- KAR Energy Software
- License: Freeware

KAR Energy Software is a software which drastically reduces the power consumption of your computer (or laptop) over than 48% in 3 different ways: - CPU cooling - By reducing the frequency of the processor - By putting the computer into standby Thus, through KAR Energy Software you save money when you use your computer..
- Platform: WinOther
- Publisher: I.-A.Industrie
- Date: 02-08-2012
- Size: 10179 KB
- Powersim
- License: Freeware

Power/Energy simulation in SystemC. Powersim is a SystemC class library aimed to the calculation of power and energy consumption of hardware described at system level. To this end C++ operators are monitored and different energy models can be used for each data type. Powersim does not require any change in the application source code. Current version is 0.3.0..
- Platform: WinOther
- Publisher: powersim.sourceforge.net
- Date: 23-05-2012
- Size: 1040 KB
- DataGrid Class
- License: Freeware

A WSC DataGrid Class with examples you can just unzip and run. Nothing to register (unless you want to)..
- Platform: ASP.NET, Scripts
- Publisher: Nick DelMedico
- Date: 17-03-2013
- Size: 31 KB
- Window Creation Class
- License: Freeware

This is a class for creating Windows, Buttons, Edit boxes, and Multiline Edit boxes..
- Platform: C and C plus plus, Scripts
- Publisher: Dennis Wrenn
- Date: 18-04-2013
- Size: 20 KB
- Cards class Script
- License: Freeware

It is a class for a deck of cards that contains a class playingcard. It splits the deck at a rand spot the places a random number of cards - alternating between the halves in a new deck. It then will deal fropm the top of the deck..
- Platform: C and C plus plus, Scripts
- Publisher: Frank Vokoun
- Date: 13-02-2013
- Size: 10 KB
- Connect class
- License: Freeware

Connect class is a very simple MySQL database wrapper class. It can establish MySQL database connection using configuration values from given configuration file in the .ini format. Connect class can also execute SQL queries, retrieve the result set row count, retrieve the result set row data, and retrieve the last inserted id..
- Platform: Java, Scripts
- Publisher: Ashwin Suresh Morey
- Date: 27-04-2013
- Size: 10 KB
- Short-time Energy and Zero Crossing Rate
- License: Freeware

This folder contains two simple functions (zerocross and energy) to compute STE and STZCR. The script zcr_ste_so.m uses these two and other functions (included) to compute the STE and STZCR of the word 'so'. See the respective function help for more details..
- Platform: Matlab, Scripts
- Publisher: Nabin S Sharma
- Date: 06-03-2013
- Size: 61 KB
- Normalised Partial Energy Sequence
- License: Freeware

alculate the normalized partial energy sequence (NPES) for a given signal vector X. If a particular transform is capable of capturing the key features of a signal in few coefficients, the NPES will approach unity for relatively quickly. Ref: Percival and Walden, Wavelet Methods for Time Series Analysis, 2000. Pg 130..
- Platform: Matlab, Scripts
- Publisher: Adam Auton
- Date: 03-04-2013
- Size: 10 KB
- C++ sets class
- License: Freeware

The sets class can be used 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: (1) 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. (2) intersection -- The intersection of two sets A, B is the set of all elements which belong to both A and B.
- Platform: Windows
- Publisher: Abecedarical Systems
- Date: 15-01-2001
- Size: 13 KB
- MySQL backup class
- License: Freeware

MySQL backup class is an easy way to move, back up and restore you mysql databases. You can easily backup your mysql database in text files and restore them again..
- Platform: PHP, Scripts
- Publisher: Peyman Hooshmandi Raad
- Date: 05-03-2013
- Size: 10 KB
- UDK class viewer
- License: Freeware

UDK class viewer is a simple, small and handy application that has been developed in order to allow its users to build UDK diagrams.
Now you can build the UDK diagrams you need in no time at all with the help of this accessible piece of software.
.
- Platform: WinOther
- Publisher: VyesSoft
- Date:
- Albantech Class Library
- License: Freeware

Albantech Class Library is designed as a package that contains a set of headers and a shared library that wrap the native Win32 API's into an easy-to-use framework in pure Unicode.
Now, you can use the Albantech Class Library to write a native Windows application with just three API calls.
.
- Platform: WinOther
- Publisher: Chris Alban Hansen
- Date:
- CVM Class Library
- License: Freeware

CVM Class Library is built as a small C++ library designed to encapsulate concepts of vector and square, band, symmetrix and hermitian matrices in Euclidean space of real and complex numbers.
The CVM Class Library makes use of the BLAS and LAPACK Fortran libraries.
.
- Platform: WinOther
- Publisher: Sergei Nikolaev
- Date:
Energy Class: Freeware | All






