readme.txt

来自「高斯混合模型的C语言实现」· 文本 代码 · 共 34 行

TXT
34
字号
========================================================================
       STATIC LIBRARY : GMM_Lib_New
========================================================================


AppWizard has created this GMM_Lib_New library for you.  

This file contains a summary of what you will find in each of the files that
make up your GMM_Lib_New application.

/////////////////////////////////////////////////////////////////////////////

StdAfx.h, StdAfx.cpp
    These files are used to build a precompiled header (PCH) file
    named GMM_Lib_New.pch and a precompiled types file named StdAfx.obj.

/////////////////////////////////////////////////////////////////////////////
The compiler and linker switches have been modified to support MFC. Using the
MFC ClassWizard with this project requires that you add several files to the 
project, including "resource.h", "GMM_Lib_New.rc" and a "GMM_Lib_New.h" that 
includes resource.h. If you add an rc file to a static library, you may 
experience difficulties due to the limitation that only one rc file may be 
present in a Dll or Exe. This problem may be overcome by including the 
library's .rc file into the parent project's .rc file.

/////////////////////////////////////////////////////////////////////////////
Other notes:

AppWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.


/////////////////////////////////////////////////////////////////////////////

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?