-
Close
软启动,SVPWM,ADC采样及滤波,FOC,是根据TMS320F2833XDSO应用开发与实践的例子写的,已调试(Soft boot, SVPWM, ADC sampling and filtering, FOC, is based on the example of TMS320F2833XDSO application development and practice, and has been debugged)
- 2017-12-05 17:42:05下载
- 积分:1
-
kriging
说明: 克里金模型算法,详细论述了克里金插值的几种算法(Kriging model algorithm, discussed in detail Kriging Interpolation Algorithms)
- 2008-11-10 14:35:48下载
- 积分:1
-
TouchScreen_C
本软件一个处摸屏驱动软件,在ads上编译(Office of the software a touch-screen software, compiled in ads)
- 2006-10-30 09:17:47下载
- 积分:1
-
gw376
南京能瑞的集中器程序,运行在振中掌机tp900.对集中器进行读写操作。(Nanjing Rui centralized program can run in the handheld vibration tp900. Perform read and write operations on the concentrator.)
- 2020-11-10 23:59:46下载
- 积分:1
-
eqep
基于F28035的EQEP模块用于捕获外部脉冲的程序(The EQEP based F28035 module for capturing external pulse program)
- 2020-08-23 15:38:16下载
- 积分:1
-
TJDZ-RC522射频卡驱动代码
基于TJDZ-RC522射频卡的考勤机驱动代码
- 2022-01-25 20:30:05下载
- 积分:1
-
动态调用WebService
动态调用WebService
- 2014-03-30下载
- 积分:1
-
应用实例17 货车超重监测系统
说明: 电子秤proteus仿真,有压力传感器和AD转换模块(Electronic Liureus simulation with pressure sensor and AD conversion module)
- 2021-04-27 19:48:44下载
- 积分:1
-
用c解决二元一次乘法问题
该程序以316=11*x+13*y为例,用循环语句解决该问题。用break跳出for循环输出符合条件的x,y的值!
- 2023-07-05 15:15:03下载
- 积分:1
-
DMX512
void DMX_SendPacket(void) //发送DMX512数据
{
//配置为普通IO
pDMX_buf = 0 发送起始码 00
GPIO_Tx_Config(0) //设置发送的引脚为普通IO
PA2 = 0 //输出低电平
delay_us(150) //延时150us
PA2 = 1 //输出高电平
delay_us(13) //延时13us
GPIO_Tx_Config(1) //设置发送的引脚为复用IO
//USART1->DR = 0x0100 | TXDData[0] //第0帧前导码(DMX512 receiving procedDMX512 receiving procedure ure DMX512 receDMX512 receiving procedure iving procedure DMX512 receiving procedure )
- 2016-02-19 09:23:42下载
- 积分:1