-
实数据快速傅立叶变换算法2
实数据快速傅立叶变换算法2-false information Fast Fourier Transform algorithm 2
- 2023-05-06 12:35:02下载
- 积分:1
-
数独计算
在已知数字区域填充上数字,然后计算未知区域的数字。
使用Visual C++开发,用mfc开发界面,但界面十分简单,主要为计算提供算法。
使用递归算法,计算每个未知数字的区域可能的填写的数字,然后分别去测试该位置数字填写是否正确,直到找到答案或出现冲突。
- 2022-03-25 00:52:55下载
- 积分:1
-
构造说明语句的语法分析程序
1.根据PASCAL语言的说明语句形式,用手工及自动方法构造一个对说明语句进行词法分析的程序。该程序能对从键盘输入或从文件读入的形如:
“const count=10,sum=81.5,char1=’f’,string1=”hj”, max=169;”
的常量说明串进行处理,分析常量说明串中各常量名、常量类型及常量值,并统计各种类型常量个数。
2.对说明语句经词法分析器分析得到的
- 2022-01-26 02:36:15下载
- 积分:1
-
//=== === === === === ==== === === === === === === =// letter Description// func...
//=== === === === === === =====
//函数说明
//函数名称:Correlation
//函数功能:计算最小二乘法拟合的多项式的相关系数
//使用方法:int M------ 拟合多项式的阶数(已知条件)
// double *b--- 拟合曲线的系数,排列顺序为由高阶到低阶(已知条件)
// double *x--- 结点x轴数据(已知条件)
// double *y--- 结点y轴数据(已知条件)
// double *Yg-- 结点估计值,个数为m(过程变量)
// int m------ 结点个数(已知条件)
//注意事项:多项式阶数最高为10,多项式的形式为 y = a0 + a1x +a2x2
-//=== === === === === ==== === === === === === === =// letter Description// function name : Correlation// Function functions : Calculation least squares polynomial fitting of the correlation coefficient// Use : int M------ polynomial fitting stage (known condition)//* b--- double fitting song The coefficient, Higher-order the order on grounds of low order (known condition)//* double-node x x axis data (known to be pieces)// double* y--- node y-axis data (known condition)//* double FSL-- Nodes estimates, Number m (process variables)// int m------ node number (known condition)// Note : polynomial order of a maximum of 10. polynomials in the
- 2022-04-29 13:08:12下载
- 积分:1
-
禁忌搜索法对初始解、邻域个数及禁忌列表的大小等参数有比较严格的要求, 这些参数直接影响着算法的优化能
力。文章提出了一种改进的禁忌搜索法, 它用有效空间来压...
禁忌搜索法对初始解、邻域个数及禁忌列表的大小等参数有比较严格的要求, 这些参数直接影响着算法的优化能
力。文章提出了一种改进的禁忌搜索法, 它用有效空间来压缩搜索范围, 这样可以提高搜索效率和全局搜索能力。用短期
和长期禁忌列表存储器来保证算法能搜索到全局空间的每一点, 并且不重复搜索。经过验算和分析, 证明它是一种较好的
全局启发式搜索法-Tabu search method, the initial solution, neighborhood and tabu list size of the number of parameters such as have more stringent requirements, these parameters directly affect the ability to optimize the algorithm. This paper presents an improved tabu search method, it is used effectively to compress the search space, so that can improve search efficiency and global search capabilities. Short-term and long-term memory tabu list to ensure the algorithm to search to the global space, each point, and do not repeat the search. After checking and analysis, to prove that it is a good global heuristic search method
- 2022-04-06 20:06:04下载
- 积分:1
-
Newton
牛顿法――数值分析,程序代码,参考数值分析课本,很简单的程序,大家一定看得懂-Newton-- numerical analysis code, the numerical analysis of reference books, a very simple procedure, we must understand the
- 2022-03-15 15:43:10下载
- 积分:1
-
电路节点导纳矩阵的计算机生成法源程序。可计算少于20个节点的电路方程。...
电路节点导纳矩阵的计算机生成法源程序。可计算少于20个节点的电路方程。-circuit node admittance matrix of computer generation source. Computable less than 20 nodes of the circuit equation.
- 2022-03-18 02:34:23下载
- 积分:1
-
16:00 Fourier algorithm, using standard C language, and optimized computing spee...
16: 00傅里叶算法,采用标准C语言,优化计算速度,比传统算法快得多
- 2022-12-31 04:55:03下载
- 积分:1
-
自制的 余弦和三角波计算(使用计算方法的2分法求解余弦和三角波的交点)...
自制的 余弦和三角波计算(使用计算方法的2分法求解余弦和三角波的交点)-privately triangular wave and cosine calculations (using the two methods of calculation method for cosine wave and the triangular intersection)
- 2022-11-11 10:45:03下载
- 积分:1
-
ct 图像分割
图像分割是非常重要的字段在图像 processing.here 我本算法中,c + + 的 ct 图像分割是有效的算法。
- 2023-03-19 00:15:03下载
- 积分:1