代码搜索:machine learning
找到约 10,000 项符合「machine learning」的源代码
代码结果 10,000
www.eeworm.com/read/385844/8786327
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/385844/8786391
h machine.h
/////////////////////////////////////////////////////////////
//FileName : machine.h
//
//Creator : Li Shouchao(0410716)
//CreateTime : 2007-1-3
//
//File Desc:
// 1. Data structures for simu
www.eeworm.com/read/429030/8823590
java machine.java
package cmm.cmmcc;
import cmm.collections.CodeMass;
/**
* 虚拟机类
* @author Huang Xuanxing
*
*/
public class Machine {
private CodeMass codeMass; // 目标代码区
private String[] memory;
www.eeworm.com/read/429030/8823611
class machine.class
www.eeworm.com/read/428036/8903185
h machine.h
/* @(#) machine.h 2.1 87/12/25 12:22:43 */
/*
The contents of this file are hereby released to the public domain.
-- Rahul Dhesi 1986/11/14
*/
/*
This file hold
www.eeworm.com/read/428036/8903396
c machine.c
#ifndef LINT
/* @(#) machine.c 2.3 88/01/02 01:21:44 */
static char sccsid[]="@(#) machine.c 2.3 88/01/02 01:21:44";
#endif /* LINT */
/*
The contents of this file are hereby released to the pu
www.eeworm.com/read/284556/8919087
cc machine.cc
// machine.cc
// Routines for simulating the execution of user programs.
//
// DO NOT CHANGE -- part of the machine emulation
//
// Copyright (c) 1992-1996 The Regents of the University of Californi
www.eeworm.com/read/284556/8919123
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/427313/8952032
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 redistribu