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

搜索资源列表

  1. 字符裁剪

    0下载:
  2. 这是图形学中的一个常用裁剪算法包括字符裁剪,终点裁剪,多边形裁剪等很多算法.-This is a graphics of cutting algorithm commonly used characters, including cutting and finish cutting, cutting as many polygons algorithm.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:109437
    • 提供者:飞扬草
  1. 画图系统

    0下载:
  2. 我的程序是用C语言编的一个画图软件,满足以下几点: 用某种方法实现圆的生成算法。 实现橡皮筋直线、圆、矩形。 实现多边形裁剪。 实现基本几何变换(平移、旋转、缩放)。 实现Bezier曲线或B样条曲线。 最终呈现的结果是一个小型的交互式图形系统,用界面把所有功能串连起来。-the procedures I used the C language is part of a drawing software to meet the following points : the use of a ce
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:5316
    • 提供者:李玮玮
  1. 221121711222005622135524929143

    1下载:
  2. 一个画nurbs曲面的vc程序 可能贵站已经有此代码 贵站有许多程序代码我非常有用 需要写进我工作所要做的dxf数据转换程序中 希望站长能开通我的帐号 让我下载贵站代码完成我的工作 完成后我会将代码上传 那是一个将dxf转换成 点 线 面的程序 会转换所有 dxf平面 图形 所有平面的 块 图层 颜色 填充体 现在只差dxf的样条曲线 就会完成 程序 贵站有我需要的B样条 nurbs等 曲线的代码 会帮助我完成程序 完成后我会将代码 上传 我的程序 汇集了 GIS系统 数据转换系统 实现了一些
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:55258
    • 提供者:zhen
  1. JAVA图形源程序

    0下载:
  2. 特别适用于JAVA初学者的源代码,都是标准算法-particularly applicable to beginners of Java source code, is a standard algorithm
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:20368
    • 提供者:沈毅
  1. 种子填色算法

    0下载:
  2. 这是计算机图形学当中的一个绘图程序,希望会对图形学热爱者有所帮助。-This is the computer graphics which a mapping procedure, hoping graphics enthusiasts will be helpful.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:27489
    • 提供者:
  1. 扫描线填色算法

    0下载:
  2. 这是一个用c++编写出来的计算机图形学中的绘图算法,希望能给读者带来帮助。-This is a c + + with the preparation of the computer graphics mapping algorithm, in hopes of giving the readers to help.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:32869
    • 提供者:
  1. 色盘算法

    0下载:
  2. java写的非常棒的色彩盘!有CMYK、LAB、RGB几种模式-wrote wonderful color set! A CMYK, LAB, RGB several models!
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:18592
    • 提供者:黄清
  1. 图像算法大全

    1下载:
  2. 里面包含完整的算法实现函数代码 已编辑成为word文档格式 便于复制  垂直镜像 图像的旋转 图像缩放 256图像转化成灰度图像 随即噪声  亮度调整 色调调整 对比度调 八种图像处理算法(函数)-containing the complete algorithm editing function has become a code word document formats to facilitate replication vertical mirror image rotation ima
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:21830
    • 提供者:许思勇
  1. erweicaijian.rar

    0下载:
  2. 实现鼠标点击绘制出矩形和直线,然后用梁友栋算法进行的二维图形裁剪,The realization of a mouse click rectangle and draw a straight line, and then You-Xin Liang Dong algorithm using two-dimensional graphics cutting
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-19
    • 文件大小:46800
    • 提供者:yuyan
  1. Graphics.dll

    0下载:
  2. 直线、圆、椭圆二维图形的生成。直线的生成算法有DDA、Bbresenham、point,圆的生成算法有bresenham等 此系统还包含裁剪操作。 曲线的生成算法:bezier曲线 三维操作:三维物体旋转变化、穿越三维空间、虚线三维空间-Straight, round, oval to generate two-dimensional graphics. Straight-line algorithm to generate the DDA, Bbresenham, point, c
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-31
    • 文件大小:26178
    • 提供者:张晨雨
  1. CurveC++

    0下载:
  2. 曲线拟合算法,C++程序,多种拟合方法,包括拉格兰日算法等 -Curve fitting algorithm, C++ Procedures, fitting a variety of methods, including algorithms, such as Raglan Day
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-13
    • 文件大小:3402
    • 提供者:GongJianzhong
  1. ThreeBsplinecurve

    1下载:
  2. 用VC++写的三次B样条曲线算法,能够实现与控制多边形的外形更接近,局部修改能力 任意形状,包括尖点、直线的曲线,易于拼接,阶次低,与型值点数目无关,计算简便-Using VC++ to write the three B-spline curve algorithm, can be achieved with the control polygon is closer to the shape, the capacity of local modification of arbitrary
  3. 所属分类:Graph Drawing

    • 发布日期:2016-05-07
    • 文件大小:3992987
    • 提供者:fan
  1. fengxing-grass

    0下载:
  2. 这是用VC++6.0开发的一个分形算法绘制的一颗小草的形状。-This is used VC++ 6.0 developed a fractal algorithm drawn a Xiaocaohu shape.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-28
    • 文件大小:263492
    • 提供者:廖春华
  1. a

    0下载:
  2. 本试验是研究曲线曲面生成算法,效果逼真,易于实现-This test is to study curves and surfaces generated algorithm, the effect of a realistic, easy to achieve
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-24
    • 文件大小:24611
    • 提供者:
  1. gh

    0下载:
  2. 1. 简单图元的生成(如直线、圆、长方形等) 2. 用DDA算法或中点(Besenham)算法实现直线段、椭圆或圆的绘制 3. 用扫描线填充算法进行区域填充,用Sutherland 裁剪算法裁减多边形 4. BEZIER曲线或B样条曲线的绘制 5. 个性化图形软件包的开发 6. 所有文件包括源码和截图-1. Easy metafile generation (such as linear, round, rectangular, etc) 2. Using DDA algor
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-03
    • 文件大小:1445148
    • 提供者:lixuan
  1. ComputerGraphicCourse

    0下载:
  2. 直线、圆、椭圆二维图形的生成。直线的生成算法有DDA、Bbresenham、point,圆的生成算法有bresenham等 此系统还包含裁剪操作。 曲线的生成算法:bezier曲线 三维操作:三维物体旋转变化、穿越三维空间、虚线三维空间-Straight, round, oval to generate two-dimensional graphics. Straight-line algorithm to generate the DDA, Bbresenham, point, c
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-11
    • 文件大小:2770308
    • 提供者:张晨雨
  1. CG-draw-a-circle.cpp

    0下载:
  2. 计算机图形学,画圆的最简单算法,不太简介,初学者可以参考-Computer graphics, circle the most simple algorithm, not profiles, beginners can refer to
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-28
    • 文件大小:1278
    • 提供者:xueying
  1. a

    0下载:
  2. 群集s算法的Jave编程软件,可以用于群体运动的绘图仿真-Jave programming software cluster s algorithm, can be used for graphics simulation of group sports
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-06
    • 文件大小:5168
    • 提供者:戴炜楠
  1. bresenham算法

    0下载:
  2. bresenham算法,用于计算机图形学,这是一种很好的画直线工具。-bresenham algorithms for computer graphics, which is a good tool for drawing straight lines.
  3. 所属分类:绘图程序

    • 发布日期:2017-12-03
    • 文件大小:621
    • 提供者:陶忠山
  1. BLine

    0下载:
  2. 实现了B曲线的源码,一种新的Bspline反求控制点算法,(Achieved a B-source curve, a new control point Bspline Reverse algorithm)
  3. 所属分类:绘图程序

    • 发布日期:2017-12-27
    • 文件大小:262144
    • 提供者:沙-粒
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com