代码搜索:elevator

找到约 1,035 项符合「elevator」的源代码

代码结果 1,035
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/271012/11013018

class elevator.class

www.eeworm.com/read/271012/11013031

java elevator.java

//package wuxf; public class Elevator { final static int STOP = 0; final static int UP = 1; final static int DOWN = 2; final static int MAXPERSONS = 10; public int status = ST
www.eeworm.com/read/469511/6929571

class elevator.class

www.eeworm.com/read/469511/6929606

java elevator.java

/*文件名:Elevator.java 类名:Elevator.class 功能:生成电梯的布局,以及电梯在楼层之间的运动 */ import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import java.awt.*; import java.applet.Applet; import
www.eeworm.com/read/469511/6929611

txt elevator.txt

  电梯模拟演示
www.eeworm.com/read/469511/6929628

html elevator.html

  电梯模拟演示
www.eeworm.com/read/466324/7032936

class elevator.class

www.eeworm.com/read/177854/7106216

cpp elevator.cpp

// Elevator.cpp //#include "msoftcon.h" #include "Elevator.h" //include class declarations #include //include class declarations #include #include #include
www.eeworm.com/read/177854/7106219

h elevator.h

// elev.h // header file for elevators #ifndef ELEVATOR_H //don't let this file be included #define ELEVATOR_H //twice in the same source file #include "msoftcon.h" //for