-
Unix下的复数运算,实现了复数的加减、开方运算
Unix下的复数运算,实现了复数的加减、开方运算-Unix complex operation, realized the plural number
addition and subtraction, the root has operated
- 2022-03-03 10:31:13下载
- 积分:1
-
散列算法,具有自动扩展功能
哈希算法,具有自动扩展功能
- 2022-10-05 09:40:03下载
- 积分:1
-
数值计算方法里的一种经典算法,追赶法,用于大型稀疏方程组
数值计算方法里的一种经典算法,追赶法,用于大型稀疏方程组-numerical calculation method"s a classic algorithms, catching up with the method for large sparse linear equations
- 2022-02-25 09:29:46下载
- 积分:1
-
并行编程中Monte Carlo方法求π值的程序说明(具体采用MPI+C语言实现)...
并行编程中Monte Carlo方法求π值的程序说明(具体采用MPI+C语言实现)-Parallel programming methods in the Monte Carlo description of the procedures seek π value (specific language using MPI C)
- 2022-01-21 02:15:29下载
- 积分:1
-
CSA - carry select Adder (16 bit by verilog)
这是verilog提供的16位CSA
- 2023-07-21 18:30:03下载
- 积分:1
-
花园的代码
定义一个图书类和一个书库类。图书类包括图书编号、书名、作者(只考虑第一作者)、定价等属性;书库类包括一个指向图书链表的头指针以及操作链表的相关函数。这两个类的定义如下:
class Book
{
int BookNumber; //图书编号
char BookName[50]; //书名
char AuthorName[30]; //第一作者姓名
double Price; //定价
Book *next; //
- 2022-06-30 21:50:34下载
- 积分:1
-
用VB语言编写的解决运筹学0
用VB语言编写的解决运筹学0-1规划的程序,可以作为大家提交作业的参考啊-Use VB language to solve 0-1 programming operations research procedures, can be used as reference for everyone to submit work ah
- 2022-11-18 08:45:03下载
- 积分:1
-
manual selection of color samples in an image
manual selection of color samples in an image
- 2022-07-10 17:08:10下载
- 积分:1
-
this document for the use of C language prepared by the search algorithm
此文件为用c语言编写的查找算法-this document for the use of C language prepared by the search algorithm
- 2022-07-15 09:54:07下载
- 积分: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