代码搜索:repeat
找到约 6,690 项符合「repeat」的源代码
代码结果 6,690
www.eeworm.com/read/295197/8180964
plx test.plx
program
integer i,j;
begin
write 2;
i:=3;
repeat
j:=3;
while j=i then
write i
end;
i:=i+2
until i>=100
end.
www.eeworm.com/read/266221/11235996
txt hddfhjd.txt
1、先手工建立LL(1)分析表;
2、分析输入串,判断是否是语法上正确的句子,并输出整个分析过程。
LL(1)文法G为:
E →TE’
E’→+TE’|ε
T →FT’
T’→*FT’|ε
F →(E)|id
分析算法:
输入:串w和文法G的分析表M。
输出:如果W属于L(G),则输出W的最左推导,否则报告错误。
方法:开始时 ...
www.eeworm.com/read/237814/13928033
h sdl_keyboard.h
/*
SDL - Simple DirectMedia Layer
Copyright (C) 1997-2004 Sam Lantinga
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library Gener
www.eeworm.com/read/387332/8692746
h lcd_msg.h
// These are common messages.
// You can define other messages for your need, but you should confirm
// your OSD process can respond with your messages.
#define NOTIFY_NONE 0x00
#define N
www.eeworm.com/read/364385/9909826
css admin_style.css
/* CSS Document */
body {
margin:0px;
font-family:Tahoma;
font-size:12px;
color:#6D6D6D;
vertical-align:top;
}
a:link,a:visited,a:active {
color:#003399; text-decoration:none;
}
www.eeworm.com/read/358130/10195672
css style.css
body{
font-size:9pt;
border:0;
font-family: Verdana;
}
td{
font-size:9pt;
font-family: Verdana;
}
A{
behavior:url(Link.htc);
}
a:link,a:visited {
text-decoration: none;
color:
www.eeworm.com/read/329616/12944658
css front.css
body,td,th {
font-size: 12px;
color: #000000;
}
body {
background-color: #CCCCCC;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin:0;
}
a {
font-s
www.eeworm.com/read/319333/13455385
css admin_style.css
/* CSS Document */
body {
margin:0px;
font-family:Tahoma;
font-size:12px;
color:#6D6D6D;
vertical-align:top;
}
a:link,a:visited,a:active {
color:#003399; text-decoration:none;
}
www.eeworm.com/read/162614/5531178
c vararg2.c
/* { dg-do preprocess } */
/* { dg-options "-std=gnu99" } */
/* Jamie's varargs macros from hell. Not for the faint of heart.
Great tests that C99 and GNU varargs give identical results.
Adapt
www.eeworm.com/read/414113/11129480
css admin_style.css
/* CSS Document */
body {
margin:0px;
font-family:Tahoma;
font-size:12px;
color:#6D6D6D;
vertical-align:top;
}
a:link,a:visited,a:active {
color:#003399; text-decoration:none;
}