资源列表
CorRunVSL_R
- Pearson correlation test written in R language
8_eightqueens
- 8皇后问题的递归求解,c语言实现-8 Queen of recursive solution, c Language
depthfirst
- 这个程序是数据结构的经典算法的实现,用深度优先进行遍历的程序,原创哦-The program is the data structure of the classical algorithm implementation using depth-first traversal of the procedures for the original Oh!
exp1
- 需要利用有序链表来实现一元稀疏多项式的表示及加法运算的简单计算程序,其基本功能有: (1)输入并建立两个多项式; (2)多项式f1(x)与f2(x)相加,建立和多项式f3(x); (3)输出多项式f1(x),f2(x),f3(x)。-Need to use ordered lists to implement a dollar sparse representation of polynomials of simple addition operations and calculat
hafuman
- 建立哈夫曼树的c/c++程序算法 根据字母出现频率作为权值而建立的哈夫曼树,字母的出现频率存在数组里面-The establishment of Huffman tree c/c++ program algorithm based on letter frequency as the weights established Huffman tree, the frequency of letters exists inside the array
e.c
- 这个程序是用C语言编写的,主要是解决电梯调度的问题,有较高的参考价值。
KRUSKAL
- 最小生成树-KRUSKAL算法,做了很长时间才做好的
HuffmanCode
- C++实现哈弗曼编码,学习数据结构的时候要用的-C++ Achieve哈弗曼coding, data structures when learning to use the
heap
- 使用堆排序法,将一个无序的序列排成有序的序列-Using the heap sort, arranged in a disorderly orderly sequence sequence
5
- 建立一个链表,每个结点包括:学号、姓名、性别、年龄。输入一个年龄,如果链表中的结点所包含的年龄等于此年龄,则将此结点删去。 -The establishment of a linked list, each node including: student number, name, gender, age. Enter an age, if the list contains the node age, this age, this node is deleted.
Binary-sort-tree
- 二叉排序树维护子系统实现:建立排序二叉树的函数,可以实现查找删除等功能-Binary sort tree maintenance subsystems
BIN_TREE
- constructing a binary tr-constructing a binary tree