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

KMP---MFC

于 2020-07-04 发布 文件大小:4205KB
0 188
下载积分: 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 个回复

  • BinaryTreeViaMFC
    画图法实验数据结构中二叉树先序、中序、后序遍历和显示。(Paint Method in the first order binary tree data structure, in order, post order traversal and display.)
    2011-05-27 20:14:36下载
    积分:1
  • hanoi
    实现汉诺塔的操作步骤输出,可以设置1,2,3三个塔柱,输出结果为用1,2,3表示的操作(Tower of Hanoi the steps to achieve the output, you can set 1,2,3 3 Pylon, the output result of the operation that used 1,2,3)
    2009-12-05 22:11:52下载
    积分:1
  • 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
  • DLinkedList
    双链表的定义和插入算法,双链表的定义,删除,插入和查找算法(Doubly linked list of definitions and insertion algorithm, the definition of double-linked list, delete, insert, and search algorithm)
    2013-07-17 15:38:38下载
    积分:1
  • toycon
    二查树遍历文件,可以用于程序测试,有喜欢的朋友要多多使用哦(Two check tree traversal file that can be used for program testing)
    2012-07-17 15:18:23下载
    积分:1
  • EightQueens
    数据结构与程序设计中的重点例子程序:八皇后问题(Data structure and procedures of the focus of the design example of the procedure: eight queen problem)
    2009-06-29 14:52:11下载
    积分:1
  • courseDesign
    C语言课程设计例子,迷宫的实现,包括了需求分析,概要设计,详细设计,测试,源代码等(C language curriculum design example, the realization of the maze, including requirements analysis, preliminary design, detailed design, testing, source code, etc.)
    2011-11-23 23:41:04下载
    积分:1
  • KDTreeTest
    一个KDtree的程序,包含建树过程和消耗的时间。(A KDtree procedures, including the contribution to the process and time consuming.)
    2020-12-22 10:29:08下载
    积分:1
  • SHU
    为了点分 求分下载好麻烦 c++二叉排序树(In order to find points dotted download good trouble c++ binary sort tree)
    2013-07-25 01:35:56下载
    积分:1
  • hanoi
    Hanoi塔问题非递归算法实现,几个具体的实现算法(Tower of Hanoi non-recursive algorithm, the realization of a number of specific algorithms)
    2009-07-13 08:45:51下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载