代码搜索:Processor
找到约 10,000 项符合「Processor」的源代码
代码结果 10,000
www.eeworm.com/read/430375/8753312
vst processor.vst
ENTITY processor IS
PORT (
clock : IN BIT;
instruction : IN bit_vector(15 downto 0);
readdata : IN bit_vector(7 downto 0);
reset: IN BIT;
instadd : OUT bit_vector(7 downto 0);
memorywriteenable : OUT
www.eeworm.com/read/428216/8883180
h processor.h
/*
* linux/include/asm-arm/processor.h
*
* Copyright (C) 1995-2002 Russell King
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General
www.eeworm.com/read/281650/9144063
h processor.h
/*
* vivi/include/processor.h:
*
*
*/
#ifndef _VIVI_PROC_H_
#define _VIVI_PROC_H_
#include "config.h"
#ifdef CONFIG_ARCH_SA1100
#include "proc/proc_sa1100.h"
#elif defined(CONFIG_ARCH_S3C2400)
#
www.eeworm.com/read/181563/9245853
h processor.h
/* $Id: processor.h,v 1.2 2003/09/09 05:30:34 reinelt Exp $
*
* main data processing
*
* Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
*
* This program is free software; you can red
www.eeworm.com/read/181563/9246021
c processor.c
/* $Id: processor.c,v 1.45 2003/09/11 04:09:53 reinelt Exp $
*
* main data processing
*
* Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
*
* This program is free software; you can re
www.eeworm.com/read/373369/9460700
java processor.java
//: interfaces/interfaceprocessor/Processor.java
package interfaces.interfaceprocessor;
public interface Processor {
String name();
Object process(Object input);
} ///:~
www.eeworm.com/read/169058/9883403
java processor.java
//: interfaces/interfaceprocessor/Processor.java
package interfaces.interfaceprocessor;
public interface Processor {
String name();
Object process(Object input);
} ///:~
www.eeworm.com/read/163678/10150296
h processor.h
#ifndef PROCESSOR_H
#define PROCESSOR_H
//FILE: processor.h (systemc)
//# vim600:sw=2:tw=0:fdm=marker
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// DESCRIPTION
//