搜索资源列表
背景和鼠标
- 可以在一般背景下画图,也可以获取鼠标位置-in the general context of the class, but also access to the mouse position
GPS1
- 从GPS接收机里提取数据,在C++builder中配合地图实现轨迹重现,并显示鼠标所在位置的经纬度-Lane from the GPS receiver to extract data, in which C builder with the locus maps recreated, and display the location of the mouse coordinates
SmsSender-ok
- sms sender 察到布局图全貌,需要靠移动上下、左右滚动条来寻找。利用缩小功能,将布局图缩小整个放在屏幕上,而后再找需要观察的位置,找到后,将鼠标移至此处,单击鼠标左键,则布局图按原比例放大,所选处处于屏幕中心-sms sender to detect layout picture, needs to depend on the movement from top to bottom, left and right scroll bar to find. The use of nar
StopCurrentThread
- 很实用的鼠标检测小程序,可检测鼠标的位置,双击速度,活动范围等-Very useful mouse detection of small procedures, can detect the location of the mouse, double-click speed, scope of activities, such as
mouseprintf
- 串口显示ps-2鼠标实验,显示鼠标采集到的x位置y位置位移量-Ps-2 mouse, serial experiments show, show the mouse capture to the x position y position displacement
VGPS
- 通过串口模拟GPS的程序,用鼠标相对于屏幕中心位置的偏移来模拟移动速度。-GPS through the serial port simulation program, with the mouse position relative to the center of the screen to simulate the speed of the offset.
mousetrack
- 知识点:使用Graphics类制作方块,使用java.awt.Event类响应鼠标动作,使用Color类设置方块的颜色,使用int类记录光标的位置。 实现思路:首先要制作界面中的方块,通过Graphics类的对象函数g.setColor(Color.red)设置方块的颜色为红色,然后通过语句g.drawRect(0, 0, size().width - 1, size().height - 1)和g.drawRect(mx, my, (size().width/10) - 1, (si
mousejoint
- Android (鼠标关节-拖拽Body) // 鼠标关节 public MouseJoint createMouseJoint() { MouseJointDef mjd = new MouseJointDef() //设置鼠标关节的第一个Body实例(默认使用接地Body) mjd.body1 = world.getGroundBody() //设置鼠标关节的第二个Body实例(被拖拽的Body) mjd.body2 =
jiugonggetuansuodeshixian
- 注意:本项目使用android studio开发,eclipse可能无法直接导入。 很多品牌的Android手机都实现了图案解锁屏幕的功能,有些应用程序出于保护的目的也使用了图案锁(比如支付宝),本文将介绍一种图案锁的实现方式,这种实现的一个优势在于方便扩展和自定义,我们先看一下效果图。 首先是连线阶段,整个连线为两部分:第一部分是点和点之间的固定线段,第二部分是最后一个点到鼠标移动位置的自由线段。 接下来是连线结束之后,需要判断图案是否正确,我这里暂时写死的Z字形为正确图案,实际
lxxcoi47
- 动态取得鼠标位置超级列表框的行和列例程,很不错的易语言源码,适合易语言爱好者使用,()