-
三个差值算法(1):二元拉格朗日插值(fortran)(2):三次样条差值(c)(3):三元三点差值(fortran)...
三个差值算法(1):二元拉格朗日插值(fortran)(2):三次样条差值(c)(3):三元三点差值(fortran)-three programs about interpolation :1:Binary Lagrange interpolation 2:three time interpln interpolation 3:Binary three point interpolation
- 2022-02-02 14:30:04下载
- 积分:1
-
cinematic model of robot PA10
cinematic model of robot PA10
- 2022-03-26 18:33:58下载
- 积分:1
-
在SPH方法的源代码
用Fortran语言编写的源代码用于完成本书中列出的算法
- 2022-01-25 23:28:55下载
- 积分:1
-
FFT。C Code Composer Studio V 3.01史提芬
fft.c code composer studio v 3.01 by steven
- 2022-03-09 09:35:15下载
- 积分:1
-
井底压力计算软件
井底压力计算软件,用Vb编写,可以用来计算油井沿程压力变化,温度变化;程序中含有说明,主要根据两相流的一些相关知识编写。
- 2023-08-18 22:00:03下载
- 积分:1
-
人工智能中,经典的基于小波变换的图像处理和图像去噪的解决办法,可下载后观摩使用...
人工智能中,经典的基于小波变换的图像处理和图像去噪的解决办法,可下载后观摩使用-Artificial Intelligence, the classical wavelet-based image processing and image denoising solution can be used to watch after download
- 2022-03-14 05:33:58下载
- 积分:1
-
order issued calculation of photonic crystal band structure, good! !
order发计算光子晶体的能带结构,比较好-order issued calculation of photonic crystal band structure, good! !
- 2022-02-07 21:48:31下载
- 积分:1
-
傅里叶变换算法fft
How To Use
void main(void)
{
gen_w_r2(w, N); // Generate coefficient table
bit_rev(w, N>>1); // Bit−reverse coefficient table
DSPF_sp_cfftr2_dit(x, w, N);
// radix−2 DIT forward FFT
// input in normal order, output in
// order bit−reversed
// coefficient table in bit−reversed
// order
DSPF_sp_icfftr2_dif(x, w, N);
// Inverse radix 2 FFT
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-02 15:55:21下载
- 积分:1
-
C++实现的迷宫算法
C++语言实现的迷宫算法,利用堆栈原理,迷宫的限制可以自己手动输入,对于初级学习数据结构的很有参考价值。另外附带程序的报告及算法的详细设计流程,方便初学者学习。
- 2023-01-26 08:30:03下载
- 积分:1
-
用C语言来实现的,雅可法可用于法实对称矩阵的全部特征值与对应的特征值向量。...
用C语言来实现的,雅可法可用于法实对称矩阵的全部特征值与对应的特征值向量。-Realizes with the language C, the way of Jacobi may be serviceable to the solid symmetrical matrix for complete characteristic value and the corresponding characteristic value vector.
- 2022-08-24 21:00:04下载
- 积分:1