资源列表
MyJosephus
- 刚刚自己做的约瑟夫算法,是用链表实现的,很简单的,检验没错误,当然,中间有些东西可以根据需要自己改动-just doing Joseph algorithm is used to achieve the linked list, a very simple test not wrong, of course, Middle some things may need to change their own
main
- poj1411请多指教,多交流 0ms 交流算法
dui
- 堆排序 稳定的排序 复杂度为N(logN ) 也是一种快速的排序
43
- 数据结构循环链表c语言原代码,从小到大排序数字。
qiuzhi
- C++编写的表达式求值。在数据结构课程里学习过后编写的。有助于应用。*面。-Written in C++ expression evaluation. Learning in the data structure after the written curriculum. Help application. No interface.
xiaoxingyinghancidian
- 问题描述:设计一个英汉词典,支持Member的查找、插入、删除操作。 基本要求:实现字典的常用方法有:有序线性表(用二分检索实现)、AVL树(二叉搜索树)、Patricia Tree、散列表等,任选一种方法实现字典的操作,查找单词、插入单词(插入时,先查找,找不到插入,找到提示用户)、删除单词(删除时,先查找,找到删除,找不到提示用户)。字典是按字母顺序排列的,不能用顺序查找,插入或删除单词后,要保持字典的有序性。 测试数据:任一英文单词。 提高要求:选用两种以上的方法实现字典的操作
130.3
- 对给定的单链表L,设计一个算法,删除L中值为X的结点的直接前驱结点-For given single table L, design a algorithm, delete L X for value of the nodes in the direct precursor nodes
beibao
- 用c语言编写的背包问题的算法设计,属于控制台编程-Knapsack problem using the c language algorithm design, and a console programming
willson_read
- 这个一个关于威尔逊的程序 该程序可以直接导出标定结果的威尔逊参数及其坐标-This one about Wilson' s program the program can be exported directly Wilson parameter calibration results and its coordinates
ch2_ex2_2
- 学习opencv中文版源代码,第一章,描述opencv的入门代码,并给出简单例子-Learning opencv Chinese version of the source code, the first chapter, describing the opencv entry code, and gives a simple example
gabor_japan.py.tar
- 图像gabor滤波处理-gabor-filter image.....................................
2chashu_bianli
- 该功能主要用vc++实现。实现二叉树的遍历算法。遍历的方法是先序遍历。-the funcontioin of the program is find a point in the tree in the struture of data .and then the method of it is LF.