-
微信的FOC方案_AN1299
微 芯的FOC方案,这是使用PLL锁相环设计的,比1078的反正切要好(FOC scheme, which is the use of PLL phase-locked loop design, is better than 1078 point anyway)
- 2017-09-05 20:43:36下载
- 积分:1
-
蚁群算法在栅格地图上的最短距离 MATLAB
说明: 蚁群算法求解路径规划,采用栅格地图环境,求解最短距离(Ant colony algorithm to solve the path planning, using grid map environment to solve the shortest distance)
- 2019-11-18 17:36:15下载
- 积分: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
-
我自己做得小游戏
我自己做得小游戏-doing my own small game
- 2022-01-28 01:50:54下载
- 积分:1
-
stm32fxxx DSP库
STM32Fxxx DSP Library
- 2022-03-03 08:07:30下载
- 积分:1
-
水库梯级优化调度,采用POA算法,算法简单可行,有效解决求解梯级水库中的维数灾问题...
水库梯级优化调度,采用POA算法,算法简单可行,有效解决求解梯级水库中的维数灾问题-Cascade reservoir optimal operation, using POA algorithm is simple and feasible, an effective solution to solve the cascade reservoirs in the curse of dimensionality problem
- 2022-03-02 22:16:11下载
- 积分:1
-
振动信号数据采集
振动信号数据采集Data acquisition of vibration signal(Data acquisition of vibration signal)
- 2018-02-27 15:39:12下载
- 积分:1
-
用c# asp.net 编写b/s模式的管理系统
用c# asp.net 编写b/s模式的管理系统-asp.netc#
- 2022-02-25 22:41:04下载
- 积分:1
-
RS_GWO
说明: 清除所有变量之后再初始化,设置迭代次数和研究数目(Clear all variables before initialization, set the number of iterations and number of studies)
- 2020-06-20 11:20:02下载
- 积分:1
-
利用状态表和有限自动机的运行原理编制程序,使得程序能够识别一个输入串是否为一个有效的符号串...
利用状态表和有限自动机的运行原理编制程序,使得程序能够识别一个输入串是否为一个有效的符号串-tables and the use of the limited state of the automatic machine operation principle procedures, making procedures to identify whether an input string as a symbol effective Series
- 2022-08-11 14:09:13下载
- 积分:1