资源列表

« 1 2 ... .34 .35 .36 .37 .38 2039.40 .41 .42 .43 .44 ... 2656 »

[数据结构常用算法pro

说明:如果采用单链表保存单词,可采用如下办法压缩存储空间。如果两个单词的后缀相同,则可以用同一个存储空间保存相同的后缀。例如,原来分别采用单链表保存的单词Str1“abcdef”和单词Str2“dbdef”,经过压缩后的存储形式如下。 请设计一个高效的算法完成两个单链表的压缩存储,并估计你所设计算法的时间复杂度。 要求:阅读预设代码,编写函数SNODE * ziplist( SNODE * head1,
<zzzbit> 在 2024-09-29 上传 | 大小:3072 | 下载:0

[数据结构常用算法AVLtree

说明:AVLtree数据结构平衡二叉树-AVLtree balanced binary tree data structures. . . . . . . .
<duanmu> 在 2024-09-29 上传 | 大小:3072 | 下载:0

[数据结构常用算法fastica

说明:改进的快速独立分量分析算法,解耦,恢复原信号-Improved fast independent component analysis algorithm, decoupling and restore the original signal
<李强> 在 2024-09-29 上传 | 大小:130048 | 下载:0

[数据结构常用算法1

说明:输入数据(设为整型)建立单链表,并求相邻两节点data值之和为最大的第一节点。 - The input data (as an integer) build singly linked list, and two adjacent nodes are sum of the data values for the maximum of the first node. The input data (as an integer) b
<天天> 在 2024-09-29 上传 | 大小:179200 | 下载:0

[数据结构常用算法2

说明:实现算术表达式求值程序(栈的运用)输入中缀表达式,将其转换成后缀表达式-Realization arithmetic expression evaluator (application stack) Enter the infix expression, converting it into Postfix expression Enter the infix expression, converting it into Post
<天天> 在 2024-09-29 上传 | 大小:194560 | 下载:0

[数据结构常用算法3

说明:实现队列运算程序(队列的运用)程序结构: 类型说明; Clearqueue(q)、Emptyqueue(q)、Enqueue(q)、Dequeue(q); main() -Implement queue operations procedures (application queue) program structure:A descr iption of the type
<天天> 在 2024-09-29 上传 | 大小:196608 | 下载:0

[数据结构常用算法4

说明:①构造关于F的Huffman树; ②求出并打印D中各字符的Huffman编码-① construct f Huffman tree ② obtained and printed characters in d Huffman coding
<天天> 在 2024-09-29 上传 | 大小:202752 | 下载:0

[数据结构常用算法5

说明:英文句子:1)依次读入句中各单词,构造一棵二叉排序树2)按LDR遍历此二叉排序树-English sentences: 1) turn reading into each word of the sentence, construct a binary sort tree 2) LDR traverse the binary sort tree
<天天> 在 2024-09-29 上传 | 大小:198656 | 下载:0

[数据结构常用算法lin

说明:链表怎么写的,链表实现了哪些功能,源码是什么-The realization of functions of the linked list, linked list how to learn, how to write, the order of the list
<曹林> 在 2024-09-29 上传 | 大小:2048 | 下载:0

[数据结构常用算法HuffmanCoding

说明:哈夫曼编码(Huffman Coding)是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。uffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长 度最短的码字,有时称之为最佳编码,一般就叫作Huffman编码。 -Huffman coding (Huffman Coding) is a single coding method, Huffman coding is a kind of va
<伍恒> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法BiTreeThread

说明:按照某种遍历方式对二叉树进行遍历,可以把二叉树中所有结点排序为一个线性序列。在改序列中,除第一个结点外每个结点有且仅有一个直接前驱结点;除最后一个结点外每一个结点有且仅有一个直接后继结点。这些指向直接前驱结点和指向直接后续结点的指针被称为线索(Thread),加了线索的二叉树称为线索二叉树。-According to some traversal of the binary tree traversal, all nodes in th
<伍恒> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法BKDRHash

说明:常用字符串哈希函数有BKDRHash,APHash,DJBHash,JSHash,RSHash,SDBMHash,PJWHash,ELFHash等等。-The common string hash function BKDRHash, APHash, DJBHash, JSHash, RSHash, SDBMHash, PJWHash, ELFHash, etc..
<伍恒> 在 2024-09-29 上传 | 大小:1024 | 下载:0
« 1 2 ... .34 .35 .36 .37 .38 2039.40 .41 .42 .43 .44 ... 2656 »

源码中国 www.ymcn.org