-
这个傅立叶实例算法使用了基2、基3、基4、基5、基8、基10……混合算法,几乎可以计算任意长度的FFT。说明白点也就是当序列长度n为2、3、5、7、11等这些比...
这个傅立叶实例算法使用了基2、基3、基4、基5、基8、基10……混合算法,几乎可以计算任意长度的FFT。说明白点也就是当序列长度n为2、3、5、7、11等这些比较小的素数时,或者n的最大素因数
- 2022-11-15 09:35:04下载
- 积分:1
-
数据挖掘中,关联规则的例子,源码, arview算法的应用实例
数据挖掘中,关联规则的例子,源码, arview算法的应用实例-data mining, association rules example, the source, the algorithm arview Application
- 2022-02-06 09:21:57下载
- 积分:1
-
TinyOS数据解析代码
针对TinyOS数据所写的代码,数据格式详情请参考http://tinyos.stanford.edu/tinyos-wiki/index.php/Main_Page
- 2022-07-24 14:40:38下载
- 积分:1
-
使用的谱分析C语言代码
该代码用于进行谱分析,是用C语言描述的,很实用的一段代码,对此有需要求的可以看看
- 2022-07-16 16:57:58下载
- 积分:1
-
Three
Three-dimensional finite-difference ground-water flow model 三维流体有限元源代码-Three-dimensional finite-difference ground-water flow model of three-dimensional fluid finite element source code
- 2022-04-02 05:13:21下载
- 积分:1
-
用C++实现的 用链表实现无限大整数的加减运算,
用C++实现的 用链表实现无限大整数的加减运算,-C achieved with Chain achieve infinite integer addition and subtraction operations.
- 2023-02-05 01:30:03下载
- 积分:1
-
用于多个离散点拟合光滑曲线的,优化了追赶法,这个例子适用于闭合和不闭合两种情况。当时由于工程情况,写的急,代码不好看,但是很好用。为了方便传递参数,我做了一个链...
用于多个离散点拟合光滑曲线的,优化了追赶法,这个例子适用于闭合和不闭合两种情况。当时由于工程情况,写的急,代码不好看,但是很好用。为了方便传递参数,我做了一个链表,用时候根据自己情况可以修改,核心算法不动即可。-point for a number of discrete smooth curve fitting, and optimized to catch up with the law applicable to this case is not closed and the closure of two. At that time, because the situation, was the most aggressive, the code does not look good, but good use. To facilitate the transmission parameters, I have done a linked list, when used according to its own circumstances can change, the core algorithm can be fixed.
- 2022-03-17 18:50:28下载
- 积分:1
-
《陈必红算法》一书的附带的源代码,并有经本人修改过能在VC中使用。原书是在C++BUILDER中使用的。并加了一些其他的功能,比如样条插值等。此代码,可以完成矩...
《陈必红算法》一书的附带的源代码,并有经本人修改过能在VC中使用。原书是在C++BUILDER中使用的。并加了一些其他的功能,比如样条插值等。此代码,可以完成矩阵的很多数值算法,求逆阵、特征向量、特征值,矩阵的加减乘除、傅立叶变换、gamma函数、数值解分微分等。-"Chen Hung method," a fringe of the source code, and as I changed the VC can be used. The original book is in the C BUILDER used. Plus a number of other functions, such as spline interpolation. This code can be completed in many numerical matrix algorithm, the inverse matrix, the eigenvectors and eigenvalues, the matrix arithmetic. Fourier transform, gamma function, numerical solution of differential- such.
- 2023-01-23 22:35:03下载
- 积分:1
-
求解电磁场的三维有限元算法程序,使用C语言实现.比较高效.
求解电磁场的三维有限元算法程序,使用C语言实现.比较高效.-Solving the three-dimensional electromagnetic finite element method, the use of C language. Comparative efficiency.
- 2023-02-19 13:50:03下载
- 积分:1
-
图形的透视投影变换
一种几何校正方法以消除投影图像的畸变: 通过查找后向映射表, 借助双线性插值运算, 对图像进行几
何预畸变, 使其变形为投影仪所需要的预畸变图像, 然后将其投影到非平面物体上, 便能让观察者看到无畸变的投
影图像, 从而实现投影图像畸变的校正。
- 2022-09-29 14:50:03下载
- 积分:1