搜索资源列表

  1. 石器时代VIP完整服务端

    4下载:
  2. <p>石器时代VIP完整服务端:</p> <p>52.增加安全码开关,在CF中设置</p> <p>51.增加在线存储数据道具,最大限度防止回档<br /> 在线存储卷,在线存储卷,可以在线存储数据,避免回档,使用间隔30分钟,,,,,,,,ITEM_CharSave,,,,,,20819,24176,0,16,2,0,0,-1,,,,,,,,,,,,0,0,0
  3. 所属分类:游戏引擎

    • 发布日期:2012-07-23
    • 文件大小:3.1mb
    • 提供者:njynjy
  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
  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!
  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
  3. 所属分类:GDI/图象编程

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

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

    • 发布日期: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. 所属分类:图形图像处理(光照,映射..)

    • 发布日期: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
  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
  3. 所属分类:GDI/图象编程

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

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

    • 发布日期:2008-10-13
    • 文件大小:175.32kb
    • 提供者:李秀敏
  1. 矩形绕原点旋转

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

    • 发布日期:2008-10-13
    • 文件大小:9.33kb
    • 提供者:解放恢复
  1. 矩形绕原点旋转

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

    • 发布日期:2025-01-07
    • 文件大小:9kb
    • 提供者:解放恢复
  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!
  3. 所属分类:OpenGL

    • 发布日期:2025-01-07
    • 文件大小:96kb
    • 提供者:
  1. 回原点运动

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

    • 发布日期:2025-01-07
    • 文件大小:31kb
    • 提供者:云梦
  1. 解密文件_153421

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

    • 发布日期:2025-01-07
    • 文件大小:18.27mb
    • 提供者:阿-锋
  1. 新建文件夹

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

    • 发布日期:2025-01-07
    • 文件大小: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编程

    • 发布日期:2025-01-07
    • 文件大小:11kb
    • 提供者:纷纷666
« 12 3 4 5 6 7 8 9 10 ... 16 »

源码中国 www.ymcn.org