【资源树视图】
【实例简介】
开发环境vs2013,通过MFC对话框实现了约瑟夫环的可视化界面
【实例截图】
【核心代码】
d6894fb0-a10b-4a2a-a865-e7d848e51d15
└── MFCQZTest
├── Debug
│?? ├── MFCQZTest.exe
│?? ├── MFCQZTest.ilk
│?? └── MFCQZTest.pdb
├── ipch
│?? └── mfcqztest-e68da5be
│?? └── mfcqztest-78ee49cd.ipch
├── MFCQZTest
│?? ├── Debug
│?? │?? ├── MFCQZTestDlg.obj
│?? │?? ├── MFCQZTest.log
│?? │?? ├── MFCQZTest.obj
│?? │?? ├── MFCQZTest.pch
│?? │?? ├── MFCQZTest.res
│?? │?? ├── MFCQZTest.tlog
│?? │?? │?? ├── cl.command.1.tlog
│?? │?? │?? ├── CL.read.1.tlog
│?? │?? │?? ├── CL.write.1.tlog
│?? │?? │?? ├── link.command.1.tlog
│?? │?? │?? ├── link.read.1.tlog
│?? │?? │?? ├── link.write.1.tlog
│?? │?? │?? ├── MFCQZTest.lastbuildstate
│?? │?? │?? ├── rc.command.1.tlog
│?? │?? │?? ├── rc.read.1.tlog
│?? │?? │?? └── rc.write.1.tlog
│?? │?? ├── Person.obj
│?? │?? ├── stdafx.obj
│?? │?? ├── vc120.idb
│?? │?? └── vc120.pdb
│?? ├── MFCQZTest.aps
│?? ├── MFCQZTest.cpp
│?? ├── MFCQZTestDlg.cpp
│?? ├── MFCQZTestDlg.h
│?? ├── MFCQZTest.h
│?? ├── MFCQZTest.rc
│?? ├── MFCQZTest.vcxproj
│?? ├── MFCQZTest.vcxproj.filters
│?? ├── Person.cpp
│?? ├── Person.h
│?? ├── ReadMe.txt
│?? ├── res
│?? │?? ├── MFCQZTest.ico
│?? │?? └── MFCQZTest.rc2
│?? ├── resource.h
│?? ├── stdafx.cpp
│?? ├── stdafx.h
│?? └── targetver.h
├── MFCQZTest.sdf
├── MFCQZTest.sln
└── MFCQZTest.v12.suo
8 directories, 43 files
本文地址:https://www.itbaoku.cn/example/cd8321a915244dbe93fbda941c14ab46.html
查看更多