代码搜索:machine
找到约 10,000 项符合「machine」的源代码
代码结果 10,000
www.eeworm.com/read/372507/9507095
cpp machine.cpp
// machine shop simulation
#include
#include "lqueue.h"
#include "xcept.h"
#include "job.h"
#include "machine.h"
#include "eventl.h"
// globals
long Now = 0; // curr
www.eeworm.com/read/372507/9507114
h machine.h
//Machine class used in machine shop simulation
#ifndef Machine_
#define Machine_
class Machine {
friend Job* ChangeState(int);
public:
Machine() {TotalWait = NumTasks = 0;
www.eeworm.com/read/175878/9528093
java machine.java
package reeaselock;
public class Machine extends Thread{
private Counter counter;
public Machine(Counter counter)
{
this.counter=counter;
start();
}
public void run(){
for(int i=0
www.eeworm.com/read/175877/9528186
java machine.java
package reeaselock;
public class Machine extends Thread{
private Counter counter;
public Machine(Counter counter)
{
this.counter=counter;
start();
}
public void run(){
for(int i=0
www.eeworm.com/read/371930/9529991
h machine.h
class VendingMachine
{
public:
/*
Constructs a vending machine with no current
product selection.
*/
VendingMachine();
/*
Adds product to the m
www.eeworm.com/read/168218/9931855
dat machine.dat
3 6
2 0 1
3
1 2 2 4 3 3
2
2 2 1 4
4
3 6 2 1 3 2 1 3
2
1 3 2 4
1
1 2
5
2 2 1 2 3 3 1 1 2 3
www.eeworm.com/read/168218/9932083
cpp machine.cpp
// machine shop simulation
#include
#include "lqueue.h"
#include "xcept.h"
#include "job.h"
#include "machine.h"
#include "eventl.h"
// globals
long Now = 0; // curr
www.eeworm.com/read/168218/9932426
out machine.out
Enter number of machines and jobs
Enter change-over times for machines
Enter number of tasks for job 1
Enter the tasks (machine, time) in process order
Enter number of tasks for job 2
Enter the t
www.eeworm.com/read/168218/9932881
h machine.h
//Machine class used in machine shop simulation
#ifndef Machine_
#define Machine_
class Machine {
friend Job* ChangeState(int);
public:
Machine() {TotalWait = NumTasks = 0;
www.eeworm.com/read/168218/9933114
dat machine.dat
3 6
2 0 1
3
1 2 2 4 3 3
2
2 2 1 4
4
3 6 2 1 3 2 1 3
2
1 3 2 4
1
1 2
5
2 2 1 2 3 3 1 1 2 3