资源列表
Joseph
- 约瑟夫问题,用循环队列解决,从指定的第m个元素到第n个元素依次读出队列中的元素-Joseph problems, and use circular queue resolved, the first m from the specified element to the first n elements in turn to read out the elements of the queue
listk
- 用单链表求第K大元素,利用快排的分割原理-Find the list with the single largest element of K, using fast scheduling segmentation theory
sift算法源代码
- sift的源代码,还有注释
BMalthorithm
- BM算法找出产生该段序列的最短级数的线性反馈移位寄存器(LFSR),如对序列a=(1001101011),结果为LFSR(25,4)即周期为25,寄存器级数为4,此处所给为固定长度。-Using BM algorithm to find the linear feedback shift registers with the least steps corresponding to certain sequence. For example, as for a=(1001101011), the
Advanced_C
- 随机数分布--高斯分布 100个经典源程序-random number
棋盘覆盖算法
- 有3个棋盘覆盖的算法,C++程序,
threadpool-0_2_5-src
- 多线程编程,线程池类库,boost library封装实现,例程有merge sort-Multi-threaded programming, thread pool library, boost library package implementation, routines have merge sort etc.
tree
- 数据结构试验 1.将一颗树或森林转化为二叉树 2.求森林高度-Test 1 data structure would be converted into a binary tree or forest tree 2 find a high degree of forest
ride
- usaco在线系统的ride题源码!包含测试数据哦!此题可不简单哦!-usaco online system ride title source! Containing the test data Oh! This question is not easy Oh!
v1
- (1)输入字符序列,建立二叉链表。 (2)遍历二叉树输出。 (3)请设计一个算法,要求该算法把二叉树的叶子结点按从左到右的顺序连成一个单链表,表头指针为head。 二叉树按二叉链表方式存储,链接时用叶子结点的右指针域来存放单链表指针。请遍历该链表输出所有叶子结点,然后再先序遍历二叉树输出所有叶子结点,并对比两个输出结果,看是否相同。 (4)试写一算法判断某二叉树是否是完全二叉树。 (5)试写一算法判断某二叉树是否是二叉排序树。 (6)在主函数中设计一个简单的菜单,分别调试上
vectoralist
- 练习vector和list的使用 定义一个空的vector,元素类型int,生成10个随机数插入到vector中,用迭代器遍历vector并输出其中的元素值。在vector头部插入一个随机数,用迭代器遍历vector并输出其中的元素值。用泛型算法find查找某个随机数,如果找到便输出,否则将此数插入vector尾部。用泛型算法sort将vector排序,用迭代器遍历vector并输出其中的元素值。将vector清空。 定义一个list,并重复上述实验,并注意观察结果。 -Exerc
多叉树的实现
- 多叉树的实现, visual c++ 6.0 编辑-duo cha shu de shi xian, visual c++ 6.0