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

KMP---MFC

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

  • 44
    说明:  给定程序中,函数fun的功能是:将a所指3×5矩阵中第k列的元素左移到第0列,第k列以后的每列元素依次左移,原来左边的各列依次绕道右边。 例如,有以下矩阵: 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 若k结果为2,程序执行结果为: 3 4 5 1 2 3 4 5 1 2 3 4 5 1 2 请在程序的下划线处填入正确的内容并把下划线删除,使程序得出正确的结果。 注意:源文件存放在考生文件夹下的BLANK1.C中 不得增行或删行,也不得更改程序的结构! (A given program, function fun feature is: a 3 × 5 matrix referred to in the first k elements of the left column to move Section 0, the k elements of each column after column followed by the left, the original columns in the left turn Bypass on the right. For example, the following matrix: 123,451,234,512,345 If k is 2, the program execution results: 345,123,451,234,512 in the program underscore the right content at the fill and to remove the underscore, so that the program reach the right result. Note: The source files in the folder of BLANK1.C candidates are not allowed by the line or delete line, nor change the structure of the program!)
    2011-08-11 07:53:10下载
    积分:1
  • 111
    八皇后问题,用C语言实现,在VC++6.0环境中可以运行!92种答案(Eight queens problem)
    2012-06-18 21:02:54下载
    积分:1
  • list-and-array
    数组的定义与使用,数组的运算,字符串的输入与输出,冒泡排序(list and array)
    2013-10-17 11:32:30下载
    积分:1
  • mataqipan
    马踏棋盘的贪心算法,8*8棋盘,基本上不用回溯。(horse riding chessboard of the greedy algorithm, 8* 8 chessboard, basically not retroactive.)
    2006-05-30 20:05:17下载
    积分:1
  • @163
    数值计算方法中高斯主元素消元法 在vc环境中运行 用于解方程组(Numerical methods in the Gaussian elimination method, the main elements of the environment in vc run for the solution of equations)
    2011-10-19 20:28:39下载
    积分:1
  • maze
    一个苹果走迷宫,支持最短路径寻路。可以使用方向键操作,也可以用户自己添加迷宫格式文件,生成迷宫图。(Apple Maze, shortest path routing. Can use the arrow keys to operate, the user can add their own maze format generated maze.)
    2012-09-11 21:33:01下载
    积分: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
  • text
    输入N个点的坐标,判断这N个点能否构成一个凸多边形。(Enter the coordinates of N points, to determine whether the N points form a convex polygon.)
    2011-12-13 09:43:42下载
    积分:1
  • ALGO3-9
    用于迷宫问题的解决用户根据根据要求进行设置即可在屏幕上显示(Maze problems for users in accordance with the requirements set can be displayed on the screen)
    2008-07-02 02:41:08下载
    积分:1
  • Dijkstra
    迪特斯特拉算法,课程设计的作品,主要计算站点距离的吧,可以看看(Dieter Stella algorithm, distance course design work, the main computing sites can look)
    2013-04-11 10:26:15下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载