资源列表

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

[数据结构常用算法rbTree

说明:用C语言实现红黑树基本操作,rbTree.h为定义了函数的头文件,rbTree.cpp可用来测试(code for basic operations of Red/Black Tree)
<zht022 > 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法二叉树的基本操作

说明:二叉树的先序,中序,后序,层序递归和非递归实现,总节点个数和叶子节点个数,二叉树的高度等基本操作(Two binary tree first order, middle order, backward sequence, sequence recursive and non recursive implementation, the total number of nodes and the number of leaf nodes,
<浩浩荡荡yy > 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法beibao5

说明:/* 背包问题 问题定义: 有一个背包重量是T,有n件物品,重量分别是W0,W1...Wn-1 问能否从这n件物品中选择若干件放入背包中使其重量之和正好为T */(Tipcal package problem)
<码场新人 > 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法hash

说明:它通过从预处理源创建一个散列和编译源代码。创建哈希表(It works by creating a hash from the preprocessed sources and the compiler options used to compile the sources)
<高清狙击手 > 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法Trie_and_Huffman

说明:功能1:使用一种树型结构来实现我们的单词计数功能——Trie树 功能2:Huffman树进行编码 程序输入: 第一行为一个正整数n,表示输入单词的总数。 接下来的n行,每行为一个单词,单词由不超过10个的小写英文字母组成。 接下来的一行为一个正整数m,表示查询的次数。 接下来的m行,每行为一个数字和一个查询,当数字为1时,查询为单词,输出该单词出现的次数(可以为0);当数字为2时,查询为Huffman编码,输出对应的单词(该
<functiondy_dx > 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法4

说明:假设稀疏矩阵A和B均以三元组表作为存储结构,试写出矩阵相加和相乘的算法,另设三元组表C存放结果矩阵。(Suppose that the sparse matrix A and B are all three tables as the storage structure, try to write the matrix addition and multiplication algorithm, and set up the three
<咔咔的枫 > 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法Joseph

说明:数据结构约瑟夫环,利用数据结构中的循环链表以及递归的使用实现约瑟夫环(Data structure Joseph ring, using the data structure of the circular list and recursive use to achieve the Joseph ring)
<我爱鱼子酱 > 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法查找排序

说明:数据结构中顺序表的查找排序,包括冒泡排序、直接排序、简单选择排序、希尔排序、快速排序。(Sorting of sequential tables in data structures.include BubbleSort,InsertSort ,SelectSort,ShellSort,HeapSort,QuickSort.)
<Tasdily > 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法permutations

说明:根据字典序,临位对换法,递增进位制,递减进位制,生成全排列。(Generate all permutations, according to four different algorithms)
<PoisonLam > 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法sstack

说明:链表基本算法用于解决链表问题的基本操作数据结构C++版(chain table; linked list fundamental algorithm; primary algorithm)
<卞卞女神 > 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法recursion

说明:几个c++递归算法,仅供参考,代码比较简单(Several c++ recursive algorithms, for reference only, relatively simple,good luck)
<starry123 > 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法rqndom

说明:页面置换算法代码,语言采用c++,实现了FIFO算法,LRU算法,其中,LRU采用经典的LRU算法,由于该算法占用资源较大()
<vlivpr > 在 2024-09-30 上传 | 大小:2048 | 下载:0
« 1 2 ... .17 .18 .19 .20 .21 2022.23 .24 .25 .26 .27 ... 2656 »

源码中国 www.ymcn.org