搜索资源列表

  1. [计算机图形学]画图v0.12b

    0下载:
  2. 计算机图形学中,使用中点算法绘画直线条的算法,在vc中实现,可用鼠标操作画线,且有动态效果-computer graphics, the use of line drawing algorithm midpoint of the algorithm to achieve the vc, can be used to operate the mouse to draw lines and have dynamic effects
  3. 所属分类:绘图程序

    • 发布日期:2024-05-08
    • 文件大小:38912
    • 提供者:葳蕤
  1. 图形学线圆的实现算法

    0下载:
  2. 这是本人在学习计算机图形学时用C++BUILDER编辑的画图软件,主要用于认识画圆画线的图形学算法的实现-this is my learning to use computer graphics C BUILDER editors drawing software, mainly for understanding Circle line drawing graphics algorithm implementation
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-08
    • 文件大小:594944
    • 提供者:朱磊
  1. ComputerGraphicsDemo

    0下载:
  2. 内含直线生成的dda,中点画线算法及Bresenham算法界面美观方便实用-Intron line generated dda, dotted line algorithm and interface Bresenham algorithm facilitate practical aesthetics
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-08
    • 文件大小:772096
    • 提供者:刘超
  1. 二.二维线画图元算法

    0下载:
  2. 北大版计算机图形学算法实现之中点法画线椭圆圆的VC程序-Beijing University computer graphics version algorithm among Point line drawing elliptical round VC Program
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-08
    • 文件大小:29696
    • 提供者:吴限负
  1. 图形学画线画圆滑多边形的实现

    0下载:
  2. 图形学中的基本画图算法的实现,可能会有点小问题,请自己校正-graphics, the basic algorithm for drawing the realization may be some minor problems, its own calibration
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:9216
    • 提供者:梁清
  1. lyc

    0下载:
  2. DAA画线法 中点画线 等 画直线-DAA line drawing law dotted lines painted line
  3. 所属分类:绘图程序

    • 发布日期:2024-05-08
    • 文件大小:18432
    • 提供者:li
  1. 完成通过鼠标在视图窗口内绘制任意形状的线

    0下载:
  2. 所绘画出的线段类型、颜色和粗细,还有如何定 义画刷的填充颜色和类型。如何用Rectangle函数绘画矩形、用Ellipse函数绘画圆和椭圆和运用 -drawn up by the line type, color and thickness, and how to define the brush paintings filled with color and type. How Rectangle function re
  3. 所属分类:界面编程

    • 发布日期:2024-05-08
    • 文件大小:23552
    • 提供者:熊帆
  1. DDAline1

    0下载:
  2. 计算机图形学,利用DDA算法,中点画线算法,实现直线的绘制-computer graphics, the use of DDA algorithm, which dotted line algorithm, achieving a linear mapping
  3. 所属分类:编辑框

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:cyz
  1. DDAline2

    0下载:
  2. 中点画线算法2,DDA算法2,实现对直线的绘制-were dotted line algorithm 2, two DDA algorithm to achieve the linear mapping
  3. 所属分类:按钮控件

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:cyz
  1. DDA画直线实验一

    0下载:
  2. DDA直线画线算法,希望能用得上。是老师在课堂上要求的,希望对大家有用-DDA straight line drawing algorithm, hope to ebb and flow. The teachers in the classroom requirements, I hope useful for all
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-08
    • 文件大小:4096
    • 提供者:郑平
  1. 用鼠标取点,画线(最终版)

    0下载:
  2. 用鼠标取点,画两个点之间的直线,通过中断实现,是汇编语言-from using the mouse, painted between two straight, achieved through cutting, assembly language
  3. 所属分类:汇编语言

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:周狼
  1. 线

    0下载:
  2. 地理信息系统钟的二次开发中用到的程序,本程序是利用mo来进行画线的代码!-GIS bell secondary development of the procedures used, the procedure is to use mo line drawing code!
  3. 所属分类:GIS编程

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:何学洲
  1. 可保存图片的小画图板

    0下载:
  2. 小小画图板,可以自动选取线宽与形状,可以将所画图像保存.-little drawing board, it is automatically selected line width and shape, can be preserved by painting images.
  3. 所属分类:图形图象

    • 发布日期:2024-05-08
    • 文件大小:360448
    • 提供者:丽丽
  1. hueituchenxudaquan

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

    • 发布日期:2024-05-08
    • 文件大小:1928192
    • 提供者:upcorange
  1. 146165

    0下载:
  2. DAA画线法画直线 (1) 中点画线法画圆(输入x坐标,y坐标,圆心) (2) 二维区域填充(四向种子填充颜色算法) (3) 直线裁减 (4) 贝塞尔曲线(输入四个控制点,或者直接用鼠标点,要求坐标会随右键显示)-DAA painting painting straight line method (1) dotted line method Circle (input coordinates x, y coordi
  3. 所属分类:绘图程序

    • 发布日期:2024-05-08
    • 文件大小:83968
    • 提供者:huang wei
  1. WorkFlow_JavaScript

    0下载:
  2. Javascr ipt实现拖动,画线,画箭头,还有一个Js文件可以实现画椭圆等其它得多图形-Javascr ipt achieve Drive, line drawing, painting arrow, js document also a painting can be achieved much more elliptical and other graphics
  3. 所属分类:WEB源码

    • 发布日期:2024-05-08
    • 文件大小:18432
    • 提供者:李泉
  1. SplitView

    0下载:
  2. 窗体分割及窗口间信息的交互,在主窗口中画线及画点操作-Form divided between the window and the interactive information, in the main window line drawing and painting operation point
  3. 所属分类:Windows编程

    • 发布日期:2024-05-08
    • 文件大小:76800
    • 提供者:王清泉
  1. GuangShanHuiTuYanShi

    0下载:
  2. 这是计算机图形学课程设计程序,实现Breasham、中点、数值微分画线画圆,种子填充、活化边表填充、边填充、Sutherland线段裁减、中点线段裁减、Liang-Basky线段裁减。-This is the computer graphics curriculum design procedures, Breasham, midpoint, numerical differential line drawing Circle, see
  3. 所属分类:绘图程序

    • 发布日期:2024-05-08
    • 文件大小:33792
    • 提供者:张楠
  1. 2D_SmpCAD

    0下载:
  2. 入门级2D绘图CAD程序,包括画线、画圆、画三角形、画矩形,以及拾取、平移、旋转、镜像等功能,同时配备详细的文档实现说明(为《工程计算机图形学》一书的一章节)-entry-level 2D CAD drawing procedures, including line drawing, Circle, Triangle painting, drawing rectangles, and pick up, translation, rota
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-08
    • 文件大小:275456
    • 提供者:王进
  1. Computer_Graphics_Algorithm

    0下载:
  2. 该程序实现了图形学中的一些算法,如画线、画圆,填充、直线多边形、扫描转换,扫描线消隐算法以及一个简单的Gouraud光照模型。-the realization of a number of graphics algorithms, painting lines, the Circle, filling, linear polygon scan conversion, Lines scanning algorithm and a simp
  3. 所属分类:绘图程序

    • 发布日期:2024-05-08
    • 文件大小:724992
    • 提供者:青海长云
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org