资源列表
double-linked-list
- 初始化双链表H; 依次采用尾插法插入a,b,c,d,e元素; 输出双链表H; 输出双链表H长度; 判断双链表H是否为空; 输出双链表H的第三个元素; 输出元素’a’的位置; 在第四元素位置上插入’f’元素; 输出双链表H; 删除双链表H的第三个元素; 输出双链表H; -Initialize the double linked list H Turn the tail interpolation into the A, B, C, D, e eleme
double-linked-list2
- 初始化循环双链表H; 依次采用尾插法插入a,b,c,d,e元素; 输出循环双链表H; 输出循环双链表H长度; 判断循环双链表H是否为空; 输出循环双链表H的第三个元素; 输出元素’a’的位置; 在第四元素位置上插入’f’元素; 输出循环双链表H; 删除循环双链表H的第三个元素; 输出循环双链表H; -Initialization cycle double linked list H Turn the tail interpolation into t
principal-component-analysis
- 因子分析是指研究从变量群中提取共性因子的统计技术。最早由英国心理学家C.E.斯皮尔曼提出。因子分析可在许多变量中找出隐藏的具有代表性的因子。将相同本质的变量归入一个因子,可减少变量的数目,还可检验变量间关系的假设。-Factor analysis is the study of common factors extracted from the variable group statistical techniques. First proposed by British psychologis
work
- 双向链表的学生信息管理的小程序,简单的修改增加,删除。-Doubly linked list of student information management procedures
Dijkstra-cPP
- Dijkstra 算法的代码,c++版,可以学习一下怎么实现的。-Dijkstra algorithm code, c++ version, you can learn about how to achieve.
graphbianli
- 关于数据结构中图的遍历问题,其中包括图的两种遍历,可以选择其中一种进行编译-About data structure graph traversal issues, including plans of the two, you can choose one to be compiled
BinaryNode
- 数据结构二叉树例子讲解,包含二叉树的各个函数的详细应用,浅显易懂-Binary tree data structure examples to explain in detail the various functions of the application contains a binary tree, easy to understand
tomswan
- 来自Tom Swan的高质量通用数据结构算法,值得学习。-The source code of data structure from Tom Swan, it s very helpful.
ACM
- 初学ACM,整理的各种排序算法,效果都不错,希望给大家有帮助。-Beginner ACM, finishing various sorting algorithms, results are good, we hope to help.
TestQSort
- 快速排序算法,C++操作重载例子 在VS2005上面直接编译通过-Quick sort algorithm, C++ operator overloading example
data_structure_algorithms_using_c
- 数据结构经典问题求解(C语言算法实例)比较详尽-The solutions to classical problems in data structure course(algorithm examples using C language for implementation)
LongCalc
- This project is a realization calculating of long numbers. Without import libraries. This is a calculate of long number. Long number calculate. Ariphmetical of long numbers.
