搜索资源列表
wenzhouxueyuan
- #include <stdio.h> #include <stdlib.h> #define OK 1 #define OVERFLOW -2 typedef int status typedef struct LinkList{ //用带表头结点的有序链表表示多项式 float coef //系数 int expn //指数 struct LinkList *next //指向后继的指针
FLOAT
- 介绍关于FPGA的浮点加法器运算单元设计-Information on floating-point FPGA-adder cell design computing
float
- 由于浮点数在单片机上面占用很大的空间 本程序就是为了简化程序,希望对大家有用-Single-chip floating-point numbers in the above as a result of a lot of space occupied by this procedure is to streamline the process and hope for all of us useful
float
- 浮点数-浮点数按实际位数格式化显示的思路-Float- floating-point format according to the actual digit display ideas
Floating_Point
- 基于FPGA的浮点小实验 hdl 语言描述-float point based on FPGA
1
- int N TColor curcolor POINT Points[40] float berstein(int n,int k,float t) { float c int j if((k==0)||(k==n)) c=1 else { c=1 for(j=1,j<k j++) c=(c*(n+1-j))/j } if(((t==0)&&(k==0)))||(((t==1)&&(k==n))) return c
float
- 搜集的关于[C51源码]浮点数显示并提供了浮点数显示格式的说明,对c51更深入学习有所帮助。-Collected on the [C51 source] float displays, and provides a descr iption of floating-point display format, more in-depth study on the c51 help.
wp-01166-bdti-altera-floating-point-dsp.pdf
- Altera float point design flow
iis_fastcig
- 本文是我经过一天一夜完成的,不同于一般网上文章,除详细的将整个配置过程和 测试过程都详细截图说明外,尤其在FastCGI方面采用微软的“web平台安装程序”来配置,网上相关内容很少,对gzip的设置也很详细,保证按图操 作即可独立完成。另外,还有详细的测试gzip压缩率的方法和比较。 文中对于理论几乎没有阐述,只是对配置过程进行了最详细的介绍,这样 使新手即使不太明白,照本文也可以配置出一样的环境来,本文章的错误及疏漏之处,还请大家指出来,大家在配置中有何问题,我们一起来探讨解决。 本
float
- 介绍浮点型数据的传输方式,运用共用体实现了浮点型数据的传输,可用于串口等传输,并附代码。-Introduced floating-point data transmission, the use of a shared body of floating-point data transmission, can be used for the transmission of the serial port, etc., together with the code.
Cortex_M3-core-float
- Cortex—M3内核浮点型运算的研究与实现-Research and Implementation of the Cortex-M3 core floating point operations
the-max-float
- 输入两个浮点数,比较大小最后输出最大的浮点数。-Enter two floating point Numbers, compare size and output of the largest floating point number.
PC-and-float
- 关于串口通讯解决问题,把浮点数的数据经过变换之后进行uart通讯-On the serial communication to solve the problem, the floating point data through the transform of UART communication
2014204065
- 1 设计FIR滤波器,其中 N=10、 2 用同样的性能设计IIR滤波器 3 测试数据:的语音文件、多正弦波合成文件 4 定点实现,不允许使用float、double-An FIR filter design, where N = 10, 2 with the same performance test data IIR filter design 3: voice file, multiple files sinusoidal synthesis 4 fixed-point imp