代码搜索:Micro

找到约 10,000 项符合「Micro」的源代码

代码结果 10,000
www.eeworm.com/read/136812/5856986

s start_float.s

.data | .asciz "@(#)start_float.s 1.1 92/07/30 Copyr 1985 Sun Micro" .even .text | Copyright (c) 1985 by Sun Microsystems, Inc. .globl start_float start_float: rts
www.eeworm.com/read/136812/5857309

s abs.s

! .seg "data" ! .asciz "@(#)abs.s 1.1 92/07/30 Copyr 1987 Sun Micro" .seg "text" #include ENTRY(abs) tst %o0 bl,a 1f neg %o0 1: retl nop
www.eeworm.com/read/136812/5860141

h low.h

/* @(#) low.h 1.1 92/07/30 Copyr 1987 Sun Micro */ /* Copyright (C) 1987. Sun Microsystems, Inc. */ #ifndef __LOW_H__ #define __LOW_H__ #define ENTRY(name) \ .globl ___/**/name; \ ___/**/name:
www.eeworm.com/read/134009/5896008

changes

Changes from the earlier BETA releases. o dbm_prep does everything now, so dbm_open is just a simple wrapper that builds the default filenames. dbm_prep no longer requires a (DBM *) db parameter:
www.eeworm.com/read/130186/5963335

java endorsement.java

/* * * Copyright (c) 2003 Dragos Manolescu (dam@micro-workflow.com) * * See the LICENSE file for licensing information. */ package com.microworkflow.pcexample; /** * @author dam */ publi
www.eeworm.com/read/130186/5963340

java number.java

/* * * Copyright (c) 2003 Dragos Manolescu (dam@micro-workflow.com) * * See the LICENSE file for licensing information. */ package com.microworkflow.pcexample; /** * @author dam */ publi
www.eeworm.com/read/130186/5963469

java activity.java

/* * * Copyright (c) 2002, 2003 Dragos Manolescu (dam@micro-workflow.com) * * See the LICENSE file for licensing information. */ package com.microworkflow.process; import com.microworkflo
www.eeworm.com/read/130186/5963479

java testcondition.java

/* * * Copyright (c) 2003 Dragos Manolescu (dam@micro-workflow.com) * * See the LICENSE file for licensing information. */ package com.microworkflow.process; import com.microworkflow.execu
www.eeworm.com/read/130186/5963481

java nullactivity.java

/* * * Copyright (c) 2002, 2003 Dragos Manolescu (dam@micro-workflow.com) * * See the LICENSE file for licensing information. */ package com.microworkflow.process; import com.microworkfl
www.eeworm.com/read/130186/5963486

java domainobjectinterface.java

/* * * Copyright (c) 2002 Dragos Manolescu (dam@micro-workflow.com) * * See the LICENSE file for licensing information. */ package com.microworkflow.test; import java.lang.String; public in