代码搜索:machine learning

找到约 10,000 项符合「machine learning」的源代码

代码结果 10,000
www.eeworm.com/read/358191/10194214

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/358191/10194391

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/358191/10194661

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/354928/10313517

cpp machine.cpp

#include "Machine.h" #include Machine::Machine() { } Machine::~Machine() { } void Machine::explain() { printf("phane can machine\n"); }
www.eeworm.com/read/354928/10313527

h machine.h

#ifndef MACHINE_H #define MACHINE_H class Machine { public: Machine(); ~Machine(); void explain(); }; #endif
www.eeworm.com/read/161674/10386832

cc machine.cc

// machine.cc // Routines for simulating the execution of user programs. // // DO NOT CHANGE -- part of the machine emulation // // Copyright (c) 1992-1993 The Regents of the University of Californi
www.eeworm.com/read/161674/10386891

h machine.h

// machine.h // Data structures for simulating the execution of user programs // running on top of Nachos. // // User programs are loaded into "mainMemory"; to Nachos, // this looks just like an arra
www.eeworm.com/read/161587/10393663

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/161587/10393869

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/161587/10394335

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