代码搜索:para
找到约 10,000 项符合「para」的源代码
代码结果 10,000
www.eeworm.com/read/215455/4904982
java j02050507.java
import java.lang.*;
class j02050507
{
public static void main(String para[])
{
int mBaseSalary = (23000+1500)*14 / 12;
int mSalary = 45000 ,ySalary;
ySalary = (mSalary + 2000)
www.eeworm.com/read/210131/4954589
asm load.asm
CODE SEGMENT PARA USE16 ;can't run alone
ASSUME CS:CODE
ORG 800H
START:
.386P
;MOV AX,0600H ;clear screen
www.eeworm.com/read/210131/4954599
asm v86_seg.asm
;*************************************************v86
;*************************************************v86
V86CODESEG SEGMENT PARA USE16 ;8086 code
ASSUME CS:V86CODESEG,DS:V86_DATAS
www.eeworm.com/read/210131/4954627
asm tos_seg.asm
;/////////////////// segment in tos
TOS_STACKSEG SEGMENT PARA USE16
TOS_STACKLEN = 4096
DB TOS_STACKLEN DUP(0)
TOS_STACKSEG ENDS
TOS_TSSSEG SEGMEN
www.eeworm.com/read/190666/5179771
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.
www.eeworm.com/read/190363/5183831
docbook irman.docbook
The irman Driver
The irman driver allows you to use the IrMan IR remote control
to control the LCDproc server
(LCDd)
and/or c
www.eeworm.com/read/183001/5258533
sgml charset.sgml
Localization
This chapter describes the available localizati
www.eeworm.com/read/340665/3280801
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.