搜索资源列表
停车场
- 我的数据结构的实验题,停车场,用栈和队列 模拟停车场,实现进车和出车-my data structure experiment, a car park, with Stack and Queue simulated car parks, to achieve progress and out of cars
ostang
- 这是我上个学期操作系统的课程设计,做了一个多级文件系统,用文件模拟磁盘,基于i节点结构,功能超强,希望对大家有用。-This is my last semester of courses operating system design and a multi-level file system, disk using simulated document, based on i node structure, function superpower, we hope that the right
复件 轮渡问题
- 1. 汽车轮渡口,过江渡船每次能载10辆车过江,过江车辆分为客车类和货车类,上渡船有如下规定:同类车先到先上船,客车先于货车上渡船,且每上4辆客车,才允许上一辆货车。若等待客车不足4辆,则从货车代替,若无货车等待允许客车上船。试写一个算法模拟渡口管理。 算法设计: 1客车和货车均建立一个链式队列,初始均为空。以后来一辆车不是货车就是客车,因此可以说整个程序的事件驱动event就是这两个,客车表示1,货车表示0. 2轮船还没有到达时客车和货车均按次序排在
ProcessStudy
- 这是一个操作系统实验中模拟处理器进程处理的源程序,可供进行课程设计及学习的人参考!-This is an experiment simulated operating system processors process the source, available for curriculum design and learning of the reference!
System1
- 模拟DOS的小实验的程序,操作系统的实验-simulated DOS small experimental procedure, the experimental operating system
duopidao
- 模拟多批道处理程序C# 操作系统课程设计,这个把握不大,没有好的测试例子。自己看吧。 转载请注明出自www.shootsoft.net-simulated multiple processing Road # C courses on operating system design, not grasp this, there is no good test case. Ion battery. Please specify reproduced from www.shoot
MultiProcesses
- 这是一个模拟操作系统中多进程并发调度的问题。-This is a simulated operating system more complicated process of scheduling problems.
Thecarstop
- 停车场是一条可以停放n辆车的狭窄通道,且只有一个大门汽车停放安到达时间的先后依次由北向南排列(大门在最南端,最先到达的第一辆车停在最北端)若停车场已经停满n辆车,后来的汽车在便道上等候,一旦有车开走,排在便道上的第一辆车可以开入;当停车场的某辆车要离开时,停在他后面的车要先后退为他让路,等它开出后其他车在按照原次序开入车场,每两停在车场的车要安时间长短缴费。 要求:以栈模拟停车场,以队列车场外的便道,按照从终端输入的数据序列进行模拟管理。每一组数据包括三个数据项:汽车“到达”或“离去”信息
dsrtdg
- 电梯模拟 电梯模拟-simulated lift elevator simulated lift simulated lift simulation
停车场管理系统
- 数据结构中利用栈模拟停车场管理,用C语言编写。-data stack structure using simulated car park management, with C language.
TSPSA
- TSPSA by AI of Simulated Annealing
模拟人走迷宫
- 模拟人走迷宫,主要实现一般操作的程序,数据结构-simulated people Maze, the main general operating procedures, data structure
station
- 这是数据结构中模拟栈的一个精典例子利用火车进站出站模拟出栈和入栈-This is the data structure of a simulated stack classic examples of using the train station stop simulated stack and pushed
BankCallingSystem
- 模拟银行叫号系统。使用基本队列操作。假设某银行有5 个服务窗口,一个统一的叫号系统。在服务时段内,每个时间单位有随机数目的顾客到来,每个新来的顾客得到一个顺序号,排入等待服务队列,等待叫号。 每个服务窗口的职员处理完一个顾客的业务后,顾客即刻离开,职员呼叫下一个顾客,窗口显示下一个顾客的服务号。被叫号的顾客随即得到服务。假定每个顾客需要的服务时间也是随机的。试设计程序模拟上述场景。-Simulated bank calling system. Use basic queue operations
实习报告:停车场管理
- 数据结构课程设计--停车场管理 实习报告:停车场管理 题目:编制一个模拟停车场管理的程序。 -Data structures curriculum design- Parking Management Practice Report: Parking management topics: the preparation of a simulated car park management program.
Library
- 图书管理系统: 控制台界面--在存储信息的时候模拟了一颗B树-Library management system: console interface- to store information in a time when a B simulated tree
goldcard
- 问题的提出:金卡在现代生活里应用广泛,无论排长队于ATM机前取款还是就餐、购物、就医等等。在国外电子货币十分流行,其实电子货币是系统工程,它涉及金融、安全、通信、计算机等领域。这里为使读者掌握动态数据的用法,仅模拟其存款于取款过程。-The question raised: Gold in the modern life are widely used, regardless of long lines at teller or ATM machine before dining, shoppi
SimulatedAnnealing
- Simulated Annealing (SA) is a smart (meta)-heuristic for Optimization. Given a cost function in a large search space, SA replaces the current solution by a random "nearby" solution. The nearby solution is chosen with a probability that depends on the
Simulated-annealing-algorithm_tsp
- 用模拟退火算法研究tsp问题的c语言算法-Simulated annealing algorithm
simulated-annealing
- 关于模拟退火算法,用于解决最短路径的C语言程序设计,解决了TSP问题-About simulated annealing algorithm, C language program designed for solving the shortest path to solve the TSP problem