代码搜索:machine learning
找到约 10,000 项符合「machine learning」的源代码
代码结果 10,000
www.eeworm.com/read/161587/10395174
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/353215/10462313
c machine.c
/******************************************************************************
* 源程序文件名: machine.c *
* 功能: 机器相关操作模块
www.eeworm.com/read/353215/10462366
h machine.h
/******************************************************************************
* 头文件名: machine.h *
*****************************************
www.eeworm.com/read/278321/10547297
h machine.h
/*
* Machine dependent defines/includes for LAME.
*
* Copyright (c) 1999 A.L. Faber
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Libra
www.eeworm.com/read/352154/10577537
ico machine.ico
www.eeworm.com/read/422939/10600204
h machine.h
// General processor specific definitions
#ifndef __MACHINE_H
#define __MACHINE_H
//#include "skp_bsp.h"
// Data type definitions
typedef signed char s8;
typedef unsigned char u8;
typedef signed in
www.eeworm.com/read/277111/10667378
res machine.res
www.eeworm.com/read/277111/10667381
exe machine.exe
www.eeworm.com/read/277111/10667384
dpr machine.dpr
program machine;
uses
Forms,
Unit1 in 'Unit1.pas' {Form1};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
www.eeworm.com/read/159325/10670250