CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 坐标显示

搜索资源列表

  1. mousepoint

    0下载:
  2. VB获取鼠标指针坐标,在窗口中适时显示鼠标坐标,移动鼠标适时显示坐标信息,是计算鼠标所经过点的像素值,以下代码是关键代码:   Private Sub Timer1_Timer()    Dim point As POINTAPI    GetCursorPos point 获取鼠标位置    Label1.Caption = "当前鼠标坐标:" & point.x & " , " & point.y   End Sub-VB to get the coordina
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4450
    • 提供者:jpudn17
  1. zuobiao

    0下载:
  2. 点击窗口中任意一点可以显示此位置的坐标,以及进入,离开时的位置坐标。-Click on the window to display the coordinates of any point in this location, and access to, the location coordinates left off.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:2758
    • 提供者:刘思瑞
  1. soble_hough

    0下载:
  2. 先用sobel算子对图像进行预处理,提取边缘。对于不连续的圆,在利用hough算法检测圆心坐标和半径,再将圆进行重画,得到完整的圆并显示。 -First with sobel operator for image pre-processing, edge extraction. For discontinuous circle detection algorithm using hough the center coordinates and radius, and then re-draw
  3. 所属分类:Other systems

    • 发布日期:2015-04-18
    • 文件大小:1024
    • 提供者:侯国强
  1. vb-quatrant

    0下载:
  2. 用于 向窗口中两文本框内,分别输入一个点的x轴坐标,y轴坐标,用分支结构判断改点位于哪个象限,并显示在消息框中。-For the two text window frame, respectively, the input X shaft coordinate of a point to point, Y axis, which is located in the quadrant judgment with branch structure, and displayed in a messag
  3. 所属分类:software engineering

    • 发布日期:2017-04-28
    • 文件大小:18063
    • 提供者:zheng
  1. vczdMouse

    0下载:
  2. VC++改变鼠标指针样式,适时显示鼠标坐标,把鼠标的指针样式变成其它的形状,自定义鼠标的一个例子。-VC++ change the mouse pointer style, time display mouse coordinates, the style of the mouse pointer into other shapes, an example of a custom mouse.
  3. 所属分类:Button control

    • 发布日期:2017-03-30
    • 文件大小:57117
    • 提供者:ynm
  1. 3D-display-

    1下载:
  2. 利用VC界面编写一个三维坐标空间,显示动态的点-Write a three-dimensional coordinate space utilization VC interface, display dynamic point
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-23
    • 文件大小:7331258
    • 提供者:张黎
  1. mouseshow

    0下载:
  2. 创建第一个Visual C++应用程序的源码 是关于鼠标坐标位置适时显示的一个小程序,只要你的鼠标在窗口中晃动,窗口的状态栏右半部分圈红的地方会适时显示出鼠标的移动坐标,每动下鼠标,这个值是不一样的。我的第一个VC程序,就是这样。要获取鼠标坐标位置的,可参考下载-Create the first Visual C++ application source code is a small program on a timely display the mouse coordinates of th
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:27073
    • 提供者:kpudn29
  1. DM430-L-2.8TFT_6

    0下载:
  2. 2.8寸ILI9820驱动的TFT彩屏横屏显示波形程序,将430单片机ADC0采样到的电压值以波形的形式显示到坐标上,坐标可调用坐标绘制函数实现,支持不间断显示-2.8-inch TFT color screen ILI9820 driven horizontal screen display waveforms program, the microcontroller 430 will ADC0 sampled voltage value is displayed in the form of
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:104515
    • 提供者:杨忠圣
  1. C-example001

    0下载:
  2. 在屏幕上显示0~360度的cos(x)曲线与直线f(x)=45*(y-1)+31的迭加图形。其中cos(x)图形用“*”表示,f(x)用“+”表示,在两个图形相交的点上则用f(x)图形的符号。 图形迭加的关键是要在分别计算出同一行中两个图形的列方向点坐标后,正确判断相互的位置关系。 在屏幕上显示0~360度的cos(x)曲线与直线f(x)=45*(y-1)+31的迭加图形。其中cos(x)图形用“*”表示,f(x)用“+”表示,在两个图形相交的点上则用f(x)图形的符号。-Displa
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:65091
    • 提供者:胡朋葛友
  1. C-example002

    0下载:
  2. 在屏幕上显示0360度的cos(x)曲线与直线f(x)=45*(y-1)+31的迭加图形。其中cos(x)图形用“*”表示,f(x)用“+”表示,在两个图形相交的点上则用f(x)图形的符号。 图形迭加的关键是要在分别计算出同一行中两个图形的列方向点坐标后,正确判断相互的位置关系。-Displayed on the screen of 0 to 360 degrees cos (x) curve and the straight line f (x) = 45* (y-1)+31 superpos
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5619
    • 提供者:胡朋葛友
  1. Hellomaps

    0下载:
  2. 谷歌地图的导入与使用,显示坐标在地图上的方位-Google map
  3. 所属分类:android

    • 发布日期:2017-05-06
    • 文件大小:1414770
    • 提供者:舒米
  1. 6050

    2下载:
  2. 基于STC51单片机和MPU6050的程序,可以显示速度,加速度,和X,Y,Z坐标。通过LCD12864(串行)显示。-The code can display the speed ,Acceleration, x,y,z coordinate and so on/
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:31134
    • 提供者:Hc
  1. insertzuobiao

    0下载:
  2. VB6.0获取插入符坐标,当光标在窗体上移动时,会定位到此处的坐标值并显示出来,在做一些图像处理或文本处理程序时,这些可以作为辅助信息显示给使用者。本程序可以显示插入符的横坐标、纵坐标等信息。-VB6.0 gets the caret coordinate, when the cursor is moved in the form, the coordinates will be positioned to values here and displayed, doing some image
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2677
    • 提供者:kpudn82
  1. mousezuobiao

    0下载:
  2. VB获取鼠标所在位置的坐标,鼠标在窗体上移动,同时显示出鼠标移动位置的坐标信息,适时显示的。 -VB to get the coordinates of the mouse position, move the mouse on the form, and displays the coordinates of the mouse to move the location information in a timely display
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1846
    • 提供者:gpudn62
  1. opencvcPP

    0下载:
  2. 用opencv1.0搭载VC++6.0制作的图像处理软件,使用时须安装opencv1.0.利用摄像头动态采集图像,并提取目标形心坐标在图像上显示-Opencv1.0 equipped with VC++6.0 crafted image processing software to be installed when using opencv1.0. Use dynamic camera to capture images and extract the target centroid coor
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:7924590
    • 提供者:asd
  1. Delphi_086001

    0下载:
  2. Delphi:Delphi获取鼠标坐标,并进行坐标转的,在客户坐标和父组件坐标中转换,鼠标放在本窗口上,在窗口的状态栏内显示坐标,包括客户坐标和父组件坐标。 -Delphi: Delphi get mouse coordinates, and the coordinates of turn, in client coordinates and the coordinates of the parent component conversion, the mouse on the window
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-15
    • 文件大小:5810
    • 提供者:NK5HL6P
  1. BaiduMap

    0下载:
  2. java调用百度地图,实现通过经纬度变化显示在地图上的位置坐标的变化。-java use baidu map !
  3. 所属分类:JavaScript

    • 发布日期:2017-05-19
    • 文件大小:5347478
    • 提供者:zhu
  1. VBchuankouquxian

    1下载:
  2. VB串口画坐标曲线,将下位机传来的数据读出来,用图线显示出来-VB serial painting coordinate curve, will read out the data from the next-bit machine, the line is displayed in Fig.
  3. 所属分类:Com Port

    • 发布日期:2017-04-13
    • 文件大小:2555
    • 提供者:龚瑞
  1. 1

    0下载:
  2. 自己用VC6.0编写的图片控件坐标在编辑框的显示,非常实用,可以借鉴,希望对大家有用-Pictures of their written in VC6.0 control coordinates in the edit box shows, very practical, can draw lessons from, hope useful for everyone
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1858784
    • 提供者:liuyang
  1. CSharpLabeldrag

    0下载:
  2. C#动态生成Label控件并拖动位置,测试时你可以先点击“动态生成Label”按钮,然后会生成一个带文字的标签,这个标签是可以拖动改变位置的,并显示出最后停留位置的坐标信息。-C# Label controls dynamically generated and drag the position, when the test you can first click dynamically generated Label button, and then generates a with t
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:412101
    • 提供者:Farseeker
« 1 2 ... 36 37 38 39 40 4142 43 44 45 46 ... 50 »
搜珍网 www.dssz.com