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

搜索资源列表

  1. sin

    0下载:
  2. 使用次小软件能方便的得到正弦函数的坐标点
  3. 所属分类:书籍源码

    • 发布日期:2014-01-16
    • 文件大小:4.38kb
    • 提供者:ouguoqiang
  1. imageprocess

    1下载:
  2. 图像处理程序,检测出图像中的边界,并找出边界曲线的拐点,去掉边界边界曲线上重复的坐标点。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:848byte
    • 提供者:lili
  1. Mapx开发实例(vc++ gps跟踪)

    1下载:
  2. vc++ 开发 GIS 与 GPS ,提供在线首发GPS定位信息,显示坐标点,轨迹回放,GIS地图放大、缩小、选种等等操作。-vc development of GIS and GPS, the first online GPS signal coordinates, track intervals, GIS maps to zoom, selection, etc. operation.
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:405.03kb
    • 提供者:崔立超
  1. 一个非常好用的Autocad工具集

    6下载:
  2. ********************************************************* * AyungerStudio AutoCAD-Tools 更新日期: 2010.02.01 * ********************************************************* 这是本人近年来独自开发的一个AutoCAD修改工具集合,现与各位共享,主要包括: 1、 绘制类: 箭头、示坡线、锥坡线、剖断线、垂线、切线、等高线加
  3. 所属分类:其他小程序

    • 发布日期:2010-03-26
    • 文件大小:1.96mb
    • 提供者:ayungerstudio
  1. spaceresection.rar

    2下载:
  2. VC++ 8.0写的实现了摄影测量里面的前方交会、后方交会,并且根据后方+前方交会计算的结果得到三维空间坐标点,在MFC环境下完成三维点的OpenGL绘制。,VC++ 8.0 Writing the realization of the Photogrammetry inside forward intersection, resection, and in accordance with the rear+ forward intersection calculation results ar
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:106.41kb
    • 提供者:王焰辉
  1. ACad

    2下载:
  2. 用VB在CAD中提取多段线坐标点,可以提取点坐标-Extracted with the VB in the CAD polyline coordinates, point coordinates can be extracted
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2016-04-02
    • 文件大小:17kb
    • 提供者:minjian
  1. mul

    0下载:
  2. 汇编语言计算ECC-192域的椭圆曲线的点乘运算 采用代码完全拆分的乘法及平方,宽度为5的窗口NAF,混合坐标点加。速度很快-Assembly language computing ECC-192 field s elliptic curve point multiplication using code-splitting multiplication and square, 5-NAF, mixed coordinates adding. Fast
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:4.39kb
    • 提供者:cosimo
  1. OpenGL

    0下载:
  2. 此源码是vs2005。mfc单文档实现opengl的一些基本功能,包括:点,直线,虚线,三角形,sierpinski,实现鼠标拖动的和bresham算法,和中点园算法..也可以输入坐标点-It s based on Opengl,and it can draw points,lines,triangle,polygon.cricle,use some algorithm such as bresham amd mid_circle...you can also use mouse or set
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:184.84kb
    • 提供者:何龙
  1. MouseSelect

    0下载:
  2. VTK实现的鼠标拾取三位坐标点,对学习VTK的朋友应该有用-VTK to achieve the three coordinates of the mouse pick up point, a friend of the study should be useful VTK
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-24
    • 文件大小:2.5kb
    • 提供者:Rocky
  1. 16.4.8

    0下载:
  2. 安卓手机通过gps定位,获取坐标点,比较适合初学者看,学习-Andrews positioningAndrews positioningAndrews positioningAndrews positioningAndrews positioning
  3. 所属分类:android

    • 发布日期:2017-03-29
    • 文件大小:48.16kb
    • 提供者:xiaobo
  1. [VBA]arcgis

    0下载:
  2. [VBA]arcgis中如何去除重复点要素的问题,对于重复坐标点,删除重复,保留一个坐标点 -How to remove repetitive point arcgis, elements of the coordinates to repeat, repeat, retain a delete coordinate points
  3. 所属分类:MiddleWare

    • 发布日期:2017-03-21
    • 文件大小:7.93kb
    • 提供者:王智政
  1. Bresenham

    0下载:
  2. 直线的中点生成算法,通过输入两个坐标点,生成斜率<1的直线!可以改变颜色!-The midpoint of a straight line generating algorithm, by entering the coordinates of two points, to generate the slope of <1 in a straight line! Can change the color!
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-11
    • 文件大小:803byte
    • 提供者:安安
  1. migong

    0下载:
  2. 迷宫问题,首先自定义建立迷宫的数据结构,迷宫数据放入矩阵中.在路线查找时,初始化栈,应用循环对每一点座标进行4个方向的判断,如果该点可达则把该点信息放入栈内,或者回溯到出栈后的坐标点,最后如果最后能够到达出口,那么栈内存储的即为走出迷宫路径-Maze problem, first of all, since the definition of the establishment of a maze of data structure, a maze of data Add matrix. Loo
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1.64kb
    • 提供者:吕璐
  1. fit_ellipse

    0下载:
  2. 最小二乘法椭圆拟合 fit_ellipse( x,y,axis_handle ) x,y为坐标点 适用于一般方程哦。好用-Least squares ellipse fitting fit_ellipse (x, y, axis_handle) x, y for the coordinates of points applicable to the general equation Oh. Use
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3.56kb
    • 提供者:JOHN
  1. 11

    0下载:
  2. 1. 在No.1图形窗口中绘制 y=sin(x)在[0,2*pi]内的曲线。要求曲线的颜色为绿色,线型为 点划线,用*标示坐标点,在x轴的附近用 黑体 标注 ‘x轴’字样,在图形的上方加上标题 ‘正弦函数’,严格控制x,y轴分度相等,并开启网格。 2. 在No.2图形窗口中创建四个子窗口,在第一、二子窗口中用不同的方法同时绘制 y=x^2,y=-x^2,y=x^2*sin(x) 在[0,2*pi]内的曲线,并要给出标注 在第三个子窗口中绘制 三维曲线 3. 把No.3图形窗口分
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:1kb
    • 提供者:李子木
  1. 5star

    0下载:
  2. 能在一个平面坐标系中画一个五角星,输入指定的坐标点P(x,y)以及这个五角星绕P点旋转的角度a,运行就可以让五角星绕P点旋转的角度a。-In a plane coordinate system in a draw five-pointed star, enter the designated point coordinates P (x, y), as well as the five-pointed star around the P point of rotation angle a, ca
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-12
    • 文件大小:740byte
    • 提供者:甘世富
  1. Snake1.2

    0下载:
  2. 贪吃蛇,只记录蛇身的坐标点,然后把蛇画出来。没有使用数组的形式来实现。-Snake,蛇身only records the coordinates of points, then draw out the snake. Do not use the array form of implementation.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:20.42kb
    • 提供者:Allan
  1. c

    0下载:
  2. 以点(point)类为基类,重新定义矩形类和圆类。点为直角坐标点,矩形水平放置,由左下方的顶点和长宽定义。圆由圆心和半径定义。派生类操作判断任一坐标点是在图形内,还是在图形的边缘上,还是在图形外。缺省初始化图形退化为点。要求包括拷贝构造函数。编程测试类设计是否正确。-failed to translate
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1.08kb
    • 提供者:xinkai
  1. BresenhamLine

    0下载:
  2. Bream Line 生成算法,给定初始坐标点x和y,单击生成即可-Bream Line Generating algorithm, given the initial coordinates x and y, you can click to generate
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-15
    • 文件大小:3.63mb
    • 提供者:陈晓静
  1. 设计-作业

    0下载:
  2. 测绘程序设计课程设计:就算坐标点,运用VS2010软件。(Mapping program design course design: even coordinate point, use VS2010 software.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-29
    • 文件大小:44kb
    • 提供者:ANSS
« 12 3 4 5 6 »
搜珍网 www.dssz.com