代码搜索:dev_c
找到约 60 项符合「dev_c」的源代码
代码结果 60
www.eeworm.com/read/361963/10026447
h dev_c7200.h
/*
* Cisco router simulation platform.
* Copyright (c) 2005,2006 Christophe Fillot (cf@utc.fr)
*
* Generic Cisco 7200 routines and definitions (EEPROM,...).
*
* Notes on IRQs (see "show stack"):
www.eeworm.com/read/361963/10026462
h dev_c2600.h
/*
* Cisco router simulation platform.
* Copyright (c) 2006 Christophe Fillot (cf@utc.fr)
*
* Generic Cisco 2600 routines and definitions (EEPROM,...).
*/
#ifndef __DEV_C2600_H__
#define __DEV_C
www.eeworm.com/read/361963/10026489
h dev_c2691.h
/*
* Cisco 2691 simulation platform.
* Copyright (c) 2006 Christophe Fillot (cf@utc.fr)
*
* Generic Cisco 2691 routines and definitions (EEPROM,...).
*/
#ifndef __DEV_C2691_H__
#define __DEV_C26
www.eeworm.com/read/361963/10026496
c dev_c6sup1.c
/*
* Cisco router simulation platform.
* Copyright (c) 2007 Christophe Fillot (cf@utc.fr)
*
* Generic C6k-SUP1 routines and definitions (EEPROM,...).
*
* This is not a working platform! I only a
www.eeworm.com/read/361963/10026558
c dev_c6msfc1.c
/*
* Cisco router simulation platform.
* Copyright (c) 2007 Christophe Fillot (cf@utc.fr)
*
* Generic MSFC1 routines and definitions (EEPROM,...).
*
* This is not a working platform! I only adde
www.eeworm.com/read/361963/10026569
c dev_c3600_eth.c
/*
* Cisco C3600 simulation platform.
* Copyright (c) 2006 Christophe Fillot (cf@utc.fr)
*
* Ethernet Network Modules.
*/
#include
#include
#include
#include
www.eeworm.com/read/361963/10026572
h dev_c3600.h
/*
* Cisco 3600 simulation platform.
* Copyright (c) 2006 Christophe Fillot (cf@utc.fr)
*
* Generic Cisco 3600 routines and definitions (EEPROM,...).
*/
#ifndef __DEV_C3600_H__
#define __DEV_C36
www.eeworm.com/read/361963/10026612
h dev_c3745.h
/*
* Cisco 3745 simulation platform.
* Copyright (c) 2006 Christophe Fillot (cf@utc.fr)
*
* Generic Cisco 3745 routines and definitions (EEPROM,...).
*/
#ifndef __DEV_C3745_H__
#define __DEV_C37
www.eeworm.com/read/279662/7110782
cu vectoradd.cu
__global__ void VectorAdd( float* arrayA, float* arrayB, float* output )
{
int idx = threadIdx.x;
output[idx] = arrayA[idx] + arrayB[idx];
}
extern "C" void add_vector_gpu( float* a, float* b
www.eeworm.com/read/361963/10026185
h dev_c3600_iofpga.h
/*
* Cisco router simulation platform.
* Copyright (c) 2005-2007 Christophe Fillot (cf@utc.fr)
*
* Cisco c3600 I/O FPGA.
*/
#ifndef __DEV_C3600_IOFPGA_H__
#define __DEV_C3600_IOFPGA_H__
/* Forw