资源列表
fangzhendianti
- 模拟某校九层教学楼的电梯系统。该楼有一个自动电梯,能在每层停留。九个楼层由下至上依次称为地下层、第一层、第二层、……第八层,其中第一层是大楼的进出层,即是电梯的“本垒层”,电梯“空闲”时,将来到该层候命。 乘客可随机地进出于任何层。对每个人来说,他有一个能容忍的最长等待时间,一旦等候电梯时间过长,他将放弃。 模拟时钟从0开始,时间单位为0.1秒。人和电梯的各种动作均要消耗一定的时间单位(简记为t),比如:有人进出时,电梯每隔40t测试一次,若无人进出,则关门;关门和开门各需要20t;每个
queue
- 模拟排队的算法 病人排队看病 医生看病的顺序 用链表实现-Simulated patients queuing algorithm in the order queue to see a doctor a doctor to achieve a linked list
101
- 关于数据结构的课程设计 迷宫问题+校园导游+跳舞配对+多项式运算等-Curriculum design on the data structure mazes guide+ dance+ school+ polynomial operations, such as matching
queen
- 用MFC实现八皇后问题,可多皇后,比如四皇后、十六皇后等,可通过输入参数实现-Using MFC to solve eight queens problem, and more Queen, for example four Queens, sixteen Queen, etc., can be achieved through the input parameters
merge
- 二路归并算法的简单实现,依次输入数据总数和数据元素即可得到排序结果-Merging the simple implementation of the algorithm, followed by the total number of input data and data elements to sort results
Base64demo
- Base64 Encode/Decode的dll包装,包括vc++和delphi的demo,dll的源码
Binary_Search
- 本工程包含了C语言中常用的查找方法——折半查找法,该方法简单使用,是写C程序中常用的模块。-The project includes the C language commonly used search method- binary search method, which is simple to use, is to write a C program commonly used modules.
paixun
- C语言版数据结构实验,排序相关功能的实现,C++环境,多多理解-C language version of the data structure experiments Sort function realization, C++, the environment, and a lot of understanding
Data-structures-algorithms
- 经典数据结构的相关算法。例如:百鸡百钱、单词倒转、单链表等-Data structures related to classical algorithms. For example: 100 chicken one hundred money, the word upside down, singly linked lists, etc.
Maze
- 很经典的迷宫算法,代码清晰,明了。为初学者提供了良好的参考。调试成功。数据结构实验-Classic maze algorithm, the code clear, clear. To provide a good reference for beginners. Debugging success. Experimental data structure
code
- 钱能编著《C++算法分析》第二版课内实例代码。全套集全-Classroom example code
DATA_LIST
- 数据结构课程实验源代码,用C语言实现链表的基本运算。-Data structures course experiment source code, using C language to achieve the basic operations of the linked list.
