登录
首页 » Visual C++ » KMP---MFC

KMP---MFC

于 2020-07-04 发布 文件大小:4205KB
0 222
下载积分: 1 下载次数: 35

代码说明:

  数据结构里面的KMP算法的可视化演示程序 MFC实现(Visualization of data structures inside the KMP algorithm demo program MFC implementation)

文件列表:

KMP算法MFC版
............\Debug
............\.....\KMP.exe,110666,2012-03-21
............\.....\KMP.ilk,195324,2012-03-21
............\.....\KMP.obj,12946,2012-03-21
............\.....\KMP.pch,5500452,2012-03-21
............\.....\KMP.pdb,353280,2012-03-21
............\.....\KMP.res,2876,2012-03-21
............\.....\KMPDlg.obj,31923,2012-03-21
............\.....\StdAfx.obj,105704,2012-03-21
............\.....\vc60.idb,205824,2012-03-21
............\.....\vc60.pdb,364544,2012-03-21
............\KMP.APS,36224,2012-03-21
............\KMP.clw,1350,2012-03-21
............\KMP.cpp,2021,2012-03-20
............\KMP.dsp,4105,2012-03-20
............\KMP.dsw,514,2012-03-20
............\KMP.h,1291,2012-03-20
............\KMP.ncb,74752,2012-03-21
............\KMP.opt,53760,2012-03-21
............\KMP.plg,674,2012-03-21
............\KMP.rc,5813,2012-03-21
............\KMPDlg.cpp,6208,2012-03-20
............\KMPDlg.h,1416,2012-03-20
............\ReadMe.txt,3525,2012-03-20
............\Release
............\.......\KMP.exe,20480,2012-03-20
............\.......\KMP.obj,8747,2012-03-20
............\.......\KMP.pch,5686020,2012-03-20
............\.......\KMP.res,2880,2012-03-20
............\.......\KMPDlg.obj,19384,2012-03-20
............\.......\StdAfx.obj,750,2012-03-20
............\.......\vc60.idb,50176,2012-03-20
............\res

............\...\KMP.rc2,395,2012-03-20
............\resource.h,911,2012-03-20
............\StdAfx.cpp,205,2012-03-20
............\StdAfx.h,1054,2012-03-20

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Data-Structure11-15
    本书是关于计算机科学与工程领域的基础性研究科目之一——数据结构与算法的专著。 本书在简要回顾了基本的C++ 程序设计概念的基础上,全面系统地介绍了队列、堆栈、树、图等基本数据结构,以及贪婪算法、分而治之算法、分枝定界算法等多种算法设计方法,为数据结构与算法的继续学习和研究奠定了一个坚实的基础。更为可贵的是,本书不仅仅介绍了理论知识,还提供了50多个应用实例及600多道练习题。 本书内容广博权威,结构清晰合理,是一本全新的有关数据结构与算法的教材,对于计算机科学与工程领域的从业人员也是一本很好的参考书。 11-15章 (This book is about the field of computer science and engineering subjects of basic research- data structures and algorithms monographs. In a brief review of the book based on the basic concept of C++ programming on a comprehensive and systematic introduction to the queues, stacks, trees, graphs and other basic data structures, and the greedy algorithm, a variety of algorithms divide and conquer algorithms, branch and bound algorithm design method for data structures and algorithms continue to learn and study laid a solid foundation. More valuable is the book not only theoretical knowledge, but also provides more than 50 application examples and more than 600 channel exercises. Book a broad authority, clear and reasonable structure, is a new data structures and algorithms related materials, for the field of computer science and engineering practitioners also a good reference book. Chapter 11-15)
    2014-05-30 09:27:46下载
    积分:1
  • KMP
    数据结构中KMP算法c语言实现,vc6.0环境(KMP algorithm in c language data structure, vc6.0 environment)
    2013-03-27 14:04:39下载
    积分:1
  • EightQueen
    经典的 数据结构问题 八皇后问题。问题是在8*8的棋盘上放置棋子,要求每条直线上不能出现两个或以上的棋子。(The classical data structure problem Eight queens problem.Question is placed on the 8* 8 board piece, requirements on each line cannot appear two or more pieces.)
    2016-11-23 10:30:11下载
    积分:1
  • host2
    说明:  马踏棋盘算法编程,实现在棋盘上任意两点间的最短路径求解。(horse riding chessboard programming algorithm to achieve on the chessboard arbitrary 2:00 of finding the shortest path.)
    2006-04-30 00:12:21下载
    积分:1
  • Work3.5
    上海交通大学数据结构课程的课后作业系列3.5:仅供参考,最好还是自己去写(Shanghai Jiaotong University data structure course homework Series 3.5: for reference, it is best to write their own)
    2013-12-27 21:00:03下载
    积分:1
  • shellpaixu
    希尔排序(Shell Sort)是插入排序的一种。是针对直接插入排序算法的改进(双语对照查看希尔排序(Shell Sort)是插入排序的一种。是针对直接插入排序算法的改进。 Hill sorting (Shell Sort) is a kind of insertion sort. Is to improve the direct insertion sort algorithm. )
    2013-07-18 15:11:39下载
    积分:1
  • chain
    链表的模板类,提供插入删除,遍历器,查找等功能,只有一个头文件,可以包含到你的工程(template implemention of Chain)
    2013-12-09 11:04:33下载
    积分:1
  • improvedKMPalgorithm
    大学计算机专业,数据结构中的改进的KMP算法,C++编写。(University computer science, data structures to improve the KMP algorithm, C++ written.)
    2010-05-24 12:45:20下载
    积分:1
  • xuanzexingjiegou
    选择型结构c语言编程 (Choose the type of structure of C language programming)
    2013-09-24 22:11:37下载
    积分:1
  • zhebanchazhao
    实现折半查找,非递归形式,从而实现数据结构所要的结果。(To achieve binary search, the non-recursive form)
    2012-08-29 12:35:25下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载