-
2的整数次幂FFT算法
FFT是离散傅立叶变换的快速算法,可以将一个信号变换到频域。本工程包含FFTCore.c文件,实现了FFT的蝶形同址运算,输入参数为double型的实部和虚部、logN、点数等,输出则为同址的FFT结果,分别存在double数组中,使用方便。
- 2022-07-07 08:30:28下载
- 积分:1
-
三节点有限元程序
二维三节点有限元计算程序
输入单元及节点信息,计算结构位移。最大单元数5000,最大节点数2000,能够处理集中力、体积力、已知位移等荷载。
采用迭代、回代算法计算线性方程组。能够生成节点的位移、应力及应变值,应力包括个应力分量及主应力值和主应力方向
- 2022-05-18 22:06:35下载
- 积分:1
-
这是一个对数学表达式求值的C++ class,详细的说明在Calculator.pdf中。...
这是一个对数学表达式求值的C++ class,详细的说明在Calculator.pdf中。-this is a mathematical expression evaluates the C class, detailed description of the Calculator.pdf China.
- 2023-09-08 17:30:04下载
- 积分:1
-
解决了矩形板切割矩形材料的问题,采用递归分治的方法
解决了矩形板切割矩形材料的问题,采用递归分治的方法-solve the rectangular plate rectangular cutting materials, using recursive method of administration
- 2022-12-10 09:00:02下载
- 积分:1
-
中国象棋源代码
中国象棋源代码,使用Visual c++编写,对喜欢象棋的朋友,可以研究一下算法,具有很好的参考价值~
- 2022-06-03 11:54:15下载
- 积分:1
-
矩阵运算函数
用C++实现对矩阵的一些运算,包括反转180度,旋转90度,270度,合并等,在主函数给出测试。
- 2022-11-18 12:55:02下载
- 积分:1
-
从国外大学上下的Levenberg算法程序
从国外大学上下的Levenberg算法程序-From foreign universities Levenberg algorithm program from top to bottom
- 2022-08-25 16:49:18下载
- 积分:1
-
CROUT REDUTION ALGORITHM
&求解N乘N线性系统
- 2022-02-06 19:18:05下载
- 积分:1
-
thread_tree
此程序使线程的树和计算为了遍历写作由 c plus
- 2022-06-12 20:14:13下载
- 积分:1
-
a description of the problem is : No. 1, 2, ..., n n clockwise direction by indi...
约瑟夫问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,没人持有一个密码。一开始人选一个正整数作为报数上限值m,从第一个人开始按顺时针自1开始报数,报到m是停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。-a description of the problem is : No. 1, 2, ..., n n clockwise direction by individuals sitting around a circle, no one holding a password. One person started as a positive integer limits on the number of reported m, from the first individuals to embark on the clockwise from a few reportedly started, the report m is reportedly stopped a few. M reported out of the list of his password as a new value m, from a clockwise direction in the next re-started from a newspaper a few, like that, until the total of all listed so far.
- 2022-02-03 16:31:48下载
- 积分:1