代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/349103/10851846
script eco.script
/* dc_shell Command script for the ECO compiler tutorial */
eco_instance_name_prefix = "ECO"
compile_instance_name_prefix = eco_instance_name_prefix
read old_netlist.db
current_design old_netlis
www.eeworm.com/read/387424/8684318
jhd mico8.jhd
MODULE mico8
SUBMODULE ISP8_CFG5
INSTANCE I78
SUBMODULE RX_UART_M8
INSTANCE I79
SUBMODULE RX_UART_M8
INSTANCE I77
SUBMODULE DIP8_M8
INSTANCE I76
SUBMODULE INT_HANDL_M8
INSTANC
www.eeworm.com/read/38039/1093262
mnu mdlopinst.mnu
MDLOP#INST MDLOP实例
#
SameInstance 同一实例
Operate on same instance already used for operation.
在已用作操作的同一实例上进行操作
New#Instance 新实例
Create a new instance of part and operate on this new instance.
创建零件的一个新实
www.eeworm.com/read/467583/1498557
map classtlm__utils_1_1instance__specific__extension__container_d99743a3d526497f72582ea4ba9b7209_cgraph.map
www.eeworm.com/read/177852/9430679
tcl annotate.tcl
namespace eval ::annotate {
variable instance 0
proc new {revision file local} {
#
# show information on the last modification for each line of a file.
#
variable instance
www.eeworm.com/read/38039/1095182
mnu multivwtop.mnu
MULTI#VIEW
#
Definition
Create or modify a multi-view component definition.
#
Instance
Create or modify an instance of a multi-view component.
#
www.eeworm.com/read/195321/5112769
java copyscreen.java
import javax.microedition.lcdui.* ;
public class CopyScreen extends Alert
{
private static Displayable instance ;
synchronized public static Displayable getInstance()
{
if(instance == null)
www.eeworm.com/read/275576/4174560
groovy privatevariableaccessfromanotherinstancetest.groovy
/**
* test to ensure that private instance variables are visible to
* other instance variables of the same class
*
* @author Jeremy Rayner
*
www.eeworm.com/read/371651/2779412
java copyscreen.java
import javax.microedition.lcdui.* ;
public class CopyScreen extends Alert
{
private static Displayable instance ;
synchronized public static Displayable getInstance()
{
if(instance == null)