搜索资源列表
模拟测试鼠标及键盘的输入
- 本程序由VC++开发,用于 模拟测试鼠标及键盘的输入,初学者可以参考一下!-procedures by the Visual C + + development for simulation testing of the mouse and keyboard input, and beginners can take a look!
HexStrToIntac
- C++/VC.Net...实现二进制、八进制、十进制、十六进制之间的转换 实现不同进制数的加减乘除运算 所有的数据需由键盘(或鼠标操作...输入输出界面,可通过设置窗口或模拟计算器的外形做一些设计。 -C / VC.Net ... to achieve binary, octal, decimal, hexadecimal conversion between the different band to achieve a number
MINE_TC3
- 用Turbo C++ 3.0开发的模拟Windows扫雷的游戏,支持键盘和鼠标两种控制方式,支持鼠标右键,支持双键功能。-Turbo C 3.0 with the development of the mine-simulation game for Windows, support both keyboard and mouse control and support with the right mouse button, doub
远程截图
- 用c++ buidler实现的远程截图程序,很不错,包括了采集,压缩...,加多点鼠标键盘的命令发送及模拟就可以控制了-used to achieve the long-range screenshots procedures, very good, including the gathering, compression ..., Kadoorie click the mouse in order to send the keyboa
ICanSeeYou远程控制软件(所有C#源代码).rar
- ICanSeeYou远程控制软件(所有C#源代码)另外附有说明文档。原程序(安装包)的下载地址:http://download1.csdn.net/down3/20070428/28022416404.rar源代码说明:IDE(集成开发环境):Microsoft Visual Studio .NET 2005使用C#作为主要开发语言,统一编程习惯。关于C#编程习惯可以查看另外一份文档 《 C#编程规范 》。C#规范制定原则 1 方便代码
c#关于键盘鼠标控制的老的技术
- c#关于键盘鼠标控制的老的技术,模拟键盘事件,模拟鼠标事件,C#模拟键盘鼠标事件
鼠标键盘模拟
- 模拟鼠标键盘操作-the software is used for operating simulation of Mouse and KeyBoard.
远程截图
- 用c++ buidler实现的远程截图程序,很不错,包括了采集,压缩...,加多点鼠标键盘的命令发送及模拟就可以控制了-used to achieve the long-range screenshots procedures, very good, including the gathering, compression ..., Kadoorie click the mouse in order to send the keyboa
模拟测试鼠标及键盘的输入
- 本程序由VC++开发,用于 模拟测试鼠标及键盘的输入,初学者可以参考一下!-procedures by the Visual C++ development for simulation testing of the mouse and keyboard input, and beginners can take a look!
HexStrToIntac
- C++/VC.Net...实现二进制、八进制、十进制、十六进制之间的转换 实现不同进制数的加减乘除运算 所有的数据需由键盘(或鼠标操作...输入输出界面,可通过设置窗口或模拟计算器的外形做一些设计。 -C/VC.Net ... to achieve binary, octal, decimal, hexadecimal conversion between the different band to achieve a number o
MINE_TC3
- 用Turbo C++ 3.0开发的模拟Windows扫雷的游戏,支持键盘和鼠标两种控制方式,支持鼠标右键,支持双键功能。-Turbo C 3.0 with the development of the mine-simulation game for Windows, support both keyboard and mouse control and support with the right mouse button, doub
mygov
- 原创作品,<<大航海时代>>的外挂,采用了模拟鼠标键盘,还以后台消息的形式支持最小化游戏窗口后的自动行为.-Original works, <Great Voyage times>> the plug-in, using a simulated keyboard mouse, but also after the form of support for Taiwan s information
ICanSeeYou
- ICanSeeYou远程控制软件(所有C#源代码)另外附有说明文档。代码重用性通过结合程序员定义的类和定义良好、精心测试、文档完整、可移植和用途广泛的FCL(重用框架类库),开发者进行软件构建,这种形式的软件重用加速了功能强大和高质量软件的开发。而本项目定义了不少可重用的代码,例如文件的各种操作,鼠标的模拟点击,键盘的模拟按键按下,关机,屏幕截取,API函数库,网络的基本操作等。-ICanSeeYou remote control so
Key-Mouse-Hook
- 这个程序提供了C#1.1,2.0,3.5下面的键盘和鼠标钩子,并提供一个模拟键盘和鼠标的示例程序。是不是通过它你就可以开发间谍程序呢?-This procedure provides the following C# 1.1,2.0,3.5 hook the keyboard and mouse, and to provide a simulation example of the keyboard and mouse procedu
xcdy
- 用C#模拟键盘鼠标的例子,自己可以修改一下做游戏挂机-Simulation using C# example of keyboard and mouse, they can hang up the game changed a bit to do
11
- 进程控制用PCB表示整个进程实体,利用随机数方法或键盘控制方法模拟进程执行中产生的事件。或者利用鼠标或者键盘中断的基于图形接口方式的进程控制管理。 具体过程: 1、 定义PCB(可以采用静态结构或动态结构):包括理论PCB中的基本内容,如内部ID、外部ID、进程状态、队列指针。由于无法实现真正的进程创建功能,在实验中只需建立PCB,用它代表完整的进程。 2、 定义进程状态转换方式:进程的状态转换是由进程内部操作或操作系统的控
inputsimulator-d624821ef19c
- 一个完整的鼠标键盘模拟示例,用C#开发,对于想通过程序控制鼠标键盘的应用开发相当有用-A complete example of the mouse and keyboard simulation, developed in C#, who want to control the mouse and keyboard through the program very useful for application development
os1
- 1用PCB表示整个进程实体,利用随机数方法或键盘控制方法模拟进程执行中产生的事件,或者利用基于图形界面的鼠标或者键盘操作控制进程管理内容。 2定义PCB(可以采用静态结构或动态结构):包括理论PCB中的基本内容,如内部ID、外部ID、进程状态、队列指针。由于无法实现真正的进程创建功能,在实验中只需建立PCB,用它代表完整的进程。 3定义进程状态转换方式:进程的状态转换是由进程内部操作或操作系统的控制引起,由于无法实现这些功能,学
jianpan
- C# 控制 键盘 按钮 API C#模拟鼠标键盘控制其他窗口-C# the control keypad buttons APIs C# analog mouse and keyboard to control other window
鼠标键盘模拟
- 模拟鼠标和键盘操作_运用C++语言,,,,,,,,,,,,(Simulated mouse and keyboard operation)