-
科学与工程数值计算算法
1、本书附赠的光盘包含了本书中全部的源代码。使用时只需将相应的目录拷贝到您的硬盘中。
注意 拷贝到硬盘上的源文件的属性如果...
科学与工程数值计算算法
1、本书附赠的光盘包含了本书中全部的源代码。使用时只需将相应的目录拷贝到您的硬盘中。
注意 拷贝到硬盘上的源文件的属性如果成为只读的,在编译之前应该将它们的属性改为可读写的。
2、光盘各目录中的内容如下所示:
光盘目录 内容说明
SourceChapterN 第N章的所有示例工程源程序
SourceClasses 本书所有算法类的源程序
SourceLib 集成本书所有算法的静态库文件
SourceDll 集成本书所有算法的动态库文件
-Science and Engineering numerical algorithm 1, this book comes with a CD-ROM contains all the book s source code. Simply use the corresponding copy of the directory to your hard drive. Note to copy the source files on your hard disk becomes read-only attribute in the compiler prior to their properties should be changed to read and write. 2, CD-ROM contents of the directory as follows: CD-ROM directory description SourceChapterN the first chapter all the examples of N source project SourceClasses algorithm book all types of source book SourceLib integrated all of the static algorithm library file SourceDll integrated all book algorithm for dynamic library files
- 2023-08-03 22:30:03下载
- 积分:1
-
smallest circle with a branch and bound method! With a good strategy for cutting...
最小圆排列的分支限界法! 用了很好的剪支策略很快的!-smallest circle with a branch and bound method! With a good strategy for cutting sticks soon!
- 2022-02-19 22:32:56下载
- 积分:1
-
集回归计算、检验、方程输出为一体的逐步回归源码分享
这是我自己编写的一个完整的实现逐步回归算法的模块,只要给定数据文件、检验信度和输出文件,一切中间过程和最后回归结果都清晰可见,最大特点是自动计算出检验信度值,避免了信度查表和手工输入的麻烦,值的拥有!压缩包内含有调用实例,用户使用非常方便。
- 2022-08-21 21:24:28下载
- 积分:1
-
data mining algorithms decision tree classification algorithm presentations and...
数据挖掘分类算法决策树学习算法介绍以及SEE5的使用说明-data mining algorithms decision tree classification algorithm presentations and the use SEE5
- 2023-04-10 22:10:04下载
- 积分:1
-
一个以状态方法表示的非线性系统,用其仿真模型,NLJ优化算法
一个以状态方法表示的非线性系统,用其仿真模型,NLJ优化算法-State that a method of nonlinear systems, using the simulation model, NLJ optimization algorithm
- 2022-06-26 22:16:57下载
- 积分:1
-
opengl 茶壶
此程序绘制在 visual studio c + + 的计算机图形 3D 对象中使用 opengl 的犹他茶壶。此代码摘自补充材料,为 Chapter.This 程序为犹他茶壶、 茶杯和茶勺,使用数据集,并生成贝塞尔曲面使用 OpenGL 评价
- 2022-12-23 02:05:03下载
- 积分:1
-
矩阵的类,可以做矩阵运算
矩阵的类,可以做矩阵运算-matrix of categories that can be done matrix calculation
- 2022-05-22 13:23:08下载
- 积分:1
-
All relevant data mining algorithms and theory, there are detailed instructions,...
所有相关的数据挖掘算法和理论,都有详细的说明,有兴趣的可以下一步做
- 2023-01-27 06:20:05下载
- 积分:1
-
这些程序执行的薄连接边缘的自动阈值。
编译并运行程序==================================运行程序是有点笨拙,因为它实际上要运行两次,第一次实际收集统计数字,然后第二次执行的阈值。因此,使生活更便利已成为打包成一个 C shell 脚本。若要编译的程序只是类型"请"。要运行提供的示例图像已经边缘上检测到Canny 算子,执行操作:link_dynamic.sh can3.canny 结果生成的文件"结果"应该是"can3.thresh"一样。比较在"can3.pix"中给出了 unthresholded 边缘。格式=======图像有望在铂族金属的图像格式。提取的边缘都存储在一个简单的 ASCII 格式。每个文件都将启动与"像素"。每个连接成链的边缘像素的前面"列表: ID",ID 是一个唯一的整数,为每个边链,而由"-1 0"终止除了最后一个列表由"-1-1"终止。列表之间标头和终结器给出了每个像素的坐标。
- 2022-08-25 23:57:31下载
- 积分:1
-
《科学工程计算C语言算法》一书代码。C语言编写。均写成函数形式,可以直接调用。包括数值微分、数值积分、插值、方程求解等数值算法。...
《科学工程计算C语言算法》一书代码。C语言编写。均写成函数形式,可以直接调用。包括数值微分、数值积分、插值、方程求解等数值算法。-"scientific engineering calculation algorithm C language," a code book. C language. Functions were written form can be called directly. Including numerical differentiation, numerical integration, interpolation, equation solving numerical algorithms.
- 2023-04-20 15:05:03下载
- 积分:1