-
direction finding algorithm
说明: 利用信号本身的结构特征,通过附加不同的稀疏约束,该模型利用过完备字典进行信号分解,使其表示成字典中若干原子的线性组合,从而获得数据的精简表示。(By using the structural characteristics of the signal itself and adding different sparse constraints, the model decomposes the signal into linear combinations of atoms in the dictionary by using an over-complete dictionary, thus obtaining a simplified representation of the data.)
- 2019-01-12 19:57:10下载
- 积分: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
-
清除电脑系统的临时文件,
垃圾文件,很方便。用于wiodows
清除电脑系统的临时文件,
垃圾文件,很方便。用于wiodows-Computer system to clear the temporary files, junk files easily. For wiodows
- 2023-01-03 08:35:04下载
- 积分:1
-
y自动跟随图片大小变化
说明: 自动跟随图片大小变化是一款基于jquery实现的随图片宽度高度自动适应的幻(Automatically following the change of image size is an illusion based on jQuery that automatically adapts to the width and height of the image.)
- 2019-03-11 10:24:47下载
- 积分:1
-
test1.part04
说明: 这是一个基于pocketsphinx的例子程序,已经在andtoid studio编译成功,并能识别简单的词汇。这是第四部分(This is an example program based on pocketsphinx, which has been successfully compiled in andtoid studio and can recognize simple words.this is the 4th part)
- 2020-06-21 19:40:01下载
- 积分:1
-
计算栅格的日照时数,对任意地方,只要有dem 图,就可以考虑遮蔽效果,算出日照时间
将rar改为txt,拷贝其中内容到cutomize的按钮下就可以...
计算栅格的日照时数,对任意地方,只要有dem 图,就可以考虑遮蔽效果,算出日照时间
将rar改为txt,拷贝其中内容到cutomize的按钮下就可以-To calculate the sunshine hours for a raster file
- 2022-05-25 03:39:09下载
- 积分:1
-
Linux 2. 6 core ROS multifunctional router, set management, DHCP, Internet acces...
Linux 2。6内核ROS多功能路由器,集网管,DHCP,上网控制,VPN,PPOE拨号为一身-Linux 2. 6 core ROS multifunctional router, set management, DHCP, Internet access control, VPN, PPOE for a dial-up
- 2022-01-31 03:29:51下载
- 积分:1
-
这是C语言源代码的
井字游戏。
C est le code source en langage C du jeu du morpion.
Une "intelligence artificiel" est programmée.
- 2023-05-14 12:35:03下载
- 积分:1
-
爆利
说明: MQ4EAb暴利的Mq4程序测试好用,可实盘测试看数据(MQ4EA china in china)
- 2020-06-19 19:40:02下载
- 积分:1
-
雷达LFM信号分析,用Matlab产生chrip信号
说明: 雷达LFM信号分析,用Matlab产生chrip信号,并作出其时域波形和幅频特性(Analysis of radar LFM signal, generate chrip signal with Matlab, and make its time domain waveform and amplitude frequency characteristics)
- 2019-11-27 14:17:01下载
- 积分:1