анім методом.
Базова функція: y=1 / x 2
Загальний вигляд: Y=A / (Bx + C) 2 + D
Метод обчислення: метод трапецій
Список використаної літератури
1.Visual C + + і MFC. Програмування для Windows NT і Windows 95. А. Мєшков, Ю. Тихонов.
2.Самоучітель Visual C + + 6. Н. Секун.
. Арчер, Visual C + +. NET. Біблія користувача. : Пер. з англ.- М.: Видавничий дім «Вільямс», 2003.
. Харві Дейтел, Як програмувати на Сі + +: Пер. з англ.- М.: Видавничий дім «Вільямс», 2000.
. А.Мешков, Visual C + + і MFC: Пер. з англ.- К.: Видавничий дім «Folio», 2001.
Додаток А
Код програми
kDoc.h: interface of the CKDoc class
# if! defined (AFX_KDOC_H__088FB134_0943_485C_A307_8B5322257D22__INCLUDED_)
# define AFX_KDOC_H__088FB134_0943_485C_A307_8B5322257D22__INCLUDED_
# if _MSC_VER> 1000
# pragma once
# endif / / _MSC_VER> 1000CKDoc: public CDocument
{: / / create from serialization only (); _DYNCREATE (CKDoc)
/ / Attributes:
/ / CString String; A; B; C; D; a; b;
/ / Operations:
/ / Overrides
/ / ClassWizard generated virtual function overrides
/ / {{AFX_VIRTUAL (CKDoc): BOOL OnNewDocument (); void Serialize (CArchive & ar);
/ /}} AFX_VIRTUAL
/ / Implementation: ~ CKDoc ();
# ifdef _DEBUGvoid AssertValid () const; void Dump (CDumpContext & dc) const;
# endif:
/ / Generated message map functions:
/ / {{AFX_MSG (CKDoc)
/ / NOTE - the ClassWizard will add and remove member functions here.
/ / DO NOT EDIT what you see in these blocks of generated code!
/ /}} AFX_MSG_MESSAGE_MAP ()
};
/ / {{AFX_INSERT_LOCATION}}
/ / Microsoft Visual C + + will insert additional declarations immediately before the previous line.
# endif! defined (AFX_KDOC_H__088FB134_0943_485C_A307_8B5322257D22__INCLUDE)
/ / kDoc.cpp: implementation of the CKDoc class
/ /
# include «stdafx.h»
# include «k.h»
# include «kDoc.h»
# ifdef _DEBUG
# define new DEBUG_NEW
# undef THIS_FILEchar THIS_FILE []=__ FILE__;
# endif
/ / CKDoc_DYNCREATE (CKDoc, CDocument) _MESSAGE_MAP (CKDoc, CDocument)
/ / {{AFX_MSG_MAP (CKDoc)
/ / NOTE - the ClassWizard will add and remove mapping macros here.
/ / DO NOT EDIT what you see in these blocks of generated code!
/ /}} AFX_MSG_MAP_MESSAGE_MAP ()
/ / CKDoc construction / destruct...