代码搜索:continue
找到约 10,000 项符合「continue」的源代码
代码结果 10,000
www.eeworm.com/read/100529/15872730
c config.c
/* config.C
* John Viega
*
* Jan 28-29 2000
*/
#ifdef HAVE_GETOPT_LONG
#include
#else
extern "C" {
// Hack for MS Windows
#ifndef __cplusplus
#define __cplusplus
#endif
#include "get
www.eeworm.com/read/100489/15873186
cpp server.cpp
#include
#include
#include
#include "socket.h"
void perr( char* str, ... )
{
va_list args;
va_start( args, str );
vprintf( str, args );
va_end( args );
exit
www.eeworm.com/read/100088/15885474
c config.c
//************************************************************
// config.C - configuration classes for the spk client/server
// Author Eugene Anikin anikin@anikin.ddns.org
//*********************
www.eeworm.com/read/100074/15886502
cpp scheduler.cpp
// Copyright (C) 1999-2000 Open Source Telecom Corporation.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as publ
www.eeworm.com/read/472913/6859761
h lost_v.h
unsigned char rstatus_quanshiya_use;
unsigned char rstatus_quanshiya_continue_time; //aa单片机工作下全失压AAAAA
void init_lost_v()
{unsigned char i;
unsigned int i1;
lost_v_continue_time=0;
get
www.eeworm.com/read/192335/8385695
c window.c
#include
#include
#include
int main(void){
int low, high,x;
char c;
printf("Lowest allowest number?\n");
scanf("%d", &low);
printf("Highest allowed number?\n");
www.eeworm.com/read/391596/8395513
for indexm.for
* INDEXM.FOR
*
SUBROUTINE INDEXM
*
*--the NM molecule numbers are arranged in order of the molecule groups
*--and, within the groups, in order of the cells and, within the cells,
*--in o
www.eeworm.com/read/391596/8395533
for sampi0.for
* SAMPI0.FOR
*
SUBROUTINE SAMPI0
*
*--initialises all the sampling variables
*
INCLUDE 'dsmc0.h'
*
NCOL=0
NSMP=0
MOVT=0.
SELT=0.
SEPT=0.
www.eeworm.com/read/291779/8396080
c exit.c
/* passed
* linux/kernel/exit.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include // 错误号头文件。包含系统中各种出错号。(Linus 从minix 中引进的)
#include // 信号头文件。定义信号符号常量,信号结构以及信号操作函数原型
www.eeworm.com/read/291779/8396609
c exit.c
/*
* linux/kernel/exit.c
*
* (C) 1991 Linus Torvalds
*/
#include // 错误号头文件。包含系统中各种出错号。(Linus 从minix 中引进的)
#include // 信号头文件。定义信号符号常量,信号结构以及信号操作函数原型。
#include // 等