文件名称:Bresenham-MaA
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 236kb
- 下载次数:
- 0次
- 提 供 者:
- tian*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
直线Bresenham算法的基本原理是采取对整型参量的符号进行检测,整型参量的值正比于两像素与实际线段之间的偏移。直线的中点Bresenham算法是依据下一个点可能出现的两个点的中间点处在直线的位置来判断下一个点的取舍。-The basic principle of Bresenham line algorithm is to take the sign of the integer parameter testing, integer values of parameters is proportional to the actual line between the two pixel offset. Bresenham midpoint line algorithm is based on the next point may occur at the midpoint of two points a straight line to determine the location of a point under the trade-off.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
直线中点Bresenham算法\InputDlg.cpp
.....................\InputDlg.h
.....................\MainFrm.cpp
.....................\MainFrm.h
.....................\ReadMe.txt
.....................\res\app.ico
.....................\...\draw.ico
.....................\...\exit.ico
.....................\...\Help.ico
.....................\...\kld.bmp
.....................\...\Test.ico
.....................\...\Test.rc2
.....................\...\TestDoc.ico
.....................\...\Toolbar.bmp
.....................\resource.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
直线中点Bresenham算法
.....................\InputDlg.h
.....................\MainFrm.cpp
.....................\MainFrm.h
.....................\ReadMe.txt
.....................\res\app.ico
.....................\...\draw.ico
.....................\...\exit.ico
.....................\...\Help.ico
.....................\...\kld.bmp
.....................\...\Test.ico
.....................\...\Test.rc2
.....................\...\TestDoc.ico
.....................\...\Toolbar.bmp
.....................\resource.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
直线中点Bresenham算法