代码搜索:并联电梯
找到约 878 项符合「并联电梯」的源代码
代码结果 878
www.eeworm.com/read/391780/8377972
m ms17_1_1.m
b=[8,-4,11,-2]; %输入系统函数b参数
a=[1,-1.25,0.75,-0.125]; %输入系统函数a参数
[C,B,A]=dir2par(b,a) %由直接型转换为并联型
www.eeworm.com/read/252476/12280171
txt result.txt
本次运行时间为 3457秒
运行参数 K =15;N = 1000;M = 10;L = 3;S = 1;T = 1;
电梯标识 运行时间 空闲时间
0 3368 89
1 3381 76
2 3033
www.eeworm.com/read/252476/12280220
txt result_3650.txt
本次运行时间为 3650秒, 运行参数 K =15;N = 1000;M = 10;L = 3;S = &d;T = 1
电梯标识 运行时间 空闲时间
0 3510 140
1 3592 58
2 3123
www.eeworm.com/read/252476/12280352
txt result.txt
本次运行时间为 3457秒
运行参数 K =15;N = 1000;M = 10;L = 3;S = 1;T = 1;
电梯标识 运行时间 空闲时间
0 3368 89
1 3381 76
2 3033
www.eeworm.com/read/399237/7879131
txt 磁盘调度.txt
操作系统课程设计实验报告之磁盘调度算法
功能:
1。实现三种算法:
1。先来先服务
2。最短寻道优先(老师会给当前磁头的位置)
3。电梯算法
2。磁道服务顺序从指定的文本文件(TXT文件)中取出
3。输出:
第一行:磁道的服务顺序
第二行:显示移动总道数
本程序包括:FIFO,最短寻道优先调度算法,电梯算法
VC++调试通过
*/ ...
www.eeworm.com/read/423925/10526304
vhd display.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
ENTITY display IS
PORT( clk: IN STD_LOGIC;--时钟信号
light: in integer range 1 to 6;--电梯的位置
segout: OUT STD_LOGIC_VECTOR(6 downto 0));--数码管显示
end;
www.eeworm.com/read/271065/11009927
cpp elevator.cpp
#include //头文件
#include
#include
#include
typedef struct //规定最大乘坐人数为 13
{
int elevator_stair;//电梯所在楼层
int elevator_man_munber;//电
www.eeworm.com/read/465255/7060098
vhd threelift.vhd
--- 三层电梯控制器
--- 樊伟良
--- 2007-5-22
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity threelift is
port(clk : in
www.eeworm.com/read/330515/12884441
cpp dianti.cpp
// DIANTI.cpp : Defines the entry point for the console application.
//
//模拟电梯系统 版本2
//班级 07409
//编辑人员 杨天放 姬鑫宇 刘和清
//#include "stdafx.h"
#include
#include
#include