代码搜索:until
找到约 4,232 项符合「until」的源代码
代码结果 4,232
www.eeworm.com/read/219219/14891538
lst paramprop.lst
outb
outb (sfr, val)
inb
inb (sfr)
outw
outw (sfr, val)
inw
inw (sfr)
outp
outp (val, sfr)
inp
inp (sfr)
bit_is_set
bit_is_set (sfr, bit)
bit_is_set
bit_is_clear (sfr, bit)
loop_until_
www.eeworm.com/read/116023/14992368
h id.h
/* FIXME: this temporarely, until these are included in linux/i2c-id.h */
/* drivers */
#ifndef I2C_DRIVERID_TVMIXER
# define I2C_DRIVERID_TVMIXER I2C_DRIVERID_EXP0
#endif
#ifndef I2C_DRIVERID_TVAU
www.eeworm.com/read/208180/15251434
h id.h
/* FIXME: this temporarely, until these are included in linux/i2c-id.h */
/* drivers */
#ifndef I2C_DRIVERID_TVMIXER
# define I2C_DRIVERID_TVMIXER I2C_DRIVERID_EXP0
#endif
#ifndef I2C_DRIVERID_TVAU
www.eeworm.com/read/11826/234933
txt 9.6 实例:曼德布洛特集合.txt
For Each z0 in Complex
repeats = 0
z=z0
Do
z=z^2+z0
repeate = repeats+1
Loop until abs(z)>Bailout or repeats >= MaxRepeats
If repeats >= MaxRepeats Then
Draw z0,Black
Else
D
www.eeworm.com/read/14278/326246
1-2-9
#!/bin/bash
#判断命令行是否代带有两个文件名的参数
if [ "$1" = "" ] || [ "$2" = "" ]
then
echo "Please enter file name"
exit 1
fi
#判断目标文件是否存在
if [ -e $2 ]
then
echo "The file already exists"
until [ ! -f $2
www.eeworm.com/read/38039/1091370
mnu cavdbg.mnu
CAV#DBG CAV#调试
#
Manual 手动
Generate points by picking on surfaces until you grow tired.
在曲面上选出来生成点直到疲倦。
Automatic 自动
Let Pro/E pick for you.
Pro/E自动选出。
www.eeworm.com/read/479151/1337944
h id.h
/* FIXME: this temporarely, until these are included in linux/i2c-id.h */
/* drivers */
#ifndef I2C_DRIVERID_TVMIXER
# define I2C_DRIVERID_TVMIXER I2C_DRIVERID_EXP0
#endif
#ifndef I2C_DRIVERID_TVAU
www.eeworm.com/read/478822/1349085
h fcntl.h
struct flock {
#if !defined(_EiC) || defined(__LP64__)
off_t l_start; /* starting offset */
off_t l_len; /* len = 0 means until end of file */
#else
# if __LITTLE_ENDIAN__
off_t l_start;
int __pa
www.eeworm.com/read/478822/1349121
h fcntl.h
struct flock {
#if !defined(_EiC) || defined(__LP64__)
off_t l_start; /* starting offset */
off_t l_len; /* len = 0 means until end of file */
#else
# if __LITTLE_ENDIAN__
off_t l_start;
int __pa
www.eeworm.com/read/460075/1562679
java err.java
package until;
public class err
{
private String str1;
private String str2;
private String str3;
private String str4;
private String str5;
private String str6;
private String str7;