代码搜索:SIMPLEC
找到约 51 项符合「SIMPLEC」的源代码
代码结果 51
www.eeworm.com/read/136989/5830775
bor server.bor
#
# server.bor,v 1.1 2003/03/12 16:15:52 parsons Exp
#
NAME = server
TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
OBJFILES = \
$(OBJDIR)\simpleC.obj \
$(OBJDIR)\si
www.eeworm.com/read/387005/8713614
spec makebuild.spec
!include common/makebuild.spec
alarm_test c9/alarm_test.c
ctx c9/ctx.c
intro c9/intro.c
intro2 c9/intro2.c
jmp c9/jmp.c
prcssync c9/prcssync.c
sighandler c9/sighandler.c
siginfo c9/siginfo.c
sigmin c
www.eeworm.com/read/327324/13086338
spec makebuild.spec
!include common/makebuild.spec
alarm_test c9/alarm_test.c
ctx c9/ctx.c
intro c9/intro.c
intro2 c9/intro2.c
jmp c9/jmp.c
prcssync c9/prcssync.c
sighandler c9/sighandler.c
siginfo c9/siginfo.c
sigmin c
www.eeworm.com/read/136989/5830779
bor client.bor
#
# client.bor,v 1.1 2003/03/12 16:15:52 parsons Exp
#
NAME = client
TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
OBJFILES = \
$(OBJDIR)\simpleC.obj \
$(OBJDIR)\cl
www.eeworm.com/read/302920/7083251
java simplecollection.java
public class SimpleCollection {
private Object[] objArr;
private int index=0;
public SimpleCollection() {
objArr = new Object[10];
}
public SimpleC
www.eeworm.com/read/305650/13763879
java simplecollection.java
public class SimpleCollection {
private Object[] objArr;
private int index=0;
public SimpleCollection() {
objArr = new Object[10];
}
public SimpleC
www.eeworm.com/read/302336/13837514
java simplecollection.java
public class SimpleCollection {
private Object[] objArr;
private int index=0;
public SimpleCollection() {
objArr = new Object[10];
}
public SimpleC
www.eeworm.com/read/338546/3315251
g simplecwalker.g
tree grammar SimpleCWalker;
options {
language=Python;
tokenVocab=SimpleC;
ASTLabelType=CommonTree;
}
program
: declaration+
;
declaration
: variable
| ^(FUNC_DECL