搜索资源列表
模拟击键程序
- 模拟键盘击键,很生动的,很有意思,而且配有声音,呵呵.-simulated keyboard keystrokes, very lively, very interesting, but equipped with a voice-huh.
模拟键盘击键程序
- 这是一个模拟键盘击键的程序,很生动,很好玩,很有用哦.-This is a simulated keyboard keystrokes procedures, very lively and fun, useful oh.
模拟键盘击键小程序
- 模拟键盘击键小程序,非常地生动 模拟键盘击键小程序,非常地生动-simulated keyboard keystrokes small program, very vividly simulated keyboard keystrokes small program, very lively
用D3D模拟地月系
- 一、建立空窗体 新建一个工程,添加引用,并导入名称空间。 加入一个设备对象变量: private Microsoft.DirectX.Direct3D.Device device = null; 添加初始化图形函数,并在这里面对设备对象进行实例化: public void InitializeGraphics() { PresentParameters presentParams = new PresentParam
键盘模拟鼠标
- 上下左右移动键,为鼠标移动方向。 数字键1为左键 数字键2为右键 数字键3为关闭 空格为启动程序是否开启
模拟windows自带的画图程序
- 使用Vs.Net 开发平台下的MFC应用程序框架实现一个画图程序,尽可能多的实现Windows自带的画图功能,并扩展其功能。 (1) 能够用鼠标操控方式,绘制直线、矩形、椭圆。 (2) 能够在绘制一图形前以菜单方式设置线的粗细、颜色。 (3) 在绘图时,选择绘制某种图像后,在画布中按住鼠标左键后移动鼠标,在画布中实时的根据鼠标的移动显示相应的图形;在松开鼠标左键后,一次绘图操作完成。 (4) 可以以矢量图方式保存绘制的图形。 (5) 可以读取保存的矢量图形文件,并显示绘图的结果。 界
Input
- 由于支付宝安全输入控件,如同其他众多安全控件方法一样,采用驱动方法劫持了IRP。这导致无法向其输入字符,传统的方法无论是发送WM_Char或者是WM_Keydown消息,还是Keybd_event和SendInput均对其无效。 笔者摸索出了通过直接读取$60,$64硬件端口来操作键盘,模拟输入的方法。 由于在Ring3下,由于Windows的保护机制,我无法直接操作硬件端口,所以我们需要构造一个驱动,或者使用著名的WinIo库。 这里给出我封装好的使用WinIo库
shaizi
- 电脑模拟色子。按空格键开始滚动,再按空格键结束滚动。-Computer simulation dice. Press the spacebar to start rolling, then the end of the space bar to scroll.
moni
- 自动修改模拟键盘输入,运行后可把键盘上任意一个键改为其它键的输入结果。
virsb
- 虚拟键盘和鼠标的设备,使系统里有一个虚拟的键盘和鼠标,不设备硬件直接模拟-A virtual keyboard and mouse devices, so that the system has a virtual keyboard and mouse, not the direct simulation of the device hardware
solar
- 本人毕业设计模拟太阳系的行星运转,有类似于CS游戏的自由视角变化,包括键盘鼠标,纹理贴图,以及右键菜单控制-I graduated from design simulation operation of the solar system planets, similar to CS have the freedom to view the game changes, including keyboard, mouse, texture mapping, and right-click menu
CMenu
- 很漂亮的右键菜单,模拟winxp风格,全部带个风格美观-Menu is very beautiful, analog winxp style, all with a beautiful style
shubiao
- 模拟鼠标,用数字键来控制鼠标的移动,模拟最小化到任务拦,然后双积,打开-Simulation of the mouse, using the number keys to control the movement of the mouse, analog minimized to the task bar, and then double-plot, open
KEY
- 这是一款模拟window中的系统中的软键盘,该模拟键盘能够生动模拟击键,在工业触摸屏中有很好的用处。-This is a simulation window in the soft keyboard system, the simulated keyboard keystrokes to a vivid simulation of industrial touch screen are very good usefulness.
WInio
- 该程序利用IO端口来模拟键盘操作,虽然我只例举了部份键,但可以举一反三,用同样的办法可以其它 键.其中所需要的DLL文件我也压缩在里面了.-IO ports using the program to simulate the keyboard operation, although I am only some key examples, but they can learn by analogy, using the same approach could be the other key.
1602模拟拨号
- lcd1602初始化程序 ,简单易懂,基于单片机,对键盘扫描,把扫描键值显示在1602上。(1602 initialization procedures, easy to understand)
7键电子琴 _贝尔mixly
- 开源软件mixly实现七键电子琴的模拟,真实发声。功能完善(Open source software mixly to achieve the simulation of seven key electronic organ, the real sound. Perfect function)
鼠标按键模拟
- 模拟鼠标按键简单源码,可以设置快捷键和按键间隔,支持鼠标左右键
键鼠模拟
- 模拟键盘、鼠标自动化操作桌面,之前用在公司的报警信息处理,如有需要,可以参考(make the keypad and mouse auto used)
易语言模拟按键源码
- 在这里把模拟游戏按键源码,可以自己做游戏挂机发给大家了,供大家学习参考。 小编用易语言编的自动喊话器,为什么只有回车好使,而其他的没有效果,比如向下光标键,而在QQ什么的就管用,也能正常工作,就是dnf不好使,原来就算你写出个模拟按键,在DNF里也没用。DNF里有个就是阻止模拟键盘模拟鼠标的程序。 把连发代码写到DLL中(必须在DLL的_启动子程序中添加初始化代码,否则你只能看到DLL被加载,却没有任