Description: Computer graphics to achieve the most basic elements of drawing, including line, circle, oval, and anti-aliasing processing, and finally the beautiful diamond pattern
To Search:
- [WuLines] - This code is used C++ Realized wulines p
File list (Check if you may need any files):
圆中点算法
..........\Debug
..........\InputDlg.cpp
..........\InputDlg.h
..........\MainFrm.cpp
..........\MainFrm.h
..........\ReadMe.txt
..........\res
..........\...\draw.ico
..........\...\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.rc
..........\TestDoc.cpp
..........\TestDoc.h
..........\TestView.cpp
..........\TestView.h
椭圆中点算法
............\Debug
............\InputDlg.cpp
............\InputDlg.h
............\MainFrm.cpp
............\MainFrm.h
............\ReadMe.txt
............\res
............\...\draw.ico
............\...\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.rc
............\TestDoc.cpp
............\TestDoc.h
............\TestView.cpp
............\TestView.h
直线中点算法
............\Debug
............\InputDlg.cpp
............\InputDlg.h
............\MainFrm.cpp
............\MainFrm.h
............\ReadMe.txt
............\res
............\...\draw.ico
............\...\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.rc
............\TestDoc.cpp
............\TestDoc.h
............\TestView.cpp
............\TestView.h
直线距离加权反走样算法