-
模拟鸟群飞行算法
用MFC做的模拟鸟群飞行算法,采用D3d格式来做的框架程序,有改变鸟数目和鸟的大小等功能。实现了模拟鸟群飞行过程中避免碰撞,集群飞行目的地的展示
- 2022-09-02 06:05:06下载
- 积分:1
-
对数回归方程logarithmregress.cs方程模型y = * LN…
对数回归方程 LogarithmRegress.cs
方程模型为 Y=a*LnX+b
public override double[] buildFormula()
得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。
public override double forecast(double x)
预测函数,根据模型得到预测结果。
public override double computeR2()
计算相关系数(决定系数),系数越接近1,数据越满足该模型。
-Logarithmic regression equation LogarithmRegress.cs equation model for Y = a* LnX+ Bpublic override double [] buildFormula () get coefficient array, the storage order and model coefficients contrary, that is, the array is followed by the value of coefficient b, a. public override double forecast (double x) prediction function, according to the results of model prediction. public override double computeR2 () calculated the correlation coefficient (determination coefficient), coefficient of the closer one, the data satisfy the model more.
- 2022-08-31 23:15:03下载
- 积分:1
-
向来汉诺塔说的都是三个柱子的。。。。 那么四个柱子的呢? 从三柱到四柱。。。。。熟练掌握递归...
向来汉诺塔说的都是三个柱子的。。。。 那么四个柱子的呢? 从三柱到四柱。。。。。熟练掌握递归-has said are the three pillars. . . . Then the four pillars? From the three- to four-post. . . . . Skilled master recursive.
- 2022-02-03 20:05:09下载
- 积分:1
-
纯c语言写的五子棋. 标准c程序, 可以在任何编译器上运行. 自带简单的AI系统, 可以和人对弈...
纯c语言写的五子棋. 标准c程序, 可以在任何编译器上运行. 自带简单的AI系统, 可以和人对弈-Written in pure c language backgammon. Standard c program that can run on any compiler. Comes with a simple AI system that can and human chess
- 2022-02-12 01:15:07下载
- 积分: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-01-26 06:49:25下载
- 积分:1
-
指派问题的匈牙利算法(matlab语言)
指派问题的匈牙利算法(matlab语言)-assignment of the Hungarian algorithm (Matlab language)
- 2022-04-23 09:11:20下载
- 积分:1
-
宽度优先算法解决八码难题
宽度优先算法解决八码难题-width priority code algorithm to solve eight problems
- 2022-06-01 04:17:16下载
- 积分:1
-
打开bmp图
打开bmp图程序,精简!vc环境使用CDib类打开bmp格式图片的工程,可运行。
- 2022-07-20 05:31:44下载
- 积分:1
-
三节点有限元程序
二维三节点有限元计算程序
输入单元及节点信息,计算结构位移。最大单元数5000,最大节点数2000,能够处理集中力、体积力、已知位移等荷载。
采用迭代、回代算法计算线性方程组。能够生成节点的位移、应力及应变值,应力包括个应力分量及主应力值和主应力方向
- 2022-05-18 22:06:35下载
- 积分:1
-
文件1.txt,2.txt,3.txt和5.txt为用Fortran编写的有限元程序 4.txt为用c++编写的钢筋混凝土异形柱的全过程非线性分析源程序...
文件1.txt,2.txt,3.txt和5.txt为用Fortran编写的有限元程序 4.txt为用c++编写的钢筋混凝土异形柱的全过程非线性分析源程序-document 1.txt, 2.txt, 3.txt and 5.txt Fortran prepared for the use of the finite element program 4.txt to use C++ to prepare the R.C.special-the whole process of nonlinear analysis source
- 2022-08-18 18:12:35下载
- 积分:1