代码搜索:machine learning

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

代码结果 10,000
www.eeworm.com/read/481225/6645152

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/481225/6645178

o machine.o

www.eeworm.com/read/481225/6645220

o machine.o

www.eeworm.com/read/481315/6648913

ico machine.ico

www.eeworm.com/read/410306/11293953

v machine.v

module machine(inc_pc,load_acc,load_pc,rd,wr,load_ir,datactl_ena,halt,clk1,zero,ena,opcode); output inc_pc,load_pc,load_acc,rd,wr,load_ir; output datactl_ena,halt; input clk1,zero,ena;
www.eeworm.com/read/264584/11309220

ico machine.ico

www.eeworm.com/read/408443/11388119

h machine.h

#include /* * This file defines the interface between top and the machine-dependent * module. It is NOT machine dependent and should not need to be changed * for any specific machin
www.eeworm.com/read/262168/11603467

java machine.java

import java.awt.*; public class machine extends Frame { Panel flowtype,numbers,controls,baseline,buttonbar; //GUI declarations Drawing drawing; Legend legend; Choice option
www.eeworm.com/read/261904/11616144

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/158402/11620800

java machine.java

// PART OF THE MACHINE SIMULATION. DO NOT CHANGE. package nachos.machine; import nachos.security.*; import nachos.ag.*; import java.io.File; /** * The master class of the simulated machine. Proce