-
Gprs-receiving-location
车载设备向网络中心发送当前位置信息,网络中心收到数据后将数据保存到动态位置数据表中。(devices in car send current position data to network center,network center recieve these data and store it in database.)
- 2011-04-25 14:24:02下载
- 积分:1
-
SMARTCONFIG
串口转WIFI模块,对SMARTCONFIG功能的实现源码,主要应用在手机安卓系统的APP开发中。(Serial to WIFI module, SMARTCONFIG function source implementation, mainly used in the development of mobile APP Android system)
- 2014-05-24 15:28:42下载
- 积分:1
-
FemSrc
说明: 在学习有限元课程时做的一个作业,用C/C++编程求解一个简单的有限元问题,可以作为有限元学习的编程实例,以更好地理解有限元理论(A homework done while studying the finite element course. Solving a simple finite element problem with C / C ++ programming can be used as a programming example for finite element learning to better understand the finite element theory.)
- 2020-03-29 13:25:23下载
- 积分:1
-
basic_driver
DS编写基于ISA插槽的,数据采集卡驱动程序,包含基本的中断,I/O读写(failed to translate)
- 2009-03-23 14:02:13下载
- 积分:1
-
NETserver
绝无仅有的C#在线视频聊天程序.价值1万的网站(This Code is vevry good)
- 2010-11-02 02:06:49下载
- 积分:1
-
USART_DMA双缓冲接收数据
STM32基于DMA的双缓冲接收程序,实际使用中提高效率(STM32 double buffering receiver based on DMA, in actual use to improve efficiency)
- 2017-06-12 17:39:31下载
- 积分:1
-
ADMQ
LINQ增删改查,EF . NET Core(LINQ additions and deletions)
- 2018-05-07 16:03:53下载
- 积分: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
-
TI的永磁同步电机程序
移植TI的永磁同步电机程序,编码器速度闭环。注意: 这只是一个试验程序, 不具备商用功能。
- 2022-03-16 06:39:14下载
- 积分:1
-
VC++_SerialPort
串口通信编程的一个高级实例,采用了多线程,涉及到串口以及输入/输出同步和I/O重叠方面的知识,主要实现数据收发,请在VC++6.0及以上环境下编译 这个我搜了一下本站,好像连重名的都没有,(serial communication programming as a senior example of the use of multithreading, Serial involved and input/output synchronization and I/O overlap of knowledge, data transceiver, Please VC 6.0 and above compiler environment I found this site for a moment, it seems even Repetitions were not, Oh)
- 2007-05-26 12:04:18下载
- 积分:1