-
kalmanFZ
使用卡尔曼滤波器算法预测并跟踪目标轨迹的仿真程序(Predicting and Tracking Target Trajectory Using Kalman Filter Algorithms)
- 2021-03-16 16:09:22下载
- 积分:1
-
浮点数运算
说明: 浮点数的表示与算术运算算法分析,要求理论推导与程序模拟。
算术运算包括字符串到浮点数、浮点数到字符串的转换,加、减、乘、除四则运算等。要有说明文档,包括算法证明、程序框图、使用方法、特殊处理(溢出、数位扩展)、实例分析等等。字符串转换可能稍难。
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
-
Genetic_algo2
some examples to solve problems with Genetic Algorithm. pdf
- 2010-01-09 02:57:30下载
- 积分:1
-
使用EJB实现的网上商城
使用EJB实现的网上商城- Uses on-line commercial city which EJB realizes
- 2022-12-01 00:20:03下载
- 积分:1
-
女娲传说,RPG,拯救人类,全屏游戏,下载后直接把后缀改为jar即可...
女娲传说,RPG,拯救人类,全屏游戏,下载后直接把后缀改为jar即可-Nuwa legend, RPG, save mankind, full-screen games, downloading directly to the suffix can jar
- 2023-04-09 05:00:02下载
- 积分:1
-
caishuzi
delphi 猜数字游戏,有兴趣的可以参考学习(delphi game code)
- 2011-06-17 15:49:44下载
- 积分:1
-
一个数据采集的软件,可以自定义表的属性多少和名称,带有删除的功能...
一个数据采集的软件,可以自定义表的属性多少和名称,带有删除的功能-Instance, grind grain stamp Moreton basin cavity 软 glass, you can自corner cavity barrels义Distr people begin preparing少Core extravagant, Turbulent bleed at the nose cavity删pot features
- 2023-08-26 16:30:03下载
- 积分:1
-
HMM工具箱
说明: hmm,ghmm,HMM相关算法,变量,函数库,HMM算法例子(HMM correlation algorithm, variable, function library, HMM algorithm example)
- 2020-04-04 15:04:12下载
- 积分:1
-
FFT 算法和功能测试,已经测试通过,可以直接使用
FFT 算法和功能测试,已经测试通过,可以直接使用-FFT
- 2022-12-30 16:00:12下载
- 积分:1
-
FSK2_demodu_SNR
利用morlet小波变换提取小波脊线,进而利用小波脊线完成2FSK解调(the demodulation of 2FSK signal)
- 2009-09-04 11:11:01下载
- 积分:1