搜索资源列表
DragDemo
- labview的拖动事件的实现,该实现能够将控件的位置随着鼠标的拖动而移动-drag implements of labview
2007128174636
- 实现鼠标的移动,同时显示鼠标位置的值。绝对的经典~!-To achieve the movement of the mouse, while the value of the mouse position
position-of-the-mosue
- 一个简单的获取鼠标位置的程序,采用labview软件编写-A simple program based on labview.And it is written to get the position of the mouse
xiugaizuobiao
- 修改鼠标坐标位置等操作,采用labview编写-Modify the coordinates of the mouse position and operations, the use of LabVIEW write
Custom_XY_Graph
- 自己设计的labview控件(解压后请看example文件夹的example.vi),能在曲线上跟随鼠标的位置显示当前点的坐标值。-Labview control of their own design (see example after extracting the folder example.vi), can be followed on the curve shows the current location of the mouse coordinates of the point
kongjianmove
- 此程序简单,会随着鼠标的移动而变换位置,给大家借鉴一下-This procedure is simple, it will move with the mouse changing positions, give us learn about
Naughty-button
- 淘气按钮。主要考察属性节点的使用。利用属性节点在鼠标移动时,改变按钮的位置。-Naughty button. Mainly on the use of attribute nodes. Move the mouse using the attribute node, changing the position of the button.
RIGOL
- 实现鼠标的移动,同时显示鼠标位置的值。绝对的经典-Move the mouse to achieve, while the value of the mouse position display. Absolute classic
Drag-and-Drop
- 实时显示鼠标的位置,并在前面板显示出来计算的位置-Real-time display position of the mouse, and the front panel displays the calculated position
mouse-position-LV
- labview例子,获取鼠标位置,以及机器视觉中overlay-labview example,get the position of mouse,and the example of machine vision
Set-Cursor-Position
- 用labview2014开发的设置鼠标位置的子程序,用于控制鼠标。-Developed with labview2014 set the mouse position of the subroutine, used to control the mouse.
TableClickFill
- 在表格控件中任意位置点击鼠标,查询当前坐标位置(In the form control, click the mouse at any location to query the current coordinate position)
Custom_XY_Graph
- 运行程序,绘制出的XY曲线中,鼠标移动到相应位置,可以获得该点的X\Y坐标值。(Run the program, draw the XY curve, the mouse moved to the corresponding position, you can get the X\Y coordinates of the point.)
获取鼠标位置
- 以左上角为顶点,获取鼠标所在位置,调用了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只,全部点击完所有地鼠后会刷新新的地鼠出现,每次击中则击中次数加一,击中次数/地鼠出现次数=击中率。