-
網路上找的 generic hid 連線傳輸
Windows programming
You can use Windows" built-in HID (human interface device) drivers to communicate with devices that conform to the USB"s HID class specification. There"s no need for a custom driver; the device uses the drivers included in Windows. Use any programming language that supports calling API functions. The device doesn"t have to have a "human interface." Any device that can function within the limits of the HID specification (control and interrupt transfers only) may be able to be designed as a HID.
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-19 19:51:55下载
- 积分:1
-
Dbexpress.DEMO two
Dbexpress.DEMO
两层、三层范例-Dbexpress.DEMO two-storey, three-tier example
- 2022-08-06 07:25:01下载
- 积分:1
-
Paint program based on single document can draw a straight line rectangle circle...
基于单文档的画图程序
可以画直线 矩形 圆形 椭圆等
线型、粗细、颜色可任意设置,
也可选择有无填充色,可保存文件,并打开-Paint program based on single document can draw a straight line rectangle circle ellipse and line style, thickness, color can be arbitrarily set, can also choose whether the fill color, save the file, and open the
- 2022-02-28 13:59:33下载
- 积分:1
-
This file introduce about DirectX and directshow
This file introduce about DirectX and directshow
- 2022-05-08 19:19:14下载
- 积分:1
-
CDROW category, game programming foundation classes, a detailed Notes
CDROW类,游戏编程基础类,有详细注释-CDROW category, game programming foundation classes, a detailed Notes
- 2023-06-25 01:50:03下载
- 积分:1
-
用vc实现的一个画图程序,画一个圆形和方形。本来可以画三角形,不过没有设定。同时程序中设了timer用来使图形移动,加一点趣味罢了!...
用vc实现的一个画图程序,画一个圆形和方形。本来可以画三角形,不过没有设定。同时程序中设了timer用来使图形移动,加一点趣味罢了!-vc achieved with a drawing, and painting a circle and a square. Triangle could have been painted, but not set. While proceedings timer used to set up a mobile so that the graphics and some fun too!
- 2022-02-07 03:04:24下载
- 积分:1
-
一个很好的小游戏
一个很好的小游戏-a good little game!
- 2023-02-21 15:25:03下载
- 积分:1
-
windows下创建process的程序
windows下创建process的程序-windows process created under the procedures
- 2022-03-25 14:22:35下载
- 积分:1
-
Windows平台下枚举显示器所有的显示分辨率
应用背景该Module源码的功能是枚举在Windows平台下显示器的分辨率列表,这样也就可以获得显示器的所有分辨率,同时也可以获得显示器的最大分辨率,其源码是用VS2012 Ultimate工具的Win32 Console Application程序。关键技术用到了Windows的库函数#pragma comment(lib, "D3D9.lib"), 需要的结构体D3DCAPS9,以及相应的库函数有Direct3DCreate9(D3D_SDK_VERSION),GetDeviceCaps(D3DADAPTER_DEFAULT, D3DDEVTYPE_NULLREF, &caps),GetAdapterDisplayMode(caps.AdapterOrdinal, &dismode),GetAdapterModeCount(caps.AdapterOrdinal, dismode.Format)等...
- 2022-11-04 20:55:03下载
- 积分:1
-
可以实现简单的键盘操控,功能还是不错的啊
可以实现简单的键盘操控,功能还是不错的啊-can use keyboard for ...
- 2022-08-26 07:35:26下载
- 积分:1