内容包含了《科学与工程数值计算算法》一书中全部的源代码。使用时只需将相应的目录拷贝到您的硬盘中。

源代码在线查看: sample.clw

软件大小: 1175 K
上传用户: m472333662
关键词: 工程 数值计算 算法 源代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				; CLW file contains information for the MFC ClassWizard
				
				[General Info]
				Version=1
				LastClass=CSampleDlg
				LastTemplate=CDialog
				NewFileInclude1=#include "stdafx.h"
				NewFileInclude2=#include "Sample.h"
				
				ClassCount=3
				Class1=CSampleApp
				Class2=CSampleDlg
				Class3=CAboutDlg
				
				ResourceCount=3
				Resource1=IDD_ABOUTBOX
				Resource2=IDR_MAINFRAME
				Resource3=IDD_SAMPLE_DIALOG
				
				[CLS:CSampleApp]
				Type=0
				HeaderFile=Sample.h
				ImplementationFile=Sample.cpp
				Filter=N
				
				[CLS:CSampleDlg]
				Type=0
				HeaderFile=SampleDlg.h
				ImplementationFile=SampleDlg.cpp
				Filter=D
				BaseClass=CDialog
				VirtualFilter=dWC
				LastObject=CSampleDlg
				
				[CLS:CAboutDlg]
				Type=0
				HeaderFile=SampleDlg.h
				ImplementationFile=SampleDlg.cpp
				Filter=D
				
				[DLG:IDD_ABOUTBOX]
				Type=1
				Class=CAboutDlg
				ControlCount=4
				Control1=IDC_STATIC,static,1342177283
				Control2=IDC_STATIC,static,1342308480
				Control3=IDC_STATIC,static,1342308352
				Control4=IDOK,button,1342373889
				
				[DLG:IDD_SAMPLE_DIALOG]
				Type=1
				Class=CSampleDlg
				ControlCount=7
				Control1=IDC_EDIT1,edit,1353781444
				Control2=IDC_STATIC,static,1342308352
				Control3=IDC_STATIC,static,1342308352
				Control4=IDC_EDIT2,edit,1353781444
				Control5=IDC_STATIC,static,1342308352
				Control6=IDC_EDIT3,edit,1353779396
				Control7=IDC_BUTTON1,button,1342242816
				
							

相关资源