-
数据结构算法大全,包含最短路径,最小生成树,凸包,各种排序,四种高精度运算,图论上的常用算法,以及树的各种算法...
数据结构算法大全,包含最短路径,最小生成树,凸包,各种排序,四种高精度运算,图论上的常用算法,以及树的各种算法-data structure ,if you want to learn it
well, you need it,I think!
- 2022-07-12 00:15:14下载
- 积分:1
-
data structure large operations Experimental Report
数据结构大型作业实验报告-哈夫漫-data structure large operations Experimental Report-Halff Man
- 2022-03-19 00:17:50下载
- 积分:1
-
h3h3h3面并不很精通。我最近看的书《分行与小波》《小波十讲》《小波变换与分数傅里叶变换》《工程小波变换》等。上面所写,一部分来源于书,一部分来源于自己的体会...
h3h3h3面并不很精通。我最近看的书《分行与小波》《小波十讲》《小波变换与分数傅里叶变换》《工程小波变换》等。上面所写,一部分来源于书,一部分来源于自己的体会。所以希望-h3h3h3 surface is not very proficient. I recently read "branch and wavelet" "wavelet 10 stresses" "wavelet transform and scores of Fourier transform," "project wavelet transform." The above was written part from the book, from the part of his experience. I hope
- 2023-05-13 00:20:02下载
- 积分:1
-
这是一个数据图象学的,简单通过64比这是一个数据图象学的,简单通过64比特的加密引擎。程序包里有完整的程序。...
这是一个数据图象学的,简单通过64比这是一个数据图象学的,简单通过64比特的加密引擎。程序包里有完整的程序。-This is a study of the image data, simple than 64 This is a study of the image data, a simple 64-bit encryption engine. Procedures bag complete the procedure.
- 2022-04-17 01:33:41下载
- 积分:1
-
Backup restore firebird or interbase
备份还原firebird或interbase
- 2022-06-19 13:58:27下载
- 积分:1
-
数据结构和算法,C++描述,数据结构习题,数据结构答案
数据结构和算法,C++描述,数据结构习题,数据结构答案-datastruct
- 2022-03-06 05:33:15下载
- 积分:1
-
图书数据报告系统
这书数据报告系统写用 visual basic 6.0 和 access 数据库允许我们由承租人向出租人书记录并显示整个报表。
- 2022-08-17 04:09:07下载
- 积分:1
-
calculated factorial majority, in a calculated within seconds above 10,000 integ...
计算大数阶乘,可以在1秒内计算出10000以上的整数阶乘-calculated factorial majority, in a calculated within seconds above 10,000 integer factorial
- 2022-08-12 20:59:11下载
- 积分:1
-
Students and implementation of database management, c language development envir...
学生数据库的管理与实现,c语言开发环境,功能齐全-Students and implementation of database management, c language development environment, full-featured
- 2022-04-21 23:20:32下载
- 积分: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