Programm Description:
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.
Related Keywords:
differential equations graphics plot solutions
|
Abecedarical Systems: other programm
|
Almanac Almanac calculates the equatorial coordinates of the sun, the moon, and the planets. From these it calculates the times of rise, set, and meridian transit for each of these celestial bodies. Additionally, it can calculate the times for twilight C++ sets class 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. Simulated Annealing Demonstration This is a Java application that demonstrates the Simulated Annealing algorithm with
an attack on the "traveling salesman" problem. Spreadsheet Calculator (SCalc) for UNIX SCalc is a simple spread sheet program. The user interface applies the
UNIX curses library for control of a terminal screen in text mode. T Interpreter This is an easy to learn, user friendly, high level, computer programming language. T is more like natural English than most other computer languages and this makes a T program both easy to write and easy to understand.
|
|