代码搜索:until
找到约 4,232 项符合「until」的源代码
代码结果 4,232
www.eeworm.com/read/431110/1911683
sh northinit.sh
#!/bin/sh
TESTNAME=fail-x509-10
source /testing/pluto/bin/northlocal.sh
ipsec setup start
/testing/pluto/bin/wait-until-pluto-started
ipsec auto --add north-east-x509-pluto-02
echo done
www.eeworm.com/read/431110/1912190
sh northinit.sh
#!/bin/sh
: ==== start ====
TESTNAME=fail-x509-02
source /testing/pluto/bin/northlocal.sh
ipsec setup start
/testing/pluto/bin/wait-until-pluto-started
ipsec auto --add north-east-x509-pluto-02
ech
www.eeworm.com/read/430448/1930304
c main.c
#include
#include
int uart_putchar(char c)
{
loop_until_bit_is_set(USR, UDRE);
UDR = c;
return 0;
}
int main(void)
{
UBRR = 0x17; //0x17;
www.eeworm.com/read/430445/1930593
c main.c
#include
#include
int uart_putchar(char c)
{
loop_until_bit_is_set(USR, UDRE);
UDR = c;
return 0;
}
int main(void)
{
UBRR = 0x17; //0x17;
www.eeworm.com/read/427628/1969446
com~2 www.searchengineguide.com~2
define pattern year="[0-9][0-9][0-9][0-9]"
do (a)-(b).$startwith"By"-.-year.-(c).$until[-,$startwith"Discuss this article "](d);(e)-(d).$l("title",(a)).$l("text",(c),(e)).$l("_new",(a),(e))
do (a).$
www.eeworm.com/read/427042/1981394
c patest_longsine.c
/** @file patest_longsine.c
@brief Play a sine wave until ENTER hit.
@author Phil Burk http://www.softsynth.com
*/
/*
* $Id: patest_longsine.c 720 2003-12-18 23:31:40Z pieter $
*
* This program
www.eeworm.com/read/192685/8361091
txt 在vb执行一段sql文本文件.txt
方法:
1.定义一个字符串: Dim sSQL As String
Dim NextLine As String
Dim FileNum As integer
2.用顺序文件打开:
FileNum=FreeFile
OPen SQL文件 For input As FileNum
Do Until Eof(
www.eeworm.com/read/188596/8525743
pas 1113.pas
var a,m,n:longint;
d,o,w:double;
begin
readln(n,m);
a:=0;
w:=0;
o:=0;
repeat
inc(a);
d:=m/(a shl 1-1);
if w+d>=n then break;
w:=w+d;
o:=o+m;
until
www.eeworm.com/read/428159/8889205
mac etpu-set1-pwm_run_from_ram.mac
; eTPU-set1-PWM_run_from_ram.mac file June 13 2007 S.M.
; Assumes MMU and SRAM init occurred by other scripts
hload ..\bin\eTPU-set1-PWM-ram.elf ; load program
gotil main ; run until main
www.eeworm.com/read/181714/9240386
m newtonsys.m
function [x,k] = newtonsys(fdf,x0,tol,kmax)
% Solve system f(x)=0 by Newton-Raphson's method.
% f(x) and J(x) given by [f,J] = fdf(x)
% Starting point x0.
% Iterate until norm of correction is