资源简介
好久前写的一个程序,以前放在Ivdown上面,可惜那个网站总是出问题,现在转过来,相信会对初学ISODATA的同学有点帮助。。。有问题邮件madian@163.com
代码片段和文件信息
// ChildFrm.cpp : implementation of the CChildframe class
//
#include “stdafx.h“
#include “madian.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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1533 2008-04-04 00:03 madian\ChildFrm.cpp
文件 1397 2008-04-04 00:03 madian\ChildFrm.h
文件 7896 2008-04-08 15:29 madian\ISODlg.cpp
文件 1960 2008-04-08 20:46 madian\ISODlg.h
文件 886 2008-04-05 18:10 madian\KDlg.cpp
文件 1160 2008-04-06 14:07 madian\KDlg.h
文件 33692 2009-04-27 09:26 madian\madian.aps
文件 4054 2009-04-27 09:28 madian\madian.clw
文件 4451 2008-04-05 21:36 madian\madian.cpp
文件 5049 2008-04-08 15:38 madian\madian.dsp
文件 518 2008-04-04 00:08 madian\madian.dsw
文件 1356 2008-04-04 00:03 madian\madian.h
文件 156672 2009-04-27 09:28 madian\madian.ncb
文件 246 2009-04-27 09:28 madian\madian.plg
文件 15058 2008-04-08 15:38 madian\madian.rc
文件 4891 2008-04-07 22:10 madian\madianDoc.cpp
文件 1564 2008-04-07 11:27 madian\madianDoc.h
文件 3609 2008-04-05 21:32 madian\madianView.cpp
文件 1891 2008-04-04 00:03 madian\madianView.h
文件 2523 2008-04-04 00:03 madian\MainFrm.cpp
文件 1542 2008-04-04 00:03 madian\MainFrm.h
文件 4766 2008-04-04 00:03 madian\ReadMe.txt
文件 1053 2008-04-08 15:38 madian\resource.h
文件 208 2008-04-04 00:03 madian\StdAfx.cpp
文件 1054 2008-04-04 00:03 madian\StdAfx.h
文件 69 2008-04-07 22:23 madian\测试数据一.txt
文件 60 2008-04-08 13:00 madian\测试数据三.txt
文件 35 2008-04-07 20:43 madian\测试数据二.txt
文件 147536 2009-04-27 09:26 madian\Debug\madian.exe
文件 484352 2009-04-27 09:26 madian\Debug\madian.pdb
............此处省略26个文件信息
- 上一篇:3个Activity跳转和数据传输
- 下一篇:2020年cfa一级 百题
评论
共有 条评论