搜索资源列表
Position
- 获取显示器屏幕鼠标点所在的位置和颜色,使用方便
控制代码
- 功能: 1.分析信息(获取客户系统等信息) 2.控制命令(以命令发送控制客户) 3.控制DOS(完全远程控制DOS/COM) 4.控制注册(未完成,预留位置) 5.控制服务(完全远程控制系统/驱动服务) 6.控制进程(完全远程控制进程) 7.控制监视(完全远程监视,并且支持鼠标左/右击控制) 8.游览本地(完全远程游览本地硬盘,并且支持大文件上/下转.运行.改名.删除) 9.记录键盘(支持进程/标题模式记录) 10.设置服务(服务采用多
position-of-the-mosue
- 一个简单的获取鼠标位置的程序,采用labview软件编写-A simple program based on labview.And it is written to get the position of the mouse
mouse-position-LV
- labview例子,获取鼠标位置,以及机器视觉中overlay-labview example,get the position of mouse,and the example of machine vision
hqzb
- delphi 获取鼠标当前位置的相对坐标-delphi Gets the relative coordinates of the current position of the mouse
颜色获取器
- 颜色获取软件,可以获取鼠标所在位置的颜色所对应的RGB数值。(Color for software, can obtain the corresponding RGB values the color of the location of the mouse.)
获取鼠标位置
- 以左上角为顶点,获取鼠标所在位置,调用了LABVIEW函数控件,完成获取(Take the upper left corner as the vertex, get the location of the mouse, call the LABVIEW function control, complete the acquisition.)
打地鼠游戏
- 此程序采用获取鼠标的点击状态与位置来确认是否打中地鼠,地鼠随机出现1-5只,全部点击完所有地鼠后会刷新新的地鼠出现,每次击中则击中次数加一,击中次数/地鼠出现次数=击中率。