资源简介
这是用c++写的表情识别的代码,有训练和测试部分,有界面,可运行。
代码片段和文件信息
// ChildFrm.cpp : implementation of the CChildframe class
//
#include “stdafx.h“
#include “test1.h“
#include “ChildFrm.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CChildframe
IMPLEMENT_DYNCREATE(CChildframe CMDIChildWnd)
BEGIN_MESSAGE_MAP(CChildframe CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CChildframe construction/destruction
CChildframe::CChildframe()
{
// TODO: add member initialization code here
}
CChildframe::~CChildframe()
{
}
BOOL CChildframe::PreCreateWindow(CREATESTRUCT& cs)
{
// TODO: Modify the Window class or styles here by modifying
// the CREATESTRUCT cs
if( !CMDIChildWnd::PreCreateWindow(cs) )
return FALSE;
return TRUE;
}
/////////////////////////////////////////////////////////////////////////////
// CChildframe diagnostics
#ifdef _DEBUG
void CChildframe::AssertValid() const
{
CMDIChildWnd::AssertValid();
}
void CChildframe::Dump(CDumpContext& dc) const
{
CMDIChildWnd::Dump(dc);
}
#endif //_DEBUG
/////////////////////////////////////////////////////////////////////////////
// CChildframe message handlers
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 10278 2004-05-29 15:10 表情识别\表情识别\ex
文件 10278 2004-05-25 16:37 表情识别\表情识别\ex
文件 10278 2008-05-31 10:21 表情识别\表情识别\ex
文件 10278 2004-05-24 19:14 表情识别\表情识别\ex
文件 10278 2004-05-24 19:14 表情识别\表情识别\ex
文件 10278 2004-05-24 19:15 表情识别\表情识别\ex
文件 10278 2004-05-24 19:15 表情识别\表情识别\ex
文件 10278 2004-05-24 19:15 表情识别\表情识别\ex
文件 10278 2004-05-24 19:15 表情识别\表情识别\ex
文件 10278 2004-05-24 19:16 表情识别\表情识别\ex
文件 10278 2004-05-24 19:16 表情识别\表情识别\ex
文件 10278 2004-05-24 19:16 表情识别\表情识别\ex
文件 10278 2004-05-24 19:17 表情识别\表情识别\ex
文件 10278 2004-05-24 19:17 表情识别\表情识别\ex
文件 10278 2004-05-24 19:17 表情识别\表情识别\ex
文件 10278 2004-05-24 19:18 表情识别\表情识别\ex
文件 10278 2004-05-24 19:18 表情识别\表情识别\ex
文件 10278 2004-05-24 19:18 表情识别\表情识别\ex
文件 10278 2004-05-29 15:24 表情识别\表情识别\ex
文件 10278 2004-05-24 19:19 表情识别\表情识别\ex
文件 10278 2004-05-29 15:40 表情识别\表情识别\ex
文件 10278 2004-05-24 19:19 表情识别\表情识别\ex
文件 10278 2004-05-24 19:19 表情识别\表情识别\ex
文件 10278 2004-05-24 19:20 表情识别\表情识别\ex
文件 10278 2004-05-24 19:20 表情识别\表情识别\ex
文件 10278 2004-05-24 19:20 表情识别\表情识别\ex
文件 10278 2004-05-18 21:06 表情识别\表情识别\ex
文件 10278 2004-05-25 16:47 表情识别\表情识别\ex
文件 10278 2004-05-24 19:24 表情识别\表情识别\ex
文件 10278 2004-05-24 19:23 表情识别\表情识别\ex
............此处省略178个文件信息
相关资源
- Ms Press - Programming with Microsoft Visual C
- 免费 Visual C++从入门到精通第三版 V
- Student.zip166256
- 任燕《数据结构C++描述》实验指导书
- c++餐饮管理系统
- Visual C++ 开发实战宝典.(清华.宋坤)
- 射击游戏《半条命2》,halflife 2 完整
- 《程序员面试宝典 + 剑指Offer + 算法
- C++数值算法第二版PDF文档和源代码
- Dev-Cpp 5.4.0
- C++Primer Plus第六版中文版
- Visual C++ 开发实战宝典--书源码
- 深度学习C++源码(DBN)
- C++语言程序设计-郑莉-清华大学本科教
- mfc科学计算器
- Effective C++中文版(第三版)pdf
- 从实践中学习C++
- Visual C++项目开发案例精粹
- Visual C++数字图像获取、处理及实践应
- Visual C++界面编程技术(超高清淘宝上
- 双边滤波C++实现
- borland c++ V4.5
- Visual C++ Redistributable for Visual Studio 2
- microsoft visual c++ 2013
- vc++.net入门教程
- 算法经典VC++数值分析
- 侯捷老师:C++内存管理课件(PDF高清
- Data Structures and Algorithms in C++ 4th edit
- 3D骨骼动画“剑舞”程序源码by浅墨
- 3D游戏场景漫游4.0版程序源码by浅墨
评论
共有 条评论