资源列表
Compartment
- 车厢调度。假设停在铁路调度站入口处的车厢序列的编号一次为1,2,3,...,n。设计一个程序,求出所有可能由此输出的长度为n的车厢序列。-Train scheduling. Suppose stopped at the railway station at the entrance of the train scheduling sequence number only once 1,2,3 ,..., n. Design a program, find all the possible res
PROED
- VOJOS上很多模拟赛的解题报告,标程,我的源码,数据,会对NOIP很有帮助的-VOJOS many simulated problem-solving tournament reports, standard way, my source code, data, would be helpful NOIP
DataStruct
- 数据结构线性表,链表,栈,查找二叉树等的C++实现,各数据结构基于模板,支持动态增长,另有一个自己封装的高效且支持动态增长的字符串类-Linear data structure tables, linked lists, stacks, find a binary tree, etc. C++ implementation, the template-based data structures to support dynamic growth, while an own package, ef
dictionary-skiplist-hashtable
- 数据结构的C++实现:字典的链表实现、线性开型寻址散列、链表散列(环境:VS2008)-C++ data structures to achieve: a dictionary of the list to achieve a linear open addressing hash based, hash list (Environment: VS2008)
FordFulkerson
- 网络优化:最大流的FordFulkerson标号算法-MaxFlow:FordFulkerson
Heap
- 堆排序的C++实现。该堆实现是基于数组。-C++ implementation for Heap Sort
parking
- 停车场管理程序的设计与实现,包括停车场的车位管理,停车场的停车管理,停车场的记费管理。-Car park management program design and implementation, including management of parking spaces, car parking management, car parks Accounting Management.
Quicksort
- 快速排序 快速排序是一种在含n个数的输入数组上最坏情况运行时间为O(n*n)的算法。 -Quicksort
DynamicMem
- 动态分区方式主存的分配和回收程序,在动态分区管理方式下采用不同的分配算法实现主存分配和实现主存回收-It is a project that itimate memory distribute and restore
DataStructuresandAlgorithms
- 哈尔滨工业大学数据结构与算法课程讲义,pdf格式的。-Harbin Institute of Technology Data Structures and Algorithms Course Training Manual, pdf format.
link_merge
- 单链表的应用,将两个有序链表的合并成一个有序链表。-Single-linked list application, the merger of the two sorted lists into a sorted list.
sort
- 几个常用排序算法的实现,包括选择、起泡、选择和希尔排序等。-The realization of several common sorting algorithms, including the selection, bubble, selection, and Hill' s ranking.