代码搜索:repeat
找到约 6,690 项符合「repeat」的源代码
代码结果 6,690
www.eeworm.com/read/195394/8158951
tny sample.tny
{ Sample program
in TINY language -
computes factorial
}
read x; { input an integer }
if 0 < x then { don't compute if x
www.eeworm.com/read/193210/8247561
asm mod8_2.asm
.MODEL SMALL
.486
.DATA
Yellow EQU 0EH
MSG1 DB "HELLO,JEAN"
Count EQU $-MSG1
.CODE
.STARTUP
MOV AX,0B800H
MOV ES,AX
MOV DI,5
IMUL DI,160
MOV
www.eeworm.com/read/294190/8248552
txt 源代码.txt
program
integer a,b,c,f;
integer g;
logical d,e;
begin
a:=10 ;
c:=3 ;
d:=true ;
f:=1 ;
f:=f*10;
a:=a+(a/2);
if d then b:=1 else b:=2 end ;
while c=3 do f:=f-10 end ;
repeat f:=f+1
www.eeworm.com/read/294190/8248554
txt 新建 文本文档.txt
program
integer a,b,c
logical d,e,f
begin
a:=10
d:=true
f:=1
if d then b:=1 else b:=2 end
while d=true do f:=f+10 end
repeat e:=e+1 until d
write a
end
.
www.eeworm.com/read/293608/8283154
button hid_keyboard_button.button
// Copyright (C) Cambridge Silicon Radio Ltd. 2005-2006
// Part of BlueLab 3.5.2-release
#ifdef HW_CASIRA_UART
pio 0 CONNECT /* Use PIO 0 */
pio 1 NO_1_SHORT
pio 2 NO_2_SHORT
pio 3 NO_3_SH
www.eeworm.com/read/173488/9655265
asm ucos_ca.asm
; TMS320C31 Real Time Operating System
; SMALL MEMORY MODEL
;
; Copyright (c) 1997 by General Electric Company
;
; $Logfile: /InnovCtl/_uCOS/src/UCOSC31A.A30 $
; $
www.eeworm.com/read/172201/9719898
vwf seq_gen.sim.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/367407/9751759
cs gotodemo.cs
using System;
class clsGotoDemo
{
static void Main()
{
int Count = 0;
Repeat:
Console.Wr
www.eeworm.com/read/367307/9758035
pro chapter04mmul.pro
; Chapter04MMul.pro
PRO Chapter04MMul
yn = " "
REPEAT BEGIN
READ, PROMPT = "请输入X = ?", x
READ, PROMPT = "请输入Y = ?", y
PRINT, x , " * " , y , " = " , x * y
READ, PROM
www.eeworm.com/read/170640/9795220
ini hsdx.ini
"DefSaveFormat" 1
"AutoRestore" 1
"IncludeCursor" 0
"AutoScroll" 0
"AutoCopy" 0
"AutoPrint" 0
"BmpBits" 1
"BmpAutoSel" 1
"ClipBmpBits" 1
"ClipBmpAutoSel" 1
"HideRegionHelp" 0
"Wa