资源列表
data-construction-Courseware
- 数据结构 浙江大学 陈越 何钦铭 课件 和之前的课程文件、代码集是一套-Data structure Zhejiang University Chen Yue Ho Chin Ming Courseware
c
- 精细介绍了c#算法和技术的应用,是很好的一个学习c#的资料,讲解的很详细-Fine introduced the c# algorithm and technology, is a learning c# very good information, to explain in great detail
shujujiegou
- 有关计算机基础中数据结构的详细的PPT。内容详细。-About computer-based data structure detailed in the PPT. Content in detail.
a
- 红黑树与二叉搜索树的性能和时间的比较以及实现-Red-black tree and binary search tree and the time comparison of the performance and the achievement of
winmerge
- used to merge 2 or multiple files
Best-service-order
- 思路是最短服务时间优先,先将服务时间排序,然后注意后面的等待服务时间既包括等待部分,也包括服务部分。-The idea is shortest service time priority, first service time Sort, then pay attention to the back of the waiting time both waiting for the part, and also includes the services section.
ACM-Essays-2014
- 国际信息学奥林匹克竞赛(IOI)国家集训队论文集2014-International Olympiad in Informatics (IOI) Proceedings of the National Team of 2014
kshzwap
- 很好的编排座位软件 很好的编排座位软件 很好的编排座位软件 很好的编排座位软件
AVL_Tree
- 实现一个二叉平衡树,可以直接在程序中包含,然后进行使用。-It s an avl_tree which has already been realized and we can use the data structure in our own coding
Pku_ACM_Training
- 北京大学ACM的培训资料还有相关题目的源代码。 里面涉及:组合数学、搜索、动态规划、图论、计算几何以及网络流的相关讲义及习题源代码。-Training materials as well as related topics of the Peking University ACM source code. Which involves: a combination of mathematics, search, dynamic programming, graph theory, compu
ACM
- 要求以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理; -Parking requirements to stack simulation to simulate vehicle off the sidewalk queue, in accordance with the input from the terminal read sequences simulated data management
Astar
- A*算法求最短路径,数据结构里的图模型。在优化算法方面有很大用途-A* shortest path algorithm,Data structure graph model. Great use in terms of optimization algorithms