CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - usb keyboard

搜索资源列表

  1. USBDriver

    0下载:
  2. This driver was developed using a USB keyboard from Cherry,as indicated by the VID and PID codes. These IDs must be set for the device you intend to support. Similarly, you will need to set Class to the appropriate string for your device class.
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:29397
    • 提供者:楊智斐
  1. UsbKbddm

    0下载:
  2. USB键盘驱动原码参考。 国外人员编制,绝对经典!! 快快下载吧。-USB keyboard reference to the original code. Foreign staffing, absolute classic! ! Quickly download it.
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:118856
    • 提供者:蓝海域
  1. UsbKbdx

    0下载:
  2. wdmbook提供, usb 键盘驱动程序 vc-wdmbook offer USB keyboard driver vc
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:116487
    • 提供者:oydw
  1. cy7c637

    0下载:
  2. CY7C63723做USB 键盘(红外)源码-do CY7C63723 USB keyboard (IR) source
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:79309
    • 提供者:吴诚
  1. Hidkeyboard

    0下载:
  2. This is a USB keyboard driver sample of hid class -This is a USB keyboard driver hid sample of c lass
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:294837
    • 提供者:陳小明
  1. D12_Keyboard

    0下载:
  2. 基于Keil C和Smart开发版的D12 USB键盘固件程序-based on Keil C and the development version of the Smart USB Keyboard D12 Firmware
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:88077
    • 提供者:Jack
  1. UsbKbd

    1下载:
  2. usbkbd,用wdm编写的usb和键盘的驱动示例-usbkbd with `prepared by the usb keyboard and the driving exemplars
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:116393
    • 提供者:nicholas
  1. USB-keyboard

    0下载:
  2. 这是C8051F320 USB键盘程序,对于学习USB是个非常好的列子-This is a C8051F320 USB keyboard program for USB is a very good learning Liezi
  3. 所属分类:Driver Develop

    • 发布日期:2016-01-25
    • 文件大小:178176
    • 提供者:廖伟
  1. hid_keyboard

    0下载:
  2. 基于USB的HID小键盘程序,为68013的固件程序-USB keyboard
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:90895
    • 提供者:ha
  1. KeyMouse

    8下载:
  2. 通用键盘鼠标模拟(包括USB和PS2) 通过直接调用Kbdclass的回调函数KeyboardClassServiceCallback直接给上层发送键盘驱动。这个方法网上已经公开,参考 Hook KeyboardClassServiceCallback实现键盘 Logger,其他的还有很多,可以到网上去查。 简单说一下没有公开的部分,就是按下和松开的模拟,已经扩展键的模拟。 模拟主要是构造KEYBOARD_INPUT_DATA结构,按下和松开的Flags分别对应KEY_M
  3. 所属分类:Driver Develop

    • 发布日期:
    • 文件大小:25967
    • 提供者:ljh
  1. keyboardtest

    0下载:
  2. USB键盘测试程序 方便快捷检测键盘按键 -USB Keyboard test program convenient and quick detection of keyboard keys
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1842174
    • 提供者:haven
  1. PS_2USB

    0下载:
  2. 实现一个 PS/2 与 USB 键盘过滤驱动,兼容所有 NT 系列的操作系统。-Implementation of a PS/2 and USB keyboard filter driver, compatible with all NT series of operating systems.
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-01
    • 文件大小:9911
    • 提供者:budyou
  1. Coding_Hardware_Windows

    0下载:
  2. Programming of hardware resources in Windows by means of functions BIOS, ports of input-output and program interface Win32 API is considered. Access and management methods are described by all basic devices of the modern personal computer: the mouse,
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-18
    • 文件大小:5049017
    • 提供者:sxd
  1. 1-key-keyboard

    0下载:
  2. atmega8 1 button Usb Hid keyboard for input password etc
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:90211
    • 提供者:abbas
  1. project_usb_4550

    0下载:
  2. Computer source code for USB communication with PIC18F4550
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:354614
    • 提供者:Chinh Nguyen
  1. HookKey

    1下载:
  2. IRP Hook 键盘Logger源代码 键盘Logger是Hook 键盘类驱动Kbdclass的分发函数,在类驱动的下面是端口驱动。用DeviceTree 可以看到PS/2键盘的端口驱动是i8042prt,USB键盘的端口驱动是Kbdhid。无论是PS/2 键盘还是USB键盘,在端口驱动处理完IRP之后都会调用上层处理的回调函数,即KbdClass 处理输入数据的函数。Hook 这个回调函数,不但可以实现兼容PS/2 键盘和USB 键盘的Logger,而且比分层驱动的方法更加隐蔽。-
  3. 所属分类:Hook api

    • 发布日期:
    • 文件大小:57659
    • 提供者:ithurricane
  1. keyboardlogger

    0下载:
  2. inline hook 可以实现兼容PS/2键盘和USB键盘的Logge 源代码 键盘Logger是Hook 键盘类驱动Kbdclass的分发函数,在类驱动的下面是端口驱动。用DeviceTree 可以看到PS/2键盘的端口驱动是i8042prt,USB键盘的端口驱动是Kbdhid。无论是PS/2 键盘还是USB键盘,在端口驱动处理完IRP之后都会调用上层处理的回调函数,即KbdClass 处理输入数据的函数。Hook 这个回调函数,不但可以实现兼容PS/2 键盘和USB 键盘的Log
  3. 所属分类:Hook api

    • 发布日期:2017-03-23
    • 文件大小:62869
    • 提供者:ithurricane
  1. USB HID to PS2 Scan Code Translation Table

    1下载:
  2. 可以对应查找usb hid键盘键值,方便开发者使用(You can find the corresponding USB HID keyboard key value, convenient for developers to use)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:128000
    • 提供者:lincoln1000
  1. USB HID Code

    0下载:
  2. 微软2000年写的规范,键盘实际发送的16进制码。(Microsoft wrote in 2000 specifications, the actual transmission of the keyboard 16 hexadecimal code.)
  3. 所属分类:Windows编程

  1. USB-NeXT-Keyboard-master

    0下载:
  2. Adaptor PS2 to USB Keyboard sketch
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:10240
    • 提供者:HKQ
« 12 3 »
搜珍网 www.dssz.com