资源列表

« 1 2 ... 89 90 91 92 93 9495 96 97 98 99 ... 2656 »

[数据结构常用算法yinhangjiasuanfa

说明:银行家算法,实现了避免死锁的算法,是比较高级的程序,体现了资源分配与进程之间的关系-Bankers algorithm avoid deadlock algorithm, which is a more advanced procedure, reflects the distribution of resources and the process of the relationship between
<liangbinny> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法bmhs_algorithm

说明:一种比较理想,快速的字符串匹配算法-BMHS算法,它与BM算法的性能相当,但是算法复杂度较低。-An ideal, fast string matching algorithm-BMHS algorithm, it is quite the performance of BM algorithm, but the algorithm complexity low.
<malota> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法nqueen

说明:N皇后问题(c语言版),N默认为8,N值可以进行修改-N Queen
<xsly> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法queen

说明:queens8皇后问题,经典的数据结构和算法问题,用c++实现,有详细的中文注释.-Queen
<> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法fano_coding

说明:fano coding 费诺编码,数据结构和算法经典问题,c++实现.-Fenno fano coding coding, data structures and algorithms classic problems, c++ realize.
<> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法b

说明:、通过将其元素插入到双向链表中的方法对数组A进行排序。算法对链表的当前操作位置进行维护,当需要插入表项时,若新元素比当前位置值要大,则往前移动;若小则往后移动。编写函数DoubleSort实现上述排序算法。-Through its elements inserted into the two-way linked list of methods to sort array A. Algorithm to list the current
<zzlbly> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法queue

说明:双向链表的初始化 建立 输入输出 以及倒叙 删除 增加-Two-way linked list of initialization to establish the input and output, as well as delete flashback to increase
<小兰> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法LinkQueue

说明:定义链队列结点结构:数据域data和指针域next-Queue definition of chain-node structure: data field data and pointer domain next
<小兰> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法sqlist

说明:链表的初始化 判断是否为空 计算长短 输入输出-Initialization list is empty the calculation to determine whether the length of input and output
<小兰> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法bf_algorithm

说明:字符串匹配算法-BF算法,它是字符串匹配的最简单算法,适合入门时参考。-String matching algorithm-BF algorithm, which is the most simple string matching algorithm, suitable for entry-reference.
<raymond> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法fibonacci_2

说明:本程序是用备忘录法实现计算斐波那契数列,大大缩短了运算时间。-This procedure is the realization of Memorandum of Law calculated the Fibonacci sequence, greatly reducing the computing time.
<djz> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法lcs

说明:本程序计算两个序列的最长公共子序列LCS-This procedure calculated the two longest sequences in public sequence LCS
<djz> 在 2024-11-20 上传 | 大小:1kb | 下载:0
« 1 2 ... 89 90 91 92 93 9495 96 97 98 99 ... 2656 »

源码中国 www.ymcn.org