资源列表
RailSystem
- Traveling through Europe by rail is a cheap and effective way to experience the sights, sounds, and culture of a wide array of countries and cities. Generally, travelers purchase rail passes that allow unlimited travel on the rail system. Individual
the-process-of-scheduling-algorithm-
- 进程调度算法,包括先来先服务,短进程优先,高响应比优先,时间片轮转调度,优先级调度算法,-Process scheduling algorithms, including the first come first served, short process priority, high-response than the priority, round-robin scheduling, priority scheduling algorithm, the process of scheduli
BinaryTree
- 数据结构中二叉树的我自己的一种实现,是用单链表为存储结构,解决问题的过程中没出现过什么问题,希望对大家有帮助吧-Binary tree data structure of my own achieve with a single linked list storage structure, problem-solving process not been any problems, we hope to
xunhuanlianbiao
- 数据结构中的循环队列,以链表为存储结构,可以实现杨辉三角的输出-Circular queue data structure linked list for storage structure can be achieved Yang Hui triangle output
CPP-Code-daquan
- C++代码大全里面介绍了很多经典的算法,方便大家参考C + + code inside with many classical algorithm is introduced, convenient for your reference -C++ code inside with many classical algorithm is introduced, convenient for your reference
mobile
- 移动数字排列方阵,随机输入8个数字,将数字按方阵依次序排列-Square mobile digital arrangement, random input eight Numbers, will in turn the phalanx Numbers in descending order
exp
- 给定n个石子,其重量分别为a1,a2,a3,……,an,要示将其划分成m份,每一份的划分费用定义为这份石子中最大重量与最小重量的差的平方。总划分费用等于m份划分费用之和。对于给定的n个石子,求一种划分方案,使得总划分费用最小。-Given an n stone, its weight, respectively a1, a2, a3, ......, an, to be shown to be divided into m parts, each a division of costs defi
second200981176
- 邻接表,迪杰斯特拉算法-Adjacent table, Dijkstra algorithm
BinTree
- 二叉树代码实现,VC++开发平台,C语言描述的数据结构。-Binary tree code implementation, VC++ development platform, the C language to describe the data structure.
Maze
- 迷宫的代码实现,VC++开发平台,C语言描述。-Maze of code to achieve, VC++ development platform, the C language descr iption.
Hanoi
- 汉诺塔的代码实现,VC++开发平台,C语言描述。-The Tower of Hanoi' s code, VC++ development platform, the C language descr iption.
Stack
- 堆栈的代码实现,VC++平台开发,C语言描述的数据结构-Stack code to achieve, VC++ platform development, the C language to describe the data structure
