代码搜索:repeat
找到约 6,690 项符合「repeat」的源代码
代码结果 6,690
www.eeworm.com/read/347853/11631150
pro ans_184.pro
/*
Turbo Prolog 2.0, Answer to Third Exercise on page 184.
Copyright (c) 1986, 88 by Borland International, Inc
Please note, we have added a KEY associated with each text string
www.eeworm.com/read/347853/11631485
pro ch18ex06.pro
/*
Turbo Prolog 2.0 Chapter 18, Example Program 6
Copyright (c) 1986, 88 by Borland International, Inc
*/
domains
letter = char
word = letter*
predicates
divide(w
www.eeworm.com/read/347853/11631517
pro ch19ex02.pro
/*
Turbo Prolog 2.0 Chapter 19, Example Program 2
Copyright (c) 1986, 88 by Borland International, Inc
*/
domains
dom = f(INTEGER)
list = integer *
database - mydba
www.eeworm.com/read/347853/11631699
pro ch07ex02.pro
/*
Turbo Prolog 2.0 Chapter 7, Example Program 2
Copyright (c) 1986, 88 by Borland International, Inc
*/
/* Uses repeat to keep accepting characters and printing them
unti
www.eeworm.com/read/157461/11702094
vwf mcode.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/157396/11712355
eps headaptrdp.eps
%!PS-Adobe-2.0 EPSF-2.0
%%Title: headaptrdp.fig
%%Creator: fig2dev Version 3.2.3 Patchlevel
%%CreationDate: Tue Sep 5 16:20:10 2000
%%For: ge204@htk ()
%%BoundingBox: 0 0 604 542
%%Magnification: 1.
www.eeworm.com/read/344139/11907746
c sig1.c
/*********
*sig1.c *
*********/
#include
#include
#include
#include
int main(int argc,char **argv)
{
double y;
sigset_t intmask;
int i,repeat_fact
www.eeworm.com/read/256661/11980266
asm seg7.asm
ORG 00H
BEGIN:
MOV R0,#0FH
REPEAT:
MOV A,R0
CALL SEGCODE
MOV P1,A
CALL DELAY
DJNZ R0,REPEAT
JMP