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

KMP---MFC

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

  • work1
    讲解了循环单链表的建立,以及在链表中插入、删除、更改数据...(Explain the establishment of circular single linked list, and insert in the list, delete, change the data ...)
    2010-10-03 11:00:45下载
    积分:1
  • tanxinfangfa
    说明:  贪心方法是一种改进了的分级处理方法。它首先根据题意,选取一种量度标准。然后按这种量度标准对这n个输入排序,并按排序一次输入一个量。如果这个输入和当前已构成在这种量度意义下的部分最优解加在一起不能产生一个可行解,则不把此解输入加到这部分解中。这种能够得到某种度量意义下的最优解的分级处理方法称为贪心方法。(greedy method is an improvement of the classification methods. According to its first title Italy, and a selection of standards of measurement. Then, under such a standard measure of this sort n input, with an input an order volume. If the input current and constitutes a measure of significance in this part of the optimal solution together not produce a feasible solution. this solution will not put this added to the importation of decomposition. This can be a meaningful measure of the optimal solution hierarchical method, known as greedy method.)
    2006-05-15 21:50:01下载
    积分:1
  • Data.Structures.For.Game.Programmers
    说明:  详细介绍了游戏设计的数据结构注意事项,对与游戏中角色和游戏模式作者给予了督导的见解,书中语言为全英文但通俗易懂!很是推荐 (Data.Structures.For.Game.Programmers Detailed data structure of the game design considerations, the role with the game and game modes of supervision given to insights, the book in English but the language is easy to understand! It is recommended)
    2010-04-14 11:21:09下载
    积分:1
  • Campus-navigation-system
    校园导航系统包含佛山科技学院本部校区的校园景点平面图。通过系统的各功能不仅可以查询任意景点的编号,名称,简介等信息,还可以查询任意两景点间的最短路径及长度和所有路径及长度。另外,还可以通过一系列操作增加,更改或删除任意的景点的各信息。(Contains the campus attractions plan of the campus Foshan Institute of Technology campus navigation system. Through the function of the system not only can query any spots number, name, profile and other information, can also query the shortest path and arbitrary length between two spots and all paths and the length of. In addition, can also increase through a series of operations, the information change or delete any of the attractions.)
    2015-05-09 16:19:30下载
    积分:1
  • huffman
    使用C语言完成党的霍夫曼编码,主要使用树的数据结构,作为巩固数据结构的练习(Using the C language to complete the party' s Huffman coding, the main use of the tree data structure, data structure as a consolidation exercise)
    2013-07-15 23:59:47下载
    积分:1
  • code
    C++实现的两类问题随机森林生成算法,对学习随机森林很有帮助(Source code for random forests,wanderful codes,and help youself to it!)
    2020-06-29 22:20:02下载
    积分:1
  • 11组表达式求值
    设计一个表达式求值的程序。该程序必须可以接受包含(,),+,-,*,/的中缀表达式,并求出结果。如果表达式正确,则输出表达式的结果;如果表达式非法,则不输出或输出其他字符。(Design an expression evaluation procedures. The program must accept (,), including +, -, *, / the infix expression, and the results obtained. If the expression is correct, the output of the expression is output; if the expression is illegal, no other characters are output or exported.)
    2017-06-14 15:06:29下载
    积分:1
  • we
    说明:   简单的链表实现 链表可以初步了解(A simple list can be linked to achieve a preliminary understanding)
    2008-12-10 17:08:15下载
    积分:1
  • C++
    说明:  标准答案习题1 1.1 简述C++语言程序的结构特点。 答: (1)C++程序由一个或多个函数组成,其中至少有一个主函数main(),程序从主函数开始执行,由主函数来调用其他函数。(Standard answer to Exercise 11.1 on C++ Language program structural characteristics. Answer: (1) C++ Procedures by one or more functions, of which at least one of the main function main (), the procedure started from the main function, from the main function to call the other function.)
    2008-11-25 16:16:27下载
    积分:1
  • polynomial
    本程序实现一元多项式合并。本程序输入方式为按项输入,每输入一个项,会先提示输入项的幂,再提示输入项的系数。(This procedure combined to achieve a dollar polynomial. This procedure according to entry input methods for the input, one for each input item, it will first prompt entry of the power, and then prompts entry of the coefficient.)
    2009-12-16 17:29:54下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载