资源列表

« 1 2 ... .01 .02 .03 .04 .05 1906.07 .08 .09 .10 .11 ... 2656 »

[数据结构常用算法find-the-maximum-value

说明:find the maximum value,找出一组数据的最大值。-find the maximum value
<孙江> 在 2024-11-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法linear

说明:数据结构之线性表的各项操作:线性表置空、求线性表长度、数据插入、删除、显示、文件保存等-Linear list data structure of the operation: linear table empty, find the length of the linear form, the data insert, delete, display, file, etc.
<R chen> 在 2024-11-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法2

说明:c语言数组加法命令-c language array addition command
<黄倩> 在 2024-11-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法include

说明:c语言分类排序-sort in c language
<黄倩> 在 2024-11-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法kmq

说明:孔明棋解法,使用暴力解法,适合初学者看看.-Ming Qi method, the use of violence solution, suitable for beginners to see.
<何成军> 在 2024-11-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法rbt-alg

说明:Red black tree implementation using array
<Tomas> 在 2024-11-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法five-sorting-algorithm

说明:五种排序算法的C语言版,分别有:快速排序,希尔排序,简单选择排序,直接插入排序,冒泡排序。-Five C-language version of sorting algorithms, respectively: quick sort, Hill sort, selection sort is simple, direct insertion sort, bubble sort.
<放羊的星星> 在 2024-11-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法yiqun

说明:蚁群算法求解最优路径,进行城市间最优路径的选择,用于解决tsp问题-Ant colony algorithm for optimal path
<苏瑞> 在 2024-11-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法Job-sorting-problem

说明:作业排序问题,解决作业排序过程中作业顺序穷举问题的程序-Job sorting problem exhaustively program
<邵晓成> 在 2024-11-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法linked-list-reverse-output

说明:数据结构,单链表 ,逆序输出,数据结构,单链表 ,逆序输出-data structure ,linked list,reverse,output
<jack von> 在 2024-11-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法tanxinsuanfa

说明: 贪心算法又被称为登山法,根本思想是逐步获得最优解,使用贪心算法选取那些最可能实现结果的解来考虑,即以逐步的最优达到最终的全局最优。哈夫曼算法是构造最优前缀码的贪心算法,以自底向上的方式构造表示最优前缀码的二叉树T,在算法中编码字符集中的每一字符c的频率为f(c),以f为键值的优先队列Q用在贪心选择时,有效地确定算法当前要合并的两棵具有最小频率的树,一旦两棵具有最小频率的树合并后,产生一棵新的树,其频率为合并的两棵树的频率之和,并将新树
<ss> 在 2024-11-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法yinhangjia

说明:银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系 银行家算法 统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。 -ankers algorithm is one of the most representative avoid deadlock algorithm. In avoiding deadlocks method allows
<baichaochao> 在 2024-11-03 上传 | 大小:2048 | 下载:0
« 1 2 ... .01 .02 .03 .04 .05 1906.07 .08 .09 .10 .11 ... 2656 »

源码中国 www.ymcn.org