代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/352754/10515692
c g_ncr5380.c
#define AUTOSENSE
/*
* Generic Generic NCR5380 driver
*
* Copyright 1993, Drew Eckhardt
* Visionary Computing
* (Unix and Linux consulting and custom programming)
* drew@colorado.edu
www.eeworm.com/read/160431/10533744
c fplay.c
/*
* Copyright (c) 1995-2000 by TriMedia Technologies.
*
* +------------------------------------------------------------------+
* | This software is furnished under a license and may only be u
www.eeworm.com/read/160431/10533748
c fplay6.c
/*
* Copyright (c) 1995-2000 by TriMedia Technologies .
*
* +------------------------------------------------------------------+
* | This software is furnished under a license and may only be
www.eeworm.com/read/422839/10606483
sdo half_adder_v.sdo
// Copyright (C) 1991-2007 Altera Corporation
// Your use of Altera Corporation's design tools, logic functions
// and other software and tools, and its AMPP partner logic
// functions, and any o
www.eeworm.com/read/159335/10668028
c tmintpins.c
/*
* Copyright (c) 1995,2000 TriMedia Technologies Inc.
*
* +------------------------------------------------------------------+
* | This software is furnished under a license and may
www.eeworm.com/read/159335/10668638
c tmvld.c
/*
* Copyright (c) 1995-1999 by TriMedia Technologies.
*
* +------------------------------------------------------------------+
* | This software is furnished under a license and may only be
www.eeworm.com/read/350641/10723839
cpp privstat.cpp
#include
class SomeClass
{
public:
SomeClass(int value) { count++; my_data = value; };
SomeClass(int value, int static_value)
{
count = static_value; my_data
www.eeworm.com/read/350326/10750393
sdf mux16x1_2_4x1.sdf
(DELAYFILE
(SDFVERSION "Verilog 1.6c.5")
(DESIGN "mux16x1_2_4x1")
(DATE "Mon Oct 04 18:05:27 1999")
(VENDOR "QuickLogic Corporation")
(PROGRAM "SpDE SDF file generator: qlsd.dll")
(VERSION "8.1
www.eeworm.com/read/275831/10794421
rb 03 - getting a reference to a method.rb
s = 'A string'
length_method = s.method('length') # => #
length_method.arity # => 0
length_method.call # => 8
#---
1.succ
www.eeworm.com/read/419980/10824850
h memory.h
/*
* Cisco 7200 (Predator) simulation platform.
* Copyright (c) 2005,2006 Christophe Fillot (cf@utc.fr)
*/
#ifndef __MEMORY_H__
#define __MEMORY_H__
#include
#include "utils.h"
/*