搜索资源列表
oursdisablecad
- 一个怎样使Ctrl+Alt+Del按键组合失效的方法的例子 其实现方法简单,有效,很值得借鉴-Disable Ctrl+ALT+Del keys
Hook
- 钩子程序,具备后门开关F2,组合键无效,截断所有按键和鼠标信息。-Hook procedure, with the back door switch F2, a combination of keys does not work, cut off all the keystrokes and mouse information.
ASCII.files
- 汇编编程过程中的按键ASCII码大全。暂时没有组合键按键的ASCII码。-In the process of compilation of programming Guinness Ascii code. No combination of keys of the ASCII code.
KeyboardWatch
- 《键盘小助手》是一款可以屏蔽键盘任意按键,系统组合键的小程序,使用Hook编写-" The keyboard' s Little Helper" is a screen keyboard can be any key, the system key combinations of small programs, using Hook write
KeyDll
- 感谢卢蓓蓓同志与2005年给我们共享了该份钩子文档,功能:能实现基本键盘按键的功能锁定,组合键不能屏蔽,是该段代码的缺点,有兴趣者,可通过简要修改实现组合键的屏蔽-Comrade Lu Beibei and 2005 thanks to our shared copies of the hook of the document, function: can realize the function of basic keyboard key lock, combination of keys c
ScreenKeyboard
- 本程序是模拟键盘的软件,包含了键盘所有的按键以及集成的一些组合按键,对于想操纵键盘的学习有很大的帮助-Write a VB analog keyboard software contains some combination of keys, keyboard keys and integrated a great help for learning to manipulate keyboard
logkeys-0.1.0.tar
- linux 下的*器开源的代码, 能记录几乎所有按键包括alt shift组合-logkeys is a linux keylogger. It is no more advanced than other available linux keyloggers, notably lkl and uberkey, but is a bit newer, more up to date, it doesn t unreliably repeat keys and it should
keyvalue
- 可以测试键盘上所有按键的键值,包括所有的组合键。-Can test the keyboard keys all the key value, including all the key combination.
duli
- 基于STC89c52单片机的独立按键调试程序,一共有8个独立的按键,可以进行不的组合-Independent key STC89c52 MCU debugging program based on, a total of 8 independent keys, can not mix
Soft-Key-
- 软键盘汇编源码: 采用汇编语言设计的软键盘,本代码主要采用api编写,很少采用windows 资源,对希望摆脱windows 资源编辑器的写者,或许有一定参考价值 ;。 本代码实现的功能: 1、手工绘制软键盘 2、实现手动从组合框选择按键,或者直接点击软键盘选择按键 -Soft keyboard assembler source: the soft keyboard assembly language design, the code is
key_SCAN
- 合泰单片机按键检测汇编实现通用程序,原理经典,结构简单,稍加修改便可实现按键多功能(短按,长按,组合键检测等)-wonderfull key scan for ht
ANJA
- 后台模拟按键,模拟组合键,功能好用正常。-THIS,IS ..............
Keyboard-simulation-by-labVIEW--v86
- 在LabVIEW中模拟键盘按键的代码,可以模拟组合键,数字,字母等所有按键操作。-send keys by labview
khy
- 行列式键盘检测 输入: 用户的按键事件 输出: 存放用户输入的键值(Determinant keyboard detection input: the user's key event output: user input keys)
rmduchd_checked_entity
- STM32F407 例程 按键LED Key LED(STM32F407 routine button LED Key LED)
VB屏蔽任意按键
- VB屏蔽任意按键,借助“键障”,我们可以屏蔽任何一类键位,如所有字母键、所有数字键、F1-F24键、方向键;可以屏蔽组合快捷键,如Win键、Alt+Tab键、Alt+Esc键、截图键等。(VB shield any key, the key obstacle, we can shield any key, such as all letter keys, all digital key, F1-F24 key, key direction; can shield the shortcut key
JoyFairy
- 测试游戏:冒险岛2 主要是把手柄按键映射到键盘上,支持组合键、连续按键等映射方式(The utility model mainly maps the handle keys to the keyboard, and supports the combination keys, continuous keys and other mapping modes)
万能热键钩子
- 通过底层键盘钩子实现任意按键任意数量组合成热键,只要你愿意,可以注册如a+b,1+2+3,左ctrl+右ctrl等等形式,并且支持连击热键的注册(Through the bottom keyboard hook to achieve any key, any number of combinations of hot keys, as long as you want, you can register such as a+b, 1+2+3, left ctrl+, right Ctrl and
搜集源码
- TC自动寻路 学习要点:1,界面控件的应用 2,图色命令的应用 3,组合按键的应用 4,函数传参的应用 5,选择语句的应用 今天,我们学习制作让游戏人物自动寻路找到NPC对话的功能,为下一课制作人物自动卖物品做准备.由于鹿鼎记这个游戏本身就自带了自动寻路的功能,那么我们就可以利用这个功能实现我们找到商店NPC并对话的目的.脚本制作的第一步,依然是手动操作一遍游戏,寻找画面特征点,并构思脚本框架思路. 流程思路: