资源列表

« 1 2 ... .16 .17 .18 .19 .20 221.22 .23 .24 .25 .26 ... 2656 »

[数据结构常用算法2

说明: 利用哈夫曼编码进行住处通讯可以大大提高信道利用率,缩短住处传输时间,降低成本,但是,这要求在发送端通过一个编码系统将传输的数据预先编码,在接收端通过一个译码系统对传来的数据进行译码(复原),对于双向传输信息的信道,每端都一个完整的编码译码系统,试为这样的住处收发站写一个哈夫曼友的编码译码系统.-Residence using Huffman coding can greatly improve the communication ch
<wwwqiushou> 在 2025-01-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法datastructure

说明:《数据结构》课程实习一,实现对线性链表和数组的基本操作-" Data Structure" Course Practice realize a linear linked list and an array of basic operations
<梁传> 在 2025-01-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法DE

说明:用数组模拟递归函数,实现递归函数的简化算法,具体要求看英文描述。-We all love recursion! Don t we? Consider a three-parameter recursive function w(a, b, c): if a <= 0 or b <= 0 or c <= 0, then w(a, b, c) returns: 1 if a >
<谢锦明> 在 2025-01-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法2

说明:二叉排序树的创建与使用 (时间限制为:1000毫秒) 描述: 二叉排序树的定义是:或者是一棵空树,或者是具有下列性质的二叉树:(1)若它的左子树不空,则左子树上所有的结点值均小于它的根结点的值;(2)若它的右子树不空,则右子树上所有结点的值均大于或等于它的根结点的值;(3)它的左右子树也分别为二叉排序树。现要求根据输入的元素值,构造一棵二叉排序树,并输出其先序遍历、中序遍历和后序遍历结果。 输入: 输入第
<zhoupenghua> 在 2025-01-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法1

说明:约瑟夫(Joeph)问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。试设计一个程序求出出列顺序。-Joseph (Joeph) a descr iption of the p
<张彻> 在 2025-01-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法StraightInsertionSort

说明:数据结构中的排序中的直接插入算法的设计 与实现-Data structure Sorting direct insertion algorithm Design and Implementation
<硕硕> 在 2025-01-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法List

说明:一个可以支持各种类型数据插入,检索,替换,查找的双向链表,已调式,比较好用。-It s a program which supports different kinds of insertion,traverse,replace and find, It s a list,and it s double linked. Already compled,useful.
<Judyjava> 在 2025-01-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法pku3080

说明:北大pku oj上3080号题目的题解,http://acm.pku.edu.cn/JudgeOnline/problem?id=3080-No. 3080 on the Beida pku oj problem solution topics, http://acm.pku.edu.cn/JudgeOnline/problem?id=3080
<廖强> 在 2025-01-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法quickSort

说明:一个基本的快速排序算法包括最大堆和快速排序两种-FOR QUICK SORT ALGORITHM
<郭博> 在 2025-01-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法classList

说明:设计了一个栈,可以添加删除节点。并且用最快的速度返回最大值-A STACK OF ADDING AND DELETING NODE
<郭博> 在 2025-01-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法nizhi

说明:1程序实现顺序表逆置,2程序实现单链表逆置-A program to achieve reverse the order of the table set, 2 process against the home for single linked list
<smith> 在 2025-01-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法fenjiedanlianbiao

说明:此程序的作用是按字母、数字、其它字符分解单链表分解单链表-The role of this procedure is based on letters, numbers, other characters Decomposition single chain decomposition of a single linked list
<smith> 在 2025-01-14 上传 | 大小:1kb | 下载:0
« 1 2 ... .16 .17 .18 .19 .20 221.22 .23 .24 .25 .26 ... 2656 »

源码中国 www.ymcn.org