Location:
Search - 模拟键盘事件
Search list
Description: 老外写的一个关于模拟键盘事件的示例程序-written by a foreigner on the simulated keyboard sample program
Platform: |
Size: 217863 |
Author: 赵彦钧 |
Hits:
Description: 操作系统进程内存管理模拟 有关此程序的功能请见程序中的帮助菜单 程序难点1:创建Windows xp中按钮样式 解决方法:使用标签控件与形状控件一起形成此样式 此方法缺点:由于标签没有TAB事件,所以不能使用键盘控制按钮。 此缺点解方法:截取键盘事件,以响应TAB事件(时间有限,没有实现) 程序难点2:实时与分时混合应用 解决方法:置一FOR循环在TIMER中,先判断并响应时实进程,再置另一当循环在TIMER中,无时实时再执行分时进程。 程序难点3:分页式内存管理的调度方式 解决方法:具体方法见程序中的注释。 程序难点4:基于优先级的调度方式 解决方法:使用双重当循环,第一层判断优先级,第二层判断执行进程.-simulating the os process ang memory management on the function of the application please view the help menu of the application
difficult point 1: build a button style for Windows xp.the fault is because the mark has t TAB event,the keyboard can t control the button.Method for resolve :get the keyboard event,and respond the TAB event(for time limit,unsolved)
difficult point2 :real-time and time-sharing mixed
Method to resolve: set a FOR circle in TIMER event,judge and respond the real process,set another circle in TIMER event,do the time-sharing process if no real time one.
difficult point 3:Method for schedule memory management in seperate pages.
Method to resolve: show on the introduce in the application.
difficult point 4 schedule method base on priority,
Method to resolve: use the double circle ,the first can judge the priority the second judge execute process.
Platform: |
Size: 70635 |
Author: 锡文 |
Hits:
Description: 演示模拟键盘事件的例子 -demonstration simulated keyboard events example demonstrates the simulated keyboard examples
Platform: |
Size: 5408 |
Author: 风魔天下 |
Hits:
Description: 模拟键盘事件,响应键盘按键操作!
模拟键盘事件,响应键盘按键操作!-simulated keyboard, keyboard response buttons! Simulation keyboard, keyboard response buttons!
Platform: |
Size: 1763 |
Author: zcj |
Hits:
Description: 模拟键盘和鼠标事件演示代码-simulated keyboard and mouse events demonstration code
Platform: |
Size: 5861 |
Author: 毛毛虫 |
Hits:
Description: java jni 模拟键盘事件
里面有一个dll是用c 写的-java jni simulated keyboard events where there is a dll write c
Platform: |
Size: 81566 |
Author: wqfdfsdf |
Hits:
Description: 有关此程序的功能请见程序中的帮助菜单程序难点1:创建Windows xp中按钮样式解决方法:使用标签控件与形状控件一起形成此样式此方法缺点:由于标签没有TAB事件,所以不能使用键盘控制按钮。此缺点解方法:截取键盘事件,以响应TAB事件(时间有限,没有实现)程序难点2:实时与分时混合应用解决方法:置一FOR循环在TIMER中,先判断并响应时实进程,再置另一当循环在TIMER中,无时实时再执行分时进程。程序难点3:分页式内存管理的调度方式解决方法:具体方法见程序中的注释。程序难点4:基于优先级的调度方式解决方法:使用双重当循环,第一层判断优先级,第二层判断执行进程.此程序不足之处:不能响应键盘事件,没有程序的等待状态,由于LIST控件的先天不足进程列表看上去有点闪烁。当然程序的等待状态可以随机产生但由于没有太多时间专注于此,只好等以后再完善了。希望大家指出不足之处!-the function of this procedure to the procedures set out in the help menu a difficult process : the creation of Windows xp which button style solution : use labeling controls and controls together form the shape of this pattern shortcomings of this approach : no TAB labeling the incident, so we can not use the keyboard to control the button. This solution shortcomings : the interception of the keyboard, in response to the incident TAB (limited time, which did not materialize) procedures difficult 2 : real-time and time-sharing applications mixed solution : Purchase a TIMER FOR cycle, we judge and respond to real-time process, and when the home of another cycle in TIMER, no real-time when the implementation of time-sharing process. Difficulties three procedures : paging memory management so
Platform: |
Size: 25960 |
Author: 李华 |
Hits:
Description: c#关于键盘鼠标控制的老的技术,模拟键盘事件,模拟鼠标事件,C#模拟键盘鼠标事件
Platform: |
Size: 75776 |
Author: zhujianhui0271@163.com |
Hits:
Description: 老外写的一个关于模拟键盘事件的示例程序-written by a foreigner on the simulated keyboard sample program
Platform: |
Size: 217088 |
Author: 赵彦钧 |
Hits:
Description: 模拟键盘和鼠标事件演示代码-simulated keyboard and mouse events demonstration code
Platform: |
Size: 5120 |
Author: 毛毛虫 |
Hits:
Description: 有关此程序的功能请见程序中的帮助菜单程序难点1:创建Windows xp中按钮样式解决方法:使用标签控件与形状控件一起形成此样式此方法缺点:由于标签没有TAB事件,所以不能使用键盘控制按钮。此缺点解方法:截取键盘事件,以响应TAB事件(时间有限,没有实现)程序难点2:实时与分时混合应用解决方法:置一FOR循环在TIMER中,先判断并响应时实进程,再置另一当循环在TIMER中,无时实时再执行分时进程。程序难点3:分页式内存管理的调度方式解决方法:具体方法见程序中的注释。程序难点4:基于优先级的调度方式解决方法:使用双重当循环,第一层判断优先级,第二层判断执行进程.此程序不足之处:不能响应键盘事件,没有程序的等待状态,由于LIST控件的先天不足进程列表看上去有点闪烁。当然程序的等待状态可以随机产生但由于没有太多时间专注于此,只好等以后再完善了。希望大家指出不足之处!-the function of this procedure to the procedures set out in the help menu a difficult process : the creation of Windows xp which button style solution : use labeling controls and controls together form the shape of this pattern shortcomings of this approach : no TAB labeling the incident, so we can not use the keyboard to control the button. This solution shortcomings : the interception of the keyboard, in response to the incident TAB (limited time, which did not materialize) procedures difficult 2 : real-time and time-sharing applications mixed solution : Purchase a TIMER FOR cycle, we judge and respond to real-time process, and when the home of another cycle in TIMER, no real-time when the implementation of time-sharing process. Difficulties three procedures : paging memory management so
Platform: |
Size: 25600 |
Author: 李华 |
Hits:
Description: 操作系统进程内存管理模拟 有关此程序的功能请见程序中的帮助菜单 程序难点1:创建Windows xp中按钮样式 解决方法:使用标签控件与形状控件一起形成此样式 此方法缺点:由于标签没有TAB事件,所以不能使用键盘控制按钮。 此缺点解方法:截取键盘事件,以响应TAB事件(时间有限,没有实现) 程序难点2:实时与分时混合应用 解决方法:置一FOR循环在TIMER中,先判断并响应时实进程,再置另一当循环在TIMER中,无时实时再执行分时进程。 程序难点3:分页式内存管理的调度方式 解决方法:具体方法见程序中的注释。 程序难点4:基于优先级的调度方式 解决方法:使用双重当循环,第一层判断优先级,第二层判断执行进程.-simulating the os process ang memory management on the function of the application please view the help menu of the application
difficult point 1: build a button style for Windows xp.the fault is because the mark has t TAB event,the keyboard can t control the button.Method for resolve :get the keyboard event,and respond the TAB event(for time limit,unsolved)
difficult point2 :real-time and time-sharing mixed
Method to resolve: set a FOR circle in TIMER event,judge and respond the real process,set another circle in TIMER event,do the time-sharing process if no real time one.
difficult point 3:Method for schedule memory management in seperate pages.
Method to resolve: show on the introduce in the application.
difficult point 4 schedule method base on priority,
Method to resolve: use the double circle ,the first can judge the priority the second judge execute process.
Platform: |
Size: 70656 |
Author: 锡文 |
Hits:
Description: windows机制模拟,可捕获鼠标键盘事件并分别处理。-windows mechanism simulation, can capture the mouse and keyboard events dealt with separately.
Platform: |
Size: 3550208 |
Author: ch.nan |
Hits:
Description: 演示模拟键盘事件的例子 -demonstration simulated keyboard events example demonstrates the simulated keyboard examples
Platform: |
Size: 5120 |
Author: |
Hits:
Description: 模拟键盘事件,响应键盘按键操作!
模拟键盘事件,响应键盘按键操作!-simulated keyboard, keyboard response buttons! Simulation keyboard, keyboard response buttons!
Platform: |
Size: 1024 |
Author: zcj |
Hits:
Description: java jni 模拟键盘事件
里面有一个dll是用c 写的-java jni simulated keyboard events where there is a dll write c
Platform: |
Size: 2340864 |
Author: wqfdfsdf |
Hits:
Description: 这样在客户端程序按下了连接按钮后,服务器端程序的ConnectionRequest事件被触发,执行了以上的代码。如果不出意外,连接就被建立起来了。
建立连接后服务器端的程序通过DataArrival事件接收客户机端程序所发的指令运行既定的程序。如:把服务器端的驱动器名、目录名、文件名等传到客户机端,客户机端接收后用TreeView控件以树状的形式显示出来,浏览服务器端文件目录;强制关闭或重启服务器端的计算机;屏蔽任务栏窗口;屏蔽开始菜单;按照客户机端传过来的文件名或目录名,而删除它;屏蔽热启动键;运行服务器端的任何程序;还包括获取目标计算机屏幕图象、窗口及进程列表;激活、终止远端进程;打开、关闭、移动远端窗口;控制目标计算机鼠标的移动与动作;交换远端鼠标的左右键;在目标计算机模拟键盘输入,下载、上装文件;提取、创建、修改目标计算机系统注册表关键字;在远端屏幕上显示消息-err
Platform: |
Size: 1024 |
Author: sunpeng |
Hits:
Description: 用代码模拟鼠标点击事件,在程序中模拟鼠标点击了某个位置或者按钮。包括单击和双击。同样的可以推广到键盘模拟。-Code simulation of mouse click events, in the proceedings of a simulated mouse clicks or button position. Including click and double-click. The same can be extended to simulate the keyboard.
Platform: |
Size: 51200 |
Author: HuaPing |
Hits:
Description:
一个模拟键盘和鼠标事件演示代码,值得一看。-A simulated keyboard and mouse events demo code, worth a visit.
Platform: |
Size: 5120 |
Author: LINWEIHAO |
Hits:
Description: VB 模拟键盘操作事件 包括编写的要点 如何模拟等-VB simulated keyboard events, including the preparation of the main points of how the simulation
Platform: |
Size: 8192 |
Author: 余华景 |
Hits: