-
数据结构中的一个试验程序,实现简单的校园导游图功能,提供查找最短路径功能。...
数据结构中的一个试验程序,实现简单的校园导游图功能,提供查找最短路径功能。-data structure of a test procedures, a simple guide campus map function, providing the shortest path search function.
- 2022-04-17 12:13:54下载
- 积分:1
-
数据结构图论课后题
资源描述数据结构图论课后题,对于初学数据结构课程的学生有很大帮助
- 2023-07-11 00:15:03下载
- 积分:1
-
将内存中的一段数据拷贝到另外一段内存中,要考虑其中的内存覆盖问题。...
将内存中的一段数据拷贝到另外一段内存中,要考虑其中的内存覆盖问题。-A section of the memory to copy data to another section of memory, it is necessary to take into account the memory coverage problems.
- 2022-10-04 15:40:03下载
- 积分:1
-
运动会分数统计,我的课程设计,用c语言编写的,
运动会分数统计,我的课程设计,用c语言编写的,-Games Score statistics, my curriculum design, with c languages,
- 2023-04-08 07:55:03下载
- 积分:1
-
停车场的程序,是用多线程写的,有详细的注释
停车场的程序,是用多线程写的,有详细的注释-parking procedures is the use of multi-threaded writing, a detailed Notes
- 2022-01-24 16:23:08下载
- 积分:1
-
静态sql详细介绍了数据库结构数据库相关的内容,重点介绍和解释了sql语言的使用...
静态sql详细介绍了数据库结构数据库相关的内容,重点介绍和解释了sql语言的使用-Static sql database structure described in detail the contents of the database-related, focusing on and explain the use of language sql
- 2022-05-07 17:33:38下载
- 积分:1
-
几种常用排序算法的效率比较,通过测试可得出这几种排序算法的优劣....
几种常用排序算法的效率比较,通过测试可得出这几种排序算法的优劣.-several commonly used algorithm efficiency comparison, the test may come this algorithm several merits.
- 2022-03-15 07:57:19下载
- 积分:1
-
哈夫曼树算法
根据给定的n个权值{w1,w2,……wn},构造n棵只有根结点的二叉树,令起权值为wj
在森林中选取两棵根结点权值最小的树作左右子树,构造...
哈夫曼树算法
根据给定的n个权值{w1,w2,……wn},构造n棵只有根结点的二叉树,令起权值为wj
在森林中选取两棵根结点权值最小的树作左右子树,构造一棵新的二叉树,置新二叉树根结点权值为其左右子树根结点权值之和
在森林中删除这两棵树,同时将新得到的二叉树加入森林中
重复上述两步,直到只含一棵树为止,这棵树即哈夫曼树
-Huffman tree algorithm based on a given n-weights (w1, w2, ... ... wn), construct n trees only a root node of the tree, so that from the right value of wj in the forest root node to select two the right tree for the value of the smallest subtree around, a new binary tree structure, the right to buy a new tree root node value of its subtree root node around the right value in the forest and delete these two trees, At the same time, the new binary tree obtained by adding the forest to repeat the above two steps until a tree containing only the date, that is, Huffman tree tree
- 2023-05-05 13:05:03下载
- 积分:1
-
求解一个最短路径问题程序,可以参考一下求一个Dijkstra优化算法!
谢谢了
目的是求给定两点之间的最短距离
或者改一下我的程序也行...
求解一个最短路径问题程序,可以参考一下求一个Dijkstra优化算法!
谢谢了
目的是求给定两点之间的最短距离
或者改一下我的程序也行
-shortest path to solve a problem of procedure, can seek a reference Dijkstra algorithm optimization! Thank you, the purpose is scheduled for 2:00 to the shortest distance between or change my procedure OK
- 2022-03-01 07:56:19下载
- 积分:1
-
很好的数据结构学习软件。有C语言和Pascal语言两种形式。
很好的数据结构学习软件。有C语言和Pascal语言两种形式。-good data structure learning software. C language and Pascal language in two forms.
- 2022-06-28 17:19:36下载
- 积分:1