-
Music
音乐播放器,可以从系统中选择想要听的歌曲,导入到该播放器中,播放器有暂停和开始选项。(Music player, you can choose from the system you want to listen to the songs into the player, the player with pause and start options.)
- 2013-11-16 20:11:53下载
- 积分:1
-
080889B
基于驱动层的USB存储设备安全监控技术,一篇不错的关于usb驱动开发的论文。很不错,我受到了不少启发(USB drive-based storage devices layer security monitoring technology, a good development on the usb drive papers. Very good, I was a lot of inspiration)
- 2008-12-16 00:25:04下载
- 积分:1
-
wangka
C++编写的读取电脑C盘序列号程序.大家审查(Written in C++ C disk to read the serial number of the computer program. Everybody Review)
- 2013-12-20 11:22:21下载
- 积分:1
-
jiafaqi
加法器运用vc++的mfc做的简单的加法器只能做加法。为了能下载~(Simple adder)
- 2014-03-18 09:11:48下载
- 积分:1
-
ping
基于ping的源代码,实现原始套接字编程(Ping-based source code, to achieve the raw socket programming)
- 2011-07-10 10:18:44下载
- 积分:1
-
20071212121753329
TMS320LF2407上实现快速傅里叶变换(FFT)(TMS320LF2407 achieve fast Fourier transform (FFT))
- 2008-04-26 15:03:50下载
- 积分:1
-
xmodem
XMODEM 是一种适合在两个计算机之间进行文件传输的简单协议。嵌入式系统调试环境经常利用此协议或其变体,通过UART 端口进行image 的下载。实践者通过此实验环节可对通信协议的基本要素有较深入的了解,同时对通信协议在实时操作系统环境下的实现方式有初步了解。(XMODEM is a fit between the two computers Simple File Transfer Protocol. Debugging embedded systems often use this protocol environment or its variants, through the UART port for image downloading. Practice through this experiment, could be on the basic elements of communication protocols have a better understanding of communication protocols at the same time in real-time operating system environment to achieve a preliminary understanding of the way.)
- 2008-03-01 12:14:13下载
- 积分:1
-
GIS
Part 1:组件式GIS开发
Part 2:基于C#.NET的程序设计与开发
Part 3:AO(ArcObjects)的体系结构分析
Part 4:基于 VBA的二次开发
Part 5:ArcGIS Engine空间分析功能开发
Part 6:ArcGIS Engine三维开发
(Part 1: Component GIS Development Part 2: based on the C# NET program design and development Part 3: AO (of ArcObjects) architecture Part 4: Part based on the secondary development of VBA Part 5: ArcGIS Engine spatial analysis functions developed 6: ArcGIS Engine three-dimensional development)
- 2013-03-11 10:30:57下载
- 积分:1
-
Ado1
ADO数据库操作类,包括数据库的创建、表的创建、删除、查询、和字段值得获取等一系列方法。(The ADO operation class ,which can realize the creation of database and table, the delete ,select of record.)
- 2013-12-02 16:31:31下载
- 积分:1
-
winAPI_Sport_comm
实现串行通讯的相关API函数
API函数不仅提供了打开和读写通讯端口的操作方法,还提供了名目繁多的函数以支持对串行通讯的各种操作。
函数名 作用
CreateFile 打开串口
GetCommState 检测串口设置
SetCommState 设置串口
BuilderCommDCB 用字符串中的值来填充设备控制块
GetCommTimeouts 检测通信超时设置
SetCommTimeouts 设置通信超时参数
SetCommMask 设定被监控事件
WaitCommEvent 等待被监控事件发生
WaitForMultipleObjects 等待多个被监测对象的结果
WriteFile 发送数据
ReadFile 接收数据
GetOverlappedResult 返回最后重叠(异步)操作结果
PurgeComm 清空串口缓冲区,退出所有相关操作
ClearCommError 更新串口状态结构体,并清除所有串口硬件错误
CloseHandle 关闭串行口()
- 2007-08-02 11:52:20下载
- 积分:1