<?xml version="1.0" encoding="Windows-1252" ?>
<XML_DIZ_INFO>
<MASTER_PAD_VERSION_INFO>
    <MASTER_PAD_VERSION>1.15</MASTER_PAD_VERSION>
    <MASTER_PAD_INFO>Portable Application Description, or PAD for short, is a data set that is used by shareware authors to disseminate information to anyone interested in their software products. To find out more go to http://www.asp-shareware.org/pad</MASTER_PAD_INFO>
</MASTER_PAD_VERSION_INFO>
<Company_Info>
        <Company_Name>Abecedarical Systems</Company_Name>
        <Address_1>962 Depot Road</Address_1>
        <Address_2>none</Address_2>
        <City_Town>Boxborough</City_Town>
        <State_Province>MA</State_Province>
        <Zip_Postal_Code>01719</Zip_Postal_Code>
        <Country>USA</Country>
        <Company_WebSite_URL>http://home.att.net/~srschmitt/index.html</Company_WebSite_URL>
<Contact_Info>
        <Author_First_Name>Stephen</Author_First_Name>
        <Author_Last_Name>Schmitt</Author_Last_Name>
        <Author_Email>SRSchmitt@worldnet.att.net</Author_Email>
        <Contact_First_Name>none</Contact_First_Name>
        <Contact_Last_Name>none</Contact_Last_Name>
        <Contact_Email>SRSchmitt@worldnet.att.net</Contact_Email>
    </Contact_Info>
<Support_Info>
        <Sales_Email>SRSchmitt@worldnet.att.net</Sales_Email>
        <Support_Email>SRSchmitt@worldnet.att.net</Support_Email>
        <General_Email>SRSchmitt@worldnet.att.net</General_Email>
        <Sales_Phone>none</Sales_Phone>
        <Support_Phone>none</Support_Phone>
        <General_Phone>none</General_Phone>
        <Fax_Phone>none</Fax_Phone>
    </Support_Info>
</Company_Info>
<Program_Info>
        <Program_Name>Numerical Plotter</Program_Name>
        <Program_Version>1.0</Program_Version>
        <Program_Release_Month>01</Program_Release_Month>
        <Program_Release_Day>25</Program_Release_Day>
        <Program_Release_Year>2000</Program_Release_Year>
        <Program_Cost_Dollars>0</Program_Cost_Dollars>
        <Program_Cost_Other_Code />
        <Program_Cost_Other />
        <Program_Type>Freeware</Program_Type>
        <Program_Release_Status>New Release</Program_Release_Status>
        <Program_Install_Support>No Install Support</Program_Install_Support>
        <Program_OS_Support />
        <Program_Language>English</Program_Language>
<File_Info>
        <Filename_Versioned>NUMPLT10.zip</Filename_Versioned>
        <Filename_Previous />
        <Filename_Generic>NUMPLT</Filename_Generic>
        <Filename_Long>Numerical Plotter</Filename_Long>
        <File_Size_Bytes>25454</File_Size_Bytes>
        <File_Size_K>24.8</File_Size_K>
        <File_Size_MB>.025</File_Size_MB>
    </File_Info>
<Expire_Info>
        <Has_Expire_Info>N</Has_Expire_Info>
        <Expire_Count />
        <Expire_Based_On>Days</Expire_Based_On>
        <Expire_Other_Info />
        <Expire_Month />
        <Expire_Day />
        <Expire_Year />
    </Expire_Info>
        <Program_Change_Info>Initial</Program_Change_Info>
        <Program_Specific_Category>Education</Program_Specific_Category>
        <Program_Categories>Graphics</Program_Categories>
        <Program_System_Requirements>Compiler for C/C++ source code</Program_System_Requirements>
        <Includes_JAVA_VM>N</Includes_JAVA_VM>
        <Includes_VB_Runtime>N</Includes_VB_Runtime>
        <Includes_DirectX>N</Includes_DirectX>
</Program_Info>
<Program_Descriptions>
<English>
        <Keywords>Graphics plot solutions differential equations</Keywords>
        <Char_Desc_45>Numerical plotter</Char_Desc_45>
        <Char_Desc_80>Enables you to plot the solutions to scientific and engineering problems.</Char_Desc_80>
        <Char_Desc_250>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.</Char_Desc_250>
        <Char_Desc_450>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.</Char_Desc_450>
        <Char_Desc_2000>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 &quot;Win32 Application&quot; and enter a project name.  

    Then press the &quot;Ok&quot; button.

In the Win32 Application dialog box select &quot;A simple Win32 Application&quot; 

    then press the &quot;Finish&quot; button.

Press &quot;Ok&quot; 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.</Char_Desc_2000>
</English>
</Program_Descriptions>
<Web_Info>
<Application_URLs>
        <Application_Info_URL>http://home.att.net/~srschmitt/plotter/plotter.html</Application_Info_URL>
        <Application_Order_URL />
        <Application_Screenshot_URL>http://home.att.net/~srschmitt/plotter/plotter.gif</Application_Screenshot_URL>
        <Application_Icon_URL />
        <Application_XML_File_URL>http://home.att.net/~srschmitt/plotter/NUMPLT10.xml</Application_XML_File_URL>
    </Application_URLs>
<Download_URLs>
        <Primary_Download_URL>http://home.att.net/~srschmitt/plotter/NUMPLT10.zip</Primary_Download_URL>
        <Secondary_Download_URL />
        <Additional_Download_URL_1 />
        <Additional_Download_URL_2 />
    </Download_URLs>
</Web_Info>
<Permissions>
        <Distribution_Permissions />
        <EULA />
</Permissions>
</XML_DIZ_INFO>
