代码搜索:machine learning
找到约 10,000 项符合「machine learning」的源代码
代码结果 10,000
www.eeworm.com/read/362572/2930823
h machine.h
/* machine.h
*
* Copyright (c) 1996, 1997
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms" for information on usage and redistribution
* of this file.
www.eeworm.com/read/362572/2930843
c machine.c
/* machine.c
* Translate the Kaffe instruction set to the native one.
*
* Copyright (c) 1996-1999
* Transvirtual Technologies, Inc. All rights reserved.
*
* Copyright (c) 2003, 2004
* Kaffe.or
www.eeworm.com/read/362572/2930855
h machine.h
/* machine.h
*
* Copyright (c) 1996, 1997
* Transvirtual Technologies, Inc. All rights reserved.
*
* Copyright (c) 2004
* Kaffe.org contributors. See ChangeLog for details. All rights reserved.
www.eeworm.com/read/362572/2930865
c machine.c
/*
* machine.c
* Java virtual machine interpreter.
*
* Copyright (c) 1996, 1997
* Transvirtual Technologies, Inc. All rights reserved.
*
* Copyright (c) 2004
* Kaffe.org contributors, see Cha
www.eeworm.com/read/362572/2930870
h machine.h
/*
* machine.h
*
* Copyright (c) 1996, 1997
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms" for information on usage and redistribution
* of this file.
www.eeworm.com/read/358237/2996751
java machine.java
/*
* Copyright (c) 1998-2008 Caucho Technology -- all rights reserved
*
* This file is part of Resin(R) Open Source
*
* Each copy or derived work must preserve the copyright notice and this
* no
www.eeworm.com/read/357991/3008607
java machine.java
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either v
www.eeworm.com/read/355930/3046912
cpp machine.cpp
#include "Machine.h"
#include
Machine::Machine()
{
}
Machine::~Machine()
{
}
void Machine::explain()
{
printf("phane can machine\n");
}
www.eeworm.com/read/355930/3046914
h machine.h
#ifndef MACHINE_H
#define MACHINE_H
class Machine
{
public:
Machine();
~Machine();
void explain();
};
#endif
www.eeworm.com/read/354410/3077882
java machine.java
package course;
/**
* Title:
* Description: Company type
* Copyright: Copyright (c) 2004
* Company: MR
* @author BWM
* @version 1.0
*/
public class Mac