资源列表

« 1 2 ... .82 .83 .84 .85 .86 1087.88 .89 .90 .91 .92 ... 2656 »

[数据结构常用算法MemoryMgr

说明:可变式分区管理使用的主要数据结构,分配、回收的主要技术,了解最优分配、最坏分配、最先分配等分配算法。-Variable type partition of the data structure, distribution, and the main technology, recovery of optimum allocation, the worst distribution, the first distribution allocation algorithm.
<智利蒋> 在 2025-06-19 上传 | 大小:28kb | 下载:0

[数据结构常用算法greedymethod

说明:贪婪算法的具体例子 有个国有中型企业,接到一批需要加工零件的订单,员工们非常高兴,可是高兴之后却发现问题了,原来这家企业能够加工这批零件的机床有限,如果仅仅为了这批加工任务而新添机床的话,那么既不合算也不必要,因为加工完这批零件后很可能这些机床又要闲置起来,所以大批量购买肯定不行,但这批订单又必须要完成,那么这么办呢?很想请你帮忙设计一个安排加工任务,使得完成这批订单所需要使用的机器数量最少-An example of greedy method
<叶樱> 在 2025-06-19 上传 | 大小:190kb | 下载:0

[数据结构常用算法voronoi

说明:Voronoi算法不完全代码,C++描述-Voronoi algorithm does not completely code, C++ descr iption
<mr lv> 在 2025-06-19 上传 | 大小:11kb | 下载:0

[数据结构常用算法graph

说明:数据结构——图的基本结构 求给定图中的边(或弧)的数目。 求解出从给定顶点到所有顶点的最短路径(以边数计算)。 判断一个有向图g是否是一棵有向树。(任意一个顶点可能是根) 对给定的图G及出发点,设计算法从出发深度遍历图G,并构造出相应的生成树。 -Data structure- that the basic structure of the given graph edge (or arc) number. Solving out from a given vertex to a
<> 在 2025-06-19 上传 | 大小:4kb | 下载:0

[数据结构常用算法Huffman

说明:Huffman树 1.根据要求输入n个权值建立Huffman树 2.完成Huffman树编码并输出对应权值编码 -Huffman tree
<onway> 在 2025-06-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法Hel

说明:数据结构中的拓扑排序,用拓扑排序来完成大学四年的课表排序,从文本文档中读取课程(乱序)课时,序号等信息,根据先修后修的原定顺序,按照拓扑排序来完成课表。-topo assessment in structure of computer,to finish the timetable for the whole four years at colleage. Read information from a text,an the number of the subjects and the m
<Judyjava> 在 2025-06-19 上传 | 大小:789kb | 下载:0

[数据结构常用算法YEN

说明:在无向图中,用YEN算法实现前求K短无环路径。-YEN
<name> 在 2025-06-19 上传 | 大小:207kb | 下载:0

[数据结构常用算法Classic-source-data-structure-and-algorithm-set.ra

说明:各种经典的数据结构及算法经典源程序集,如windows底层的驱动-A variety of classic data structures and algorithms set of classical source, such as the bottom of the drive windows
<licg> 在 2025-06-19 上传 | 大小:324kb | 下载:0

[数据结构常用算法avl_work

说明:实现了avltree的建立、插入、删除、输出等基本功能,可以看到每次改变后树的动态变化,对初学者实际编程练习很有帮助。压缩包里是整个项目,其中.h文件包含avltree的所有定义和实现。-Achieved avltree establishment, insert, delete, export and other basic functions, you can see that every time the tree after the change the dynamic changes
<chenqi_191> 在 2025-06-19 上传 | 大小:446kb | 下载:0

[数据结构常用算法Monkey

说明:本代码简要的描述了队列的创建及其一些对队列元素的基本操作-Queue Descr iption
<刘丙凯> 在 2025-06-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法graph

说明:可以实现深度和广度的查询,同样也可以图计算出它的邻接矩阵和邻接表-Can achieve the depth and breadth of the inquiry, as it can map to calculate the adjacency matrix and adjacency list
<小鱼> 在 2025-06-19 上传 | 大小:309kb | 下载:0

[数据结构常用算法avl-tree

说明:用c语言实验AVL树,程序需要外加txt文件用来创建被遍历图,相信看了程序后很简单。-AVL tree using c language experiment, procedures used to create the necessary external txt file to be traverse map, I believe after reading procedure is simple.
<yujiaming> 在 2025-06-19 上传 | 大小:1kb | 下载:0
« 1 2 ... .82 .83 .84 .85 .86 1087.88 .89 .90 .91 .92 ... 2656 »

源码中国 www.ymcn.org