资源列表

« 1 2 ... .83 .84 .85 .86 .87 2488.89 .90 .91 .92 .93 ... 2656 »

[数据结构常用算法HuffmanTree-Shortest-Path

说明:赫夫曼树的建造过程,以及最短路径算法,有关键步奏的注释,需输入节点数据以及邻接矩阵的内容,注意看主函数-Huffman tree construction process, as well as the shortest path algorithm, the key step-outs comments, data and content needs input node adjacency matrix, note the main
<> 在 2024-11-06 上传 | 大小:1134592 | 下载:0

[数据结构常用算法Minimum-Spanning-Tree

说明:使用邻接矩阵生成最小生成树的算法,须输入顶点数目,顶点数据以及邻接矩阵的数据。-Adjacency matrix generated minimum spanning tree algorithm, the input data must be the number of vertices, vertex data and adjacency matrix.
<> 在 2024-11-06 上传 | 大小:1132544 | 下载:0

[数据结构常用算法starA

说明:A*算法解决传教士和野人过河问题。有N个传教士和N个野人要过河,现在有一条船只能承载K个人(包括野人),K<N,在任何时刻,如果有野人和传教士在一起,必须要求传教士的人数多于或等于野人的人数。-A* algorithm to solve the missionaries and Savage river issues. With N and N Savage missionaries to cross the river, the
<林静> 在 2024-11-06 上传 | 大小:204800 | 下载:0

[数据结构常用算法Binary

说明:二叉树的创建,打印并且返回高度以及元素所在高度-Binary tree create, print and return the height and the height of the element at which
<张帆> 在 2024-11-06 上传 | 大小:3453952 | 下载:0

[数据结构常用算法shujujiegou

说明:常见数据结构算法,包括多项式计算,二叉树遍历,链表,图的搜索等-Common data structure algorithms, including polynomial, binary tree traversal, linked lists, graph search, etc.
<zty9> 在 2024-11-06 上传 | 大小:11264 | 下载:0

[数据结构常用算法tetris

说明:文件中包含了俄罗斯方块的实现程序,编程语言C++,可以实现简单的游戏体验-File contains Tetris implementation procedures, programming languages C++, can achieve a simple game experience
<陈志鹏> 在 2024-11-06 上传 | 大小:2019328 | 下载:0

[数据结构常用算法2chashu_bianli

说明:该功能主要用vc++实现。实现二叉树的遍历算法。遍历的方法是先序遍历。-the funcontioin of the program is find a point in the tree in the struture of data .and then the method of it is LF.
<冯严> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法05_RBT

说明:红黑树的创建插入与删除的具体源代码的实现-Achieve red-black tree create insertion and deletion of specific implementation code
<蔡高兴> 在 2024-11-06 上传 | 大小:2048 | 下载:0

[数据结构常用算法graph_dfs

说明:图的深度优先遍历算法程序。代码已经将图的深度以及每一层的节点写固定了。可以自己进去修改。-the program is the dfs of tree.the point of the tree and the layer of it has been fix.you can change it as you want.
<冯严> 在 2024-11-06 上传 | 大小:9216 | 下载:0

[数据结构常用算法BFS_graph

说明:这是数据结构中图的广度优先算法的实现。广度优先算法是按照每个节点的拥有的孩子数目来进行遍历的。而不像图的深度优先算法是按照深层次,然后如果不能继续进入更深一层,就往回遍历。-BFS program of tree have a large of difference of the DFS program of trees.The produre of it is with the method of the children of a
<冯严> 在 2024-11-06 上传 | 大小:10240 | 下载:0

[数据结构常用算法sort_leap

说明:堆排序是一种比较优化的排序方法,特备是在只是找一串数字中前几个最大最小值时更显示它的优势。这个程序的堆排序包括每一轮的堆排序的调整以及最终的排序结果的显示。-leap sorted method is a excellent way to handle the sequence , exspecially when you want to find the proitory max or min number .the program
<冯严> 在 2024-11-06 上传 | 大小:10240 | 下载:0

[数据结构常用算法bplustree

说明:c语言实现的B+树,数据都在内存中,实现了插入和删除-bplustree in c
<魏亚运> 在 2024-11-06 上传 | 大小:6144 | 下载:0
« 1 2 ... .83 .84 .85 .86 .87 2488.89 .90 .91 .92 .93 ... 2656 »

源码中国 www.ymcn.org