文件名称:Bresenham
- 所属分类:
- 绘图程序
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2014-02-17
- 文件大小:
- 2.23mb
- 下载次数:
- 0次
- 提 供 者:
- Ela***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
简单计算机图形学算法,通过直线中点Bresenham算法,绘制直线。-
Simple computer graphics algorithms, Bresenham line passing through the midpoint algorithm, draw a straight line.
Simple computer graphics algorithms, Bresenham line passing through the midpoint algorithm, draw a straight line.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
直线中点Bresenham算法\Debug\InputDlg.obj
.....................\.....\MainFrm.obj
.....................\.....\StdAfx.obj
.....................\.....\Test.exe
.....................\.....\Test.ilk
.....................\.....\Test.obj
.....................\.....\Test.pch
.....................\.....\Test.pdb
.....................\.....\Test.res
.....................\.....\TestDoc.obj
.....................\.....\TestView.obj
.....................\.....\vc60.idb
.....................\.....\vc60.pdb
.....................\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
.....................\Debug
.....................\res
直线中点Bresenham算法