搜索资源列表
toolkit_4_4
- 可以在Windows 平台和Linux 平台上编译,提供有关syncml开发的一系列API,包含一个综合 C 库,用于创建、发送、接收和解析 SyncML 消息。它支持 XML 和 WBXML 编码,还支持 HTTP(用于 Web 上的同步)、WSP(在 WAP 上使用)和 OBEX(在 IrDA 或蓝牙上使用)传输。-in the Windows platform and Linux compiler, the SyncML development of a series of API, in
MSCOMM32
- 用C++ Builder来编写串行通信程序,需要用到几个Windows API函数-C Builder to prepare serial communication procedures need to resort to a few Windows API function
CBuilderGetTime
- 虽然Windows下可视化开发工具如VC、Delphi、C++ Builder等都有专用的定时器控件Timer,而且使用很方便,可以实现一定的定时功能,但最小计时精度仅为55ms,且定时器消息在多任务操作系统中的优先级很低,不能得到及时响应,往往不能满足实时控制环境下的应用。不过Microsoft公司在Win32 API函数库中已经为用户提供了一组用于高精度计时的底层函数,如果用户使用得当,计时精度可到1ms。这个计时精度、对于一般的实时系统控制完全可以满足要求。现将由C++ Builder 4
C++forsimpleTCPsever
- WinSock API是一套供Microsoft Windows操作系统使用的套接字程序库 文挡详细叙述了建立套接字的步骤,对于用c++编socket的初学者来说有很大的帮助
API
- 用API函数实现串行通讯,以往的DOS系统是通过DOS中断和BIOS中断向用户提供串行接口的通讯能力。在Windows环境下,C++的开发工具既没有提供象DOS和BIOS中那样专门的串行通讯控制方法,也不允许用户直接控制串口的中断。
基于windows api的RS232串口程序
- 采用WINDOWS API函数编写的RS232串口程序。程序详细展示了windows串口通信的实现过程,包括超时设置,DCB设置等,串口工作方式是较为容易实现的同步方式,适合初学者。 程序采用C++程序编写,但稍有类和对象概念的C程序员一样能够轻松看到程序。
wlsample.rar
- Native Wifi - Windows Wlan API 示例,Native Wifi- Windows Wlan API Example
APIcom
- 仅用C语言编写的串口通信小程序,调用了windows的API函数,能让初学者更加明白这些原理,整个工程文件都上传,使用VS2008-Written in C language only a small serial communication program, call the windows API functions, allowing beginners to better understand these principles, the whole project files are u
MFC4585521
- 在微软公司推出的Visual C++中,不仅可以利用串行通信控件或调用Windows API来进行串行通信,而且可以利用MFC CFile类来实现串行通讯。-Introduced in Microsoft Visual C++, not only can use the serial communication control or call the Windows API for serial communication, and can use MFC CFile class to impl
Windows-COM-API
- C++ windows API串口编程 C++ windows API串口编程-windows API for COM
Netkeeper
- Netkeeper === === Netkeeper 星空极速2.5的替代拨号软件 技术实现 ========= 1、 拨号方面使用Windows系统的RAS相关API函数实现 2、 加密模式根据已完成的破解算法实现 3、 其它细节 A. 自动连接 程序启动后检测是否已连接,未连接则停顿一会开始连接 B. 记录用户名密码 使用INI文件保存 C. 断线重拨功能 程序定时检测是否在线,如断线则自动连接 D. 多帐户保存
1_Wire
- Test implementation for the C code example in Application Note 192 Using the DS2480B Serial 1-Wire Line Driver . This implementation uses the Windows 32-bit serial communication API and a standard DS9097U serial adapter initializing the
1Wire_2014_04_20
- Test implementation for the C code example in Application Note 192 Using the DS2480B Serial 1-Wire Line Driver DLL . This implementation uses the Windows 32-bit serial communication API and a standard DS9097U serial adapter initializing