资源简介
isodata算法C语言程序,可以进行BMP图片和数字的聚类
代码片段和文件信息
// 200632590222.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “200632590222.h“
#include “200632590222Dlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// C200632590222App
BEGIN_MESSAGE_MAP(C200632590222App CWinApp)
//{{AFX_MSG_MAP(C200632590222App)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// C200632590222App construction
C200632590222App::C200632590222App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only C200632590222App object
C200632590222App theApp;
/////////////////////////////////////////////////////////////////////////////
// C200632590222App initialization
BOOL C200632590222App::InitInstance()
{
AfxEnableControlContainer();
SetDialogBkColor(RGB(153204204)RGB(5151102));
LoadStdProfileSettings();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
C200632590222Dlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1078 2008-12-05 22:30 200632590222isodata\res\200632590222.ico
文件 404 2008-12-05 22:30 200632590222isodata\res\200632590222.rc2
文件 4137 2008-12-05 22:31 200632590222isodata\200632590222.clw
文件 2230 2008-12-05 22:30 200632590222isodata\200632590222.cpp
文件 4538 2008-12-05 22:30 200632590222isodata\200632590222.dsp
文件 549 2008-12-05 22:30 200632590222isodata\200632590222.dsw
文件 1390 2008-12-05 22:30 200632590222isodata\200632590222.h
文件 164864 2008-12-05 22:16 200632590222isodata\hy200632590212ISODATA.ncb
文件 939 2008-12-05 22:31 200632590222isodata\200632590222.plg
文件 26280 2008-12-05 22:30 200632590222isodata\200632590222DLG.cpp
文件 3948 2008-12-05 22:30 200632590222isodata\200632590222DLG.h
文件 1747 2008-12-05 22:30 200632590222isodata\MidResultDlg.cpp
文件 1303 2008-12-05 22:30 200632590222isodata\MidResultDlg.h
文件 3687 2008-12-05 22:30 200632590222isodata\ReadMe.txt
文件 2151 2008-12-05 22:30 200632590222isodata\resource.h
文件 1505 2008-12-05 22:30 200632590222isodata\SetParamesDlg.cpp
文件 1330 2008-12-05 22:30 200632590222isodata\SetParamesDlg.h
文件 214 2008-12-05 22:30 200632590222isodata\StdAfx.cpp
文件 1054 2008-12-05 22:30 200632590222isodata\StdAfx.h
文件 56832 2008-12-05 22:16 200632590222isodata\hy200632590212ISODATA.opt
文件 58368 2008-12-05 22:32 200632590222isodata\200632590222.ncb
文件 5460 2008-12-05 22:31 200632590222isodata\Debug\200632590222.res
文件 197632 2008-12-05 22:31 200632590222isodata\Debug\vc60.idb
文件 5498340 2008-12-05 22:30 200632590222isodata\Debug\200632590222.pch
文件 364544 2008-12-05 22:30 200632590222isodata\Debug\vc60.pdb
文件 105518 2008-12-05 22:30 200632590222isodata\Debug\StdAfx.obj
文件 11332 2008-12-05 22:30 200632590222isodata\Debug\SetParamesDlg.obj
文件 14331 2008-12-05 22:30 200632590222isodata\Debug\MidResultDlg.obj
文件 91414 2008-12-05 22:30 200632590222isodata\Debug\200632590222Dlg.obj
文件 14921 2008-12-05 22:30 200632590222isodata\Debug\200632590222.obj
............此处省略13个文件信息
- 上一篇:基于混沌算法的图像加密系统C++源码
- 下一篇:VC++ 游戏编程基础 入门必看
评论
共有 条评论