資源簡介
VTK圖形圖像開發進階 C++版 源代碼。 我自己習慣用Python,正在改寫,改寫過的會放在我博客里。一起學習的朋友可以過來交流
代碼片段和文件信息
/**********************************************************************
??文件名:?main.cpp
??Copyright?(c)?張曉東?羅火靈.?All?rights?reserved.
??更多信息請訪問:?
????http://www.vtkchina.org?(VTK中國)
http://blog.csdn.net/www_doling_net?(東靈工作室)?
**********************************************************************/
#include?“MainWindow.h“
#include?
//程序發布時,可以添加以下語句,運行時就不會帶控制臺輸出窗口
#pragma?comment(?linker?“/subsystem:windows?/entry:mainCRTStartup“?)
int?main(?int?argc?char?**argv?)?
{
QApplication?*app?=?new?QApplication(argc?argv);
QTextCodec::setCodecForTr(QTextCodec::codecForName(“GB2312“));
MainWindow?window;
window.show();
return?app->exec();
};
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-08-03?15:30??圖形圖像開發進程\
?????目錄???????????0??2018-08-03?15:30??圖形圖像開發進程\Examples\
?????目錄???????????0??2018-08-03?15:30??圖形圖像開發進程\Examples\Appendix\
?????目錄???????????0??2018-08-03?15:30??圖形圖像開發進程\Examples\Appendix\FourViews\
?????文件????????3777??2014-10-22?17:31??圖形圖像開發進程\Examples\Appendix\FourViews\CMakeLists.txt
?????文件?????????660??2014-10-22?17:31??圖形圖像開發進程\Examples\Appendix\FourViews\CreateWindowsBatchsc
?????文件????????7271??2014-10-22?17:31??圖形圖像開發進程\Examples\Appendix\FourViews\MainWindow.cpp
?????文件????????2085??2014-10-22?17:31??圖形圖像開發進程\Examples\Appendix\FourViews\MainWindow.h
?????文件????????1703??2014-10-13?09:32??圖形圖像開發進程\Examples\Appendix\FourViews\MainWindow.ui
?????文件?????????505??2014-10-22?17:31??圖形圖像開發進程\Examples\Appendix\FourViews\StartVS.bat.in
?????文件???????22104??2014-10-13?09:32??圖形圖像開發進程\Examples\Appendix\FourViews\icon.aps
?????文件?????????812??2014-10-22?17:31??圖形圖像開發進程\Examples\Appendix\FourViews\icon.h
?????文件????????4286??2014-10-13?09:32??圖形圖像開發進程\Examples\Appendix\FourViews\icon.ico
?????文件????????1704??2014-10-13?09:32??圖形圖像開發進程\Examples\Appendix\FourViews\icon.rc
?????文件?????????746??2014-10-22?17:31??圖形圖像開發進程\Examples\Appendix\FourViews\main.cpp
?????文件?????????815??2014-10-22?17:31??圖形圖像開發進程\Examples\Appendix\FourViews\resource.h
?????文件??????????92??2014-10-13?09:32??圖形圖像開發進程\Examples\Appendix\FourViews\resource.qrc
?????文件????????1471??2014-10-22?17:31??圖形圖像開發進程\Examples\Appendix\FourViews\vtkBorderSelectionWidget.cpp
?????文件????????1015??2014-10-22?17:31??圖形圖像開發進程\Examples\Appendix\FourViews\vtkBorderSelectionWidget.h
?????文件???????21393??2014-10-22?17:31??圖形圖像開發進程\Examples\Appendix\FourViews\vtkCornerChineseAnnotation.cpp
?????文件????????6828??2014-10-22?17:31??圖形圖像開發進程\Examples\Appendix\FourViews\vtkCornerChineseAnnotation.h
?????文件????????2384??2014-10-22?17:31??圖形圖像開發進程\Examples\Appendix\FourViews\vtkDataSet3DCroppingPlaneCallback.cpp
?????文件????????2032??2014-10-13?09:32??圖形圖像開發進程\Examples\Appendix\FourViews\vtkDataSet3DCroppingPlaneCallback.h
?????文件???????20488??2014-10-22?17:31??圖形圖像開發進程\Examples\Appendix\FourViews\vtkFTGLChineseCharacterMapper.cpp
?????文件????????5842??2014-10-22?17:31??圖形圖像開發進程\Examples\Appendix\FourViews\vtkFTGLChineseCharacterMapper.h
?????文件???????23994??2014-10-22?17:31??圖形圖像開發進程\Examples\Appendix\FourViews\vtkFreeTypeUtilitiesUnicode.cpp
?????文件????????8558??2014-10-22?17:31??圖形圖像開發進程\Examples\Appendix\FourViews\vtkFreeTypeUtilitiesUnicode.h
?????文件????????2107??2014-10-13?09:32??圖形圖像開發進程\Examples\Appendix\FourViews\vtkImage3DCroppingBoxCallback.cpp
?????文件????????1576??2014-10-13?09:32??圖形圖像開發進程\Examples\Appendix\FourViews\vtkImage3DCroppingBoxCallback.h
?????文件????????8250??2014-10-13?09:32??圖形圖像開發進程\Examples\Appendix\FourViews\vtkImageBlendWithMask.cpp
?????文件????????2502??2014-10-13?09:32??圖形圖像開發進程\Examples\Appendix\FourViews\vtkImageBlendWithMask.h
............此處省略441個文件信息
- 上一篇:VisualC++開發GIS系統-開發剖析
- 下一篇:VS平臺下的MFC版坦克大戰
評論
共有 條評論