搜索资源列表

  1. 实例38

    0下载:
  2. 材质填充源程序,java语言实现,附有运行结果图,使用jbuilder开发-filling material source, java language, with operating results map, the use of JBuilder development
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:50586
    • 提供者:刘苑
  1. MFC实现多边形画图填充

    0下载:
  2. MFC实现多边形画图和填充,对学习图形学有一定的好处哟!-MFC polygon drawing and filling, to learn graphics have certain advantages yo!
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:77972
    • 提供者:冰扉
  1. 计算机图形实验代码

    0下载:
  2. 对计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。-of computer graphics programming practice, including painting line, anti-aliasing straight Circle, painted oval, rectangular painting, drawing polygon, rec
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:45465
    • 提供者:数据库
  1. 图形包

    0下载:
  2. 图形包,可以实现画点,线,园,矩型,并且可以进行填充和裁减!-graphics package, can achieve a draw points, lines, the landscape, filling, and can be filled and reduction!
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:80278
    • 提供者:ll
  1. 图形包2

    0下载:
  2. 图形包2,如果对第一个图形包不满意,那么这个图形包一定可以满足你,拥有直线,园,剪裁,填充等等功能.-Graphics Pack 2, if the resolution is not satisfied with a graphics package, then this graphics package must satisfy you have straight lines, parks, tailoring, filling a
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2277790
    • 提供者:ll
  1. 图形包3

    0下载:
  2. 图形包3,这个图形包做的也不错,除了画线,画圆,填充,裁减外,还能变换位置-three graphics packages, graphics packages also do well, in addition to line drawing, Circle, filling, reduction, but also changing positions
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:52958
    • 提供者:ll
  1. 裁剪Dlg

    0下载:
  2. 区域填充和影线填充原理,算法和实现 图形几何变换,投影变换和视向变换的方法和实现 直线段,多边形裁剪算法和实现 曲线生成原理,算法和实现 常用的消隐算法 -area filling and filling hatched theory, algorithms and graphic geometric transformation, and visual projection transformation to transform th
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3141
    • 提供者:王宇
  1. CBImage

    0下载:
  2. 图象处理,可以处理图象的各种操作,比如边界寻找,填充。-image processing, image processing can be of various operations, such as borders in search of filling. And so on and so on and so on.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:16260
    • 提供者:rrr
  1. 几何图形的画法

    0下载:
  2. 计算机图形学,画圆,画直线,画多边形,填充.-computer graphics, Circle, painting line, polygon drawing, filling.
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:96221
    • 提供者:聪聪
  1. 发现网络中的活动主机

    0下载:
  2. 关键字: socket, 校验和算法, ICMP, connect, 端口,扫描, 这是我课程设计时,用VC.NET写的一个程序,功能是在利用socket提供的API函数, 填充并发送ICMP包,测试指定IP地址段中活动主机. 使用简单的connect方法来测试目的端口是否可通.并附带了校验和算法.希望更多的人与我交流, QQ:270596846 e_mail:chmuggmwtg@163.com-keyword : soc
  3. 所属分类:扫描程序

    • 发布日期:2008-10-13
    • 文件大小:14061
    • 提供者:陈成
  1. 多边形填充程序

    0下载:
  2. 这是计算机图象学中多边形填充程序,可以按照随机在文挡中点击鼠标自动会画出多边形并动态的进行填充-This is the computer graphics were filled polygon procedures, according to random text block automatically click of a mouse which will draw polygons and dynamic for filling
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:90240
    • 提供者:郑英
  1. 2006010511

    1下载:
  2. dda、bresenham 画直线 ,bresenham 画圆 ,填充算法,几何变换(平移、缩放、旋转等), 小型绘图软件(用鼠标绘制直线、矩形、多边形、圆、填充、平移)-dda, bresenham painting straight bresenham Circle, filling algorithm, Geometric Transformations (translation, scaling, rotating, etc
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:740998
    • 提供者:唐伟
  1. 图形的生成

    0下载:
  2. 实现二维基本图元直线段生成的基本算法(DDA,中点法,Bresenham)实现二维基本图元圆弧/椭圆圆弧生成的基本算法(中点法)实现对线型线宽的属性的控制实现二维多边形扫描转换的扫描线算法实现二维多边形扫描转换的边缘填充算法或栅栏填充算法实现二维连通区域填充的扫描线种子填充算法(四连通或八连通)实现二维直线段裁剪的Cohen-Sutherland裁剪算法和中点分割裁剪算法-basic 2D linear map of the yuan
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:228823
    • 提供者:张伟
  1. 02824418

    0下载:
  2. 多边形扫描转换 通过实现光栅图形学经典的多边形填充算法,深入理解光栅图形学的原理。-polygon scan conversion raster graphics through the realization of the classic polygon filling algorithm, raster graphics, in-depth understanding of the principle.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:10605
    • 提供者:陆俊
  1. 多边形的填充程序

    0下载:
  2. 实现了绘画任意多变形,以及对多边形的填充,颜色选择。-achieve the arbitrary drawing more deformation, and the polygon filling, color choices.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:36999
    • 提供者:李扬
  1. OpenGL画花瓶,可以填充,选择颜色等

    2下载:
  2. OpenGL画花瓶,可以填充,选择颜色等-OpenGL vase painting, filling, color selection, etc.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1564159
    • 提供者:齐齐
  1. C语言绘图与计算机仿真技术

    0下载:
  2. Turbo C 2.0包含了一个比Basic语言绘画更强的绘图函数库.它支持微机CGA EGA VGA等多种图形适配器的各种图形模式,提供了绘制各种图形,输出各种字体的图形库函数,并具有丰富的对图形进行着色,填充的功能。在图形程序及软件的编制与开发中,Turbo C绘图已越来越受到广大用户的青睐-Turbo C 2.0 includes a painting than Basic language stronger graphics l
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:6799168
    • 提供者:夺夺
  1. lab_one

    0下载:
  2. 图形学的代码,使用系统提供的绘点函数,加上自己的算法。可以画出直线。包括DDA算法和breshenham算法,中心点画圆和8分画圆,提供种子填充算法,多边形画法。-graphics code, the use of the system provides painted point function, together with its own algorithm. Sense straight. DDA include algorit
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:58706
    • 提供者:黄显龙
  1. code3

    0下载:
  2. C写的填充算法源码 算法可是在编程中可是非常重要的 大家可以参考一下这个代码,学习一下算法-C wrote filling algorithm source algorithm But in programming is very important but we can make reference to the code , and study how Algorithm
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:41390
    • 提供者:sdm68
  1. 橡皮筋算法和多边形填充算法

    0下载:
  2. 计算机图形学中的橡皮筋算法和多边形填充算法,使用vc编写.-computer graphics algorithms and the rubber-band polygon filling algorithm, vc prepared.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:59559
    • 提供者:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

源码中国 www.ymcn.org