VIS.h
资源名称:VIS.zip [点击查看]
上传用户:sdgangtie
上传日期:2020-03-07
资源大小:7324k
文件大小:0k
源码类别:
数值算法/人工智能
开发平台:
Visual C++
- // VIS.h : main header file for the PROJECT_NAME application
- //
- #pragma once
- #ifndef __AFXWIN_H__
- #error "include 'stdafx.h' before including this file for PCH"
- #endif
- #include "resource.h" // main symbols
- // CVISApp:
- // See VIS.cpp for the implementation of this class
- //
- class CVISApp : public CWinApp
- {
- public:
- CVISApp();
- // Overrides
- public:
- virtual BOOL InitInstance();
- // Implementation
- DECLARE_MESSAGE_MAP()
- };
- extern CVISApp theApp;