代码搜索:continue
找到约 10,000 项符合「continue」的源代码
代码结果 10,000
www.eeworm.com/read/253411/12225156
21 fig4.21
#include "apue.h"
#include
#include
int
main(int argc, char *argv[])
{
int i, fd;
struct stat statbuf;
struct utimbuf timebuf;
for (i = 1; i < argc; i++) {
if (stat(arg
www.eeworm.com/read/253406/12225845
c zap.c
#include "apue.h"
#include
#include
int
main(int argc, char *argv[])
{
int i, fd;
struct stat statbuf;
struct utimbuf timebuf;
for (i = 1; i < argc; i++) {
if (stat(arg
www.eeworm.com/read/253405/12226014
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/150631/12279565
c i2c.c
//********************************************************************************************
//
// Title : MP3测试 - 软I2C驱动程序
// Author : Ant (gz_ant@126.com)
// Created : 2005/02/16
// Revi
www.eeworm.com/read/252270/12289926
txt (转)扔掉硬盘之无盘工作站指南(1).txt
作者:softrain
email: softrain@edu.21cn.com
日期:2001-7-25 10:20:30
印象中无盘工作站是用novell的netware或者是microsoft的WindowsNT
来做,而本人既不会用netware,也不熟悉WindowsNT,
因此,总觉得建立无盘工作站很不简单,而且也是一种过时的技术.
//现在谁会买机器而不买硬盘?
www.eeworm.com/read/251840/12316604
html 6.10.html
continue语句的用法
var input,input_number,sum
for(sum=0;;)
{
input = prompt("sum="+sum + "\n请输入新的累加数(输入Q结束):","0");
if (input==
www.eeworm.com/read/250160/12427156
cpp 3_1.cpp
/*第1题 计算器--源代码及关键源代码注解如下:*/
// This is a simple OOP Calculator that i made because i wanted to learn how to use classes
// so i made an OOP calc, anyways i was gonna use inline asm for the add, su
www.eeworm.com/read/234779/14097013
cpp clutil.cpp
/*
---------------------------------------------------------------------------
Copyright (c) 2003, Dominik Reichl , Germany.
All rights reserved.
Distributed unde
www.eeworm.com/read/233350/14157278
changelog
2002-10-10 JeanII
* Get rid of compiler warnings
* Avoid printing negative time
* Add -p flag to disable parsing
* Detect zero bitfields, workaround
* Detect fragmented Obex packet, print {unter
www.eeworm.com/read/130645/14179809
h globe.h
//声明一些基本的宏常量
#ifndef GLOBLE_H
#define GLOBLE_H
#define AUTO 1
#define BREAK 2
#define CASE 3
#define CHAR 4
#define CONST 5
#define CONTINUE 6
#define DEFAULT 7
#define DO 8
#define DO