资源简介
多种排序演算及原代码
代码片段和文件信息
// 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
相关资源
- 西门子smarts7200先冒泡排序再求平均值
- 数据结构大作业全国交通模拟查询系
- (C版)郝斌 数据结构课程笔记
- 数据结构年终考题范围和答案+耿国华
- 数据结构课程设计 迷宫问题的求解及
- Tieyan_Liu Learning to Rank for Information Re
- 二叉树与树、森林的转换数据结构课
- 数据结构实验六二分查找、Hash查找题
- 数据结构课程设计二叉排序树
- SGU离线题库完整530道题,带试题难度
- 排序算法基础、改进综合
- 数据结构课程设计-车厢调度
- 王道2019年考研复习指导四本无水印
- 十套数据结构试题及答案
- 7大排序算法实现程序快速排序,冒泡
- 十字链表的定义及实现
- 数据结构课程设计《全国交通咨询模
- 数据结构课程设计运动会分数统计
- 学生信息表&稀疏矩阵
- 数据结构与算法全集C源代码+详细注释
- 数据结构课程设计 迷宫求解 源码
- 8、停车场管理数据结构课程设计源程
- 动态分区存储管理方式的主存分配回
- ListView 数据绑定、数据汇总及自定义
- 校园导游系统数据结构大作业.zip
- 从根结点到指定结点的路径 数据结构
- 各种排序算法时间性能的比较.doc
- 数据结构程序设计通讯录课程设计
- 数据结构公交车最优线路问题完整代
- 九章数据结构与算法视频.txt
评论
共有 条评论