文件名称:Bresenham
- 所属分类:
- 图片显示浏览
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2017-03-09
- 文件大小:
- 179kb
- 下载次数:
- 0次
- 提 供 者:
- 黄**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
直线中点Bresenham算法,三种算法实现画直线,课后的案例示范。-Linear midpoint Bresenham algorithm, three algorithms to achieve a straight line, after school case demonstration.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
案例2-直线中点Bresenham算法\Line.cpp
...........................\Line.h
...........................\MainFrm.cpp
...........................\MainFrm.h
...........................\P2.cpp
...........................\P2.h
...........................\ReadMe.txt
...........................\res\about.bmp
...........................\...\app.ico
...........................\...\draw.ico
...........................\...\exit.ico
...........................\...\Help.ico
...........................\...\Test.ico
...........................\...\Test.rc2
...........................\...\TestDoc.ico
...........................\...\Thumbs.db
...........................\...\Toolbar.bmp
...........................\resource.h
...........................\RGB.cpp
...........................\RGB.h
...........................\StdAfx.cpp
...........................\StdAfx.h
...........................\Test.aps
...........................\Test.clw
...........................\Test.cpp
...........................\Test.dsp
...........................\Test.dsw
...........................\Test.h
...........................\Test.ncb
...........................\Test.opt
...........................\Test.plg
...........................\Test.rc
...........................\TestDoc.cpp
...........................\TestDoc.h
...........................\TestView.cpp
...........................\TestView.h
...........................\res
案例2-直线中点Bresenham算法