-
浮点数运算
说明: 浮点数的表示与算术运算算法分析,要求理论推导与程序模拟。
算术运算包括字符串到浮点数、浮点数到字符串的转换,加、减、乘、除四则运算等。要有说明文档,包括算法证明、程序框图、使用方法、特殊处理(溢出、数位扩展)、实例分析等等。字符串转换可能稍难。
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
-
hypervolume
动态多目标优化算法,基于遗传方法得多目标优化算法,计算HV得超体积算法(Dynamic multi-objective optimization algorithm)
- 2020-10-12 22:57:32下载
- 积分:1
-
simple towers of the water supply system simulation
简易水塔供水系统仿真
- 2022-03-25 10:58:38下载
- 积分:1
-
新建文件夹
用于事件相关电位P300的脑电信号诱发,小概率事件脑电信号的诱发采用Oddball范式(The Oddball paradigm is used to induce EEG signals for event-related potential P300 and small probability event EEG signals.)
- 2021-01-07 21:48:53下载
- 积分:1
-
DENISE
说明: 老外的,弹性波时间域全波形反演代码,The DENISE code was first developed by Daniel K?hn, Denise De Nil and Andr′ e Kurzmann at the Christian-
Albrechts-Universit?t Kiel and TU Bergakademie Freiberg (Germany) from 2005 to 2009.(Overseas, Elastic Wave Time Domain Full Waveform Inversion Code)
- 2019-06-05 10:50:49下载
- 积分:1
-
江西理工大学兰小机的精品课程,主要是基于C#的AE开发
江西理工大学兰小机的精品课程,主要是基于C#的AE开发-Jiangxi Polytechnic University Portland courses in small machine products, mainly based on C# development of AE
- 2022-05-15 11:08:12下载
- 积分:1
-
AEC-Spec
AEC 回声消除参考书,里面全面介绍了AEC相关理论。(AEC spec documents)
- 2010-11-07 12:53:16下载
- 积分:1
-
jisuanqi
课程设计,用C语言编写的计算器程序,经调试成功运行,值得参考(Curriculum design, with a calculator program written in C, after a successful commissioning run, worthy of reference)
- 2011-07-23 14:38:05下载
- 积分:1
-
Learning to use srgp, to learn a new software to use.
学习使用srgp,学习一种新的软件使用。-Learning to use srgp, to learn a new software to use.
- 2023-06-24 20:40:02下载
- 积分:1
-
VHDL 函数信号发生器
VHDL 函数信号发生器
VHDL 函数信号发生器
VHDL 函数信号发生器-VHDL Function Generator VHDL Function Generator
- 2023-05-22 16:20:03下载
- 积分:1