代码搜索:until
找到约 4,232 项符合「until」的源代码
代码结果 4,232
www.eeworm.com/read/160303/5574459
txt north-console.txt
north:~#
TESTNAME=x509-pluto-04
north:~#
ipsec setup start
ipsec_setup: Starting Openswan IPsec VERSION
north:~#
/testing/pluto/bin/wait-until-pluto-started
north:~#
ipsec auto --add north-east-x5
www.eeworm.com/read/153670/5645505
c asmi_spi.c
//TODO: Increase address from 2 bytes to 3
#include "excalibur.h"
#include "asmi_spi.h"
void nr_spi_init()
{
//Set slave select register
na_spi->np_spislaveselect = 1;
}
//wait until all the data
www.eeworm.com/read/134149/14003722
vhd fifo.vhd
--
-- File fifo.vhd (universal FIFO)
-- Author : Richard Herveille
-- rev.: 0.1 May 04th, 2001
-- rev.: 0.2 June 16th, 2001. Changed "function bitcount" until it compiled under Xilinx Webpack
-- rev.:
www.eeworm.com/read/202680/15375886
m flame.m
function flame(r0)
% FLAME A stiff ordinary differential equation.
% FLAME(r0) specifies the initial radius is r0. Default r0 = .02.
% A ball of fire grows until its radius is just large enough that
www.eeworm.com/read/104815/15682701
infobox6
#! /bin/sh
# $Id: infobox6,v 1.2 2003/08/15 19:40:37 tom Exp $
# get rid of all flickering by constructing a script unroll the loop, leaving
# us in curses-mode until we're done counting.
#
# a little
www.eeworm.com/read/428159/8888337
mac dma_run_from_ram.mac
; DMA_run_from_ram.mac file Aug 12 2006 S.M.
; Script file for P&E Micro debugger for Decrementer example
hload ..\bin\DMA-BlockMove-ram.elf ; load program
gotil main ; run until main
cle
www.eeworm.com/read/427511/8938475
m flame.m
function flame(r0)
% FLAME A stiff ordinary differential equation.
% FLAME(r0) specifies the initial radius is r0. Default r0 = .02.
% A ball of fire grows until its radius is just large enough t
www.eeworm.com/read/379638/9190737
txt text1.txt
#ifndef _LEXICAL_H_
#define _LEXICAL_H_
//状态机状态枚举
typedef enum {START=0,UNKNOWN=0,COMMENT,NUMBER,IDENTI,IF,ELSE,END,REPEAT,UNTIL,ASSIGN,EQUAL,PLUS,MINUS,MULTI,DIVIDE,LESS,GREATER,LPAREN,RPAREN,SE
www.eeworm.com/read/362992/9972346
c tsk2.c
/* tsk2.c - Task #2 */
#include
#include
#include
#include "misc.h"
#include "appl.h"
/* wait_for_semaphore() - Wait until a semaphore exists */
ULONG
wait_for_semaphor
www.eeworm.com/read/129470/6969335
c mmc_lib.c
#include
#include "mmc_lib.h"
void mmc_send_byte(unsigned char data)
{
SPDR=data;
loop_until_bit_is_set(SPSR, SPIF); // wait for byte transmitted...
}
unsigned char mmc_write_c