搜索资源列表

  1. saomiaoxian

    1下载:
  2. 用c语言实现的扫描线填充算法!其中包括用floodfill()函数模拟的扫描线填充算法!可能对初学者可能有些帮助!-language used by scanning fill algorithm! These include using floodfill () function simulation of scan lines filling algorithm! May beginners may help!
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:4690
    • 提供者:赵若琳
  1. sysgraph

    1下载:
  2. VC的一个绘图程序,包括基本图形的绘制,填充,二维变换等-VC a drawing program, including basic graphics drawing, filling, such as two-dimensional transform
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:104209
    • 提供者:123
  1. 0327401100

    0下载:
  2. 多边形的填充,算法可用于任何多边形的填充,只需知道它们的定点坐标就行。使用OpenGl写code-Polygon fill algorithm can be used for any polygon filling, they know only the sentinel coordinates on the line. Use OpenGl write code
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:54282
    • 提供者:丁钱飞
  1. scan_fill

    0下载:
  2. 图形学中绘制的bezier曲线,种子填充算法,扫描线算法。-Graphics Rendering of bezier curves, seed filling algorithm, scanning algorithm.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:193805
    • 提供者:刘文井
  1. figure-ron

    0下载:
  2. 通过实现这个二维图形编辑系统,掌握图形的生成算法,图形变换,图形文件存储,多边形填充等方面的知识。这个系统要求用户界面设计合理,图形绘制算法效率高,能完成简单二维图形的绘制、变换、坐标变换、图案填充等功能-through the realization of the two-dimensional graphics editing system, master graphics algorithm for the generation,
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:290833
    • 提供者:李海
  1. 2dvectordraw

    0下载:
  2. 一个完整2维矢量图形软件源代码,包括直线,矩形,样条,文字,填充等功能-a complete two-dimensional vector graphics software source code, including linear, rectangular, kind of, in writing, filling functions
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:883036
    • 提供者:wuhanwangtao
  1. ColorAndFontEx

    0下载:
  2. 实现功能:类似office的线型填充、图形填充、字体旋转和改变字体显示方向等的功能,并实现了属性页的功能。 将其封装到工程里,直接调用,非常得方便。-achieve functional : a similar office of the linear filling, filled with graphics, font rotation and change fonts show the functional direct
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:227688
    • 提供者:朱华艳
  1. Scanline

    0下载:
  2. 这是在MFC中,填充各种图形的一个算法的实现。颜色及点的坐标可以随意输入-This is the MFC, filling a variety of graphics algorithm implementation. Color and the coordinates of points can be arbitrarily input
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:42272
    • 提供者:李月鸿
  1. seed_fill

    1下载:
  2. 用C++实现的计算机图形中的种子填充算法,对学习编程和计算机图形学的很有帮助.-C realization of computer graphics seed filling algorithm, to learn computer graphics programming and the very helpful.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2819
    • 提供者:杨扬
  1. wcbm

    0下载:
  2. 模仿Windows自带的图象编辑器。有异或绘图,图形规则划,泛滥填充等算法。-imitate the Windows image editor. There are differences or graphics, graphics rules is rampant, such as filling algorithm.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:35199
    • 提供者:wc
  1. texteffect

    0下载:
  2. 通过gid32.dll和user32.dll提供的位移OffsetRect、填充FillRect等函数,实现文字的滚动显示。-through gid32.dll user32.dll and the displacement OffsetRect, filling FillRect other functions, to achieve the rolling text display.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:9318
    • 提供者:bozz
  1. hueituchenxudaquan

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

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

    0下载:
  2. 这个程序实现了一般绘图应用程序所具有的绝大多数功能,并提供了一些额外的辅助功能。可以进行直线图元、椭圆图元、三角形图元、矩形图元等图元的绘制,还可以填充图元,绘制文本,改变线条颜色、类型以及填充方式等。允许对图形的删除、修改、拷贝、剪切、平移、撤销等操作。允许改变图元的颜色、线形、形状等。还有辅助网格功能方便用户进行定位绘制。还有文件格式和数据库支持等功能。对想了解GDI编程的朋友有极大的帮助。-the process of gener
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:37089
    • 提供者:严江
  1. ActiveEdge

    0下载:
  2. ActiveEdge 活化边填充算法 2005-10-1-ActiveEdge activation while filling algorithm 2005-10-1
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:53265
    • 提供者:tang
  1. sidefill

    0下载:
  2. 计算机图形的边填充的算法是将一个封闭图形的内部填充上颜色-the edge computer graphics filling algorithm is a closed internal graphics fill color
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:5336
    • 提供者:张严
  1. Thepackingofthepolygon

    0下载:
  2. 多边形的填充,在VB平台上开发,属于图形学内容,实现画多边形并进行填充-polygon filling, in VB platform development, graphics content belongs to achieve paintings and filled polygon
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:4331
    • 提供者:张敬
  1. jjj-browsdlg

    0下载:
  2. 用指定的位图做刷子填充整个窗口。这个程序演示如何建立画刷句柄以及将它选择到一个图形设备句柄中(3KB)-specified bitmap brush done filling the entire window. This procedure shows how to build painting brush handle, as well as its choice of a graphics equipment to handle
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2454
    • 提供者:高帆
  1. AProgrameronJavaScript

    0下载:
  2. 《JAVAscr ipt 动态网页编程实例手册》一书中的源代码,关于如何用Javascr ipt语言来进行动态网页编程的实例手册。 以示例教学方式来组织内容,将Javascr ipt编程的基础知识有机地与控制鼠标特效、导航栏中的下拉菜单、设置浏览器状态条、复杂的动态菜单和表单的自动填充等200多个程序示例相结合,内容丰富、讲解细致、由浅入深、集趣味性、直观性、可操作性于一体,帮助读者快速掌握动态网页编程的方法和技巧。 -&q
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4987847
    • 提供者:lala911
  1. fill_4

    0下载:
  2. 用种子填充算法,对一个正方形进行填充,并对算法进行一点优化,提高填充的效率.-algorithm filled with seeds, a pair of square for filling, as well as optimization algorithms 1:00, Filled improve efficiency.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:26905
    • 提供者:陈晓勉
  1. drawSystem

    0下载:
  2. 用VC++实现的基本绘图程序,可画直线、圆等图像,并具备填充、剪裁等基本功能。-with VC's basic drawing program, drawing straight lines, circles and other images, with the filling, basic features, such as tailoring.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:74197
    • 提供者:于小
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org