资源列表

« 1 2 ... .61 .62 .63 .64 .65 1866.67 .68 .69 .70 .71 ... 2656 »

[数据结构常用算法banker

说明:实现操作系统调度管理思想中的“银行家算法”-To achieve the operating system scheduling management thinking in the " banker' s algorithm"
<贺琦> 在 2025-06-15 上传 | 大小:2kb | 下载:0

[数据结构常用算法sortandtree

说明:数据结构中的经典排序算法,树的生成以及前序,中序,后续遍历操作。-The classic data structures sorting algorithm, tree formation and the former order, in sequence, follow-up traversal operation.
<*> 在 2025-06-15 上传 | 大小:2kb | 下载:0

[数据结构常用算法HuffmanTree

说明:函数生成Huffman树,根据用户输入的结点数,生成Huffman树-Function generates Huffman trees, nodes based on the user s input to generate Huffman trees
<mkvt> 在 2025-06-15 上传 | 大小:2kb | 下载:0

[数据结构常用算法lianbiaodachuan

说明:一个链表的简单功能 具备一个链表的一些最基本的功能 -A list of simple functions with a list of some of the most basic functions
<winds> 在 2025-06-15 上传 | 大小:2kb | 下载:0

[数据结构常用算法polynomial

说明:对已知的多项式p(x)利用用线性表的数据结构进行加法,乘法,微商运算 加法的时间复杂度为O(n+m) 乘法的时间复杂度为O(nm) 微分的时间复杂度为O(n) 排序的平均时间复杂度为O(nlogn) 程序优点:通过顺序表和链表结合使用,使乘法合并同类项的时间复杂度降为O(1),乘法本身的时间复杂度也达到下界。 程序提供了有好的界面,并且有较好的容错性,输入输出人性化,符合人的习惯。 用快速排序代替了插入排序,使本程序能应对较大的数据。 程序缺点:系数和指数有范围限
<刘晓明> 在 2025-06-15 上传 | 大小:2kb | 下载:0

[数据结构常用算法huffman_coding

说明:本程序建立了哈夫曼树并求出了各字符哈夫曼编码,但不能对需要编码的文件进行分析,作出最优或 近似最优的决策 建树的时间复杂度:O(nlogn) 求解编码的平均时间复杂度:O(n*d) d为哈夫曼树叶子的深度的期望,最坏情况的d=(n^2+n-2)/2n. 编码的最坏时间复杂度为O(n^2)-This procedure established a Huffman tree and calculated the various characters in Huffman c
<刘晓明> 在 2025-06-15 上传 | 大小:2kb | 下载:0

[数据结构常用算法A_student_1247658312002

说明:A C++ student management system
<Nazree> 在 2025-06-15 上传 | 大小:2kb | 下载:0

[数据结构常用算法chazhao

说明:实现二叉树的查找,实现二叉树的查找实现二叉树的查找-select the b_tree
<su> 在 2025-06-15 上传 | 大小:2kb | 下载:0

[数据结构常用算法hfm

说明:能够实现对输入的原文字符进行哈弗曼树的构建,对原文进行编码,同时可实现对01报文的解码-Can be achieved on the input of the original characters Havermann tree was constructed on the original text coding, can achieve 01 to decode packet
<宋朝> 在 2025-06-15 上传 | 大小:2kb | 下载:0

[数据结构常用算法CCV

说明:关于作业、进程算法,也就是一些关于进程高度和作业高度的相同算法的改版-I hold that it is a very useful resource to imitate...
<KARL> 在 2025-06-15 上传 | 大小:2kb | 下载:0

[数据结构常用算法2xtree

说明:标准c实现的排序二叉树,该代码从实际运行的程序代码中分离出来,用C++思想稍为封装一下,也能形成自己的排序二叉树操作类-Order to achieve the standard c binary tree, the code actually runs code from separating, using C++ thinking about a little package can also form their own sort binary tree class action
<huxiang> 在 2025-06-15 上传 | 大小:2kb | 下载:0

[数据结构常用算法bittree_show

说明:链表结点二叉树实现,通过建立树和遍历树,真正实现二叉树的树状显示,根结点在最上面,用c实现,通过计算结点位置放置结点.需要的可以参考!-Binary Tree node list, through the establishment of trees and tree traversal, binary tree truly show the root node at the top, with c achieved by calculating the node position to pla
<田见雨> 在 2025-06-15 上传 | 大小:2kb | 下载:0
« 1 2 ... .61 .62 .63 .64 .65 1866.67 .68 .69 .70 .71 ... 2656 »

源码中国 www.ymcn.org