代码搜索:machine learning
找到约 10,000 项符合「machine learning」的源代码
代码结果 10,000
www.eeworm.com/read/202941/15369348
dsw machine.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/202941/15369350
plg machine.plg
Build Log
--------------------Configuration: Machine - Win32 Release--------------------
Command Lines
Results
Winzip_Key.exe -
www.eeworm.com/read/202941/15369351
ncb machine.ncb
www.eeworm.com/read/202941/15369355
dsp machine.dsp
# Microsoft Developer Studio Project File - Name="Machine" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) A
www.eeworm.com/read/201477/15407269
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/201477/15407328
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/201477/15407504
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/201477/15407769
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/108043/15596058
h machine.h
/* Define machine-dependencies for bison,
Copyright (C) 1984, 1989 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
Bison is free software; you can redis
www.eeworm.com/read/106487/15635486
java machine.java
package com.wiley.compBooks.roman.session.fazuul;
import javax.ejb.*;
import java.rmi.RemoteException;
import java.rmi.Remote;
/**
* These are the business logic methods exposed publically b