资源列表

« 1 2 ... .10 .11 .12 .13 .14 2615.16 .17 .18 .19 .20 ... 2656 »

[数据结构常用算法041761银行家算法(C语言)

说明:在计算机操作系统中,最有代表的避免死锁的算法,是Dijkstra银行家算法。这是由于该算法能用于银行系统现金贷款的发放而得名的。为了加深对该算法的认识和掌握,进而在计算机上实现。为了实现银行家算法,系统中必须设置若干数据结构(In the computer operating system, the most representative algorithm to avoid deadlock is the Dijkstra banker algorithm. This is because t
<冷葉> 在 2025-06-08 上传 | 大小:20kb | 下载:0

[数据结构常用算法huffmanTree

说明:赫夫曼树的创建,以及Huffman编码与字符之间的相互转换(The creation of Huffman tree, and the conversion between Huffman coding and characters.)
<SuperLoser> 在 2025-06-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法无向图

说明:无向图的创建,转化为邻接矩阵输出,及深度、广度优先遍历(The creation of undirected graph is transformed into adjacency matrix output and depth and breadth first traversal.)
<SuperLoser> 在 2025-06-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法6

说明:队列操作,包括销毁清空初始化,插入删除某队内元素(Queue operations, including destruction, initialization, insertion and deletion of elements within a team.)
<SuperLoser> 在 2025-06-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法5

说明:栈的操作,包括初始化创建,插入和删除元素(Stack operations, including initialization, creation, insertion and deletion of elements)
<SuperLoser> 在 2025-06-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法E2

说明:怎样使用数据结构算法实现判断回文数字的程序(Using data structure algorithm to judge the palindrome)
<yczsh> 在 2025-06-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法数据结构与算法分析—C语言描述

说明:数据结构与算法分析,大牛所著。介绍计算机相关基础与进阶的数据结构和算法相关知识。(datastructure and algorithm)
<Lazydog> 在 2025-06-08 上传 | 大小:9.85mb | 下载:0

[数据结构常用算法图论

说明:图论问题 图的建立 图由顶点的集合和顶点间关系的集合组成。 图有无向图和有向图之分。 图的边上加上权值后为带权图。 度是与顶点相连的边的数目,有向图分入度和出度。 连通图指图中任意两个顶点都是连通的。6无向图和有向图(The problem of graph theory)
<西贝轩> 在 2025-06-08 上传 | 大小:2kb | 下载:0

[数据结构常用算法单链表(修正版)

说明:创建单链表,可以以此为一个简单的模版进行套用(Create a single chain table)
<快乐UK> 在 2025-06-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法dataStructurePython

说明:python实现队、栈等数据结构,其他结构后续补充(this code implement the queue and stack data structure. the other data structure is coming later.)
<runner_yang> 在 2025-06-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法Big talk data structure

说明:书名:大话数据结构,由浅入深全面剖析数据结构知识点,对需要技术晋级的技术人员有很好的指导作用(Big talk data structure)
<xqq868> 在 2025-06-08 上传 | 大小:36.38mb | 下载:0

[数据结构常用算法netease_2CPU

说明:网易笔试题(Written examination questions of the NetEase)
<vic_l> 在 2025-06-08 上传 | 大小:191kb | 下载:0
« 1 2 ... .10 .11 .12 .13 .14 2615.16 .17 .18 .19 .20 ... 2656 »

源码中国 www.ymcn.org