-
关于一个visual basic中文件打开的一个程序应用广泛
关于一个visual basic中文件打开的一个程序应用广泛-on a visual basic documents which opened an extensive application process
- 2022-06-13 03:40:39下载
- 积分:1
-
很经典的算法,自己看看吧,也是别人作的。
很经典的算法,自己看看吧,也是别人作的。-classic algorithms, and let"s see it themselves, but also for the others.
- 2022-04-18 04:18:24下载
- 积分: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
-
这是在高高的GPU
这是在GPU上进行高速数字计算的数学库函数,以实现通用GPU计算-This is the GPU on the high-speed digital computing mathematical library functions in order to achieve universal GPU computing
- 2022-06-11 12:33:43下载
- 积分:1
-
计算方法 NEWTON插值的C程序
计算方法 NEWTON插值的C程序-Netwon interpolation method of calculating the C program
- 2022-10-27 19:35:04下载
- 积分:1
-
用递归法解决商人渡河问题
用递归法解决商人渡河问题-recursive method used to solve business problems across the river
- 2023-04-18 20:05:03下载
- 积分:1
-
计算文本中数列的配对总和接近某数
老婆做会计,公司是买通讯柜的,需要计算面积总和接近某数的多少次交易,本人使用的算法的基本原理为,先算出在总数列中N次的排列组合可能性,然后随机刷出组合,未记录的加入记录中,得出所有组合后,依次判断其与预设总数的接近程度,得出最佳组合
- 2022-08-04 03:31:29下载
- 积分:1
-
vc 著名的九宫图
vc 著名的九宫图-vc famous JiuGongTu
- 2022-01-27 08:47:43下载
- 积分:1
-
Dijkstra算法
用C#实现的一种Dijkstra高效算法,有实例代码,可以参考一下。里面有一个类Dijkstragao,在Program的买你函数里有调用的实例。调用比较简单,好用。
- 2022-01-25 15:34:17下载
- 积分:1
-
公式计算例子关于sin方程组
公式计算例子关于sin方程组-formula examples of sin equations
- 2023-04-17 23:25:03下载
- 积分:1