代码搜索:Loop

找到约 10,000 项符合「Loop」的源代码

代码结果 10,000
www.eeworm.com/read/434713/7845951

c loop.c

www.eeworm.com/read/198616/7922786

c loop.c

#include "calld.h" #include static void cli_done(int); static void child_done(int); /* * One bit per client cxn, plus one for listenfd; * modified by loop() and cli_done() */ static fd_
www.eeworm.com/read/198616/7924149

c loop.c

#include "apue.h" #define BUFFSIZE 512 static void sig_term(int); static volatile sig_atomic_t sigcaught; /* set by signal handler */ void loop(int ptym, int ignoreeof) { pid_t child; int nread;
www.eeworm.com/read/433514/7924906

asm loop.asm

www.eeworm.com/read/197261/8008780

loop8

2.9700619e-003 -2.4657110e-003 1.4210577e-003 -1.1760319e-003 1.9396673e-003 -4.5172405e-003 8.5963752e-003 -1.3047049e-002 1.7953384e-002 -1.9735007e-002 4.1299695e-002
www.eeworm.com/read/297233/8037632

h loop.h

/* Loop optimization definitions for GNU C-Compiler Copyright (C) 1991, 1995 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC is free software; you can redistribute it and/or mo
www.eeworm.com/read/297233/8042304

c loop.c

/* Perform various loop optimizations, including strength reduction. Copyright (C) 1987, 88, 89, 91-6, 1997 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC is free software; yo
www.eeworm.com/read/396649/8096660

txt loop.txt

例:现有一个以$结尾的字符串,要求剔除其中的空格 .data string db ’Let us have a try !’,’$’ .code .startup mov si,offset string outlp: cmp byte ptr [di],’$’ ;外循环,先判断后循环 jz done ;为$结束 cmp byte ptr [si],’ ’ ;检测是
www.eeworm.com/read/195591/8139817

aspx loop.aspx

void Page_Load() { int number, counter; if (Page.IsPostBack) { number = Convert.ToInt32(NumberAttendees.Selecte
www.eeworm.com/read/246629/12716750

txt loop.txt

Program(Loop,Dos.MZ); var(input,byte); var(char,byte); Begin Write('Type a number (between 2 and 9): '); input = Read(); IfNot input in ['2'..'9'] Goto Err; Write(CrLf+'Countdown: