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

搜索资源列表

  1. jisuanji1tuxingxue1

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

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

    0下载:
  2. 用C语言编程,实现用C_S算法的多边形裁剪和圆的生成算法 -C programming language, to achieve the algorithm used C_S polygon cutting and the yen Algorithm
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1352
    • 提供者:pjnuaa2002
  1. scan-line

    2下载:
  2. 这是本人整理的区域填充算法中种子扫描线算法的vc 源代码,希望能给学习计算机图形学的编程初学者一点帮助-this is my finishing area filling algorithm seed scan line algorithm vc source code, hope that they will learn computer graphics programming help beginners 1:00
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1588
    • 提供者:赵先生
  1. adfegdfdfe

    0下载:
  2. 使用VB.NET编程语言在Visual Basic.NET 2003的平台下自己动手设计开发一款文件加密软件,采用DES加密算法,能实现对各种类型的文件进行加密和解密是关键之处,主要要把这个做完善。-use VB.NET programming language in Visual Basic.NET 2003 platform personally developed an encryption software documentation using DES encryption algor
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:3323
    • 提供者:chenliang
  1. tuxingxueshiyan4

    1下载:
  2. 1.实验目的 1、通过本次实验,掌握三维图形的旋转等变换和消隐的基本概念和相关算法。 2、掌握凸多面体的消隐算法和实现。 3、进一步熟练和掌握编程环境中三维图形的绘制和消隐的程序设计方法。 2.实验内容 1、绘制一个三维几何图形,如:球、立方体、棱柱、棱锥等。 2、对绘制的三维几何图形实现平移、旋转、变比的基本变换。 3、编程实现凸多面体的隐藏面和隐藏线的消隐。 -1. The experiment was a passage of this experiment
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:5601
    • 提供者:fisherman
  1. G-work

    0下载:
  2. turbo c 实现 多边形裁减算法 利用C-S实现.参考了dos下的鼠标编程-turbo c achieve polygon reduction algorithm uses C-S to achieve. Dos reference to the programming of the mouse
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:21643
    • 提供者:bug
  1. 1

    1下载:
  2. 图形学与数字图像处理实验中区域填充实验源码实验目的 1、 通过实验,进一步理解和掌握扫描线填充算法; 2、 掌握用扫描线填充算法进行区域填充的基本过程; 3、 通过编程,会在TC环境下用扫描线填充算法编程实现一个饼型图的绘制; 4、 通过实验,进一步理解和掌握Sutherland 裁剪算法; 5、 掌握用Sutherland 裁剪算法裁减多边形的基本过程; 6、 通过编程,会在TC环境下用Sutherland 算法编程实现用矩形窗口对多边形的裁剪。 实验环境 计
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1467
    • 提供者:李加伟
  1. besenham

    0下载:
  2. 经典的直线besenham算法,学习MFC编程的基础算法-The classic line besenham algorithm to learn MFC programming based algorithm for
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-17
    • 文件大小:291691
    • 提供者:
  1. yjz

    0下载:
  2. 图形学作业:液晶字。采用综合算法编程得出。-Graphics work: LCD characters. Integrated algorithm programming drawn.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-30
    • 文件大小:31581
    • 提供者:zhangfu
  1. Fractral4

    0下载:
  2. 初步介绍分形编程,示例中显示了4种分形图案,递归算法简单易懂。-Introduction to fractal programming, the example shows four kinds of fractal patterns, recursion is easy to understand.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-04
    • 文件大小:28619
    • 提供者:Lu
  1. GraphicsHomework

    0下载:
  2. gui编程:简单绘图程序,实现画线、圆等等简单图形,以及裁剪、填充等基本算法-gui programming: a simple painter
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-06
    • 文件大小:91951
    • 提供者:chenxinyue
  1. GraphicsE

    0下载:
  2. 图形学 一些算法的实现 直线、圆、椭圆 中点偏差算法 barsky、编码法直线裁剪算法的实现 Bezier曲线 mfc编程-Some graphics algorithm for straight line, circle, ellipse midpoint deviation algorithm barsky, coding algorithms achieve linear Bezier curve cutting mfc programming
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-14
    • 文件大小:3740475
    • 提供者:Earl
  1. yuan-tuoyuan--zhixian

    0下载:
  2. 实现图形里面的基本几个编程,有圆的算法,椭圆的,直线的两个-There are several basic of graphics programming, the algorithm has a round, oval, line two
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-28
    • 文件大小:2958
    • 提供者:王磊
  1. jisunjituxingxue

    0下载:
  2. 利用计算机编程语言绘制图形,主要实现以下内容: (1)、中点算法生成任意斜率直线,并设置线型线宽。 (2)、中点算法生成圆 (3)、中点算法生成椭圆 (4)、扫描算法实现任意多边形填充 (5)、Cohen_Sutherland裁剪 (6)、自由曲线与曲面的绘制 (7)、二维图形变换 (8)、三视图变换 -Draw graphics using computer programming languages, mainly to achieve the follo
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:240005
    • 提供者:zoeondine
  1. ComputerGraphic

    0下载:
  2. VC++编程实现计算机图形学中几种画线算法,并有填充算法。-VC++ programming in several computer graphics line drawing algorithm, and a fill algorithm.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-28
    • 文件大小:86317
    • 提供者:王明
  1. piccut

    0下载:
  2. C++编程源代码,图形的裁剪功能的实现,基本的裁剪算法的应用~-C++ programming source code, graphics cropping function, the application of the basic clipping algorithm ~
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:2008112
    • 提供者:zerohoo
  1. Circle

    0下载:
  2. 自己用MFC实现的Bresenham画圆的算法,和MFC画得一样圆。可直接运行Release目录下的执行程序看效果。自己画的红色圆与MFC画的黑色圆是重合的。可作为学习图形编程的好例子。-Bresenham circle algorithm with MFC and MFC painted circle. Implementation procedures in the Release directory can be run directly to see results. The black
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-13
    • 文件大小:3432073
    • 提供者:fuzhiguo
  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. caisehuaxianyutianchong

    0下载:
  2. 彩色划线与填充算法,可用Matlab编程,也可用Mathematica软件编程-Color crossed with filling algorithm available Matlab programming, can also be used Mathematica software programming
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-08
    • 文件大小:297799
    • 提供者:吴正山
  1. aobianxing

    0下载:
  2. 凹边形判定算法,可用Matlab编程,也可用Mathematica软件编程-Concave gon determination algorithm, Matlab programming available, can also be used Mathematica software programming
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-08
    • 文件大小:21405
    • 提供者:吴正山
« 12 »
搜珍网 www.dssz.com