• 大小: 150KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-01
  • 语言: 其他
  • 标签: MFC  排序演示  Windows  

资源简介

自定义图标,界面美观。动态生成自定义大小的数组,并以随机数初始化数组。 按“手动”菜单演示数组数据排序的移动过程,按“暂停”菜单结束排序演示过程。 在客户区正确显示当前数组数据的移动过程。点击“手动演示”菜单一步一步查看过程。点击“自动”实现自动演示(每次移动间隔1s)。 在自动演示过程中可以按“暂停”进行暂停演示按菜单选择不同排序方法建立不同的文档视图演示排序过程,可以实现同时打开对比。实现冒泡,插入,选择排序方式。

资源截图

代码片段和文件信息

// BubbleSortChildframe.cpp : implementation file
//

#include “stdafx.h“
#include “Sort.h“
#include “BubbleSortChildframe.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CBubbleSortChildframe

IMPLEMENT_DYNCREATE(CBubbleSortChildframe CMDIChildWnd)

CBubbleSortChildframe::CBubbleSortChildframe()
{
}

CBubbleSortChildframe::~CBubbleSortChildframe()
{
}


BEGIN_MESSAGE_MAP(CBubbleSortChildframe CMDIChildWnd)
//{{AFX_MSG_MAP(CBubbleSortChildframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

///////////////////////////////////////////////////////////////////////////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-01-31 08:16  MFC 多文档排序\
     文件        1101  2017-12-22 15:53  MFC 多文档排序\BubbleSortChildframe.cpp
     文件        1435  2017-12-22 15:53  MFC 多文档排序\BubbleSortChildframe.h
     文件        3100  2017-12-22 17:52  MFC 多文档排序\BubbleSortView.cpp
     文件        1595  2017-12-22 17:29  MFC 多文档排序\BubbleSortView.h
     文件        1744  2017-12-22 15:42  MFC 多文档排序\ChildFrm.cpp
     文件        1397  2017-12-22 11:10  MFC 多文档排序\ChildFrm.h
     文件        1101  2017-12-22 15:52  MFC 多文档排序\InsertSortChildframe.cpp
     文件        1435  2017-12-22 15:52  MFC 多文档排序\InsertSortChildframe.h
     文件        2989  2017-12-22 18:48  MFC 多文档排序\InsertSortView.cpp
     文件        1560  2017-12-22 15:16  MFC 多文档排序\InsertSortView.h
     文件        3887  2017-12-22 17:43  MFC 多文档排序\MainFrm.cpp
     文件        1731  2017-12-22 15:01  MFC 多文档排序\MainFrm.h
     文件        1028  2017-12-22 15:53  MFC 多文档排序\QuickSortChildframe.cpp
     文件        1425  2017-12-22 15:39  MFC 多文档排序\QuickSortChildframe.h
     文件        3217  2017-12-22 17:57  MFC 多文档排序\Quicksort.cpp
     文件        1613  2017-12-22 15:35  MFC 多文档排序\Quicksort.h
     文件        4712  2017-12-22 11:10  MFC 多文档排序\ReadMe.txt
     文件       50652  2017-12-22 18:24  MFC 多文档排序\Sort.aps
     文件        3491  2017-12-22 18:48  MFC 多文档排序\Sort.clw
     文件        4671  2017-12-22 17:42  MFC 多文档排序\Sort.cpp
     文件        5574  2017-12-22 14:41  MFC 多文档排序\Sort.dsp
     文件         531  2017-12-22 11:10  MFC 多文档排序\Sort.dsw
     文件        1502  2017-12-22 11:14  MFC 多文档排序\Sort.h
     文件      369664  2017-12-22 18:49  MFC 多文档排序\Sort.ncb
     文件       54784  2017-12-22 18:49  MFC 多文档排序\Sort.opt
     文件        3379  2017-12-22 18:48  MFC 多文档排序\Sort.plg
     文件       11683  2017-12-22 16:22  MFC 多文档排序\Sort.rc
     文件        1707  2017-12-22 12:19  MFC 多文档排序\SortDoc.cpp
     文件        1451  2017-12-22 12:09  MFC 多文档排序\SortDoc.h
     文件        2533  2017-12-22 16:03  MFC 多文档排序\SortView.cpp
............此处省略10个文件信息

评论

共有 条评论