-
免费版(密:123)
说明: 地下城私服辅助软件,通过c语言破解游戏本地数据。有参考价值(Underground city private service auxiliary software, through C language to crack the game local data. Reference value)
- 2020-01-18 22:02:01下载
- 积分:1
-
5层电梯示例
说明: plc电梯编程模拟,适用于博途15,1200plc编程(PLC elevator programming simulation)
- 2020-02-03 10:40:47下载
- 积分:1
-
北斗2.1协议
北斗通信设备通用的协议,串口通信与北斗卫星的通信协议,(The general protocol of Beidou communication equipment, serial communication protocol with Beidou satellite)
- 2020-09-23 12:17:49下载
- 积分:1
-
自己写的FTP下载代码
C# FTP客户端操作类,实现从服务器上下载和上传到服务器的接口,给服务器文件追加内容的功能
- 2022-03-04 01:52:23下载
- 积分:1
-
Camera
调出摄像头,并进行拍照,以后还会做出邮件收发的功能(camera output)
- 2013-10-12 14:02:44下载
- 积分:1
-
jiami
自主编写的一个简单的加密程序,算法思想简单(Written in a simple self-encryption algorithm is simple thoughts)
- 2010-12-16 15:26:04下载
- 积分:1
-
route-planning
遗传算法实现飞机在三维空间的航迹规划
C代码(Genetic Algorithm Route Planning
C code)
- 2012-04-20 09:23:18下载
- 积分:1
-
createUIthread
VC++create the UI thread
- 2011-06-21 16:31:10下载
- 积分:1
-
matlabgjxhs
matlab所有的工具箱函数大全,包括了所有的工具箱函数。 (all the Matlab toolbox functions Solutions, including all of the toolbox functions. Matlab toolbox functions of all volumes, including all the Toolbox function.)
- 2007-06-25 14:40:10下载
- 积分:1
-
本文件实现串口发送功能 STM32F-DMA
* 本文件实现串口发送功能(通过重构putchar函数,调用printf;或者USART_SendData()
* 这里是一个用串口实现大量数据传输的例子,使用了DMA模块进行内存到USART的传输
每当USART的发送缓冲区空时,USART模块产生一个DMA事件,
此时DMA模块响应该事件,自动从预先定义好的发送缓冲区中拿出下一个字节送给USART
整个过程无需用户程序干预,用户只需启动DMA传输传输即可
在仿真器调试时,可以在数据传输过程中暂停运行,此时DMA模块并没有停止
串口依然发送,表明DMA传输是一个独立的过程。
同时开启接收中断,在串口中断中将数据存入缓冲区,在main主循环中处理([NO ENGLISH])
- 2010-08-06 16:30:24下载
- 积分:1