?? stdafx.cpp
字號:
// stdafx.cpp : 只包括標(biāo)準(zhǔn)包含文件的源文件
// TrainingTools.pch 將作為預(yù)編譯頭
// stdafx.obj 將包含預(yù)編譯類型信息
#include "stdafx.h"
// TODO: 在 STDAFX.H 中
// 引用任何所需的附加頭文件,而不是在此文件中引用
#pragma comment( lib, "kernel32.lib" )
#pragma comment( lib, "user32.lib" )
#pragma comment( lib, "gdi32.lib" )
#pragma comment( lib, "Advapi32.lib" )
#pragma comment( lib, "opengl32.lib" ) // Search For OpenGL32.lib While Linking
#pragma comment( lib, "glu32.lib" ) // Search For GLu32.lib While Linking
#pragma comment( lib, "glaux.lib" ) // Search For GLaux.lib While Linking
#pragma comment( lib, "cxcore.lib" ) // Search For cxcore.lib While Linking
#pragma comment( lib, "cv.lib" ) // Search For cv.lib While Linking
#pragma comment( lib, "highgui.lib" ) // Search For highgui.lib While Linking
#pragma comment( lib, "cvcam.lib" )
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -