代码搜索:sim
找到约 10,000 项符合「sim」的源代码
代码结果 10,000
www.eeworm.com/read/6835/100240
mht sim-0128sim卡座系列-sim-0128.mht
www.eeworm.com/read/6835/100241
mht sim-0824sim卡座系列-sim-0824.mht
www.eeworm.com/read/199733/7826776
makefile
CC=g++
CCFLAGS=-Wall -g
MAKE=
COMPCXX=../../bin/cxx
OBJS = sim_flooding sim_aodv sim_dsr sim_nullmac sim_80211
all: $(OBJS)
sim_flooding.cxx: sim_routing.cc
$(COMPCXX) -Dnet_component=Flooding -
www.eeworm.com/read/158872/5590929
h sim.h
#define SIM_SINGLE_STEP 1
#define SIM_DONE 2
#define SIM_BREAKPOINT 3
#define SIM_INTERRUPT 4
#define SIM_BAD_INST 5
#define SIM_DIV_ZERO 6
#define SIM_BAD_SYSCALL 7
#define SIM_BAD_ALIGN 8
#define SI