资源列表
MaxAndMin
- 递归分治思想实现S串中同时求出最大元和最小元。-with divid and conquer, to find out the max and min number in the string S.
CodeForACM
- ACM常用代码 用于算法设计和数据结构分析-code for ACM
1002
- poj1002代码,考虑的比较全面,值得推荐,互相学习-poj1002 code
reverse.c
- 对文本文件内容倒序输出。(针对已选择的文件,把文件的内容倒序输出)-reverse output file s content
maze
- 用c语言找出文件中全是1的路径(迷宫游戏)-maze game generated by c
main-code
- it is a one link list and double list storage structure-it is a one link list and double list storage structure..
shortestPath
- 用Java语言实现的用分支限界法解决单源最短路径问题的算法-An implementation of single source shortest path problem with Java language based on branch and bound method
123456
- 图书管理系统旨在用计算机对图书进行管理,包括图书的购入,借阅,归还以及注销。管理人员可以查询某位读者,某种图书的借阅情况,还可以对当前图书借阅情况进行一些统计,给出统计表格,以便全面掌握图书的流通情况。在本系统投入使用后,可以大量节省人力,财力-Library management system is designed to use computer management books, including books purchased, borrowed, restitution and lo
shuYouguandao
- 输油管道问题,从文件读取站点位置求到所有站点距离最短的管道位置-The pipeline problems from the location of the file to read the site and to all the sites the shortest distance pipeline location
structure
- 各种各样的高级数据结构原理以及C++实现,例如红黑树,哈希表,笛卡尔树,字典树,斐波那契堆,二叉堆,SBT等等。-The wide range of advanced data structural principle C++ of implementation, such as red-black trees, hash tables, Cartesian tree dictionary tree, Fibonacci heap, binary heap, SBT and so on.
tree_sanyuanzu
- 假设以如下说明的三元组 (F、C、L/R) 序列输入一棵二叉树的诸边(其中 F 表示双亲结点的标识,C 表示孩子结点标识,L/R 表示 C 为 F 的左孩子或右孩子),且在输入的三元组序列中,C 是按层次顺序出现的。设结点的标识是字符类型。F=‘^’时 C 为根结点标识,若 C 亦为‘^’,则表示输入结束。试编写算法,由输入的三元组序列建立二叉树的二叉链表,并以中序序列输出。 -Assumed that the input to the following descr iption of th
bus-manager-system
- 这是一个飞机管理系统,里面利用数组和一些简单的语句构成!适合初学者使用-This is an aircraft management system, which uses arrays and simple statement constitutes! For beginners
