代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/352567/10538645
tfi syv.tfi
// Instantiate the module
syv instance_name (
.global_clk(global_clk),
.div_clock(div_clock),
.data_in(data_in),
.datam25_in(datam25_in),
.s_m25(s_m25),
.data
www.eeworm.com/read/352563/10539140
tfi syv.tfi
// Instantiate the module
syv instance_name (
.global_clk(global_clk),
.div_clock(div_clock),
.data_in(data_in),
.datam25_in(datam25_in),
.s_m25(s_m25),
.data
www.eeworm.com/read/159335/10668136
c tmxio.c
/*
* +-------------------------------------------------------------------+
* | Copyright (c) 1995,2000 TriMedia Technologies Inc. |
* |
www.eeworm.com/read/275831/10794424
rb 02 - listing methods unique to an object.rb
class Object
def my_methods_only
my_super = self.class.superclass
return my_super ? methods - my_super.instance_methods : methods
end
end
s = ''
s.methods.size
www.eeworm.com/read/349709/10802850
sql submit.sql
/*
* Submit.sql
* Chapter 17, Oracle10g PL/SQL Programming
* by Ron Hardman, Mike McLaughlin, Scott Urman
*
* This script tests the DBMS_JOB.SUBMIT procedure
*/
SET VERIFY OFF
UNDEFINE
www.eeworm.com/read/419980/10824703
todo
- Correct branch delay slot handling with exceptions.
- Complete/accurate console driver.
- Memory write protection and proper TLB management.
- TLB exceptions.
- FPU operations.
- add/addi: to imple
www.eeworm.com/read/419980/10824802
h dev_gt.h
/*
* Cisco Router Simulation platform.
* Copyright (c) 2005,2006 Christophe Fillot (cf@utc.fr)
*/
#ifndef __DEV_GT_H__
#define __DEV_GT_H__
#include
#include "utils.h"
#include "mip
www.eeworm.com/read/419980/10824993
h dev_nm_16esw.h
/*
* Cisco simulation platform.
* Copyright (c) 2005,2006 Christophe Fillot (cf@utc.fr)
*/
#ifndef __DEV_NM_16ESW_H__
#define __DEV_NM_16ESW_H__
#include
#include "utils.h"
#include
www.eeworm.com/read/419980/10825031
c dev_sb1.c
/*
* Cisco 7200 (Predator) simulation platform.
* Copyright (c) 2005 Christophe Fillot (cf@utc.fr)
*
* SB-1 system control devices.
*/
#include
#include
#include
www.eeworm.com/read/434815/6959337
h hoststack.h
#ifndef __HOST_STACK_H
#define __HOST_STACK_H
#define MASSSTRAGE_CLASS_INTERFACE 0x08
#include "Mass.h"
void USB_Host_Serve(void);
void isr_USB_Hc( void );
void USB_Host_Stack_