computer-numerical-algorithm-code

所属分类:数学计算
开发工具:Visual C++
文件大小:28877KB
下载次数:7
上传日期:2012-12-14 23:01:26
上 传 者fouranger
说明:  《计算机常用数值计算算法与程序 C++版》一书,配套的所有的C++程序源代码文件。
(" Commonly used computer numerical algorithms and procedures C++ Edition" book, supporting all C++ program source code file.)

文件列表:
computer numerical algorithm-code (0, 2012-12-14)
computer numerical algorithm-code\Chap01 (0, 2012-12-14)
computer numerical algorithm-code\Chap01\Chap1.dsp (6583, 2002-05-31)
computer numerical algorithm-code\Chap01\Chap1.dsw (533, 2002-05-11)
computer numerical algorithm-code\Chap01\Chap1.ncb (230400, 2003-03-13)
computer numerical algorithm-code\Chap01\Chap1.opt (48640, 2003-03-13)
computer numerical algorithm-code\Chap01\Chap1.plg (1354, 2003-03-13)
computer numerical algorithm-code\Chap01\Comm.cpp (2026, 2002-05-31)
computer numerical algorithm-code\Chap01\Debug (0, 2012-12-14)
computer numerical algorithm-code\Chap01\Debug\Chap1.pdb (1131520, 2002-10-26)
computer numerical algorithm-code\Chap01\Debug\Comm.exe (553023, 2002-09-15)
computer numerical algorithm-code\Chap01\Debug\comm.dat (711, 2002-09-15)
computer numerical algorithm-code\Chap01\Debug\vc60.pdb (151552, 2003-03-13)
computer numerical algorithm-code\Chap02 (0, 2012-12-14)
computer numerical algorithm-code\Chap02\Chap2.dsp (4413, 2002-08-04)
computer numerical algorithm-code\Chap02\Chap2.dsw (533, 2002-05-24)
computer numerical algorithm-code\Chap02\Chap2.ncb (58368, 2002-11-26)
computer numerical algorithm-code\Chap02\Chap2.opt (53760, 2002-11-26)
computer numerical algorithm-code\Chap02\ComplexExample.cpp (2425, 2002-05-31)
computer numerical algorithm-code\Chap02\Debug (0, 2012-12-14)
computer numerical algorithm-code\Chap02\Debug\Chap2.pdb (1172480, 2002-11-26)
computer numerical algorithm-code\Chap02\Debug\ComplexExample.dat (1047, 2002-06-24)
computer numerical algorithm-code\Chap02\Debug\ComplexExample.exe (589887, 2002-06-24)
computer numerical algorithm-code\Chap02\Debug\vc60.pdb (135168, 2002-11-26)
computer numerical algorithm-code\Chap03 (0, 2012-12-14)
computer numerical algorithm-code\Chap03\Chap3.dsp (4490, 2002-10-22)
computer numerical algorithm-code\Chap03\Chap3.dsw (533, 2002-10-22)
computer numerical algorithm-code\Chap03\Chap3.ncb (50176, 2002-10-22)
computer numerical algorithm-code\Chap03\Chap3.opt (48640, 2002-10-22)
computer numerical algorithm-code\Chap03\Debug (0, 2012-12-14)
computer numerical algorithm-code\Chap03\Debug\Chap3.pdb (1082368, 2002-10-22)
computer numerical algorithm-code\Chap03\Debug\rand.dat (80, 2002-10-22)
computer numerical algorithm-code\Chap03\Debug\rand.exe (507967, 2002-10-22)
computer numerical algorithm-code\Chap03\Debug\rand_01_One.dat (200, 2002-10-22)
computer numerical algorithm-code\Chap03\Debug\rand_01_One.exe (512063, 2002-10-22)
computer numerical algorithm-code\Chap03\Debug\rand_01_Series.dat (644, 2002-10-22)
computer numerical algorithm-code\Chap03\Debug\rand_01_Series.exe (512063, 2002-10-22)
computer numerical algorithm-code\Chap03\Debug\rand_NormalDistributing_One.dat (431, 2002-10-22)
computer numerical algorithm-code\Chap03\Debug\rand_NormalDistributing_One.exe (512063, 2002-10-22)
computer numerical algorithm-code\Chap03\Debug\rand_NormalDistributing_Series.dat (644, 2002-10-22)
... ...

使用说明 本光盘是《计算机常用数值计算算法与程序 C++版》一书的配套光盘,盘中包括了书中所有的C++程序源代码文件,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过。盘中还包括由这些源程序在VC++6.0下生成的可执行文件(文件扩展名为.exe),以及由这些程序运行后产生的结果文件(文件扩展名为.dat)。另外,还包括若干类书中所介绍算法的头文件,由文件扩展名为.h和.inl所组成。 为了方便读者实际应用书中所介绍的算法程序,本光盘专门预创建了VC++6.0的工程,以每一章建立一个工程,一共有16个工程,对应着书中的16章。全部工程包含在一个目录(文件夹)――NumComp下,该目录下一共有17个子目录(文件夹),第一个到第十六个为每章所对应的工程文件夹,命名为ChapXX,XX表示01至16,如Chap05,表示为第五章的程序所建立了工程目录(文件夹),第17个目录(文件夹)名为include,其中存放了本书中算法程序需要的诸头文件。在前十六个目录(文件夹)中除存放了各章所介绍的算法示例C++源程序文件,还包括几个VC++6.0工程所需要的文件,读者可以不用去动它们。在每一个ChapXX目录(文件夹)下,还有一个目录(文件夹):debug,该目录(文件夹)中存放了ChapXX所对应的章中所有算法C++源程序生成的可执行文件和这些程序运行后生成的结果数据文件。除止之外,还有几个是VC++6.0工程所生成的文件,读者可以不用去动它们。 在每一个ChapXX目录(文件夹)下,包括一个这样的文件:ChapX.dsw,X表示1至16这16个阿拉伯数字之一,对应于这X章的工程。当进入到某一这样的目录(文件夹)中,用鼠标双击该文件名,就可以启动VC++6.0程序,并调用了该工程,这是最方便的一种启动VC++6.0的方法之一,下面就可以进行对C++程序的编辑、编译、连接、运行等工作了。具体的操作步骤,可以参阅有关VC++6.0的使用操作手册,或技术手册。 如果读者要自己另外建立VC++6.0的工程及相应的目录(文件夹),可以参阅VC++6.0的使用操作手册,也可阅读《计算机常用数值计算算法与程序 C++版》一书的第一章“概论”中的1.8节“Visual C++ 6.0的编译运行环境”,其中有详细说明。 最后注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。 6 1

近期下载者

相关文件


收藏者