-
MATLAB算法应用
资源描述本书有大量的MATLAB算法,具有广泛的应用,通过查看,可以更好的学习MATLAB。这对于初学者来说是个很有用的工具。相信读懂他,对学习会有很大用处。
- 2022-06-15 22:16:58下载
- 积分:1
-
数组排序的经典程序shell。
数组排序的经典程序shell。-Sorting an array of classic shell procedures.
- 2022-04-08 11:10:51下载
- 积分:1
-
//=== === === === === === =====
//函数说明
//函数名称:Correlation
//函数功能:计算最小二乘法拟合...
//=== === === === === === =====
//函数说明
//函数名称:Correlation
//函数功能:计算最小二乘法拟合的多项式的相关系数
//使用方法:int M------拟合多项式的项数(已知条件)
// double *b---拟合曲线的系数,按升次排列(已知条件)
// double *x---结点x轴数据(已知条件)
// double *y---结点y轴数据(已知条件)
// double *Yg--结点估计值,与*y相对应,个数为m(过程变量)
// int m------结点个数(已知条件)
//注意事项:多项式阶数最高为10,多项式的形式为 y = b0 + b1*(x-Xavr)...
-//=== === === === === === === === === === === =====// Function that// function name: Correlation// Function: Calculation of the polynomial least squares fitting correlation coefficient// Usage: int M------ polynomial fitting the number of (known conditions)// double* b-- Fitting curve coefficient, or times by arrangement (known conditions)// double* x--- node x-axis data (known conditions)// double* y--- node y-axis data (already known conditions)// double* Yg- the estimated value of node, and* y correspond to the number for m (process variables)// int m------ node number (known conditions)// Note: polynomial order up to 10, the polynomial
- 2023-05-06 14:40:03下载
- 积分:1
-
rotation matrix algorithm
旋转矩阵的实现算法-rotation matrix algorithm
- 2022-03-10 02:23:35下载
- 积分:1
-
petriNet model
petriNet model
- 2022-02-13 21:02:05下载
- 积分:1
-
伊辛模型 Python
"伊辛模型是一个铁磁体的简化版本 - 其中所述材料的结构包括每晶格位置的单个偶极子的,是一个简单的示范精美的统计力学和相变的影响 - 以及一个作为一个奇妙例子蒙特卡罗模拟的能力。“。这个程序做数值模拟在python这个模型中,打开该文件,并读取的注释 (法国) 但所有这解释,在 python 的数值模拟。
- 2022-04-12 18:30:22下载
- 积分:1
-
这是学校ACM程序设计大赛的题目,拿出来大家算是当练习
这是学校ACM程序设计大赛的题目,拿出来大家算是当练习-This is the School ACM Programming Contest topic out when everyone is practicing
- 2022-07-14 06:11:47下载
- 积分:1
-
很好的算法,可广泛用于各行业(如工控)计算组态
很好的算法,可广泛用于各行业(如工控)计算组态-It s a very good arithmetic that can be used at many industries.such as industry control,for caculation configuration.
- 2023-05-22 03:45:03下载
- 积分:1
-
CTM DAGANZO SIMILATION
当高速公路交通堵塞的原因,如事故、短暂的失速、暂时拥挤的高速公路入口或出口等被消除或不再有效时,堵塞不会瞬间消失。这样做需要时间。这和红色交通信号灯前排队的汽车没什么区别,当绿灯亮时,红色交通信号灯不会立即消失。无论是高速公路还是街道,拥堵都需要时间消散,交通越拥挤,过程越长。在交通高峰期,高速公路拥堵的消失可能比最初的增长要长得多。不断演变的拥堵在高速公路上以与交通相反的方向移动,影响它远离最初原因的位置。驶出塞车的司机们没有看到任何异常,这让他们大吃一惊。
- 2022-01-25 22:05:54下载
- 积分:1
-
prepared with a simple calculator, with the mouse work, the basic function calcu...
用c编写的简单的计算器,用鼠标工作,实现基本的计算器功能-prepared with a simple calculator, with the mouse work, the basic function calculator
- 2022-04-28 13:26:45下载
- 积分:1