-
很适合初学者《数据结构实验与实训教程》(PDG).zip
很适合初学者《数据结构实验与实训教程》(PDG).zip- Suits the beginner very much "Construction of data Experiment
And Really Teaches Course" (PDG) zip
- 2022-08-03 23:15:19下载
- 积分:1
-
A example of database program in a class by oneself. it can ordered by name.
独一无二的数据库编程例程,可以按照姓名排序-A example of database program in a class by oneself. it can ordered by name.
- 2022-05-15 04:50:29下载
- 积分:1
-
24LC128
24LC12824LC12824LC12824LC12824LC12824LC12824LC12824LC12824LC12824LC12824LC12824LC12824LC12824LC12824LC12824LC12824LC12824LC12824LC12824LC12824LC12824LC12824LC12824LC12824LC12824LC12824LC12824LC128
- 2023-02-17 23:50:09下载
- 积分:1
-
利用Linklist实现超大整数之加减乘除
利用Linklist实现超大整数之加减乘除-Linklist achieve large integers using the Math
- 2022-10-17 09:30:03下载
- 积分:1
-
枚举lan中的所有数据库实例的d
枚举lan中的所有数据库实例的d-enumeration of all database instances d
- 2022-02-01 01:25:19下载
- 积分:1
-
孙鑫kecheng1源代码
sun xin kecheng1 yuandaima
- 2023-02-25 19:10:03下载
- 积分:1
-
the implementation of the code reader database records collected from the field.
本代码实现读取数据库记录集的字段名。-the implementation of the code reader database records collected from the field.
- 2023-02-21 13:00:04下载
- 积分:1
-
The realization of a number of algorithms, using the pascal, including number th...
一些算法的实现,用的是pascal,包括数论、图论、高精度计算、排序算法、背包问题等。-The realization of a number of algorithms, using the pascal, including number theory, graph theory, high-precision computing, sorting algorithms, and so on knapsack problem.
- 2022-02-05 22:21:10下载
- 积分:1
-
实现了二叉排序树的所有功能
建立,增,删,改,查
实现了二叉排序树的所有功能
建立,增,删,改,查
-Achieved a binary sort tree all the features of the establishment, increase, delete, change, check
- 2022-01-26 08:04:17下载
- 积分: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