登录
首页 » 算法 » 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套数值拟合与逼近代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++...

本代码是《计算机常用数值计算算法与程序 C++版》一书的配套数值拟合与逼近代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++...

于 2022-06-27 发布 文件大小:86.82 kB
0 173
下载积分: 2 下载次数: 1

代码说明:

本代码是《计算机常用数值计算算法与程序 C++版》一书的配套数值拟合与逼近代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C version," a book supporting numerical approximation fitted with the code, these procedures have been in C C 6.0 Virsual environment through. The attention of the VC 6.0 installed path, in particular include directory (folder) path, otherwise there will be compiled header files could not find the mistakes and the compiler not normal.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 拉格朗日插值的MATLAB
    MatLab的拉格朗日插值法-MatLab Lagrange interpolation
    2022-03-03 04:31:00下载
    积分:1
  • 平衡二叉树
    数据结构中关于平衡二叉树的源码,学完数据结构后,老师要求我们写的,自己觉得还行,不足之处希望大家见谅!
    2022-03-02 12:24:01下载
    积分:1
  • EMD分解C语言,内含EMD分解所需的三次样条插值C语言。...
    EMD分解C语言算法,内含EMD分解所需的三次样条插值C语言算法。-EMD decomposition algorithm C language, containing the decomposition EMD cubic spline interpolation algorithm C language.
    2022-01-26 07:12:25下载
    积分:1
  • 海明码
    计算海明码-Calculation of Hamming code
    2022-01-24 13:31:45下载
    积分:1
  • c语言DES
    c语言DES算法,本算法已经通过了VS2010的验证,并且可以和Matlab2012进行联合编程,可以提供64位加密,56位密钥。
    2022-06-01 17:57:35下载
    积分:1
  • 在 Java 中抛硬币
    硬币 Tossing,以确定是否有死的还是活的使用。 / 此小程序允许一个模拟投掷硬币。它使用 random() 方法 / / 从数学类来随机生成一个 0 和 1 之间的数字。如果 / / 数是 < 0.5,它被视为一个头。否则,它认为一条尾巴。 / / 小程序允许一个输入的硬币扔模拟次数 / / 是进行。它 thens 进行模拟,并报告结果。
    2022-04-27 07:07:01下载
    积分:1
  • 常用的C程序。主要内容包括多项式的计、复数运、随机数的产生、矩阵运、矩阵特征值与特征向量的计、线性代数方程组的求解、非线性方程与方程组的求解、插值与
    常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。-Commonly used algorithm of C procedures. Include polynomial terms, complex computation, random number generation, matrix operations, matrix eigenvalue and eigenvector calculations, linear algebra equations, nonlinear equations with the equations, interpolation and approximation, numerical integration, solving ordinary differential equations, data processing, for solving extremum problems, mathematical transformation and filtering, the calculation of special functions, sorting and search.
    2022-08-04 05:36:45下载
    积分:1
  • Abstract: This paper aims to study a thermal complex objects can be an effective...
    摘要:本文旨在研究一种能对复杂热工对象的有效建模方法。基于遗传算法的辨识方法有较强的抗干扰能力,对低、高阶系统、延时系统都可以达到很好的辨识效果。根据单元机组的低阶非线性模型,推导出一个双进双出、能够描述机组动态特性及机炉间相互耦合关系的协调控制系统传递函数矩阵。依次模型为基础,提出一种基于改进的遗传算法的参数辨识方法。-Abstract: This paper aims to study a thermal complex objects can be an effective modeling method. Identification method based on genetic algorithm has strong anti-jamming ability, low, high-end systems, delay systems can achieve very good recognition results. According to unit power plant low-level non-linear model, derived a double inlet and outlet, can describe the dynamic characteristics and boiler-turbine unit is coupled between two relations, coordination and control system transfer function matrix. Turn model was proposed based on improved genetic algorithm based on parameter identification method.
    2022-01-24 09:15:33下载
    积分:1
  • LU分解,数值分析最基本的!
    LU分解法,数值分析最基本的!-LU decomposition, the most basic numerical analysis!
    2022-01-26 02:32:30下载
    积分:1
  • c语言学习资料,朱兆祺。
    朱兆祺同学的学习笔记,很强大。 举几个例子给大家看下:   1. #include< >和#include" "有什么区别? 这个题目考查大家的基础能力,#include< >用来包含开发环境提供的库, #include" "用来包含.c/.cpp文件所在目录下的头文件。注意:有些开发环境可以在当前目录下面自动收索(包含子目录),有些开发环境需要指定明确的文件路径名。 1.2 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-09-27 09:00:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载