CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 绘图程序 搜索资源 - 坐标计算

搜索资源列表

  1. GPSGCNH

    0下载:
  2. 拟合曲面,先输入已知数据,拟合出系数,再带入未知点的X,Y坐标进行计算!-fitting surface, known to input data, fitting out factor, again into the unknown point of the X, Y coordinates calculated!
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1140
    • 提供者:haoyubao
  1. Out

    0下载:
  2. 画外接圆的C++代码 //计算外接圆半径 //输入参数: // 三角形三点坐标(ddDot0,ddDot1,ddDot2) //输出参数 // 圆心坐标(ddCenter) // 圆心半径(dRad) //成功:返回值>0 //失败:返回值<=0
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1088
    • 提供者:zhang
  1. 实验报告2

    0下载:
  2. 重点撑握数值微分法.此法主要内容为先算出直线的斜率 k=△y/△x 其中, △x=x1-x0, △y=y1-y0,(x0,y0)和(x1,y1)分别是直线的端点坐标。然后,从直线的起点开始,确定最佳逼近于直线的y坐标均为整数,让X从起点到终点变化,每步递增1,计算对应的y坐标,y=kx+B,并取象素(x,round(y))。用这个方法既直观,以可行,然而效率低。-focus on shoring grip numerical differentiation. This method is mai
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:27857
    • 提供者:news
  1. zbout

    0下载:
  2. ACAD中多段线X、Y坐标根据绘图比例的有序输出,本程序为选取一条、输出一条,因选取速度慢于计算、输出速度,所以感觉不到,却是非常实用的,比选取多条后必须点鼠标右键确认选取结束要方便、实用的多。-ACAD in the multi-segment lines X, Y coordinates in an orderly manner in accordance with the drawing ratio of the output, the procedure for selecting an
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-12
    • 文件大小:799
    • 提供者:shenyl0211
  1. txx

    0下载:
  2. 1) 直线的生成 内容:用Bresenham算法画直线 要求:  将象素网格表现出来,建立网格坐标系  用橡皮筋的形式输入参数  鼠标移动时,显示鼠标当前位置  显示判别式的计算过程和下一点的选择策略  记录生成点的坐标,建议用表的形式  图形生成过程可以重复进行 2) 圆弧的生成 内容:用Bresenham算法画圆 要求:  将象素网
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-08
    • 文件大小:26187
    • 提供者:张郎
  1. Graph

    0下载:
  2.  将象素网格表现出来,建立网格坐标系  用橡皮筋的形式输入参数  鼠标移动时,显示鼠标当前位置  显示判别式的计算过程和下一点的选择策略  记录生成点的坐标,建议用表的形式  图形生成过程可以重复进行 - pixel grid will be shown, the establishment of the grid coordinate system ɧ
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-24
    • 文件大小:344066
    • 提供者:hjw
  1. curve

    0下载:
  2. 实时显示温度及信号曲线的代码,横纵坐标的极限值计算-Real-time display of temperature and the signal curve of the code, horizontal and vertical coordinates of the limit calculation
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-29
    • 文件大小:7639
    • 提供者:sw
  1. DrawCosCurve

    0下载:
  2. 在屏幕上用‘*‘横向显示0~360度的cos(x)曲线。此题关键在于余弦曲 线在0~360度的范围内,一行要显示两个点。考虑到cos的对称性,将屏幕的行方向定义为x,列方向定义为y,则0~180度的图形是左右对称的。若将图形的总宽度定义为62列,计算出x行0~180度时y点的坐标m,那么在同一行与之对称的180~360度的y点的坐标就应为62-m。程序中利用反余弦函数acos计算坐标(x,y)的对应关系。 -On the screen using the ' *' hori
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-02
    • 文件大小:2949
    • 提供者:方米
  1. CLASSDEMO

    0下载:
  2. 通过计算直线段上任意点坐标这样一个小程序来演示类的定义和使用-By calculating the coordinates of any point on the line segment a small program to demonstrate the class definition and use of
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-31
    • 文件大小:3707
    • 提供者:zhongniuniu
  1. zuobiaojisuann

    1下载:
  2. 公路中桩坐标计算,包含直线、圆曲线、缓和曲线及复曲线等,是可应用于具体的道路实际的软件-Highway of pile coordinate calculation, include linear, circular curve and gentle curve and complex curve and so on, it is the way of the concrete can be applied to practical software
  3. 所属分类:Graph Drawing

    • 发布日期:2016-05-11
    • 文件大小:1061888
    • 提供者:genglu
  1. MFCWORK2_OVAL

    0下载:
  2. 通过打点的方法绘制一个椭圆,重点在于坐标的计算。是计算机图形学的一个基础题目。-RBI draw an ellipse, a focus on the calculation of the coordinates. Is a fundamental topic in computer graphics.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-27
    • 文件大小:24675614
    • 提供者:zhiyayan
搜珍网 www.dssz.com