-
浮点数运算
说明: 浮点数的表示与算术运算算法分析,要求理论推导与程序模拟。
算术运算包括字符串到浮点数、浮点数到字符串的转换,加、减、乘、除四则运算等。要有说明文档,包括算法证明、程序框图、使用方法、特殊处理(溢出、数位扩展)、实例分析等等。字符串转换可能稍难。
typedef unsigned int dwrd; #32-bit
char* ftoa(dwrd);
dwrd atof(char*);
dwrd fadd(dwrd, dwrd);
dwrd fsub(dwrd, dwrd);
dwrd fmul(dwrd, dwrd);
dwrd fdiv(dwrd, dwrd);(The representation of floating-point number and the analysis of arithmetic operation algorithm require theoretical derivation and program simulation.
Arithmetic operations include string to floating point, floating point to string conversion, addition, subtraction, multiplication, division and so on. Documentation should be provided, including algorithm proof, program block diagram, usage, special handling (overflow, digital expansion), case analysis, etc. String conversion can be slightly difficult.
typedef unsigned int dwrd; #32-bit
char* ftoa(dwrd);
dwrd atof(char*);
dwrd fadd(dwrd, dwrd);
dwrd fsub(dwrd, dwrd);
dwrd fmul(dwrd, dwrd);
dwrd fdiv(dwrd, dwrd);)
- 2021-03-29 23:19:10下载
- 积分:1
-
moulation classification
说明: 用来识别ask,psk,fsk电磁信号的调制方式(for ask fsk psk radio signal classification)
- 2020-11-10 09:08:59下载
- 积分:1
-
实验二
说明: 通过labview实现的温度报警器,可实时监测温度并在超温时报警(Temperature alarm realized by LabVIEW can monitor temperature in real time and alarm when overtemperature occurs.)
- 2019-06-11 14:12:27下载
- 积分:1
-
用VC实现的俄罗斯方块程序,对学习VC有相当好的参考价值。
用VC实现的俄罗斯方块程序,对学习VC有相当好的参考价值。-VC realize with the Russian box procedures, learning VC has very good reference value.
- 2022-03-03 15:45:16下载
- 积分:1
-
cyclic_cross_periodogram
说明: 循环平稳信号谱相关函数,并做做出三维立体图形(Cyclostationary signal spectral correlation function, and do make a three-dimensional graphics)
- 2008-11-10 18:11:21下载
- 积分:1
-
big-align-master
用于复杂大尺度网络对齐,来源于密歇根大学的项目(For large-scale complex network alignment, from project of University of Michigan.)
- 2018-05-20 22:02:02下载
- 积分:1
-
apdu4j-master
GlobalPlatform 核心功能 jar包(GlobalPlatform core jar package)
- 2019-07-10 19:16:47下载
- 积分:1
-
一款好用的滤波器设计软件,好好用哈,希望有人喜欢
一款好用的滤波器设计软件,好好用哈,希望有人喜欢-A-to-use filter design software, make good use of Kazakhstan, I hope some people like
- 2022-03-05 03:57:52下载
- 积分:1
-
32809435
监视(CD-ROMAudioCD)光盘插入,弹出的控件()
- 2018-05-28 14:40:35下载
- 积分:1
-
ADC
说明: This is ADC code. Its language is in C++. It is useful for both computer engineers or electrical engineers or any other types of majors.
- 2019-03-26 16:48:09下载
- 积分:1