搜索资源列表
keyboard-receive
- 运行程序,然后最小化窗口!这时候你的所有键盘输入信息都会记录在C盘(如果系统防火墙对C盘没保护)key——.log文件里面,键盘字母是大写的A——Z,数字1——9对应a--i!-Run the program, then minimize the window! At this time all your keyboard input will be recorded in the C drive (if the system did not protect the firewall on th
include
- 从键盘上任意输入3 个整数x、y、z,并按从大到小的顺序显示出来,请编写该程序。要求:输入时x、y、z三个变量中的数是无序的,通过程序处理后,x是最大值,y是次大值,z是最小值。-Any input from the keyboard three integers x, y, z, and press in descending order, write the program. Requirements: The number in the three variables x, y, and
KeyHook
- 用C#写的一个小程序,主要功能是在游戏中模拟键盘操作,里面用到了全局钩子、消息传递等方面的内容.代码较为简单,适合初学者参考. 使用方法:在盛世三国游戏中按F12,显示程序界面;在游戏中CTRL+Z,根据设置自动使用技能;在游戏中CTRL+S,隐藏友方玩家,再按CTRL+S-A small program written in C#, the main function is to simulate the keyboard operation in the game, which u
KeyBoardHook
- 可讀取英文字a~z共26個英文字母的輸入,鍵盤按下26個字母時,自動顯示在視窗中。-Read the word a ~ z of the 26 English letters input, the keyboard press the 26 letters automatically displayed in the window.