资源列表

« 1 2 ... .17 .18 .19 .20 .21 2022.23 .24 .25 .26 .27 ... 2656 »

[数据结构常用算法fastica

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

[数据结构常用算法4

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

[数据结构常用算法BiTreeThread

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

[数据结构常用算法poj2777

说明:poj2777线段树 统计区间颜色 位运算-poj2777 segment tree statistical range of color bit computing
<王寅初> 在 2024-09-30 上传 | 大小:1024 | 下载:0

[数据结构常用算法ShortestPathDijkstra

说明:Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法是很有代表性的最短路径算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。Dijkstra一般的表述通常有两种方式,一种用永久和临时标号方式,一种是用OPEN, CLOSE表的方式,这里均采用永久和临时标号的方式。注意该算法要求图中
<伍恒> 在 2024-09-30 上传 | 大小:2048 | 下载:0
« 1 2 ... .17 .18 .19 .20 .21 2022.23 .24 .25 .26 .27 ... 2656 »

源码中国 www.ymcn.org