嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 1 元微信扫码支付:1 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
MFC项目:三棱锥的三视图算法
一个MFC项目。显示三棱锥的三视图,并且可以旋转
.
├── MFC项目:三棱锥的三视图算法_案例18-三视图算法.zip
└── 案例18-三视图算法
└── 案例18-三视图算法
└── 案例18-三视图算法
├── Debug
│ ├── BscMake.command.1.tlog
│ ├── CL.read.1.tlog
│ ├── CL.write.1.tlog
│ ├── Face.obj
│ ├── Face.sbr
│ ├── HView.obj
│ ├── HView.sbr
│ ├── HView1.obj
│ ├── HView1.sbr
│ ├── Line.obj
│ ├── Line.sbr
│ ├── MainFrm.obj
│ ├── MainFrm.sbr
│ ├── P2.obj
│ ├── P2.sbr
│ ├── P3.obj
│ ├── P3.sbr
│ ├── RGB.obj
│ ├── RGB.sbr
│ ├── Test.bsc
│ ├── Test.exe
│ ├── Test.exe.embed.manifest
│ ├── Test.exe.embed.manifest.res
│ ├── Test.exe.intermediate.manifest
│ ├── Test.ilk
│ ├── Test.lastbuildstate
│ ├── Test.log
│ ├── Test.obj
│ ├── Test.pdb
│ ├── Test.res
│ ├── Test.sbr
│ ├── Test.unsuccessfulbuild
│ ├── Test.vcxprojResolveAssemblyReference.cache
│ ├── Test.write.1.tlog
│ ├── TestDoc.obj
│ ├── TestDoc.sbr
│ ├── TestView.obj
│ ├── TestView.sbr
│ ├── Test_manifest.rc
│ ├── Transform .obj
│ ├── Transform .sbr
│ ├── VView.obj
│ ├── VView.sbr
│ ├── Vector.obj
│ ├── Vector.sbr
│ ├── WView.obj
│ ├── WView.sbr
│ ├── bscmake.read.1.tlog
│ ├── bscmake.write.1.tlog
│ ├── cl.command.1.tlog
│ ├── link-cvtres.read.1.tlog
│ ├── link-cvtres.write.1.tlog
│ ├── link.1724-cvtres.read.1.tlog
│ ├── link.1724-cvtres.write.1.tlog
│ ├── link.1724.read.1.tlog
│ ├── link.1724.write.1.tlog
│ ├── link.20548-cvtres.read.1.tlog
│ ├── link.20548-cvtres.write.1.tlog
│ ├── link.20548.read.1.tlog
│ ├── link.20548.write.1.tlog
│ ├── link.command.1.tlog
│ ├── link.read.1.tlog
│ ├── link.write.1.tlog
│ ├── mt.command.1.tlog
│ ├── mt.read.1.tlog
│ ├── mt.write.1.tlog
│ ├── rc.command.1.tlog
│ ├── rc.read.1.tlog
│ ├── rc.write.1.tlog
│ ├── vc100.idb
│ └── vc100.pdb
├── Face.cpp
├── Face.h
├── HView.cpp
├── HView.h
├── HView1.cpp
├── HView1.h
├── Line.cpp
├── Line.h
├── MainFrm.cpp
├── MainFrm.h
├── P2.cpp
├── P2.h
├── P3.cpp
├── P3.h
├── RGB.cpp
├── RGB.h
├── ReadMe.txt
├── StdAfx.cpp
├── StdAfx.h
├── Test.aps
├── Test.clw
├── Test.cpp
├── Test.dsp
├── Test.dsw
├── Test.h
├── Test.ncb
├── Test.opensdf
├── Test.opt
├── Test.plg
├── Test.rc
├── Test.sln
├── Test.suo
├── Test.vcxproj
├── Test.vcxproj.filters
├── Test.vcxproj.user
├── TestDoc.cpp
├── TestDoc.h
├── TestView.cpp
├── TestView.h
├── Transform .cpp
├── Transform.h
├── VView.cpp
├── VView.h
├── Vector.cpp
├── Vector.h
├── WView.cpp
├── WView.h
├── ipch
│ └── test-f234dc4f
│ └── test-36d04f6.ipch
├── res
│ ├── Help.ico
│ ├── Test.ico
│ ├── Test.rc2
│ ├── TestDoc.ico
│ ├── Toolbar.bmp
│ ├── about.bmp
│ ├── app.ico
│ ├── draw.ico
│ └── exit.ico
└── resource.h
7 directories, 130 files