1 Star 1 Fork 150

Snow/proj

forked from cutself/proj 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ExtractFeatureCode.h 477 Bytes
一键复制 编辑 原始数据 按行查看 历史
cutself 提交于 2017-08-31 02:55 +08:00 . add cpp
// ExtractFeatureCode.h : PROJECT_NAME 应用程序的主头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error "在包含此文件之前包含“stdafx.h”以生成 PCH 文件"
#endif
#include "resource.h" // 主符号
#include <AppBase/CmnCWinApp.h>
// CExtractFeatureCodeApp:
// 有关此类的实现,请参阅 ExtractFeatureCode.cpp
class CExtractFeatureCodeApp : public Cmn_CWinApp{
public:
CExtractFeatureCodeApp();
private:
bool OnInit_() override;
};
CMN_MY_APP_DECLARE(CExtractFeatureCodeApp);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/phpcms/proj.git
git@gitee.com:phpcms/proj.git
phpcms
proj
proj
master

搜索帮助