资源简介
自定义图标,界面美观。动态生成自定义大小的数组,并以随机数初始化数组。
按“手动”菜单演示数组数据排序的移动过程,按“暂停”菜单结束排序演示过程。
在客户区正确显示当前数组数据的移动过程。点击“手动演示”菜单一步一步查看过程。点击“自动”实现自动演示(每次移动间隔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 多文档排序\BubbleSortChildfr
文件 1435 2017-12-22 15:53 MFC 多文档排序\BubbleSortChildfr
文件 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 多文档排序\InsertSortChildfr
文件 1435 2017-12-22 15:52 MFC 多文档排序\InsertSortChildfr
文件 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 多文档排序\QuickSortChildfr
文件 1425 2017-12-22 15:39 MFC 多文档排序\QuickSortChildfr
文件 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个文件信息
相关资源
- 联想主板IH61M Ver:1.0 bios带windows刷写
- Windows Server 2008R2 配置网络负载平衡(
- Windows程序设计第五版
- 深入浅出MFC 第2版 简体中文文字版
- 《Windows核心编程》附光盘源码
- Windows+经典游戏-扫雷+源码
- windows程序设计
- 精通Windows_API:函数、接口、编程实例
- VS2010之MFC入门到精通教程
- MFC 播放器
- MFC游戏编程
- 网络安全讲堂之全面防护Windows与无线
- Windows7旗舰版简体中文
- 最全的Windows API函数大全
- windows调试sys驱动--DriverMonitor
- Windows 1.0 VMware镜像
-
windows Media Pla
yer控件类 - Visual Basic 6.0 与 Windows API 讲座-范例源
- 基于单文档的MSCOMM控件
- windows上nfs服务端
- Windows XP根证书更新[2014年3月](KB931
- haneWIN 1.1.69 汉化已注册
- windows版CRF++-0.58.zip;linux版CRF++-0.54.
- 微软 WindowsXP 原版中文镜像资源全收录
- thrift0.9.3 windows cpp lib patch
- MSCOMM32.OCX vc串口通信编程控件
- libtorrent源码(windows编译使用)
- windows防火墙-自动防御脚本
- Bresenham算法画直线VC
- 潜艇大战的源代码
评论
共有 条评论