资源列表
nlib
- Library for STM32 microcontrollers (update 1)
FWLib
- Library for STM32 microcontrollers (update 2)
slib
- Library for STM32 microcontrollers (update 3)
树莓派小车
- 树莓派小车python代码编写的树莓派小车代码简单易懂(Raspberry pie car Python code raspberry pie car code, easy to understand)
HD FIBTRON BIG OTA - Copy (2)
- fibtron stb uptool swt
RAR1
- test stm32 keil crack xc source
GymManagerPro-master
- gym manager system via csharp
版本转换
- P&E 烧录器,SV91 SAP 版本转换,(Version P&E conversion)
fx预测去噪方法
- 利用fx域的预测反褶积可以有效的去除随机噪声,内附数据,能运行调试(Predictive deconvolution using FX domain can effectively remove random noise, enclosing data, can run debugging)
Zeopptirz方程的求解
- 求解zeoppitz方程,代码有详细的说明(Solving zeoppitz equations, the code has a detailed descr iption)
segy
- segy读写的详细代码和segy文件结构(Segy read and write detailed code and segy file structure)
break 打断语句
- break语句通常用在循环语句和开关语句中。当break用于开关语句switch中时,可使程序跳出switch而执行switch以后的语句;如果没有break语句,则将成为一个死循环而无法退出(The break statement is usually used in the loop statement and the switch statement.When break is used in switch statement switch, the program can jump ou