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

搜索资源列表

  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
    • 文件大小:66427
    • 提供者:stzxxxstz
  1. jisuanji1tuxingxue1

    0下载:
  2. 这是我的计算机图形学课程设计,实现了简单的画图功能。用面向对象语言和面向对象程序设计方法完成一个画图应用系统的分析、设计和实施,实现对象的基本插入、删除、修改、查询 和对象的永久保存等功能。通过课程设计使学生掌握面向对象编程技术、语言的GUI编程、常用类库的使用、应用系统的开发过程和常用的画图算法,如画圆、画直线、画矩形、填充等。-This is my computer graphics curriculum design, realization of a simple drawing fun
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:656091
    • 提供者:刘昌劲
  1. hueituchenxudaquan

    0下载:
  2. 程序的功能: 一、用两种不同算法(DDA法和中点法)画任意直线,输入方式有鼠标取点点法,和对话框输入直线端点法。直线颜色在画线前任意选取。 二、直线的属性控制。可以从对话框中任意输入线宽画直线。还有画虚线的功能,你可以输入虚线中实线部分的长度和空白间隔的长度来画虚线。 三、用两种算法(中点法和正负法)画任意圆。 四、画任意椭圆。画椭圆时限任意取两点确定一矩形,由该矩形确定椭圆的大小。 五、多边形填充。用鼠标取点画任意多边形,可选取任意颜色去填充多边形区域。 六
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1239665
    • 提供者:wgz
  1. tuxingxuedazouye

    2下载:
  2. 1. 做一个集成的图形界面的程序,可调用每一次作业子程序。 2. 调用画点的函数,用DDA、中点算法画直线和中点算法及正负法画圆和抛物线。 3. 交互式的二维直线求交:如果存在交点,用实心圆显示交点,并用文字显示其坐标。 4. 用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括自行车行走和绕固定点旋转的自旋转物体动画。) 5. 线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:108711
    • 提供者:张斌
  1. test7

    0下载:
  2. 一个线段的裁减算法,具体实现在矩形区域内,对两条直线裁减。-a segment of the reduction algorithm, rectangular concrete realization in the region, the two straight cuts.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:8076
    • 提供者:
  1. V2dCAD3.0

    2下载:
  2. 一个简单的二维图形编辑器.实现了缩放,平移,旋转,镜像等功能.并提供,直线,圆,矩形等基本图元的算法.适合于计算机图形学的学习和应用.-a simple two-dimensional graphics editor. To achieve the scalability, translation, rotation, mirroring capabilities. And to provide a straight, a round, rectangular map yuan basic al
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:239983
    • 提供者:zhaoyong
  1. Rectangle

    5下载:
  2. 探讨了矩形件和任意形状图案的排样优化问题的遗传算法求解,提出了剩余矩形表示法和条形图表示法。对于矩形排样,剩余矩形表示法提高了板材利用率,更容易得到较优解。对于任意形状图案排样,条形图表示法直接利用位图排样,不对图案作任何限制(允许有孔洞),排样速度很快。该算法已应用于智能印花分色系统中。-on rectangular pieces of arbitrary shape and pattern layout of genetic optimization algorithm. the remai
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:346646
    • 提供者:wayllen
  1. CG_Line

    0下载:
  2. 计算机图形学的简单设计,包括dda算法,brem算法和矩形,圆的绘制-simple computer graphics design, including dda algorithm, Brem algorithm and rectangular, circular mapping
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:16635
    • 提供者:burnett
  1. clip_graph

    0下载:
  2. 本源码给出了实现线段和矩形的裁剪算法. 包含有一\"图形裁剪\"文件夹 实验步骤的简要提示的WORD文档--Grphics experiment NO4-图形裁剪.doc 一可执行文件-- 图形裁剪.exe - The source code has produced the realization line segment and the rectangle cuts out the algorithm Contains has a \"graph to cut out
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:87551
    • 提供者:于心不甘
  1. MoveRecControl

    0下载:
  2. 实现游戏中对机器人进行矩形运动的智能控制算法-realization of the game for robot movement rectangular intelligent control algorithm
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:58056
    • 提供者:姜寒月
  1. sflbp

    0下载:
  2. 用于三分类的bp算法matlab程序 下面是一个两概念(一个三角形和一个矩形)学习的例子,是一个典型的多分类例子 分类结果的正确率可通过训练网络进一步提高 -for three classification algorithm Matlab procedures bp below is a two concepts (a triangle and a Moment fractal) learning example is a typical example of multi-c
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:32006
    • 提供者:张耀天
  1. midcut

    0下载:
  2. 中点分割裁减算法的实现,VC++,左键画出任意条直线,右键画出矩形进行裁减-midpoint of the segmentation algorithm to achieve reductions, VC + +, painted arbitrary menu of straight lines, right-painted rectangle for the reduction
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:45264
    • 提供者:郑晓峰
  1. 20060214155614129

    0下载:
  2. 1、 矩形窗口的直线段裁剪(Cohen-Sutherlan算法必做,再在梁友栋和中点分割算法中任选一种)-a rectangular window line of cutting (Cohen-Sutherlan algorithm will do, again in mid-point and friends of Liang Dong segmentation algorithm An optional)
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:77892
    • 提供者:苏少
  1. ljqg

    0下载:
  2. 解决的问题: 零件切割问题,给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小? 该算法采用dc,最后结果采用图形界面画出。自主开发完成。-solve the problem : cutting parts, given a width of the rectangular plate W, the height of rectangul
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:27853
    • 提供者:荣平
  1. juxingfenzhi

    0下载:
  2. 这是矩形分支定界算法,采用matlab语言环境-branch and bound algorithm, using Matlab language environment
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1353
    • 提供者:zhangmin
  1. eluosifangkuai(j2me)

    0下载:
  2. 学习手机j2me的必备程序,俄罗斯方块程序,没有图片资源,画矩形实现的,算法还行-phone j2me learning of the requisite procedures, the Russian box procedures, no pictures resources, the realization of rectangular painting, Algorithm also OK
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:17203
    • 提供者:何沙舟
  1. cutofbeeline

    0下载:
  2. 基于VC++6.0实现直线段的Cohen-Sutherland算法裁剪. 操作说明: 打开裁剪.EXE,点击画矩形或画直线,就可以进行画矩形或直线;然后点击裁剪,就可以进行直线段的Cohen-Sutherland裁剪。 -based VC 6.0 line of the Cohen-Sutherland algorithm cutting. Operation Note : Open cut. EXE, it painted rectangular or line drawing,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:134128
    • 提供者:陈守勇
  1. liantongyu

    1下载:
  2. 基于4邻接性的宽度优先搜索算法,可以检测图像中的各连通域,并给出连通域的矩形框表示-based on four adjacent width of the first search algorithm can detect the image of the connected domain, and the domain is connected rectangular box said
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1304
    • 提供者:杨玉娟
  1. imagelab2

    0下载:
  2. 2D图像生成,具体生成了一个矩形和一个圆形,两者相交,不直接调用画线函数,而是用Besenham算法另编写画直线和圆的函数,计算机视觉的一个实验作业。-2D image generation, the generation of a specific rectangle and a circle, the two intersect, not directly call line drawing functions, Rather Besenham algorithm to prepare an
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:100397
    • 提供者:周姗姗
  1. imagelab3

    0下载:
  2. 像点属性划分,具体画出了一个矩形和一个圆,两者相交,通过鼠标点击判断当前点属于矩形还是圆,用Besenham算法画直线和圆,计算机视觉的一个实验作业。-pixel attribute division, a painted concrete rectangle and a circle, the two intersect. Click on the mouse through judging the present point is rectangular or circular, paint
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:98205
    • 提供者:周姗姗
« 1 2 3 45 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com