CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 画线

搜索资源列表

  1. Computer_Graphics_Algorithm

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

    • 发布日期:2008-10-13
    • 文件大小:725652
    • 提供者:青海长云
  1. stepperfourandsix

    0下载:
  2. 这个例子做的是去年全国电子电子设计大赛E题,悬挂运动控制系统(E题),我只做了画线和画圆两个部分,纯粹是玩,所以精度不是很高,终点定位精度误差差不多0.5cm左右,画圆在两个斜率无穷大区误差较大需要修正。 一开始我用的是L297+L298驱动,感觉脉冲相位控制比较麻烦,后来想到avr相对51的速度,用B口模拟脉冲,L293驱动。电机我用的是两个42BYG四相八拍六线步进电机,资料很好找。 这个试验做起来可能有点麻烦,比赛的时候需要特定的板子,就象附件E题里所示,注意电机转动的时候
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:187898
    • 提供者:xuepeng
  1. Vc_Speci_line

    0下载:
  2. 特效画线,本程序能编制一幅美丽的网状图形-magic line drawing, the procedure would prepare a beautiful network graphics
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:38120
    • 提供者:lyzwh
  1. huaxianchengxu

    0下载:
  2. 画线程序-line drawing procedure
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1939950
    • 提供者:kontey
  1. Soft20060210100754507

    0下载:
  2. 自己写的一个二维平面CAD 画线、圆、方,可移动、复制、镜像。-himself wrote a 2D CAD drawing lines, round, side, mobile, copy, mirror.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:87358
    • 提供者:wayne wang
  1. CONNDOT1

    0下载:
  2. 利用MFC的文档视图结构,来设计画线的小程序,希望对大家有帮助-use MFC Document View Architecture, to design the small line drawing procedures, we hope to help
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:63004
    • 提供者:文鼎
  1. console_graphic

    1下载:
  2. 用控制台程序(Console project)实现计算机图形学的基本图形,其中Bresenham为Bresenham算法画线的项目,输入起点和终点;dda为DDA算法画直线的项目,输入起点和终点;mid_point为中点画线法的项目,输入起点和终点;Bres_circle为根据Bresenham算法画圆,输入圆心点和半径; midpoint_circle为中点画圆法,包括填充,输入圆心点和半径;midpointEllipse为中点画椭圆,包括填充,输入圆心点和长短轴; duobianxi
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1745205
    • 提供者:李文
  1. bresenhamsuanfachengxu

    0下载:
  2. bresenham画线算法程序,运行环境windows xp TC2.0环境.-bresenham line drawing algorithm procedures, the environment windows xp TC environment.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:870
    • 提供者:skywyj
  1. drawlineVC

    0下载:
  2. 画线的源代码,用VC++实现的,比较好用,大家可以好使一下 -drew lines of source code, with VC, more convenient, so what we can
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:27648
    • 提供者:王流
  1. drawpictool

    0下载:
  2. 画图程序,对于学习计算机图形学的是很有用的.能够完成基本的画线,画基本图形,以及着色.-drawing program, learning computer graphics is very useful. Able to complete the basic line drawing and painting basic graphics, and color.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:55062
    • 提供者:刘晴
  1. vc-VGIS

    0下载:
  2. 一个多功能的微型GIS程序,足以应付图形图象或GIS方面课程设计等。具体实现放大缩小,移动查看局部,放大局部,查看全部,画线画弧线画连续线画图形多边形等等功能。-a multi-purpose micro-GIS procedures to deal with graphic images or GIS, and other aspects of curriculum design. Large concrete realization of narrow, mobile check local
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:158945
    • 提供者:Aslan
  1. DrawGIS

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

    • 发布日期:2008-10-13
    • 文件大小:42992
    • 提供者:李启铭
  1. 00_Single_Mid_DDA_LINE

    0下载:
  2. Single_Mid_DDA_LINE一个DDA算法画线的小程序,希望对初学者有些帮助,学习图形学都要学这个。-Single_Mid_DDA_LINE a line drawing algorithm small procedures, Some want to help beginners learn the graphics needed to learn.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1121
    • 提供者:rosie
  1. 00_DDA_LINE

    0下载:
  2. 一个DDA算法画线的c程序,希望对初学者有些帮助,学习图形学都要学这个。-a line drawing algorithm c procedures in the hope that some help for beginners, students are learning the graphics.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:836
    • 提供者:rosie
  1. drawarrowpoint

    0下载:
  2. 在画线的过程中的绘制箭头的算法,利用MFC,不过如果有需要我有LINUX下QT编程的东西-line drawing in the process of drawing arrows algorithm, using MFC, But if I need QT LINUX things Programming
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:900
    • 提供者:wjh
  1. GraphicsDesign

    0下载:
  2. 计算机图形学做的课程设计, 主要有画线、画圆、画曲线、画球-do computer graphics courses, designed a line drawing, Circle, painting curve ball painting, etc.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:51511
    • 提供者:nimeda
  1. 0507Version

    0下载:
  2. 自己写的编辑位图程序。可以在位图上画线,并保存图片。-himself wrote the bitmap editing procedures. It incumbent drew lines on a map, and preserve pictures.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:163095
    • 提供者:ch
  1. T6963LcdOnC196

    0下载:
  2. 在C196单片机上做的液晶驱动,液晶芯片控制器为T6963,单色液晶大小320x240;提供初始化、画点、画线、画矩形等基本功能,在此基础上可以很容易的实现字体、位图的显示。-the C196 embedded controller made of LCD Driver, LCD controller chip for the T6963. Monochrome LCD size 320 x240; provide initialization, painting, line drawing,
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1895
    • 提供者:黄成
  1. wjxht

    0下载:
  2. 五角星绘画.rar这是结合画线技术所做的画图,挺经典的,共学习-five-pointed star painting. Rar This is the combination of technical line drawing of the painting done, quite classic, a total of learning
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:105042
    • 提供者:周升华
  1. LinePicture

    0下载:
  2. 一个简单的基于Visual C++的画线算法程序,主要是掌握画刷和画笔的用法。-based on a simple Visual C line drawing algorithm procedures, focus on mastering the art brush and brush usage.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:25683
    • 提供者:刘海涛
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com