资源简介
多种排序演算及原代码

代码片段和文件信息
// paixu.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “paixu.h“
#include “paixuDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CPaixuApp
BEGIN_MESSAGE_MAP(CPaixuApp CWinApp)
//{{AFX_MSG_MAP(CPaixuApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CPaixuApp construction
CPaixuApp::CPaixuApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CPaixuApp object
CPaixuApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CPaixuApp initialization
BOOL CPaixuApp::InitInstance()
{
AfxEnableControlContainer();
// 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
CPaixuDlg 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1640448 2006-08-07 16:49 文档.doc
目录 0 2006-12-29 09:54 源程序
文件 212214 2006-01-05 02:14 源程序\2.bmp
文件 236400 2006-12-29 09:52 源程序\paixu.aps
文件 2177 2006-12-29 09:54 源程序\paixu.clw
文件 2049 2006-01-03 02:07 源程序\paixu.cpp
文件 4396 2006-01-05 02:17 源程序\paixu.dsp
文件 533 2006-01-03 02:07 源程序\paixu.dsw
文件 1313 2006-01-03 02:07 源程序\paixu.h
文件 82944 2006-12-29 09:54 源程序\paixu.ncb
文件 49664 2006-12-29 09:54 源程序\paixu.opt
文件 1746 2006-12-29 09:52 源程序\paixu.plg
文件 7324 2006-01-05 21:47 源程序\paixu.rc
文件 25008 2006-01-06 01:38 源程序\paixuDlg.cpp
文件 2586 2006-01-05 03:58 源程序\paixuDlg.h
文件 3561 2006-01-03 02:07 源程序\ReadMe.txt
目录 0 2006-07-05 11:00 源程序\res
文件 1078 2006-01-05 02:10 源程序\res\icon1.ico
文件 1078 2006-01-03 02:07 源程序\res\paixu.ico
文件 397 2006-01-03 02:07 源程序\res\paixu.rc2
文件 30395 2005-11-12 00:08 源程序\res\U348P6T64D15278F1323DT20051111203154.jpg
文件 1691 2006-01-05 02:14 源程序\resource.h
文件 207 2006-01-03 02:07 源程序\StdAfx.cpp
文件 1054 2006-01-03 02:07 源程序\StdAfx.h
----------- --------- ---------- ----- ----
2308263 24
相关资源
- 数据结构年终考题范围和答案 耿国华
- 数据结构 朱战力 习题解答 数据结构
- 数据结构课程设计 6 1 彩票系统
- 教学计划编制系统
- 大数(链表、数组)实现
- 分治法快速排序算法QuickSort C
- 自己写的航空订票系统c 版--数据结构
- 数据结构实验魔王语言
- 航空订票系统_数据结构课程设计
- 多项式求和(数据结构C 版)
- 尚观培训linux董亮老师关于数据结构的
- 利用一个循环队列实现顺序栈重新排
- 数据结构 知识点总结
- 华南理工大学数据结构复习提纲二
- 华南理工大学数据结构复习提纲一
- 数据结构用C 写的停车场系统源代码
- 数据结构(河北科技大学)
- 数据结构考前习题 清华大学出版社
- 使用C 实现的教学计划安排检验程序
- 数据结构课件(北邮)
- 数据结构实验 基于栈的表达式求值
- 数据结构课程设计——图书管理系统
- 成绩管理系统(数据结构)
- 数据结构-最小通信网问题
- 数据结构课程设计同学通讯录系统
- 数据结构课程设计 公园导游图
- 数据结构殷人昆版的课后答案
- 2006年湖北工业大学409数据结构试题
- 数据结构实验-魔王语言-源码加实验报
- 简单计算器的实现(数据结构)
评论
共有 条评论