代码搜索:machine learning
找到约 10,000 项符合「machine learning」的源代码
代码结果 10,000
www.eeworm.com/read/123777/14613015
h machine.h
/*
machine.h
*/
typedef int stat;
typedef struct _m {
stat h, t;
} Mach;
Mach fm;
void addtran(stat s, stat z, char ch);
stat new_st();
void finalm();
www.eeworm.com/read/120261/14808564
o machine.o
www.eeworm.com/read/120261/14808647
c machine.c
/***********************************************************************
File: machine.c
Rev: a-1
Date: 01/12/99
Copyright (c) 1999, 2001 by David M. Warme
*************************************
www.eeworm.com/read/217373/14967990
h machine.h
#ifndef _VIVI_MACHINE_H_
#define _VIVI_MACHINE_H_
#include "config.h"
#ifdef CONFIG_SA1100_KINGS
#include "platform/kings.h"
#endif
#ifdef CONFIG_SA1100_FORTE
#include "platform/forte.h"
#endif
#ifd
www.eeworm.com/read/214813/15087336
v machine.v
module machine(inc_pc,load_acc,load_pc,rd,wr,load_ir,datact1_ena,halt,clk1,zero,ena,opcode);
output inc_pc,load_pc,load_acc,rd,wr,load_ir;
output datact1_ena,halt;
input clk1,zero,ena;
www.eeworm.com/read/214672/15092256
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/214672/15092285
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/213391/15135712
v machine.v
//----------------------------------------------------------------------------
module machine( inc_pc, load_acc, load_pc, rd,wr, load_ir,
datactl_ena, halt, clk1, zero, ena, opcode );
output inc
www.eeworm.com/read/208728/15238461
java machine.java
/*
* @(#)Machine.java 2.1 2003/10/07
*
* Copyright (C) 1999, 2003 D.A. Watt and D.F. Brown
* Dept. of Computing Science, University of Glasgow, Glasgow G12 8QQ Scotland
* a
www.eeworm.com/read/207715/15263849