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

搜索资源列表

  1. UsbKbdx

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

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

    0下载:
  2. JIURL键盘驱动,讲述了COM键盘驱动程序的编写过程。
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:298696
    • 提供者:alex
  1. Nuclesu_keypad

    0下载:
  2. Nulceus下的键盘驱动程序,包括顶半部和底半部:Lisr以及Hisr。-Nulceus under the keyboard-driven procedures, including the top half and bottom half : Lisr and Hisr.
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:16422
    • 提供者:姚俊
  1. kbhookCode.rar

    0下载:
  2. 实现驱动程序级别的键盘记录功能的源代码!!使用vc++6.0实现!!程序可以记录键盘信息,To achieve level keyboard driver source code for the record!! Use vc++ 6.0 to achieve!! Program can record the keyboard information
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-30
    • 文件大小:31736
    • 提供者:xgt
  1. PwdKeyboard

    2下载:
  2. 正通密码键盘驱动程序ZT598,下载主密钥,工作密钥,mac运算,加解密等功能-Looking for the password keyboard driver ZT598, download master key, working key, mac operation, encryption and decryption functions
  3. 所属分类:Driver Develop

    • 发布日期:2014-08-27
    • 文件大小:588800
    • 提供者:
  1. S3CTiny210_key_c

    0下载:
  2. 基于开发板 Tiny210 的裸机键盘驱动程序-Based the development board Tiny210 the bare metal keyboard driver
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-08
    • 文件大小:27199
    • 提供者:曹永刚
  1. ctrl2cap

    0下载:
  2. 简单的截获键盘按键的键盘过滤驱动程序,希望能与大家共享-simple keyboard filter driver
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-29
    • 文件大小:22661
    • 提供者:bigben
  1. Klog1.0

    0下载:
  2. 键盘记录过滤驱动程序,附有说明文档 。-Keyloggers filter driver, accompanied by a document.
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-30
    • 文件大小:142334
    • 提供者:Alex
  1. mgc270kpd

    0下载:
  2. 这是pxa270下的键盘驱动程序,是该教学平台自带的,适合驱动开发人员研读-This is under the keyboard PXA270 driver, is the teaching platform own for driver developers to read
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-30
    • 文件大小:3576
    • 提供者:叶新栋
  1. k

    0下载:
  2. 键盘驱动程序Based on xtkbd.c/locomkbd.c-Keyboard driver for Sharp Corgi models (SL-C7xx) Based on xtkbd.c/locomkbd.c
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-05
    • 文件大小:6458
    • 提供者:吴用
  1. GEC_2410-driver

    0下载:
  2. arm9(S3C2410A)键盘 驱动程序源代码 4*4矩阵-arm9(S3C2410A)keypad driver 4*4 matrix
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-05
    • 文件大小:3507
    • 提供者:冷鹏
  1. SAMPLE

    0下载:
  2. 普通银行输入键盘的驱动程序,非加密模式的键盘都可以驱动-Ordinary banks enter the keyboard driver, non-encrypted mode of the keyboard can be driven
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-30
    • 文件大小:54300
    • 提供者:123456
  1. winmenu

    0下载:
  2. VXD虚拟设备驱动程序源代码。VxD被简称为虚拟设备驱动程序。x代表各种设备的名字,如虚拟键盘驱动程序(vkd),虚拟鼠标驱动程序(vmd)等等。这个源码包内包括有多种设备的虚拟驱动程序源码。-VXD virtual device driver source code. VxD has been referred to as a virtual device driver. x on behalf of the names of a variety of devices, such as the
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-31
    • 文件大小:34546
    • 提供者:174
  1. winiotest

    0下载:
  2. 主要介绍winio的使用方法,可以设计出驱动级键盘模拟程序。-Introduces winio to use, you can design a drive-level keyboard simulation program.
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-29
    • 文件大小:51541
    • 提供者:cao
  1. PS2-keyboard-drive-

    0下载:
  2. //DMAVR-128的PS2键盘驱动程序,并在1602液晶上显示键值 //PS2键盘按键1次输出33个时钟脉冲,因此采用中断的方式读取33次,只提取最后一个字节中的数据位做键码 //按键1次,实际输出3个字节数据,每个字节为11位,一个起始位(0),8个数据位,一个奇偶校验位,一个停止位(1) //并且第1个字节与第3个字节数据相同,此程序提取第3个字节的数据位键值数据-//DMAVR-128 of the PS2 keyboard driver, and in 1602 is d
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-29
    • 文件大小:3206
    • 提供者:吴钟海
  1. Minix-keyboard-driver

    0下载:
  2. Minix 键盘驱动程序,能够实现删除单字,删除一行,复原单字,复原一行,快捷键等功能。Minix版本3.1.2 源码,readme,测试用例在文件夹中-Minix keyboard driver, delete the word can be achieved, remove the line, recovery word, recovery line, shortcut keys and other functions. Minix version 3.1.2 source code,
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-29
    • 文件大小:20370
    • 提供者:杨岩
  1. LPC1114_KEY

    0下载:
  2. LPC1114的键盘驱动程序,对认识LPC1114的初步学习很有帮助,加强对驱动程序的编写能力-LPC1114 keyboard driver, a preliminary study of the understanding LPC1114 helpful to strengthen the preparation of the driver
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-01
    • 文件大小:598217
    • 提供者:李强
  1. TM1629数码管、键盘扫描芯片51单片机驱动

    3下载:
  2. TM1629是一种非常实用的数码管、键盘扫描芯片,该51单片机驱动程序有助于学习该芯片的使用,加快开发速度。
  3. 所属分类:驱动编程

    • 发布日期:2012-12-13
    • 文件大小:7434
    • 提供者:wujialon@qq.com
  1. keyboard

    0下载:
  2. windopws 平台下面的键盘驱动程序,可以拦截所有用户按键请求-windows keyboard driver
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-30
    • 文件大小:8779
    • 提供者:金志鑫
  1. HEADFILE

    0下载:
  2. MSP430单片机的12864液晶驱动程序和4X4矩阵键盘驱动程序,可直接加入自己的函数直接使用。-MSP430 MCU 12864 LCD driver and 4X4 matrix keyboard driver, can be directly used to add their own function.
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-15
    • 文件大小:6709
    • 提供者:汤呵呵
« 12 3 »
搜珍网 www.dssz.com