代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/423823/10531047
doc ultraedit_shown_vhdl_keyword.doc
让UltraEdit显示出VHDL的语法关键字
Introduction
Step 1:
修改wordfile.txt
在C:\Program Files\UltraEdit-32\wordfile.txt加入以下
/L15"VHDL" Line Comment = -- Nocase String Chars =?" File Extensions = VHD VHO
/Delimi
www.eeworm.com/read/422834/10607264
qsf ls138.qsf
# Copyright (C) 1991-2006 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 outpu
www.eeworm.com/read/159335/10668146
c tmao.c
/*
* Copyright (c) 1998, 1999 by TriMedia Technologies.
*
* +------------------------------------------------------------------+
* | This software is furnished under a license and may only be
www.eeworm.com/read/159335/10668151
bak tmao.c.bak
/*
* Copyright (c) 1998, 1999 by TriMedia Technologies.
*
* +------------------------------------------------------------------+
* | This software is furnished under a license and may only be
www.eeworm.com/read/159335/10668559
bak tmai.c.bak
/*
* Copyright (c) 1998, 1999 by TriMedia Technologies.
*
* +------------------------------------------------------------------+
* | This software is furnished under a license and may only be
www.eeworm.com/read/159335/10668562
c tmai.c
/*
* Copyright (c) 1998, 1999 by TriMedia Technologies.
*
* +------------------------------------------------------------------+
* | This software is furnished under a license and may only be
www.eeworm.com/read/159335/10668658
c tmspdo.c
/*
* Copyright (c) 1998, 1999 by TriMedia Technologies.
*
* +------------------------------------------------------------------+
* | This software is furnished under a license and may only be
www.eeworm.com/read/275831/10794402
rb 06 - checking whether an object has necessary attributes.rb
class Object
def must_have_instance_variables(*args)
vars = instance_variables.inject({}) { |h,var| h[var] = true; h }
args.each do |var|
unless vars[var]
raise ArgumentError,
www.eeworm.com/read/275831/10794427
rb 01 - listing an object's methods.rb
Object.methods
# => ["name", "private_class_method", "object_id", "new",
# "singleton_methods", "method_defined?", "equal?", ... ]
#---
Object.singleton_methods # => []
Fixn
www.eeworm.com/read/419733/10840113
cpp mfnettraffic.cpp
#include "stdafx.h"
#include "MFNetTraffic.h"
#include "float.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
#include "winperf.h"
///