代码搜索:repeat
找到约 6,690 项符合「repeat」的源代码
代码结果 6,690
www.eeworm.com/read/147571/12545494
vwf block1.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/135081/13964531
c keypad.c
#include "types.h"
#include "board.h"
#include "keypaddef.h"
#include "ms_reg.h"
#include "global.h"
#include "debug.h"
#include "misc.h"
#include "ms_rwreg.h"
#include "mcu.h"
#include "msos
www.eeworm.com/read/133082/14054839
txt 目录.txt
目 录
前言
第1章 Authorware基础知识 1
1.1 Authorware简介 1
1.2 安装Authorware 5 2
1.2.1 安装Authorware 5的硬件配置及系
统需求 2
1.2.2 开始安装Authorware 5 2
1.3 熟悉Authorware 5 6
1.3.1 启动Auth
www.eeworm.com/read/111026/15519999
pl gcd.pl
var x,y,rem;
begin
read(x);
read(y);
repeat
rem:=x-y*(x/y);
x:=y;
y:=rem
until rem=0;
write(x)
end.
www.eeworm.com/read/106716/15625676
pl gcd.pl
var x,y,rem;
begin
read(x);
read(y);
repeat
rem:=x-y*(x/y);
x:=y;
y:=rem
until rem=0;
write(x)
end.
www.eeworm.com/read/388698/8582001
c resource_audply_skins.c
/*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contain
www.eeworm.com/read/181484/9248660
css stylesheet1.css
BODY
{
font-size: 14px;
background-attachment: fixed;
background-image: url(file:///C:\Inetpub\wwwroot\network_course\image\bg.jpg);
background-repeat: repeat-x;
font-family: 宋体;
text-dec
www.eeworm.com/read/360872/10074327
c ir_decode.c
/************************************************
ir_decode.c
遥控解码子程序
采用外部中断0
************************************************/
#include "STC12C2052AD.H"
#include "config.h"
#include "ir_deco
www.eeworm.com/read/276349/10744387
css stylesheet1.css
BODY
{
font-size: 14px;
background-attachment: fixed;
background-image: url(file:///C:\Inetpub\wwwroot\network_course\image\bg.jpg);
background-repeat: repeat-x;
font-family: 宋体;
text-dec