文件名称:09427
介绍说明--下载内容来自于网络,使用问题请自行百度
《用C++语言编写数学常用算法(修订版)》一书的配书盘,里面包括书中全部C++程序的源代码(一些小的示例除外),并用中文加以详细注释。
光盘共有五个文件夹,名称分别为:①BCMATH;②VCMATH;③CURVE;④SOUND;⑤examples。
本书前4章介绍的与数学常用算法有关的C++类与函数的源代码是在BCMATH和VCMATH两个文件夹中,具体使用哪个文件夹,视读者的编译系统而定。如果读者使用的是Borland C++编译系统(简称为BC++),则使用BCMATH文件夹中的所有文件(Borland C++的语法规则相当标准,因此该文件夹中的源代码也可以用在其他标准的C++编译系统中);如果读者使用的是微软的Visual C++编译系统(简称为VC++),则使用VCMATH文件夹中的所有文件(第5章详细介绍了VC++编程)。文件夹CURVE给出了一个实用的绘制函数曲线的子窗口的源代码,文件夹SOUND给出了一些处理声音的C++函数和子窗口的源代码,文件夹examples给出了一些VC++编程的例子。
- mathmatics compute code
光盘共有五个文件夹,名称分别为:①BCMATH;②VCMATH;③CURVE;④SOUND;⑤examples。
本书前4章介绍的与数学常用算法有关的C++类与函数的源代码是在BCMATH和VCMATH两个文件夹中,具体使用哪个文件夹,视读者的编译系统而定。如果读者使用的是Borland C++编译系统(简称为BC++),则使用BCMATH文件夹中的所有文件(Borland C++的语法规则相当标准,因此该文件夹中的源代码也可以用在其他标准的C++编译系统中);如果读者使用的是微软的Visual C++编译系统(简称为VC++),则使用VCMATH文件夹中的所有文件(第5章详细介绍了VC++编程)。文件夹CURVE给出了一个实用的绘制函数曲线的子窗口的源代码,文件夹SOUND给出了一些处理声音的C++函数和子窗口的源代码,文件夹examples给出了一些VC++编程的例子。
- mathmatics compute code
(系统自动生成,下载前可以参看下载内容)
下载文件列表
09427/光盘内容/BCMATH/BUFFER.CPP
09427/光盘内容/BCMATH/BUFFER.H
09427/光盘内容/BCMATH/CBUFFER.CPP
09427/光盘内容/BCMATH/CBUFFER.H
09427/光盘内容/BCMATH/CFUNC.CPP
09427/光盘内容/BCMATH/CFUNC.H
09427/光盘内容/BCMATH/CMATRIX.CPP
09427/光盘内容/BCMATH/CMATRIX.H
09427/光盘内容/BCMATH/FUNC.CPP
09427/光盘内容/BCMATH/FUNC.H
09427/光盘内容/BCMATH/FUNC1.CPP
09427/光盘内容/BCMATH/MATRIX.CPP
09427/光盘内容/BCMATH/MATRIX.H
09427/光盘内容/BCMATH/SPECFUNC.CPP
09427/光盘内容/BCMATH/VFUNC.CPP
09427/光盘内容/BCMATH/VFUNC.H
09427/光盘内容/CURVE/Curve.cpp
09427/光盘内容/CURVE/Curve.h
09427/光盘内容/examples/mysub/Debug/mysub.exe
09427/光盘内容/examples/mysub/Debug/mysub.obj
09427/光盘内容/examples/mysub/Debug/mysub.pdb
09427/光盘内容/examples/mysub/Debug/mysub.res
09427/光盘内容/examples/mysub/Debug/mysubDlg.obj
09427/光盘内容/examples/mysub/Debug/mysubwin.obj
09427/光盘内容/examples/mysub/Debug/StdAfx.obj
09427/光盘内容/examples/mysub/Debug/vc60.pdb
09427/光盘内容/examples/mysub/mysub.aps
09427/光盘内容/examples/mysub/mysub.clw
09427/光盘内容/examples/mysub/mysub.cpp
09427/光盘内容/examples/mysub/mysub.dsp
09427/光盘内容/examples/mysub/mysub.dsw
09427/光盘内容/examples/mysub/mysub.h
09427/光盘内容/examples/mysub/mysub.ncb
09427/光盘内容/examples/mysub/mysub.opt
09427/光盘内容/examples/mysub/mysub.plg
09427/光盘内容/examples/mysub/mysub.rc
09427/光盘内容/examples/mysub/mysubDlg.cpp
09427/光盘内容/examples/mysub/mysubDlg.h
09427/光盘内容/examples/mysub/mysubwin.cpp
09427/光盘内容/examples/mysub/mysubwin.h
09427/光盘内容/examples/mysub/ReadMe.txt
09427/光盘内容/examples/mysub/res/mysub.ico
09427/光盘内容/examples/mysub/res/mysub.rc2
09427/光盘内容/examples/mysub/Resource.h
09427/光盘内容/examples/mysub/StdAfx.cpp
09427/光盘内容/examples/mysub/StdAfx.h
09427/光盘内容/examples/playsound/Debug/makewave.obj
09427/光盘内容/examples/playsound/Debug/myplaysn.obj
09427/光盘内容/examples/playsound/Debug/playsound.exe
09427/光盘内容/examples/playsound/Debug/playsound.obj
09427/光盘内容/examples/playsound/Debug/playsound.pdb
09427/光盘内容/examples/playsound/Debug/playsound.res
09427/光盘内容/examples/playsound/Debug/playsoundDlg.obj
09427/光盘内容/examples/playsound/Debug/StdAfx.obj
09427/光盘内容/examples/playsound/Debug/vc60.pdb
09427/光盘内容/examples/playsound/madesnd.wav
09427/光盘内容/examples/playsound/makewave.cpp
09427/光盘内容/examples/playsound/makewave.h
09427/光盘内容/examples/playsound/myplaysn.cpp
09427/光盘内容/examples/playsound/myrecord.h
09427/光盘内容/examples/playsound/playsound.aps
09427/光盘内容/examples/playsound/playsound.clw
09427/光盘内容/examples/playsound/playsound.cpp
09427/光盘内容/examples/playsound/playsound.dsp
09427/光盘内容/examples/playsound/playsound.dsw
09427/光盘内容/examples/playsound/playsound.h
09427/光盘内容/examples/playsound/playsound.ncb
09427/光盘内容/examples/playsound/playsound.opt
09427/光盘内容/examples/playsound/playsound.plg
09427/光盘内容/examples/playsound/playsound.rc
09427/光盘内容/examples/playsound/playsoundDlg.cpp
09427/光盘内容/examples/playsound/playsoundDlg.h
09427/光盘内容/examples/playsound/ReadMe.txt
09427/光盘内容/examples/playsound/res/playsound.ico
09427/光盘内容/examples/playsound/res/playsound.rc2
09427/光盘内容/examples/playsound/Resource.h
09427/光盘内容/examples/playsound/StdAfx.cpp
09427/光盘内容/examples/playsound/StdAfx.h
09427/光盘内容/examples/test/Buffer.cpp
09427/光盘内容/examples/test/BUFFER.H
09427/光盘内容/examples/test/CBUFFER.CPP
09427/光盘内容/examples/test/CBUFFER.H
09427/光盘内容/examples/test/CFUNC.CPP
09427/光盘内容/examples/test/CFUNC.H
09427/光盘内容/examples/test/CMATRIX.CPP
09427/光盘内容/examples/test/CMATRIX.H
09427/光盘内容/examples/test/Debug/Buffer.obj
09427/光盘内容/examples/test/Debug/CBUFFER.obj
09427/光盘内容/examples/test/Debug/CFUNC.obj
09427/光盘内容/examples/test/Debug/CMATRIX.obj
09427/光盘内容/examples/test/Debug/FUNC.obj
09427/光盘内容/examples/test/Debug/FUNC1.obj
09427/光盘内容/examples/test/Debug/MATRIX.obj
09427/光盘内容/examples/test/Debug/SPECFUNC.obj
09427/光盘内容/examples/test/Debug/StdAfx.obj
09427/光盘内容/examples/test/Debug/test.exe
09427/光盘内容/examples/test/Debug/test.ilk
09427/光盘内容/examples/test/Debug/test.obj
09427/光盘内容/examples/test/Debug/test.pch
09427/光盘内容/examples/test/Debug/test.pdb
09427/光盘内容/examples/test/Debug/vc60.idb
09427/光盘内容/examples/test/Debug/vc60.pdb
09427/光盘内容/examples/test/Debug/VFUNC.obj
09427/光盘内容/examples/test/FUNC.CPP
09427/光盘内容/examples/test/FUNC.H
09427/光盘内容/examples/test/FUNC1.CPP
09427/光盘内容/examples/test/MATRIX.CPP
09427/光盘内容/examples/test/MATRIX.H
09427/光盘内容/examples/test/ReadMe.txt
09427/光盘内容/examples/test/SPECFUNC.CPP
09427/光盘内容/examples/test/StdAfx.cpp
09427/光盘内容/examples/test/StdAfx.h
09427/光盘内容/examples/test/test.cpp
09427/光盘内容/examples/test/test.dsp
09427/光盘内容/examples/test/test.dsw
09427/光盘内容/examples/test/test.ncb
09427/光盘内容/examples/test/test.opt
09427/光盘内容/examples/test/test.plg
09427/光盘内容/examples/test/VFUNC.CPP
09427/光盘内容/examples/test/VFUNC.H
09427/光盘内容/examples/testcurve/Curve.cpp
09427/光盘内容/examples/testcurve/Curve.h
09427/光盘内容/examples/testcurve/Debug/Curve.obj
09427/光盘内容/examples/testcurve/Debug/StdAfx.obj
09427/光盘内容/examples/testcurve/Debug/testcurve.exe
09427/光盘内容/examples/testcurve/Debug/testcurve.obj
09427/光盘内容/examples/testcurve/Debug/testcurve.pdb
09427/光盘内容/examples/testcurve/Debug/testcurve.res
09427/光盘内容/examples/testcurve/Debug/testcurveDlg.obj
09427/光盘内容/examples/testcurve/Debug/vc60.pdb
09427/光盘内容/examples/testcurve/ReadMe.txt
09427/光盘内容/examples/testcu
09427/光盘内容/BCMATH/BUFFER.H
09427/光盘内容/BCMATH/CBUFFER.CPP
09427/光盘内容/BCMATH/CBUFFER.H
09427/光盘内容/BCMATH/CFUNC.CPP
09427/光盘内容/BCMATH/CFUNC.H
09427/光盘内容/BCMATH/CMATRIX.CPP
09427/光盘内容/BCMATH/CMATRIX.H
09427/光盘内容/BCMATH/FUNC.CPP
09427/光盘内容/BCMATH/FUNC.H
09427/光盘内容/BCMATH/FUNC1.CPP
09427/光盘内容/BCMATH/MATRIX.CPP
09427/光盘内容/BCMATH/MATRIX.H
09427/光盘内容/BCMATH/SPECFUNC.CPP
09427/光盘内容/BCMATH/VFUNC.CPP
09427/光盘内容/BCMATH/VFUNC.H
09427/光盘内容/CURVE/Curve.cpp
09427/光盘内容/CURVE/Curve.h
09427/光盘内容/examples/mysub/Debug/mysub.exe
09427/光盘内容/examples/mysub/Debug/mysub.obj
09427/光盘内容/examples/mysub/Debug/mysub.pdb
09427/光盘内容/examples/mysub/Debug/mysub.res
09427/光盘内容/examples/mysub/Debug/mysubDlg.obj
09427/光盘内容/examples/mysub/Debug/mysubwin.obj
09427/光盘内容/examples/mysub/Debug/StdAfx.obj
09427/光盘内容/examples/mysub/Debug/vc60.pdb
09427/光盘内容/examples/mysub/mysub.aps
09427/光盘内容/examples/mysub/mysub.clw
09427/光盘内容/examples/mysub/mysub.cpp
09427/光盘内容/examples/mysub/mysub.dsp
09427/光盘内容/examples/mysub/mysub.dsw
09427/光盘内容/examples/mysub/mysub.h
09427/光盘内容/examples/mysub/mysub.ncb
09427/光盘内容/examples/mysub/mysub.opt
09427/光盘内容/examples/mysub/mysub.plg
09427/光盘内容/examples/mysub/mysub.rc
09427/光盘内容/examples/mysub/mysubDlg.cpp
09427/光盘内容/examples/mysub/mysubDlg.h
09427/光盘内容/examples/mysub/mysubwin.cpp
09427/光盘内容/examples/mysub/mysubwin.h
09427/光盘内容/examples/mysub/ReadMe.txt
09427/光盘内容/examples/mysub/res/mysub.ico
09427/光盘内容/examples/mysub/res/mysub.rc2
09427/光盘内容/examples/mysub/Resource.h
09427/光盘内容/examples/mysub/StdAfx.cpp
09427/光盘内容/examples/mysub/StdAfx.h
09427/光盘内容/examples/playsound/Debug/makewave.obj
09427/光盘内容/examples/playsound/Debug/myplaysn.obj
09427/光盘内容/examples/playsound/Debug/playsound.exe
09427/光盘内容/examples/playsound/Debug/playsound.obj
09427/光盘内容/examples/playsound/Debug/playsound.pdb
09427/光盘内容/examples/playsound/Debug/playsound.res
09427/光盘内容/examples/playsound/Debug/playsoundDlg.obj
09427/光盘内容/examples/playsound/Debug/StdAfx.obj
09427/光盘内容/examples/playsound/Debug/vc60.pdb
09427/光盘内容/examples/playsound/madesnd.wav
09427/光盘内容/examples/playsound/makewave.cpp
09427/光盘内容/examples/playsound/makewave.h
09427/光盘内容/examples/playsound/myplaysn.cpp
09427/光盘内容/examples/playsound/myrecord.h
09427/光盘内容/examples/playsound/playsound.aps
09427/光盘内容/examples/playsound/playsound.clw
09427/光盘内容/examples/playsound/playsound.cpp
09427/光盘内容/examples/playsound/playsound.dsp
09427/光盘内容/examples/playsound/playsound.dsw
09427/光盘内容/examples/playsound/playsound.h
09427/光盘内容/examples/playsound/playsound.ncb
09427/光盘内容/examples/playsound/playsound.opt
09427/光盘内容/examples/playsound/playsound.plg
09427/光盘内容/examples/playsound/playsound.rc
09427/光盘内容/examples/playsound/playsoundDlg.cpp
09427/光盘内容/examples/playsound/playsoundDlg.h
09427/光盘内容/examples/playsound/ReadMe.txt
09427/光盘内容/examples/playsound/res/playsound.ico
09427/光盘内容/examples/playsound/res/playsound.rc2
09427/光盘内容/examples/playsound/Resource.h
09427/光盘内容/examples/playsound/StdAfx.cpp
09427/光盘内容/examples/playsound/StdAfx.h
09427/光盘内容/examples/test/Buffer.cpp
09427/光盘内容/examples/test/BUFFER.H
09427/光盘内容/examples/test/CBUFFER.CPP
09427/光盘内容/examples/test/CBUFFER.H
09427/光盘内容/examples/test/CFUNC.CPP
09427/光盘内容/examples/test/CFUNC.H
09427/光盘内容/examples/test/CMATRIX.CPP
09427/光盘内容/examples/test/CMATRIX.H
09427/光盘内容/examples/test/Debug/Buffer.obj
09427/光盘内容/examples/test/Debug/CBUFFER.obj
09427/光盘内容/examples/test/Debug/CFUNC.obj
09427/光盘内容/examples/test/Debug/CMATRIX.obj
09427/光盘内容/examples/test/Debug/FUNC.obj
09427/光盘内容/examples/test/Debug/FUNC1.obj
09427/光盘内容/examples/test/Debug/MATRIX.obj
09427/光盘内容/examples/test/Debug/SPECFUNC.obj
09427/光盘内容/examples/test/Debug/StdAfx.obj
09427/光盘内容/examples/test/Debug/test.exe
09427/光盘内容/examples/test/Debug/test.ilk
09427/光盘内容/examples/test/Debug/test.obj
09427/光盘内容/examples/test/Debug/test.pch
09427/光盘内容/examples/test/Debug/test.pdb
09427/光盘内容/examples/test/Debug/vc60.idb
09427/光盘内容/examples/test/Debug/vc60.pdb
09427/光盘内容/examples/test/Debug/VFUNC.obj
09427/光盘内容/examples/test/FUNC.CPP
09427/光盘内容/examples/test/FUNC.H
09427/光盘内容/examples/test/FUNC1.CPP
09427/光盘内容/examples/test/MATRIX.CPP
09427/光盘内容/examples/test/MATRIX.H
09427/光盘内容/examples/test/ReadMe.txt
09427/光盘内容/examples/test/SPECFUNC.CPP
09427/光盘内容/examples/test/StdAfx.cpp
09427/光盘内容/examples/test/StdAfx.h
09427/光盘内容/examples/test/test.cpp
09427/光盘内容/examples/test/test.dsp
09427/光盘内容/examples/test/test.dsw
09427/光盘内容/examples/test/test.ncb
09427/光盘内容/examples/test/test.opt
09427/光盘内容/examples/test/test.plg
09427/光盘内容/examples/test/VFUNC.CPP
09427/光盘内容/examples/test/VFUNC.H
09427/光盘内容/examples/testcurve/Curve.cpp
09427/光盘内容/examples/testcurve/Curve.h
09427/光盘内容/examples/testcurve/Debug/Curve.obj
09427/光盘内容/examples/testcurve/Debug/StdAfx.obj
09427/光盘内容/examples/testcurve/Debug/testcurve.exe
09427/光盘内容/examples/testcurve/Debug/testcurve.obj
09427/光盘内容/examples/testcurve/Debug/testcurve.pdb
09427/光盘内容/examples/testcurve/Debug/testcurve.res
09427/光盘内容/examples/testcurve/Debug/testcurveDlg.obj
09427/光盘内容/examples/testcurve/Debug/vc60.pdb
09427/光盘内容/examples/testcurve/ReadMe.txt
09427/光盘内容/examples/testcu
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.