搜索资源列表

  1. count_K.N

    0下载:
  2. k个位子,n个元素填充,每个位置上数字可重复。例程为一简洁的递归算法,显示所有可能的组合-n to K problem
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:yuxin
  1. PolyFill

    0下载:
  2. 加强对图元填充概念的理解实现扫描转换多边形的扫描线算法和填充区域的扫描线算法算法的程序-Elements to strengthen the understanding of the concept to fill the realization of polygon scan conversion algorithm and the scan line scan line fill algorithm region algorithm
  3. 所属分类:图形图象

    • 发布日期:2024-05-18
    • 文件大小:2382848
    • 提供者:wangying
  1. 1234

    0下载:
  2. 编写实现扫描转换多边形的扫描线算法和填充区域的扫描线算法算法的程序
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:2407424
    • 提供者:Ldzzhxf
  1. 1234

    0下载:
  2. 编写实现扫描转换多边形的扫描线算法和填充区域的扫描线算法算法的程序(第一个是扫描线)这个事区域填充 -编写实现扫描转换多边形的扫描线算法和填充区域的扫描线算法算法的程序(第一个是扫描线)这个事区域填充
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:1939456
    • 提供者:Ldzzhxf
  1. scanseed

    0下载:
  2. 2D图形学中的扫描线填充图形算法的实现,对于初学者有帮助,代码简单,明了-2D Graphics graphics scan line fill algorithm, useful for beginners, the code is simple, clear
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-18
    • 文件大小:7705600
    • 提供者:孙雷
  1. 4

    0下载:
  2. 给定四个点绘制图4-30所示的不同转角的两个正方形,使用有效边表算法编程对其进行填充,填充效果如图4-31所示,注意采用“上闭下开”和“左闭右开”原则实现,使得每个正方形的右边界和下边界没有填充。 -Given four points of the map shown in Figure 4-30 the two different corners of the square, while the use of effective
  3. 所属分类:压缩解压

    • 发布日期:2024-05-18
    • 文件大小:17754112
    • 提供者:刘维超
  1. s1

    0下载:
  2. 计算机图形学中,边界填充的算法,利用c语言完成,包括算法代码-bianjietianchong
  3. 所属分类:图形图象

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:yang
  1. newmorning

    0下载:
  2. 详细讲述了二维线画图元的生成(包括二维直线、圆、椭圆、抛物线的生成)、二维填充图元的生成(图形的填充、字符的输出)、二维裁剪、图形变换(平移、旋转、放缩三种变换)、投影(透视投影)和曲线生成(Hermite曲线和Bezier曲线的生成)的算法思想以及程序实现。-A detailed account of the two-dimensional line drawing of the generating element (includi
  3. 所属分类:绘图程序

    • 发布日期:2024-05-18
    • 文件大小:12288
    • 提供者:tim
  1. design

    0下载:
  2. 实验内容: 1 实现扫描转换多边形的算法填充多边形。 实现内容: 1, 可以画任意多边形。 2, 三角形也是通过扫描转换多边形的算法实现。 具体实现: 画多边形用moveto(),lineto(),两个函数实现画没一条边。 构造ET表,AEL表,通过这两个表填充多边形。 画图步骤: 1. 取顶点:用n记录顶点个数,按下鼠标开始取点,第二次按下取得第二个顶点,第i次按下取得第i 个顶点。取得的顶点放到V
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:427008
    • 提供者:杜怀龙
  1. 789642315

    0下载:
  2. opengl 中 图形学算法,实现填充, 课程设计-in opengl graphics algorithms, to achieve filling, curriculum design
  3. 所属分类:OpenGL

    • 发布日期:2024-05-18
    • 文件大小:3255296
    • 提供者:杜怀龙
  1. basicpixel1

    0下载:
  2. 本章主要介绍图元属性,对于各种图元的属性具有详细的描述,以及相关的算法和思想,还有涉及到区域填充的各种方法,相信对大家的学习有帮助-This chapter introduces the element attributes, for a variety of graphic elements with the attributes described in detail, as well as related algorithms a
  3. 所属分类:绘图程序

    • 发布日期:2024-05-18
    • 文件大小:2631680
    • 提供者:xixi
  1. BCBandECB

    0下载:
  2. BCB模式与ECB模式的加密模式与解密模式 输入明文:I do like this book 加密算法E:异或⊕,密钥为cryption; 移位,密钥为5 两种填充模式:(1)0 (2)密文挪用 初始化向量IV:goodluck 用两种模式进行加密,输出相应的密文。 -BCB mode and ECB mode encryption and decryption mode input mode expl
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:zouna
  1. midpoint

    0下载:
  2. 计算机图形学的区域填充的中点填充,算法可实现-Computer graphics to fill the mid-point of the region filling algorithm can be realized
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-18
    • 文件大小:6421504
    • 提供者:xiangcao
  1. 111

    0下载:
  2. 图象处理过程中一 个新的填充图象轮廓的算法-Image processing Image fill a new outline of the algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:845824
    • 提供者:fbb
  1. Areafilling

    0下载:
  2. 区域填充中扫描线算法的实现源代码,绘制任意多变形,然后选择颜色填充-Region in the scan line fill algorithm source code, drawing more than any deformation, and then select the fill color
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-18
    • 文件大小:1895424
    • 提供者:murongboy
  1. graphics

    0下载:
  2. 图形学原理,有画点、线、圆弧、区域填充等基础的画图算法。-Graphics principles, there are draw points, lines, arcs, and other infrastructure of the drawing area filling algorithm.
  3. 所属分类:图形图象

    • 发布日期:2024-05-18
    • 文件大小:1531904
    • 提供者:guozhenhai
  1. CG

    0下载:
  2. 计算机图形学实验作业 包括直线椭圆算法 扫描线填充 区域剪裁 Bezeir曲线曲面 3D变换-Computer Graphics experimental work, including straight-line scan-line algorithm for filling regions oval cut Bezeir curves and surfaces 3D Transform
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-18
    • 文件大小:5429248
    • 提供者:yc
  1. CGcode

    0下载:
  2. 计算机图形学常用算法源代码:直线生成算法,曲线生成算法,平移变换,比例变换,对称变换,区域填充,图像裁剪-Computer graphics algorithms source code used: a straight line generating algorithm, curve generation algorithm, translation transformation, the proportion of transfor
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:lynn
  1. CGPainter_polygonFilling

    0下载:
  2. 图形学,使用扫描线算法实现了对圆形颜色的填充-Graphics, using the scan-line algorithm for circular color fill
  3. 所属分类:压缩解压

    • 发布日期:2024-05-18
    • 文件大小:69632
    • 提供者:kiki
  1. Draw

    0下载:
  2. 图形学代码,实现填充,剪裁等基本算法的演示-Graphics code, to achieve filling, cut demonstration of the basic algorithm
  3. 所属分类:OpenGL

    • 发布日期:2024-05-18
    • 文件大小:3778560
    • 提供者:yly
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org