资源列表
HORSEJUMPCHESS
- 马跳棋盘递归算法(TC实现,并提供示意图),可移植到任何C编译器-Ma checkerboard recursive algorithm (TC achieved, and to provide diagram), and can be transplanted to any C compiler
duilie
- 队列的链表存储结构及实现,一种简单的算法。
链表aa
- 用c写的数据结构链表的操作,包括关于链表的系列操作-used to write the data structure Chain operations, including a series of Chain Operation
queue
- 用C语言实现的队列的数据结构,很好的学习资料。-Using C language to achieve the queue data structure, a very good learning materials.
111
- 一维油水两相模拟计算程序,包括数据输入,结果输出,模拟计算等。-One-dimensional simulation of oil-water two-phase process, including data entry, the results of the output, analog computing.
poj2115
- poj2115,北大acm里面题目的代码
calcStats
- Utility tool to calculate statistics from data piped using stdin
hillpaixu
- 希尔排序算法的C++实现,学习数据结构的应该-Hill sorting algorithm for C++ implementation, learning data structures should look at
complex
- 简单的排序信息隐藏算法 首先将信息序列排序 对于待隐藏的一位信息,如果信息是‘0’,那么使用偶数位置的数来隐藏信息,否则使用奇数位置的数来隐藏信息。 一旦奇数位置(或者偶数位置)用完,则把剩下的偶数位置(或者奇数位置)重新分配奇偶位置。然后执行第2步。 最后会剩下一个数,这个数不能够隐藏信息,但是需要将这个数放到最后。 -Information Hiding in a simple sorting sequence of the first sort of informati
Two-forks-tree-problem
- 二叉树问题 1、 按根、左子树和右子树三部分进行遍历 遍历二叉树的顺序存在下面6种可能: TLR(根左右), TRL(根右左) LTR(左根右), RTL(右根左) LRT(左右根), RLT(右左根) 其中,TRL、RTL和RLT三种顺序在左右子树之间均是先右子树后左子树,这与人们先左后右 的习惯不同,因此,往往不予采用。余下的三种顺序TLR、LTR和LRT根据根访问的位置不同分别 被称为先序遍历、中序遍历和
light
- Ural 1464 Light 解法:计算几何+线段树-Ural 1464 Light Solution: Computational Geometry with segment tree
ACS
- code source for ant colony system (ACS) in matlab
