-
VFP 6.0 开发的一个程序
VFP 6.0 开发的一个程序-development of a procedure
- 2023-02-04 04:50:04下载
- 积分:1
-
由于简单模式匹配算法在一次字符比较失败后,简单的把模式串位置向前移动一个字符位置,这样就丢掉了前面字符匹配中得到的信息,效率差。所以就需要一种无回溯的算法来提高...
由于简单模式匹配算法在一次字符比较失败后,简单的把模式串位置向前移动一个字符位置,这样就丢掉了前面字符匹配中得到的信息,效率差。所以就需要一种无回溯的算法来提高效率,这里使用KMP(Knuth-Morris-Pratt)算法。模式串前面的连续片断部分称“前缀模式”,前缀模式在模式串后部重复出现的情况可以用来避免重复进行已经做过的检查,这是KMP算法中的一个重要概念。-as simple pattern-matching algorithm to compare a character failure, a simple model put forward position Series mobile location of a character, would be lost in front of characters matching the information inefficiently. There is a need for a non-backtracking algorithms to improve efficiency, the use of KMP here (Knuth-Morris-Pratt) algorithm. Model Series in front of a row clips part said "prefix model," prefix string pattern in the pattern of recurring back can be used to avoid duplication of inspection has been done, KMP algorithm is an important concept.
- 2022-03-19 13:35:27下载
- 积分:1
-
vc environment information management system for students, using ODBC to connect...
vc环境下学生信息管理系统,用ODBC连接数据库-vc environment information management system for students, using ODBC to connect database
- 2022-02-02 23:01:10下载
- 积分:1
-
java数据结构和算法(第二版)
Java数据结构和算法(第二版)-lafore著,教材中的范例程序,用JAVA语言,-Java data structures and algorithms (second edition)-lafore, and textbook examples of procedures, using JAVA language,
- 2022-02-09 20:19:56下载
- 积分:1
-
是基于C#语言的一个学生管理系统数据库系统开发案例.很实用...
是基于C#语言的一个学生管理系统数据库系统开发案例.很实用-Is based on the C# Language a student management system database system development case. Very practical
- 2022-01-24 18:52:32下载
- 积分:1
-
用ODBC对数据库实现连接 显示数据 修改数据
用ODBC对数据库实现连接 显示数据 修改数据-Using ODBC to connect to the database display data modification of data
- 2022-05-17 22:02:47下载
- 积分:1
-
使用递归 - 汉诺塔游戏
这个程序使用递归解决汉诺塔游戏的问题。 这个程序将所有盘从嘴左边的指针处移动到最右边,并满足以下要求1) 一次仅移动一个盘子.2)移除的盘子必须放到一个指针下面 3)大盘子不能放在小盘子上面
- 2022-08-11 12:59:27下载
- 积分:1
-
没什么特别的
用ASSECC数据库~――~
没什么特别的
用ASSECC数据库~――~-Nothing special with ASSECC database ~- ~
- 2023-02-03 00:00:04下载
- 积分:1
-
realize how to use VB to create 2,000 ACCESS database format and database tables...
实现如何利用VB创建ACCESS 2000格式的数据库及数据库表,里面含有一个很好的表格近代件,支持背景图片显示!-realize how to use VB to create 2,000 ACCESS database format and database tables, which contains a very good form of modern pieces, support background images show!
- 2022-01-26 08:10:29下载
- 积分:1
-
计算机编程艺术第二卷,学习数据结构与算法的好书,喜欢的朋友可以...
计算机编程艺术第二卷,学习数据结构与算法的好书,喜欢的朋友可以-Art of Computer Programming Volume II, learning data structures and algorithms books, like friends can
- 2022-09-10 01:55:11下载
- 积分:1