搜索资源列表
用VC 6.0实现串行通信的三种方法
- 用VC 6.0实现串行通信的三种方法 本文介绍了在Windows平台下串行通信的实现机制,讨论了根据不同的条件用 Visual C++ 设计串行通信程序的三种方法,并结合实际,实现对温度数据的接收监控。 -VC 6.0 of the three serial communication method is introduced in the Windows platform to achieve the serial communication mechanism discus
chatonline
- 当今在全球广为使用的Windows操作系统上,Visual BASIC是最合适的程序设计语言,因为Visual BASIC本身是适合初学者的编程语言,容易入门,入门以后就有能力进一步学习难度更大的编程语言;并且Visual BASIC是开发Windows应用程序的强有力的工具,用Visual BASIC能轻而易举地开发符合Windows规范和风格的应用程序,学习之后立即就能应用;Visual BASIC使用了最先进的程序设计思想,即“面向对象”和“事件驱动”,也就是说,学习Visual BASI
WDM-driver-program
- WDM驱动程序设计 一.WDM简介 微软不断推出新的操作系统,现在Windows98和Windows2000已经成了主流,原先用来实现驱动程序的VxD技术随着Win95的淡出也慢慢地将退出历史舞台,在Windows98和Windows2000中设备驱动程序将根据Windows驱动程序模型(WDM)来设计。WDM通过提供一种灵活的方式来简化驱动程序的开发,在实现对新硬件支持的基础上减少并降低所必须开发的驱动程序的数量和复杂性。 -WDM Driver Design 1.
VCRS232
- 本文介绍了在Windows平台下串行通信的实现机制,讨论了根据不同的条件用Visual C++ 设计串行通信程序的三种方法,并结合实际,实现对温度数据的接收监控。
1
- windows 网络程序设计详解
windowsnetworkandcommunication
- <windows网络与通信程序设计》的源代码,非常好的东东。
WindowsTCPUDP
- Windows网络与通信程序设计下的TCP/UDP程序设计
USB2.0_USB_driver
- 学习USB2.0驱动程序设计源码,包括Windows DDK Driver驱动的详细设计,U盘,MP3的程序设计例子-learning USB Driver Design source, including Windows DDK Driver Driver of the detailed design, the U-disk, MP3 programming examples
几种串行通信
- 基于VC的串行通信技术应用实例 作者:出处:论坛责任编辑: 方舟 [ 2003-10-13 18:04 ] 本文将介绍在Windows平台下串行通信的工作机制和用VC设计串行通信程序的编程方法
FTPWinClient
- ftp windows程序 毕业设计 共同欣赏 改错-ftp windows program graduates to appreciate the design of a common error
NetworkandCommunicationProgramDesign
- windows网络与通信程序设计-光盘(王艳平)源代码-Network and Communication Program Design
ChatSrv
- 网络程序设计使用Windows套接字编程,客户端和服务器各使用一个套接字-chat room
HJCON
- 《windows程序设计》一书的源代码,由于文件太大,分三次压缩-Author of Windows programming source code, because the file is too large, points three compression
Windows下的窗口编程
- Windows下的窗口编程,支持多线程,采用面向对象的程序设计,复用性好!操作简单