代码搜索:until
找到约 4,232 项符合「until」的源代码
代码结果 4,232
www.eeworm.com/read/197597/7984770
txt 计数器:wait语句的应用.txt
-- This example shows an inefficient way of describing a counter.
-- vhdl model of a 3-state counter illustrating the use
-- of the WAIT statement to suspend a process.At each wait
-- statement th
www.eeworm.com/read/246855/12700683
vhd uc_interface_tb.vhd
-- uc_interface_tb.vhd
--
-- Created: 11/05/00 ALS
-- This file provides an 8051 uC model based on timing parameters from 8051 data sheet.
--
--
-- ***************************************
www.eeworm.com/read/246404/12727429
pas ac1105.pas
program tju1105;
const
zero=1e-6;
var
a,k,l,r,t,s1,s2:extended;
begin
repeat
read(a,k);
l:=k;r:=1e10;
repeat
t:=(l+r)/2;
s1:=a*t*t/2;
s2:=(t-k)*(t-k)*(t
www.eeworm.com/read/246404/12727667
pas ac1118.pas
program tju1118;
var
n:int64;
begin
repeat
read(n);
if n>=520000000 then
writeln(n-3)
else
writeln(520005196-(519999999-n) mod 5200);
until seekeof;
end.
www.eeworm.com/read/246404/12727904
pas ac1105.pas
program tju1105;
const
zero=1e-6;
var
a,k,l,r,t,s1,s2:extended;
begin
repeat
read(a,k);
l:=k;r:=1e10;
repeat
t:=(l+r)/2;
s1:=a*t*t/2;
s2:=(t-k)*(t-k)*(t
www.eeworm.com/read/246404/12728118
pas ac1118.pas
program tju1118;
var
n:int64;
begin
repeat
read(n);
if n>=520000000 then
writeln(n-3)
else
writeln(520005196-(519999999-n) mod 5200);
until seekeof;
end.
www.eeworm.com/read/246188/12752049
+
-- This example shows an inefficient way of describing a counter.
-- vhdl model of a 3-state counter illustrating the use
-- of the WAIT statement to suspend a process.At each wait
-- statement th
www.eeworm.com/read/243014/12968494
pl test3.pl
var x,y,temp;
begin
read(x);
read(y);
repeat
temp:=x-y;
x:=temp;
until temp
www.eeworm.com/read/139685/13139837
txt counter_wait.txt
-- This example shows an inefficient way of describing a counter.
-- vhdl model of a 3-state counter illustrating the use
-- of the WAIT statement to suspend a process.At each wait
-- statement th
www.eeworm.com/read/326112/13165858
c f34x_spi0_master_to_eeprom3.c
//-----------------------------------------------------------------------------
// F34x_SPI0_Master.c
//-----------------------------------------------------------------------------
// Copyright 20