-
这是一个蝶行运算单元,是做FFT的最基本的单元
这是一个蝶行运算单元,是做FFT的最基本的单元-This is a butterfly OK Operational unit, which is doing the most basic FFT modules
- 2022-03-09 16:24:28下载
- 积分:1
-
c语言简单算法实例
c语言简单算法实例-c algorithm example, simple language
- 2022-05-19 06:26:29下载
- 积分:1
-
modbus协议crc校验计算工具
modbus协议crc校验计算工具安装labview2012基数一般用默认值,不用修改填写数值,就可以得到结果数值和结果都是16进制的结果要高低字节需要自己调整
- 2022-07-02 15:43:59下载
- 积分:1
-
构建哈夫曼树源码
应用背景这个算法可以对信息进行编码,用来压缩文本等数据,通过数据的权重规划,将权重越大的数据置于越靠近树的根节点。关键技术算法可以对信息数据进行编码,用来压缩文本,通信信息等数据。利用二叉树对信息进行编码,每次选取两个权重最小构建哈夫曼树,生成的新节点继续用作新节点进行构建哈夫曼树,知道所有的节点构建完毕
- 2022-04-12 21:05:09下载
- 积分:1
-
A code which employs the SIMPLE
A code which employs the SIMPLE-based pressure-correction method for solving the Navier-Stokes equations using Finite Volume method, Cartesian grid, and a colocated arrangement of variables.
- 2022-04-12 04:45:15下载
- 积分:1
-
数值分析中迭代法的使用,其算法相当的简单,可以参考
数值分析中迭代法的使用,其算法相当的简单,可以参考-Numerical analysis of the use of iterative method, its algorithm is quite simple, can refer to
- 2022-01-24 14:36:19下载
- 积分:1
-
这个固件免费提供的TRF7960
this the firmware provided freely for the trf7960
- 2022-06-21 15:45:54下载
- 积分:1
-
搜索数据
它将搜索的关键字数组和数组查找关键字如果它指示该数组。欢迎大家下载、试用。谢谢大家的支持!
- 2022-01-21 01:14:05下载
- 积分:1
-
use vc realized random test code, can achieve simple to the complex random pictu...
使用vc开发实现的随机验证码,可以实现简单到复杂的随机图片,非常好用-use vc realized random test code, can achieve simple to the complex random pictures, very handy
- 2022-08-15 19:08:49下载
- 积分:1
-
数码管静态显示
#include#define uchar unsigned char#define uint unsigned intsbit dula=P2^6;sbit wela=P2^7;uchar num;uchar code table[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71};void delay(uint);void main(){
- 2023-06-14 07:15:04下载
- 积分:1