代码搜索:para
找到约 10,000 项符合「para」的源代码
代码结果 10,000
www.eeworm.com/read/296297/3907143
docbook mount.docbook
MountMan: work with your mounted file systems
Mount
MountMan is a tool which helps you manage y
www.eeworm.com/read/445143/1726213
sqe 圆心运动.sqe
========== Description Part Begin ==========
name = "圆心运动";
description = "所有实例围绕一个圆心做圆周运动。";
version = "1.00";
bin = "Circling.bin";
========== Description Part End ==========
========== Para
www.eeworm.com/read/442656/1755674
py memorytrace.py
from m5 import *
class MemoryTrace(ParamContext):
type = 'MemoryTrace'
trace = Param.String("dump memory traffic ")
thread = Param.Int(0, "which thread to trace")
spec = Para
www.eeworm.com/read/440906/1782477
c undef2.c
/* C99 6.10.8 para 4: None of [the predefined macro names] shall be
the subject of a #define or an #undef preprocessing directive. We
pass -fno-show-column as otherwise dejagnu gets confused.