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

搜索资源列表

  1. Hough变换的源程序

    0下载:
  2. Hough变换用来在图象中查找直线。它的原理是:假设有一条与原点距离为s,方向角为θ的一条直线,直线上的每一点都满足方程 s=x*Cosθ+y*Sinθ,利用这个事实,我们可以找出某条直线来。这段程序,用来找出图象中最长的直线。-Hough Transformation is used for searching lines in an image . Here is the principle: Assume there is a line whoes direction is \"sit
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1.96kb
    • 提供者:doctorsuo
  1. 图形学-原点旋转

    0下载:
  2. 本人在国外读CG时老师演示的一份作业,绝对原创!请下载使用者保留程序上的copyright说明!本程序是用OPENGL实现的原点旋转,值得初学者参考学习-I read CG abroad when a teacher demonstration operations, absolute originality! Users download the reservation procedure on the copyright note! This procedure is used to ach
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:96.25kb
    • 提供者:刘恒
  1. Dilation

    0下载:
  2. 形态学图像边缘检测运算。结构元素为水平方向或垂直方向的三个点,中间点位于原点-morphological image edge detection operators. Structural elements of the vertical or horizontal direction of the three points at the mid-point of origin
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2.09kb
    • 提供者:丁峰
  1. Erosiontion

    0下载:
  2. 利用形态学方法进行噪声消除图像进行膨胀运算。结构元素为水平方向或垂直方向的三个点,中间点位于原点-morphological methods used to eliminate noise images expansion computing. Structural elements of the vertical or horizontal direction of the three points at the mid-point of origin
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2.16kb
    • 提供者:丁峰
  1. graphic_demo

    0下载:
  2. 帮助学习图形学的学生和工程人员的好工具,里面动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、resenham、 逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier, spline,Bspling,Hermite曲线生成算法;单线性,双线性, Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充, 种子填充算法,多边形,直线裁剪算法;平移,比例,旋转, 原点对称,错切变换算法;-help students lea
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:788.41kb
    • 提供者:冯宾
  1. bianhuan

    0下载:
  2. 一个图形可分别绕X轴,Y轴,原点变换,也可以按比例变换-a graphics can be around the X axis, Y-axis, the basics of transformation, can transform prorated
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.04kb
    • 提供者:姚紫欣
  1. 二维图形的几何变换

    0下载:
  2. 学习图形学的学生必做的一道题目,实现所画直线关于原点对称、X轴对称、平移、放大缩小,有点借鉴意义-students learning graphics will do a topic, realize the painting straight on the basics of symmetry, the X axis of symmetry, translation, zooming, somewhat useful
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:3.27kb
    • 提供者:kai
  1. C++(Circle)

    0下载:
  2. 算法实现题1-2 平面几何问题 .问题描述: 试用C++ 的类来定义表示简单平面几何对象的抽象数据类型Geometry 。 (1) 用浮点数定义2 个几何量m1 和m2;m2 的缺省值为0.0。 (2) 实现2 个构造函数:允许用1 个参数或2 个参数声明几何对象。用1 个参数r 声明 的几何对象为半径为r 的圆;用2 个参数r1 和r2 声明的几何对象为r1′r2 的矩形。所声明 的几何对象的中心在原点。 (3) 定义计算几何对象的面积,周长和对角
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:64.87kb
    • 提供者:stzxxxstz
  1. classPoint

    0下载:
  2. 定义三维坐标的Point类。包含一个构造函数,一个拷贝构造函数,一个将点变为负值的函数negate(),一个返回该点到原点(0,0,0)距离的函数norm()和一个输出点坐标的函数print()。并定义一个静态数据成员记录创建点的个数。-definition three-dimensional coordinates of the Point class. Includes a constructor function, a copy constructor, to a point into n
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4.55kb
    • 提供者:吴伟
  1. ttt197552

    0下载:
  2. 用VC编写的能在MFC界面里面画坐标轴及原点的程序。比较简单的代码-prepared by the VC in MFC interface inside painting axes and origin procedures. The relatively simple code
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:35.19kb
    • 提供者:陈怀铭
  1. Ellipticalscanningconversionandachieve

    0下载:
  2. 中点Bresenham画圆算法扫描转换的基本原理,用C语言编程实现这个算法。本算法只讨论圆心位于坐标原点的圆。-midpoint Bresenham algorithm scan conversion Circle to the basic principles C language programming algorithm to achieve this. The algorithm is discussed only at the origin of the center circle.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:6.82kb
    • 提供者:管声俊
  1. article

    0下载:
  2. 实时曲线类的改进增加功能: 1)采样数据存盘和加载 2)演示程序中可以实现图形的打印预览和打印功能,曲线从原点开始
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:175.32kb
    • 提供者:李秀敏
  1. bahuanghouwtdejavashixian

    0下载:
  2. n皇后问题算法。 * 把棋盘看成一个坐标系,以左下角为原点(0,0)。坐标系的每个点为一个Point类。 * 每个皇后为一个皇后对象Queen。 * 判断一个点的坐标是否在,一个皇后控制的范围的函数为Queen.isUnderControl(point)。 -n Queen's Algorithm. * Chessboard as a coordinate system to lower left-hand corner of the origin (0,0). T
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4.09kb
    • 提供者:tangying
  1. spgs

    0下载:
  2. 用途:用向量(稀疏存储)形式的Gauss-Seidel迭代解线性方程组Ax=b % 格式: x=spgs(A,b,x0,e,N),A为系数矩阵,b为右端向量,x返回解向量。 % x0为初值向量(默认原点),e为精度(默认1e-4),设置迭代次数上限以防发散(默 % 认500)。 -purposes : with Vector (sparse storage) form of Gauss - Seidel iterative solution of linear equations
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:858byte
    • 提供者:王志波
  1. fractal7and10

    0下载:
  2. 《分形算法与程序设计——Visual C++实现》的第七章和第十章源码 包括一维元胞自动机生成的Sierpinski三角形、随机分布的Sierpinski三角形、二维元胞自动机小程序源代码、DLA模型源代码、用DLA模型模拟植物的生长源代码、原点演化圆形边界的DLA程序源垂直演化折线干预的DLA程序源代码、垂直演化汉字干预的DLA程序源代码。 随机中点位移法生成山源代码、三维空间中的分形插值算法源代码-"fractal algorithm and program design
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:480.46kb
    • 提供者:郝丽丽
  1. 矩形绕原点旋转

    1下载:
  2. 矩形原点旋转的程序-origin rotating rectangular procedures
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:9.33kb
    • 提供者:解放恢复
  1. 回原点运动

    0下载:
  2. 结合运动控制卡DM3000实现回原点运动(Combining motion control card DM3000 to realize the movement of back origin)
  3. 所属分类:LabView编程

    • 发布日期:2017-12-24
    • 文件大小:31kb
    • 提供者:云梦
  1. 解密文件_153421

    0下载:
  2. 使用雷塞卡 ,实现运动轴的 直线,插补,回原点运动,定长。(The motion of the plug line is interpolated back to the origin)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:18.27mb
    • 提供者:阿-锋
  1. 新建文件夹

    0下载:
  2. cad尺寸标注箭头自动变成原点,cad中工具选型下选择自动加载工具就可,快捷命令时:dian,可以自己修改成任意名字(CAD dimension arrow automatically turns to origin)
  3. 所属分类:CAD

    • 发布日期:2018-01-05
    • 文件大小:255kb
    • 提供者:ppt2447360911
  1. 李涵-20151003114-class的题

    0下载:
  2. 从键盘输入一个坐标,可以得出它的横坐标,纵坐标以及与原点的距离(When you enter a coordinate from the keyboard, you can get its abscissa, the ordinate, and the distance from the origin)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-07
    • 文件大小:11kb
    • 提供者:纷纷666
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com