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

搜索资源列表

  1. huayuan

    0下载:
  2. 这是一个生成圆周的源代码,首先用Bresenham算法生成八分圆坐标,再计算出8个对称点,生成圆周的所有点之后,按y值排序,转换成线段表。-This is a generation of source code circumference, first using Bresenham algorithm generated nearly circular coordinates, and then work out eight symmetry, circumferential generate
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1279
    • 提供者:朱云
  1. Graph

    1下载:
  2. 矢量图形的绘制 点 线 多变形 椭圆 椭圆弧 面积计算 坐标保存成txt文件
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:55997
    • 提供者:李建国
  1. C++开发图形计算程序

    0下载:
  2. 编写C++程序完成以下功能: (1) 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法; (2) 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法; (3) 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标; (4) 观察矩形对象以及Point类成员的构造函数与析构函数的调用; (5) 计算其面积,并输出。 -Write C++ program performs the following functions: (1
  3. 所属分类:GDI/图象编程

    • 发布日期:2017-03-24
    • 文件大小:598
    • 提供者:yaoy92
  1. ImageCtrl

    0下载:
  2. 图形控件,支持bmp\jpg,可以缩放和计算坐标-Graphic controls, support bmp \ jpg, scaling and calculation of the coordinates can be
  3. 所属分类:GDI-Bitmap

    • 发布日期:2016-01-27
    • 文件大小:30667
    • 提供者:邓迅
  1. PfzDrawingSample

    0下载:
  2. 本文介绍了类,代表了全托管代码的位图。 一个位图,基本上是一维数组,使用了一些计算被视为一个二维数组看到。在这种数组中的值可以是颜色索引(当使用调色板)或RGB值直接使用某种类型的编码。托管位图具有PixelArray,这是一个字节数组,GrayscaleBitmap的诠释(System.Int32的),为ArgbBitmap为ColorBitmap颜色和简单的类。他们也知道有一个宽度,计算出的X / Y坐标。高度值,然后计算作为其宽度PixelArray长度划分。他们当然有一些其他方法。它
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:91141
    • 提供者:胡九
  1. dada

    0下载:
  2. 双像摄影测量的计算坐标,, 计算各个点的地理坐标和位置 计算各种参数-The calculation of two-coordinate as photogrammetry, to calculate the geographical coordinates of each point and location of the various parameters calculated
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1992219
    • 提供者:chenpengfe
  1. MTFApp

    0下载:
  2. 通过获取Excel中的数据,进行坐标显示,并对该组数据进行三次样条插值,并计算出积分结果。全部为本人所写,希望大家踊跃分享-Through access to data in Excel, display coordinates, and this set of data for the cubic spline interpolation, and calculate the integral result. All I wrote, hope you can come to share! !
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:58391
    • 提供者:夜飞雪
  1. iBMP_VB6

    1下载:
  2. 一款VB值得爱好者学习的软件,虽然在提供的算法上没有什么太多值得说明的地方,但在图像缩放的坐标计算、偏移、图像导航器方面的代码确实值得大家学习。-A VB software enthusiasts to learn, although nothing much worthy of note, but the coordinates of the image scaling, offset, image navigation code really worth learning algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-24
    • 文件大小:214952
    • 提供者:
  1. MFCGPS

    1下载:
  2. MFCGPS用来根据卫星星历计算任意时刻卫星在WGS84坐标系下的坐标。Foudation of surveying adjustment 用来计算摄影测量中影像外方位元素。Linklists是C++的动态链表,支持任意数据结构,Foudation of Geodesy 是一个用来进行高斯坐标和地理坐标相互转换的程序。GDAL用来读取遥感影像数据,设计界面和ENVI软件相似-MFCGPS any moment of the satellite coordinates in WGS84 coord
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-16
    • 文件大小:26080154
    • 提供者:陈磊
  1. seven

    0下载:
  2. 用VC++实现的七巧板游戏,采用画刷等画出一个7彩正方形,然后分割成为7个部分,用鼠标左键拖动图形,右键控制角度来实现拼接。根据中心坐标距离计算来判断图形是否拼对。-Achieved with VC++ Tangram game, using the brush to draw a seven-color squares, etc., and then will be divided into seven parts, with the left mouse button to drag the
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-10
    • 文件大小:2323393
    • 提供者:黄沛霖
  1. BackGroundClock

    0下载:
  2. 在LCD屏幕上显示模拟时钟,此程序主要用与arm编程,编译器为arm-linux-gcc 4.4.1,包含画点画线画圆的动态算法,计算角度坐标所需要的sin & cos 表-for lcd Bell
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-14
    • 文件大小:4892
    • 提供者:geoecbnrhtoth
  1. FunctionofBilinearInterpolation

    0下载:
  2. 函数主要实现图像处理过程中由于旋转缩放导致坐标不在整数位置,使用原始像素对当前像素点的计算方法:双线性插值!-The main function is to achieve image processing result in the rotation of the zoom position coordinates are not integers, the calculation method using the original pixel of the current pixel: bi
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-11
    • 文件大小:936
    • 提供者:封小云
  1. logCoord

    0下载:
  2. 用于计算对数坐标并生成坐标直线的方法,很有用的-some code that is needed by sb
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-25
    • 文件大小:377357
    • 提供者:micheal lee
  1. shuizhunwang

    0下载:
  2. 水准网平差计算未知点坐标,矩阵的定义与生成,平差计算原理,数据读取-Leveling network adjustment calculation of the unknown point coordinates, the matrix definition and generation, adjustment calculation principle, the data read
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-14
    • 文件大小:3002
    • 提供者:ayi9n517
搜珍网 www.dssz.com