========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : FaceDetect
========================================================================
AppWizard has created this FaceDetect application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the files that
make up your FaceDetect application.
FaceDetect.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
FaceDetect.h
This is the main header file for the application. It includes other
project specific headers (including Resource.h) and declares the
CFaceDetectApp application class.
FaceDetect.cpp
This is the main application source file that contains the application
class CFaceDetectApp.
FaceDetect.rc
This is a listing of all of the Microsoft Windows resources that the
program uses. It includes the icons, bitmaps, and cursors that are stored
in the RES subdirectory. This file can be directly edited in Microsoft
Visual C++.
FaceDetect.clw
This file contains information used by ClassWizard to edit existing
classes or add new classes. ClassWizard also uses this file to store
information needed to create and edit message maps and dialog data
maps and to create prototype member functions.
res\FaceDetect.ico
This is an icon file, which is used as the application's icon. This
icon is included by the main resource file FaceDetect.rc.
res\FaceDetect.rc2
This file contains resources that are not edited by Microsoft
Visual C++. You should place all resources not editable by
the resource editor in this file.
/////////////////////////////////////////////////////////////////////////////
For the main frame window:
MainFrm.h, MainFrm.cpp
These files contain the frame class CMainFrame, which is derived from
CFrameWnd and controls all SDI frame features.
res\Toolbar.bmp
This bitmap file is used to create tiled images for the toolbar.
The initial toolbar and status bar are constructed in the CMainFrame
class. Edit this toolbar bitmap using the resource editor, and
update the IDR_MAINFRAME TOOLBAR array in FaceDetect.rc to add
toolbar buttons.
/////////////////////////////////////////////////////////////////////////////
AppWizard creates one document type and one view:
FaceDetectDoc.h, FaceDetectDoc.cpp - the document
These files contain your CFaceDetectDoc class. Edit these files to
add your special document data and to implement file saving and loading
(via CFaceDetectDoc::Serialize).
FaceDetectView.h, FaceDetectView.cpp - the view of the document
These files contain your CFaceDetectView class.
CFaceDetectView objects are used to view CFaceDetectDoc objects.
/////////////////////////////////////////////////////////////////////////////
Other standard files:
StdAfx.h, StdAfx.cpp
These files are used to build a precompiled header (PCH) file
named FaceDetect.pch and a precompiled types file named StdAfx.obj.
Resource.h
This is the standard header file, which defines new resource IDs.
Microsoft Visual C++ reads and updates this file.
/////////////////////////////////////////////////////////////////////////////
Other notes:
AppWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.
If your application uses MFC in a shared DLL, and your application is
in a language other than the operating system's current language, you
will need to copy the corresponding localized resources MFC42XXX.DLL
from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation.
For example, MFC42DEU.DLL contains resources translated to German.) If you
don't do this, some of the UI elements of your application will remain in the
language of the operating system.
/////////////////////////////////////////////////////////////////////////////
白云苍松
- 粉丝: 12
- 资源: 86
最新资源
- 详细注释的K均值聚类算法Matlab代码示例,可修改样本数据进行聚类分析,基本的K均值聚类算法matlab代码,给了一组样本数据作为例子,注释详细,聚类的样本数据可以进行修改 ,核心关键词:K均值聚
- 压力位移监控软件:LabVIEW实现压装过程数据采集与曲线分析判断系统(LabVIEW 2018版),压力位移监控软件,压装过程压力位移判断 学习LabVIEW过程,做的一个demo,程序功能主要是采
- AEB紧急制动系统控制模型:Carsim与Simulink联合操作指南及可选模型说明文件,AEB紧急制动系统控制模型carsim+simulink可选模型说明文件和操作说明 ,关键词:AEB紧急制动系
- Dsp28335与FPGA并行通信:高速数据传输与接收,实现PWM外扩功能的高效协同处理,Dsp28335 与FPGA的并行通信(最高速率150MHZ),可以将DSP数据传给FPGA的指定位置,以及从
- 三菱PLC QD70模块FB功能块在私服电机控制中的应用:清晰编程方式及全面注释,Q系列与L系列通用模板,成熟稳定,高借鉴价值,PLC电气爱好者的经典案例 ,三菱PLC QD70模块功能块FB ,用私
- 三相四桥臂APF双闭环控制优化电网电流及母线电压Simulink仿真图研究(PID控制效果展示),三相四桥臂APF的双闭环控制的simulink仿真图,用的是Matlab2018a,可以看出,控制前电
- Matlab预测电动车负荷:私家车、公交车、出租车类型全覆盖,参数灵活修改程序,Matlab考虑三种电动车类型:私家车、公交车、出租车,对电动车负荷进行预测,程序中参数便于修改 ,核心关键词:Mat
- PYNQ框架下实现YOLOv2 Tiny目标检测算法:FPGA加速CNN处理,HDMI显示与USB摄像头输入,1秒内处理一帧图像,PYNQ实现yolov2 tiny目标检测算法 技术指标: *HLS代
- 新能源汽车高效DC充电机:TMS高性能芯片驱动,升降压充电方案,完备的电路设计文档与程序代码,新能源汽车6kw充电机,DC to DC双向升降压48~54VDC输入,输出320VDC,双向可以输入
- 基于Comsol 5.6软件的圆柱锂电池(18650)电化学与热行为模型参数配置与结果分析,18650圆柱锂电池comsol5.6模型 参数已配置,电化学生热研究,三种放电倍率,参数化扫描,各种结果
- 基于Spring Boot与Netty的Java在线客服系统源码,实时统计管理,会话聊天与坐席管理一体化 ,Java在线客服系统源码 springboot客服聊天源码 网页客服源码 netty通信技术
- 基于蒙特卡洛模拟的多类型电动汽车负荷预测:Matlab程序详解与实例学习指南,多类型电动汽车 负荷预测 蒙特卡洛 SOC 基于蒙特卡洛的多种类型电动汽车负荷预测 软件:Matlab 介绍:基于蒙特卡洛
- STM32三菱IO自定义方案:烧写HEX固件可轻松在线管理梯形图与称重功能,扩展CAN总线及多通讯接口,多样模拟量输入输出与高速脉冲控制,STM32三菱1N,2N,PLC方案 可以任意修改IO用途(除
- 基于核极限学习机(KELM)算法的数据回归预测分析Matlab代码实现,基于核极限学习机(KELM)的数据回归预测 matlab代码 ,核心关键词:基于核极限学习机(KELM)的数据回归预测; MA
- 永磁同步电机无位置算法滑模观测器模型:纯手工搭建电流环与定位控制策略实现,实践与经验分享附论文出处,永磁同步电机无位置算法,采用的是滑模观测器,电机为内嵌电机,本模型包含经典电流环,定位+开环+闭环经
- AT89C51单片机设计的智能空调控制系统:四种工作模式,按键与手机App遥控,半导体制冷除湿,超声波加湿,温湿度监测,LCD显示及完整设计文档,at89c51单片机设计的智能空调系统 制冷制热加湿除
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈