资源列表

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

[数据结构常用算法crosslink

说明:本代码是根据数据结构的只是,采用C语言编译代码,用十字链表实现稀疏矩阵相加-This code is based on data structure only, the use of C language compiled code, with the sum of cross-linked to achieve sparse matrix
<杨全校> 在 2025-01-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法list

说明:给定两个升序链表,将它们逆序输出并合并成为一个新的升序链表-Given two ascending lists, reverse output and merge them into a new list in ascending order
<will> 在 2025-01-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法C_lianbiao

说明: Data *Create() //创建一个带头结点的空表 void Insert(Data *,int) //插入一个节点 void Reverse(Data *) //就地逆置 void Delete(Data *) //删除指定节点的节点 void Print(Data *) //打印链表 void Exit() //退出-Data* Create () // create an empty tabl
<> 在 2025-01-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法Hffman

说明:哈夫曼编码(Huffman Coding)是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。uffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长 度最短的码字,有时称之为最佳编码,一般就叫作Huffman编码-Huffman coding (Huffman Coding) is an encoding, Huffman coding is a variable word length codi
<weizhi> 在 2025-01-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法hashsearch

说明:1、系统应具备的功能: (1)设计哈希函数和哈希表; (2)设计解决冲突的方法; (3)输入一组数据建立哈希表,并实现在哈希表中进行查找。 -1, the system should have the function: (1) design a hash function and hash table (2) design solution to the conflict (3) input data to est
<刘洋> 在 2025-01-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法02-18-46

说明:系统应具备的功能: (1)从键盘上输入五个学生的考研成绩; (2)实现直接插入排序、二分插入排序、对各科成绩,以及平均成绩从小到大排序; (3)比较各种插入排序的优劣。 -System should have the function: (1) input from the keyboard on the study section of the results of five students (2) for dir
<刘洋> 在 2025-01-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法chexiang

说明:系统应具备的功能: (1)求出由一个编号依次为1,2,……,n的车厢序列可能产生的所有出栈系列; (2)求出有多少种出栈的可能性; (3)对于每个输出序列演示出所有操作序列的变化过程。 -System should have the function: (1) obtained by a number followed by 1,2, ... ..., n the car all the possible sequen
<刘洋> 在 2025-01-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法erchashu

说明:系统应具备的功能: (1)建立二叉排序树; (2)中序遍历二叉排序树并输出排序结果; -System should have the function: (1) the establishment of binary sort tree (2) in the binary sort tree traversal and output sort the results
<刘洋> 在 2025-01-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法bst.c.tar

说明:source code of binary search tr-source code of binary search tree...
<padma> 在 2025-01-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法rbtree.cpp.tar

说明:source code of RB tree data structure.
<padma> 在 2025-01-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法STCKLNKL

说明:stack using link list
<Ashish> 在 2025-01-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法kmp

说明:实现kmp算法的例子 可以建立一个匹配字符串, 然后每次读入一个字符, 当读入的字符流与匹配字符串符合时, 确认匹配成功-a sample about kmp
<qwerty> 在 2025-01-13 上传 | 大小:1kb | 下载:0
« 1 2 ... .34 .35 .36 .37 .38 2339.40 .41 .42 .43 .44 ... 2656 »

源码中国 www.ymcn.org