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

搜索资源列表

  1. HT-GS

    1下载:
  2. C++实现高斯投影的计算,并画出高斯坐标网-C++, Gauss projection calculations, and draw the coordinate grid Gauss
  3. 所属分类:Special Effects

    • 发布日期:2017-05-29
    • 文件大小:12234458
    • 提供者:胡挺
  1. zl1

    0下载:
  2. 用户在文本框输入圆的半径,然后随机产生一个坐标位置,在屏幕上画圆,通过其他组件(如:JTextArea)输出圆的直径、周长和面积。另外提供一个按钮,可以清除屏幕,重新画圆。 -Users in the text box input round radius, then randomly generated a coordinate location, on the screen to draw circles, through other components (e.g. JTextArea
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:1237
    • 提供者:张玲
  1. HaiGuiLOGO

    0下载:
  2. 编写类LOGO语言。 LOGO语言又称作海龟语言,由操作者通过一行命令来控制一个三角形的海龟移动,海龟的移动轨迹可以形成各种图案。 一行的命令可以包括多个子命令,按照从左到右的顺序执行,相关的命令有: 命令格式 命令范例 范例含义 前进 <长度> 前进 100 海龟前进100个点 后退 <长度> 后退 100 海龟后退100个点 左转 <角度> 左转 90 左转90度 右转 <角度> 右转 90 右转90度 抬起 抬
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:44560
    • 提供者:游志超
  1. f2p

    0下载:
  2. 在ug中提取多个点的坐标,也可以根据坐标画出多个点,非常非常的高效。-Extracting more points in ug coordinates, can also according to coordinate draw more points, very, very efficient.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1512
    • 提供者:Mr.Wang
  1. gridgeneration

    0下载:
  2. 读入网格文件,在用户界面上画出对应的贴体网格,能显示鼠标点击的网格点坐标-Reading grid file, the user interface to draw the corresponding body-fitted grid, can show the grid coordinates of mouse clicks
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-10
    • 文件大小:2134868
    • 提供者:peiyuqing
  1. MyMFC

    0下载:
  2. 在视图区画正弦函数曲线,并且在一个菜单下以对话框形式输入正弦图的起点和终点坐标。-In the view area sine curve drawing, and in the form of a menu in the dialog box enter the start and end the sine map coordinates.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1959268
    • 提供者:冯冯
  1. Simple-Draw

    0下载:
  2. 简单的绘图程序 颜色调试\画矩形\划线等\坐标显示-Simple color drawing program debug \ draw rectangles \ crossed so \ coordinate display
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-06-16
    • 文件大小:25403207
    • 提供者:陈宜明
  1. huitu1

    0下载:
  2. MFC中生成对话框,在对话框中输入点坐标可以画直线-Generated MFC dialog box, enter the point coordinates in the dialog box can draw a straight line
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-08
    • 文件大小:1962443
    • 提供者:weimiao
  1. Traversal-of-horse

    0下载:
  2. 在中国象棋棋盘上,对任一位置上放置的一个马,均能选择一个合适的路线,使得该棋子能按象棋的规则不重复地走过棋盘上的每一个位置。 完成以下功能: (1)依次输出所走过的各位置的坐标; (2)最好能画出棋盘的图形形式,并在其上动态的标注行走过程; (3)程序能方便地移植到其它规格的棋盘上。 -In Chinese chess board, the location of any place on a horse, able to select a suitable rout
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-07
    • 文件大小:1966
    • 提供者:冰与火
  1. wujiaoxing

    0下载:
  2. 用java3D画五角星,五角星为3D,采集五角星个点坐标画成-Paintings by java3D star, five-pointed star for the 3D, point coordinates collected painted five-pointed star
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:6651
    • 提供者:yuan
  1. BHcircle

    0下载:
  2. 数值微分(DDA)法: 设过端点P0(x0 ,y0)、P1(x1 ,y1)的直线段为L(P0 ,P1),则直线段L的斜率 L的起点P0的横坐标x0向L的终点P1的横坐标x1步进,取步长=1(个象素),用L的直线方程y=kx+b计算相应的y坐标,并取象素点(x,round(y))作为当前点的坐标。因为: yi+1 = kxi+1+b = k1xi+b+kDx = yi+kDx 所以,当Dx =1 yi+1 = yi+k。也就是说,当x
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:596
    • 提供者:李丽
  1. Circle

    0下载:
  2. 在windows界面输入圆心坐标(x,y)及半径r任意画圆,并自动生成一个椭圆-The center coordinates of the windows interface of the input (x, y) and radius r arbitrary circle, and automatically generates an ellipse
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-10
    • 文件大小:2510489
    • 提供者:李倩
  1. xunleixiazaipipei

    1下载:
  2. 影像匹配 利用NSCT进行立体影像匹配,输入待匹配点的行列坐标,匹配窗口、搜索窗口的大小,像对的核线参数,输出同名点的行列坐标,及画有同名点的右影像-image matching
  3. 所属分类:Windows Develop

    • 发布日期:2014-04-18
    • 文件大小:5120
    • 提供者:马艺宁
  1. Bresenham-line-algorithm

    0下载:
  2. 直线中点Bresenham 算法,输入起点坐标和终点坐标,即可画出直线-Mid-point of Bresenham line algorithm, the input point coordinates and end coordinates, then draw a straight line
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-10
    • 文件大小:2322754
    • 提供者:徐新
  1. DDA_draw_line

    0下载:
  2. C语言里DDA算法画直线,要求输入直线两端点X和Y坐标。-DDA method to draw lines, draw a straight line with the DDA algorithm, requiring the input coordinates of two end points of a straight line
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:34492
    • 提供者:哈哈
  1. Center_draw_cycle

    0下载:
  2. 用C中中点画圆法画圆。要求输入圆心的坐标和半径。-With C in the midpoint drawcircle Circle. Asked to enter the circle center coordinates and radius.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-06
    • 文件大小:35095
    • 提供者:哈哈
  1. grid-and--curve

    1下载:
  2. 简单的绘图程序,在一个单文档中绘制格网,并根据函数画曲线,其中涉及到坐标的映射,曲线的基本画法,对初学者有一定的帮助-A simple drawing program, draw a grid in a single document, and according to function, a curve, which relates to the mapping coordinates, the curve of the basic drawing, there is some help fo
  3. 所属分类:Graph Drawing

    • 发布日期:2015-05-25
    • 文件大小:86016
    • 提供者:wang aixue
  1. cSharp-

    0下载:
  2. 用c#画出坐标趋势图 横坐标为月份 纵坐标为当月某数值 有表名 -Coordinate with the trend c# draw y-axis is the abscissa for the month of January has a numerical table
  3. 所属分类:CSharp

    • 发布日期:2017-03-24
    • 文件大小:43129
    • 提供者:app
  1. circle

    0下载:
  2. 简单示例,利用QTcreator画圆,固定圆心,圆的半径、圆心可调节,并显示坐标-A simple example, the use of QTcreator Circle, a fixed center, the radius of the circle, the center can be adjusted, and the display coordinate
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-14
    • 文件大小:5343
    • 提供者:王昆明
  1. gdiP

    0下载:
  2. gdi+各种绘图源码 包含GDI+所需的开发包,源码功能涵盖了画笔、画刷、文本与字体、路径与区域、图像坐标转换、图像色彩转换、图像的基本处理、图像色彩信息的调整、图形的编码与解码和图形特技处理,适合初学者学习GDI+。-gdi+ various drawing source contains GDI+ development kit, source function covers the pen, brush, text and fonts, paths and regions, the ima
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-21
    • 文件大小:6651927
    • 提供者:tangkai
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 22 »
搜珍网 www.dssz.com