搜索资源列表
bcbcomm
- CBC下写的串口编程,API函数实例 I wish this site had been around when I was trying to figure out how to make serial communications work in Windows95. I, like many programmers, was hit with the double-whammy of having to learn Windows programming and Win95 seria
BOCO.APP.CommBase
- 封装COM的操作的Windows API,方便C#开发人员使用。-Packaging operation of the Windows API to facilitate the development of C# in use.
funambol-cpp-api-6.0.8
- This SDK allows to integrate a syncml stack in a C++ application on a variety of platforms. Currently, Windows, WinMobile and Linux are actively supported, but you can easily build it on other Unixes or other mobile/embedded platforms.
testVoice
- PPC 上 播放声音的一些测试使用,包括并发播放声音,窗口切换出去后暂停声音等(适合做游戏),附带PPC窗口旋转的示例。 (均是C#调用API)-Some testing uses of play voice in the pocket pc, including play voice at the same time and pause voice at switch the windows(using in the games). And there are also some exam
MicrosoftCommunicationsControl
- 常用的串行通信方式。在 Visual C++的编程中,既可以用 Windows API函数进行串行通信编程,也可以利用环境自带的控件进行编程。利用 API函数编写实际应用程序时,往往要考虑多线程的问题,这样编出来的程序不但十分庞大,而且结构比较复杂,继承性差,维护困难。但是使用串行通信控件就 相对简单一些,而且功能强大,性能安全可靠
C++定时器演示程序
- 用Windows API函数编写的定时器演示程序
Font
- 在wince环境下修改字体的类型、大小、加粗,api实现,纯C代码,可用于evc3,evc4,vs.net,也可用于windows环境-To modify the environment in the wince font type, size, bold, api implementation, pure C code that can be used evc3, evc4, vs.net, can also be used in windows environment
uart
- 用C++ Builder 编写的串口通讯测试程序,用于实践C++ Builder 对windows API的封装-Written with C++ Builder serial communications test program for the practice of C++ Builder package on the windows API
WM-Sound-Level
- A simple program developed in C# and .NET CF for windows mobile based devices illustrating the use of the native API to get and set the current level of sound.
Windows-Mobile
- Windows Mobile开发实例.pdf 本书示例开发环境为 vs2005 C++,针对 Windows Mobile 5.0 以上平台。如无特殊说明,均采用 Win32 API。 -Windows Mobile development example.pdf book development environment for example vs2005 Windows Mobile 5.0 c++, in view of the above platform. If no specifi
WinUSB
- 一套库可以采用.NET进行应用层开发实现地层USB设备的访问-WinUSBNet is a .NET class library that provides easy access to the WinUSB API from C#, VB.NET and other .NET languages. WinUSB is a user mode API available for Windows XP, Vista and 7 (XP will require an update), allowi
scommtest
- 串口编程,VCC C/C++,VC/MFC, Windows,SDK,API-serial port proggram
WM6CEMAPI
- Windows Mobile 6平台下C++开发的程序,实现使用CEMAPI的API来发送邮件并存贮在发件箱中-Windows Mobile 6 platform C++ development program, implementation uses the CEMAPI API to send in the mail stored in the Outbox
WM6-CPP-ActiveSync-API
- windows Mobile 6平台下使用C++来实现通过ActiveSync API实现启动或终止同步会话-Windows Mobile 6 platform using C++ to implement session starts or terminates the synchronization through ActiveSync API
imm32_dll_for_wm6
- C#+.netcf智能设备输入法控制,折腾了几天也没见到一个有效的。 好烦,自己用C++ 将API函数重新封装了个zcode.dll。 我在 VS2008 + windows mobile 6.1 上开发,没测试其他环境。 功能:imm32.dll for windows mobile 6.1 使用:请看使用说明文本,详细介绍C# 对本 dll 的导入。-The C#+.netcf smart device input method control, tossing a few
lib USB PIC18F
- This is libusb-win32 (http://libusb-win32.sourceforge.net) version 0.1.10.1. Libusb-win32 is a library that allows userspace application to access USB devices on Windows operation systems (Win98SE, WinME, Win2k, WinXP). It is derived from and fully
scoom
- windows下C语言基于WIN32 API的同步方式读PC串口 不使用控件与类,全C实现。包含完整源代码和示例,注释清晰。分scom.h和scom.c文件。-windows based on the C language to read synchronously WIN32 API does not use the PC serial port control and class, all the C implementation. Contains the complete so
CSharp_USB_HID
- C#访问USB设备,使用Windows API实现。-C# access USB HID device by Windows API