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

搜索资源列表

  1. LightnessControl

    0下载:
  2. 现在很多的笔记本都有屏幕亮度的调节,绝大多数都是通过键盘组合键的方式控制。该软件就是一个这样的例子。只是亮度的初始值以及阶数需要随实际情况作相应的改变。-now have many notebook screen brightness adjustment, the majority through the keyboard combination control of the keys. The software is one such example. Brightness is the i
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:34436
    • 提供者:罗明
  1. mask

    0下载:
  2. 大家有时玩游戏时,一不小心按到win键,游戏就会跳出,很不方便.我用vc编了一个小软件,基于低级键盘钩子的原理,这个软件可以屏蔽win键,F1,ALT+F4,ALT+TAB等键以致整个键盘.-sometimes you play games, to win by careless Bond, will jump out of the game, and it is very convenient. I used vc a small part of the software, based on
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:81005
    • 提供者:李刚
  1. kbddriver.tar

    0下载:
  2. This document describes how to complie keyboard and mouse driver. 键盘驱动-This document describes how to complie keyboard and mouse driver. Keyboard Driver
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:16705
    • 提供者:梁志聪
  1. pgos20050910

    0下载:
  2. 一个用c语言写的小操作系统,有任务调度,驱动了键盘,鼠标,显示适配器-a language used to write a small operating system, task scheduling, driving a keyboard, mouse, display adapters.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:114752
    • 提供者:王汉文
  1. P2GSRV v2.01.050420

    0下载:
  2. 这是一个多人使用一台计算机的软件里,实时性的检测到键盘,鼠标(输入设备)的信号的组件。-people use a computer software, real-time detection of the keyboard, mouse (input device) signal components.
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:798075
    • 提供者:玉贤哲
  1. MusKbdclass.050420

    0下载:
  2. 这是多人使用一台计算机的软件里,键盘的驱动程序。主机应该使用PS/2键盘,其他的应该使用USB键盘-This is more than the use of a computer's software, the keyboard driver. Mainframe should use the PS / 2 keyboard, the other should use USB Keyboard
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:72998
    • 提供者:玉贤哲
  1. Ctrl2CapSource

    0下载:
  2. 这个例子教你怎么过滤windows录入的键盘事件。这个例子把Ctrl键改成Cap键。-this example will teach you how windows filter input keyboard events. The example put into Cap Ctrl keys.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:42136
    • 提供者:李中国
  1. kbfiltr1

    0下载:
  2. 键盘模拟算法实现,先添加驱动kbfiltr.sys 然后运行testkb-keyboard simulation algorithm, the first add-kbfiltr.sys then run testkb
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:151091
    • 提供者:章飞
  1. 模拟键盘

    1下载:
  2. 本程序用delphi编写的一个模拟键盘输入的程序-delphi the procedures used to prepare a simulated keyboard input procedures
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:154708
    • 提供者:余先生
  1. snail_joytokey

    0下载:
  2. 一个linux下的内核模块,可以把百通的手柄转换成键盘的驱动程序-under a linux kernel modules that can handle 100-conversion keyboard driver
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:6656
    • 提供者:付鹤伟
  1. 键盘输入程序举例

    0下载:
  2. 键盘扫描程序,通过8155接口进行扫描,是一个难得的好参考程序-keyboard scanning process, through 8155 interface for scanning, is a rare good reference program
  3. 所属分类:扫描程序

    • 发布日期:2008-10-13
    • 文件大小:1014
    • 提供者:陈全胜
  1. 锁住键盘源程序

    0下载:
  2. 可将键盘锁住,源码不是本人编写的,希望此程序对大家有所帮助!-keyboard can be locked, the source code is not my prepared in the hope that this procedure to help you!
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:7382
    • 提供者:寒星
  1. H1

    0下载:
  2. 键盘输入程序 可以键盘输入 设计qq程序 好东东来的 真的-keyboarding procedures keyboard design process qq good to really Wanton
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4532
    • 提供者:MAN
  1. Kb_sniff

    0下载:
  2. 修改中断描述符表(IDT)中的键盘入口实现按健记录,把读取到的键盘扫描码转换成 ascii 码记录下来。查找键盘入口采用了查询 IO APIC 的重定向寄存器的方法(通过把物理地址 0xFEC00000 映射为虚拟地址,然后读取键盘中断向量,最难得是没有 xpsp2 的限制了。不经典不发。-interrupt descr iptor revised table (IDT), the keyboard imported by Kin achieve record Reads to put the
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6157
    • 提供者:漆光耀
  1. SeePass

    0下载:
  2. 采用远程线程查看星号密码,支持查看某些采用了 anti 技术的编辑框。大部分网游就是因为这样所以用传统的键盘HOOK技术取不到密码。这份代码提供了完整的解决方案。用处嘛?还用多说?-distance threads View asterisk password used to support the view of some anti technical editor box. Most online games is the reason why the traditional keyboar
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:6207
    • 提供者:漆光耀
  1. 键盘钩子全记录

    3下载:
  2. 一个可以直接使用的键盘钩子,名为IEXEPLORE.EXE 它自动在C:目录下建立KEYLOG文件夹。里面就是本机上的键盘记录 -a direct access to the keyboard hook, it automatically called IEXEPLORE.EXE C : Contents established KEYLOG folder. Inside the machine is the keyboard record
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:143912
    • 提供者:阿牛
  1. screen_keyboard

    0下载:
  2. 屏幕软键盘源代码,使用VC编写,大家可以-screen soft keyboard source code, the use of VC prepared, we can try
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:21969
    • 提供者:蔡君
  1. Manipulating_the_Keyboard_Lights_in_NT_src

    0下载:
  2. This code demonstrates manipulation of the keyboard indicator lights in Windows NT 4.0. A few relevant values were borrowed from the DDK headers, so it is not necessary to have the DDK installed, to build these sources. There s really nothing f
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6555
    • 提供者:guard2002
  1. mimaqieting

    1下载:
  2. 取对方部分键盘输入(如密码和IE中的输入)并发送到自己的免费邮箱的木马程序-from the other part of the keyboard input (such as passwords and IE input) and sent to their mailbox free of Trojans
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:77427
    • 提供者:andyyau
  1. matrix4-buttons

    0下载:
  2. matrix开发版的键盘驱动程序,希望对大家有帮助-matrix development version of the keyboard drivers, we hope to help
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1708
    • 提供者:ht
« 1 2 3 45 6 7 8 9 10 ... 43 »
搜珍网 www.dssz.com