搜索资源列表

  1. 简易画图板

    0下载:
  2. 简易的画图板 实现画点线,曲线,矩形,圆形,以及色彩的变换,填充等,另外还加入一个小小的文本操作程式。 直接编译后就可以使用。-simple drawing board to achieve painting point line, curve, rectangle, circle, and the color transformation, fill in the blanks, in addition to the text by
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:3338
    • 提供者:陈明
  1. painter

    0下载:
  2. 几个画图的程序,有如何画线、画点等--Some code that about drawing such as draw dot 、line
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:378880
    • 提供者:站长
  1. 逐点比较法画圆

    0下载:
  2. 其实这个是 用逐点比较法求得的关于圆的画法,但是一定要在 win-tc的环境下-In fact, this is a case-by-point comparison of the circular obtained by the method of painting, but must win-tc environment
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:32768
    • 提供者:西单
  1. 逐点比较法插补圆弧

    1下载:
  2. 这是用VC++中的MFC实现的,逐点比较法插补从而画出圆弧-Circular arc is drawn by the point-to-point comparison arc interpolation which implemented by the MFC of VC++.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:26624
    • 提供者:李少
  1. Voronoi1

    0下载:
  2. 用于离散点的构建三角网.文件是一个学习算法的文件,可以自行画点,然后构三角网-discrete points for the Construction of triangulation. Paper is a learning algorithm, can draw on its own, then conformation triangulation
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-20
    • 文件大小:4308992
    • 提供者:冉慧敏
  1. 实例 66

    0下载:
  2. 严华峰VC精彩编程百例,例66实现画点画线功能,很有意思的小程序,适合初学VC图形者.-Yanhuafeng exciting programming VC 100 cases, 66 cases achieving painting dotted line functions, the very interesting small program suitable for beginners who VC graphics.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:44032
    • 提供者:许辉
  1. Bresenham高效画线算法

    0下载:
  2. 画线的算法不少,但要作到高速、简单并不容易。斜率相乘法是最简单的方法之一,但计算每个点均要花费不少时间用于乘、除法运算;下面介绍的是Bresenham s高效画线算法,对每个点的坐标计算只要加、减法就能完成。-line drawing algorithm, but a lot to be done fast, simple is not easy. The slope is the most simple multiplication
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:小倪
  1. realline

    0下载:
  2. 工控系统中画实时曲线源码,包括画点和画线两种形式-Control System Real-time curve source paintings, including paintings point and line drawing two forms
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:牟春晓
  1. DrawGIS

    0下载:
  2. 在VC环境下,画点,画线,画面。其中涉及派生类的继承以及虚函数的使用 -in VC environment, painting, line drawing, screen. Involving derivatives such as inheritance and the use of virtual function
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:43008
    • 提供者:李启铭
  1. draw_dot_line

    0下载:
  2. VC++程序,用VC++实现画点画线功能,希望对大家有所帮助,谢谢。-VC procedures, with VC painting Stipples line function, we hope to help, thank you.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:43008
    • 提供者:wangshibo
  1. DrawMain

    0下载:
  2. 是一个简单的绘图源代码程序,可以绘画点,线,圆等图形.-Is a simple drawing program source code can be drawing point, line, round, such as graphics.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:
  1. Framebuffer

    0下载:
  2. fr a mebuffer中画点,画线,画多边形,画圆,画抛物线的实现函数-fr a mebuffer in the painting, the painted line, drawn polygon, circle, parabola painting realize the function
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:wzc
  1. OpenGLgraphicsArithmetic

    0下载:
  2. OpenGL画点、画线以及画多边形的算法-OpenGL drawing points, drawing lines and polygon drawing algorithm
  3. 所属分类:OpenGL

    • 发布日期:2024-05-20
    • 文件大小:11264
    • 提供者:kingf
  1. palette

    0下载:
  2. 小型绘图系统(VC++) 实现类似于windows的画板的功能。画点,画线,做2次开发比较好。 -Small-scale mapping system (VC++) To achieve similar functionality windows of the drawing board. Painting points, drawing lines, to do 2 times the development of bette
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:3134464
    • 提供者:12
  1. Graphics

    0下载:
  2. 一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:152576
    • 提供者:ling
  1. 12864_draw

    0下载:
  2. LCD12864画点,画直线,画圆和画图片算法,包括程序和图片-LCD12864 painting point, drawing a straight line, and painting pictures drawcircle algorithm, including the procedures and picture
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-20
    • 文件大小:327680
    • 提供者:link
  1. LCD_480272

    0下载:
  2. 三星处理器S3C2440的液晶源代码,包括了启动,初始化,画点,画线,画图片等模块函数-TFT
  3. 所属分类:中间件编程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:孙消广
  1. d

    0下载:
  2. 简单的C#源码,主要功能:画点、画线、画圆灯。大家可以下载参考-A simple C# source code, you can download the reference
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:王阳
  1. 简易画图板

    0下载:
  2. 简易的画图板 实现画点线,曲线,矩形,圆形,以及色彩的变换,填充等,另外还加入一个小小的文本操作程式。 直接编译后就可以使用。-simple drawing board to achieve painting point line, curve, rectangle, circle, and the color transformation, fill in the blanks, in addition to the text by
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:sedto
  1. 如何在LCD12864上任意画点

    0下载:
  2. 如何在LCD12864屏任意位置画点,内含51程序(Draw a point on the LCD12864 screen)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:84992
    • 提供者:维生素b
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org