资源列表
[数据结构常用算法] string
说明:字符串匹配算法研究 字符串匹配 前缀 后缀 kmp算法 后缀树-with internet booming, the amount of information gets more and more. How to find the target information in such tramendous data is the key in web searching develepment. In this end the string matching algorithm takes<neufox> 在 2025-06-15 上传 | 大小:16kb | 下载:0
[数据结构常用算法] ShortPath_Floyd
说明:在vc环境下求解最短路径弗洛伊德算法完整程序-Vc environment for solving the shortest path algorithm for a complete program of Freud<plum> 在 2025-06-15 上传 | 大小:172kb | 下载:0
[数据结构常用算法] Single-source-shortest-path
说明:在vc6.0环境下,实现单源最短路径的迪杰斯特拉的完整算法-In vc6.0 environment, single-source shortest path algorithm Dijkstra complete<plum> 在 2025-06-15 上传 | 大小:169kb | 下载:0
[数据结构常用算法] java
说明:仓库管理系统,用JAVA做的,使用的数据库软件是MYSQL 课程设计内容一共有管理表格四张,包含曾删改功能;查询表格六张,包含精确查找和模糊查找。含有登陆功能,先登陆后出现主界面,登陆有三个权限。压缩包里包含JAVA源文件和数据库,导入就可使用。-Warehouse management system, using JAVA to do, use a MYSQL database software course design content management table, a total o<王金> 在 2025-06-15 上传 | 大小:1.15mb | 下载:0
[数据结构常用算法] double-link-merge.c
说明:链表归并 a) 构造两个单链表 c) 显示构造的单链表的元素内容 b) 编写算法将这两个单链表归并为一个按元素值递减次序排列的单链表,要求利用原来两个单链表的结点存放归并后的单链表。 e). 显示归并后的单链表-link merge<taopen> 在 2025-06-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] the-shortest-path
说明:在VC 环境下用算法求出最短距离,该算法克服了以往算法的缺点-VC environment in the shortest distance calculated by algorithm<赵瑞> 在 2025-06-15 上传 | 大小:2kb | 下载:0
[数据结构常用算法] CJC_DictS
说明:已知从起始点A到达各目站点(B、C、D...)的各最短路径上所有站点的前驱站点,以及至前驱站点的距离。以一个二维数组pre描述已知信息,第1列是前驱站点的序号(以0、1、2...分别表示站点A、B、C...),第2列是至前驱站点的距离。试推算和输出从起始点出发到达各其余站点的最短路径和距离。完成源程序DictS.CPP中Pathway函数的编写。-Known from the starting point A to reach the target site (B, C, D. ..) of t<fuyuqi> 在 2025-06-15 上传 | 大小:1kb | 下载:0