资源列表
aPb
- 计算a+b的值 使用链表进行计算 可以进行双向输入输出-The calculation of the value of using a linked list of a+b calculated bidirectional input and output
test
- 算法设计八皇后问题,采用c语言编程,c源代码-Algorithm design eight queens problem using the c programming language, c source code
Movelist
- 本程序实现从左到右及从右到左遍历一个单链表的功能。pr是p所指结点左侧的结点。从任一给定的位置(pr, p)开始,将指针p右移k个结点。如果p移出链表,则将p置为0,并让pr停留在链表最右边的结点上。从任一给定的位置(pr, p)开始,将指针p左移k个结点。如果p移出链表,则将p置为0,并让pr停留在链表最左边的结点上。
rife
- 详细介绍了Rife算法的实现。并且给出了matlab仿真代码。
Data-Struct
- 数据结构的课件和相应的书中的源代码,学习的好资料-Data structures courseware and the corresponding source code for the book, learning
Vumat-user-defined-material-A1
- User defined material
Data-structures
- 详细介绍了各种类型的数据操作,对数据结构初学者有一定的帮助-Details of the various types of data manipulation, certain data structures beginners
lab4_2
- 2-1以顺序栈作为存储结构 实现顺序栈的入栈运算,出栈运算,并且读取栈顶元素; 2-2以链栈作为存储结构,实现栈上的数据元素的插入运算,删除运算,并读取链栈的栈顶元素; 2-3 以循环队列喂存储结构,实现循环队列的建立,实现循环队列的入队运算,出队运算; 2-4用栈实现括号的匹配问题; 2-5实现汉诺塔问题.; 3-1采用链式存储表示,按给定的先序序列创建二叉树,并输出二叉树。 3-2-1和3-2-2采用二叉链表作为存储结构,建立二叉树,采用递归算法实现二叉树遍历,另外采
2weixianduanshu
- 二维线段树,一种重要的数据结构,不过复杂度比较高,只能解决小数据的问题-2D segment tree, an important data structure, but the complexity is relatively high, can only solve the problem of small data
Splay
- splay tree,动态平衡树的一种,应用比较灵活-splay tree, the dynamic balance of a tree, the application is more flexible
BinaryTree
- 基本的二叉搜索树的算法 初始化 插入元素 删除元素-The basic binary search tree algorithm initialization insert elements to remove elements
Powell
- Powell优化算法是利用仪器测井理建立误差函数(非相关函数),借助Powell方向加速法求出非相关函数达到最小时的解.-Powell optimization algorithm is the use of the instrument logging rationale for the establishment of the error function (correlation function), with the Powell direction acceleration metho
