搜索资源列表
Lists
- list.rar
directory_list
- This code is a class that lists the directory you pick and all the subdirectories inside of it. There is no limit of subdirectories. It is defined dynamically and reads files in directories and starts controlling after the 4. character from the end o
AdjacencyListUndirectedGraph.r
- 《数据结构》课程中,邻接链表无向图的C++实现。具有很好的参考价值!,The implementation of Adjacency lists undirected graph by C++ programming language.
Repeat-elements-arranged-issue
- 设集合R={r1,r2,...,rn}是要进行排列的n个元素,其中r1,r2,...,rn可能相同。 试着设计一个算法,列出R的所有不同排列。 即,给定n以及待排的n个可能重复的元素。计算输出n个元素的所有不同排列。-Set the set R = {r1, r2, ..., rn} n elements is to be arranged, wherein r1, r2, ..., rn may be the same. Try to design an algorithm tha
shunxubiaohelianbiao
- (1).对顺序表的快速排序算法中,如何选取一个界值(又称为轴元素),影响着快速排序的效率,而且界值也并不一定是被顺序表中的一个元素。例如,我们可以用被划分序列中所有元素的平均值作为界值。编写算法实现以平均值为界值的快速排序方法。 (2).设有n个待排序元素存放在一个不带表头结点的单链表中, 每个链表结点只存放一个元素, 头指针为r。试设计一个算法, 对其进行二路归并排序, 要求不移动结点中的元素, 只改各链结点中的指针, 排序后r仍指示结果链表的第一个结点。 -(1). Fast sor
R基本数据收集
- 利用数据进行统计分析前,需要对数据进行收集整理,这是R中的基本命令(The function data.frame() creates data frames, tightly coupled collections of variables which share many of the properties of matrices and of lists, used as the fundamental data structure by most of R's modeling soft