Zonator.com - The Software Directory
 
T H E   S O F T W A R E   D I R E C T O R Y
 HOME
 Audio 
 Business 
 Development 
 Education 
 Graphics 
 Home/Hobby 
 Internet 
 Miscellaneous 
 Screen Savers 
 Utilities 
 New Entries 

Submit

Mirror (for Chrome)

While using Chrome I found that a lot of sites sites don't work, due to missing plugins for the new platform. Sometimes just quitting the site is not an option so I created an easy way to open the page in your "old" browser. Just drag and drop the URL from the Chrome URL bar into the Mirror form and you can continue your Chrome browsing.

Download


News
LaPensie.com
Americanul.com
YourUrls.com
OmniTop.com
EmailSecret.com


© 2006-2007 Zonator.com
Numerical Plotter v 1.0 Freeware


Download

This source code enables you to plot the solutions to scientific and engineering problems. The Visual C++ programming environment was chosen for realization of numerical computation techniques. Visual C++ includes many advanced features that make it especially suitable for scientific and engineering computations. Visual C++ is also widely used; there is a wealth of information available on how to program with it. Many of the features of Visual C++ enable you to write computer programs that can perform useful numerical computations. It includes an extensive set of mathematical functions. You may define classes of data together with methods to perform abstract operations such as vector and matrix arithmetic. A new project can be set up in the Visual C++ 6.0 environment using the following steps: Select New from File menu. In the New dialog box select "Win32 Application" and enter a project name. Then press the "Ok" button. In the Win32 Application dialog box select "A simple Win32 Application" then press the "Finish" button. Press "Ok" in the New Project Information dialog box. Open the *.cpp file for entry of the program. (We do not edit StdAfx.h or StdAfx.cpp; VC++ requires these files.) Enter, or copy, the following code into the empty application source file created using the process above. Here, the plotter class files are stored in a common directory so that they can be re-used for several plotting programs. You must add the plotter source file plotter.cpp to the Visual C++ project in order for the program to compile and link successfully.

Numerical Plotter