代码搜索:repeat

找到约 6,690 项符合「repeat」的源代码

代码结果 6,690
www.eeworm.com/read/479927/6683693

v loop3.v

module loop3; integer i; initial begin i=0; repeat(4) begin $display ("i=%h",i); i=i+1; end end endmodule
www.eeworm.com/read/264845/11298794

java timerctl.java

package com.ly.util; import java.util.Vector; import java.util.Enumeration; //import com.borland.jb.util.Diagnostic; /** * Timer Component * * Note: * - The successful operation of th
www.eeworm.com/read/410132/11301131

txt asuro 020 manual.txt

Asuro starts playing song 'Jesus bleibt mein Freude' from Bach. It's playing the song with it's engines! Frontswitches (No. 1 is front left near the dark infrared led.) No. 1. Playing song
www.eeworm.com/read/263157/11373183

txt pc_keyboard_information.txt

================================================================ IBM PC KEYBOARD INFORMATION FOR SOFTWARE DEVELOPERS ================================================================ Your host: Chri
www.eeworm.com/read/407780/11410892

txt 各数位不重复的数.txt

#include #include #include using namespace std; long fac[10]; long howmany[9]; /* 题目:各数位不重复的数 输入: 10000 输出: 26057 */ //思路:通过二分法查找,找到所要的数 void getfac()
www.eeworm.com/read/407631/11412895

txt test4.txt

program example5; var A,B,C,D,W:integer; begin A:=5;B:=4;C:=3;D:=2;W:=1; if W>=1 then A:=B*C+B/D else repeat A:=A+1 until A
www.eeworm.com/read/405722/11458699

txt 制作具有win xp 风格的菜单.txt

制作具有Win XP 风格的菜单 2002-03-05 作者:张科技 制作具有Win XP 风格的菜单 ——妙用Director 8.5的lingo脚本   用过Windows XP 的人都知道,它的菜单突然改头换面了,那平面带阴影的样子,用“酷”这一个流行字眼来形容是再好不过了。众所周知,大型多媒体制作软件Director 8.5是开发各种多媒体的 ...
www.eeworm.com/read/404697/11479926

txt testpas2.txt

var x,y,z; begin x:=10; y:=-5; read(z); repeat if z >5 then begin z:=z+8; z:=z+z; end; else z:=z+4; until z>1
www.eeworm.com/read/402746/11528661

tny exam.tny

{Sample program compute factorial } read x; if 0
www.eeworm.com/read/402283/11539727

m testrepeat.m

% testrepeat % script file to test repeat implementations xdata=rand(1,200); % data to test ndata=repmat([3 8 2 1 0 6 9 5 7 4],1,200/10); % counts N=1:200; x=xdata; % refresh