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

搜索资源列表

  1. 0101

    1下载:
  2. 应该把三个坐标平面分割为12块。在这12块上各取一点,利用gluProject()函数获得它们的深度。然后对这些深度进行排序。最后按照从后到前的顺序显示这12块平面片。显示前需利用glBlendFunc()设置融合模式。用glColor4f()指定RGBA。在实现上-Should have three coordinate plane divided into 12 pieces. On these 12 pieces of each one, using gluProject () funct
  3. 所属分类:assembly language

    • 发布日期:2017-05-18
    • 文件大小:4689130
    • 提供者:m
  1. sin(x)

    0下载:
  2. 在MFC框架内绘出0到2PI范围内sin(x)图像,并能够显示坐标。-Plotted within the range of 0 to 2PI sin (x) in the MFC frame image, and can display the coordinates.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-13
    • 文件大小:2646753
    • 提供者:郭士祥
  1. linesOf2Points1

    0下载:
  2. 此代码为本人原创,可在图像中将两个已知坐标位置的点相连,并且显示中间的连线。也可以调整连线宽度。-This code can connect two points in an image.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:993
    • 提供者:李萌
  1. GUI_huizhi--zhongjiban

    0下载:
  2. 用matlab设计界面。用GUI可以绘制各种图形,自由选择,可以选择是否有网格和是否显示坐标和标题,可任意选择图形的颜色和点型-Matlab design interface.With GUI can draw various graphics, the freedom to choose, can choose whether or not there is a grid and display coordinates, and the title, the color of the grap
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:267074
    • 提供者:
  1. opengl-execise1

    0下载:
  2. 定义基于opengl的二维投影矩阵,显示图形,可以改变图形颜色及坐标-Definition is based on a two-dimensional projection matrix opengl, the display graphics, you can change the color and coordinate graphics
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-14
    • 文件大小:4026
    • 提供者:lzy
  1. constraint_mouse

    0下载:
  2. 鼠标获取当前屏幕分辨率及当前位置坐标,并动态显示。获取速度快,延迟小。-Mouse to obtain the current screen resolution and the current position coordinates, and dynamic display. Get fast speed, delay is small.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-30
    • 文件大小:119084
    • 提供者:sdxzm2008
  1. 1Showimagepixcel

    0下载:
  2. 读入图片,显示到窗口中,通过鼠标点击图片上的相应点,自动读取该点的像素坐标和灰度值。opencv+vs2010-Reads the image displayed in the window, through the corresponding point on the image mouse click, automatically reads the pixel coordinates and gray value at that point. opencv+ vs2010
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-30
    • 文件大小:12747300
    • 提供者:张娇
  1. ShowsMouse

    0下载:
  2. 跟踪显示鼠标的坐标位置,桌面上自动跟踪鼠标位置,并显示出坐标-Trace shows the coordinates of the mouse on the desktop automatically track the mouse position and show coordinates
  3. 所属分类:Java Develop

    • 发布日期:2017-04-30
    • 文件大小:9564
    • 提供者:shaan0137
  1. MoonDowner-Poll

    0下载:
  2. 主要功能: 一、首页显示 1.首页显示默认调查信息及调查结果 2.调查结果可以柱状图示横向或纵向显示,配以显示坐标,调查结果一目了然 3.调查信息及调查结果于同一页面显示 4.同一页显示其他调查主题-The main function: A home display The 1 page displays the default information investigation and survey results The 2 survey result
  3. 所属分类:Web Server

    • 发布日期:2017-04-30
    • 文件大小:71602
    • 提供者:mcujc621
  1. camera_v2

    0下载:
  2. C#编程,OpenCV,双目视觉,构建三维空间,可对该空间内坐标进行定位,并在电脑窗口上显示两个摄像头的实时图像,获取坐标。本程序适用于win7系统,是四旋翼定位巡航研究的部分程序,希望对大家有所帮助。- C# programming, OpenCV, binocular vision, to build three- dimensional space, the space coordinates can be positioned, and in the computer window di
  3. 所属分类:OpenCV

    • 发布日期:2017-05-09
    • 文件大小:1802422
    • 提供者:西山
  1. Msp430f6638

    0下载:
  2. 它有两个步进电机,一个控制X轴转动,一个控制Y轴转动, 电机的每一个正脉冲作为一个步进单位,转动一度。 基于msp430f6638的二维扫描系统。设计一个在X和Y方向,分别转动范围为-90度~+90度,实现一个二维扫描。 若扫描位置发现目标后,记录下位置坐标,并显示和发出蜂鸣声。-two-dimensional scanning system based on Msp430f6638
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-13
    • 文件大小:2039
    • 提供者:汪意
  1. floyd

    1下载:
  2. 本程序是为了实现读取一张图片,根据图片标注的特殊像素颜色,以及输入的路径权值,和起止点,实现最短路径寻路,并清晰显示到窗口上的功能,同时支持导出到另一张24位的BMP图片(函数已经写好了,有需求只需要调用). 包含内容: 由控制台创建窗口 BMP文件读取函数(自己编写) 目标点的查找,坐标化 寻路 标记以及用箭头展示路径.-This procedure is to read a picture, according to label the pictu
  3. 所属分类:GDI/图象编程

    • 发布日期:2017-05-26
    • 文件大小:1187137
    • 提供者:OG
  1. point

    0下载:
  2. 描点器,载入图片并显示,可以用鼠标在图片上描点然后导出坐标,导出格式为json格式- 描点器,载入图片并显示,可以用鼠标在图片上描点然后导出坐标,导出格式为json格式 Point device, loading the image and display, you can use the mouse to draw points in the picture and then export the coordinates, the export format for the J
  3. 所属分类:File Operate

    • 发布日期:2017-05-14
    • 文件大小:3314022
    • 提供者:王东
  1. MultiAxisYCurve

    0下载:
  2. VS2010下,Chart的多Y轴曲线,将参数在不同的Y 轴显示。每个Y轴的坐标 可自定义设置。- VS2010, Y axis curve Chart, displays parameters in different Y axis. The Y coordinates of each axis can be custom set.
  3. 所属分类:CSharp

    • 发布日期:2017-05-01
    • 文件大小:85530
    • 提供者:cindy
  1. HELLO

    0下载:
  2. GPS定位程序,通过硬件发出定位的坐标,然后在12864上显示。-local program of GPS
  3. 所属分类:GPS develop

    • 发布日期:2017-04-30
    • 文件大小:325042
    • 提供者:YUHUI
  1. shortpath

    0下载:
  2. 读取点线连接,使用类迪杰斯特拉算法求解最短路径输出服务区范围,并通过nodejs搭建服务器,在网页上用canvas绘制显示。原始数据中,点数据为(ID,坐标xy)线数据为(前后连接点,权值)-Read point line connection using class Dijkstra shortest path algorithm output service area, and set up the server through nodejs, drawn with canvas on th
  3. 所属分类:Web Server

    • 发布日期:2017-04-13
    • 文件大小:2502
    • 提供者:wzhutian
  1. Touch-screen-display

    0下载:
  2. 触摸屏驱动板控制程序,可显示触摸屏触点坐标信息-Touch screen driver board control procedures, can display touch screen contact coordinates information
  3. 所属分类:SCM

    • 发布日期:2017-04-30
    • 文件大小:29631
    • 提供者:孔万平
  1. SHT

    0下载:
  2. hough变换检测圆心,对于不连续的圆,在利用hough算法检测圆心坐标和半径,再将圆进行重画,得到完整的圆并显示。-How to measure the center of a circle. You can use hough conversion to make it.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:39685
    • 提供者:秦晓楠
  1. bofengbogu

    0下载:
  2. 本程序很好地实现了下列功能: 寻找波形的波峰、波谷,并显示波峰、波谷的坐标 -This procedure is well implements the following features: Find crest wave troughs and show peaks and valleys coordinates
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:960
    • 提供者:chen
  1. maze

    0下载:
  2. 实现经典问题老鼠迷宫,并用坐标将路径显示出来-Achieve classic problem rat maze, and coordinate with the path displayed
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1627
    • 提供者:Jason
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com