代码搜索:machine learning
找到约 10,000 项符合「machine learning」的源代码
代码结果 10,000
www.eeworm.com/read/323831/13314113
h machine.h
// Copyright (C) 2003 Ronan Collobert (collober@idiap.ch)
//
// This file is part of Torch 3.
//
// All rights reserved.
//
// Redistribution and use in source and binary forms,
www.eeworm.com/read/322562/13376763
v machine.v
`timescale 1ns/10ps
module machine(
//input
A,
B,
clk,
rst_n,
//output
outA,
outB
);
input A,B,clk,rst_n;
output [1:0]outA;
output outB;
reg [1:0]outA_t;
reg outB_t
www.eeworm.com/read/321362/13408146
ico machine.ico
www.eeworm.com/read/315273/13547557
ico machine.ico
www.eeworm.com/read/315112/13551381
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/314474/13566774
machine-type
#!/bin/csh -f
#
# File: machine-type
# Author: The SRI DECIPHER (TM) System
# Date: Thu Apr 13 17:01:24 1995
#
# Description:
# Determine machine type (sparc, mips, etc.) by
#
www.eeworm.com/read/313354/13589922
cpp machine.cpp
// Machine.cpp : implementation file
//
#include "stdafx.h"
#include "NC.h"
#include "Machine.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#
www.eeworm.com/read/313354/13589928
h machine.h
#if !defined(AFX_MACHINE_H__0A1BC579_D128_4E98_AE93_2EC23471CA31__INCLUDED_)
#define AFX_MACHINE_H__0A1BC579_D128_4E98_AE93_2EC23471CA31__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MS
www.eeworm.com/read/313354/13589940
mdb machine.mdb
www.eeworm.com/read/309014/13683951