代码搜索:continue
找到约 10,000 项符合「continue」的源代码
代码结果 10,000
www.eeworm.com/read/307598/13719746
for wjmscr.for
Program main
dimension PR(2),CON(2),DSMIN2(2),DSMAX2(2),E(2),G(2)
dimension NODBS(2),NUMBS(2),NODPS(2),NUMOS(2),
1 NODCS(2),NEDPS(2),NEDCS(2)
COMMON/S8/MS(2),MD(6),NS(2),ND(2)
www.eeworm.com/read/307145/13727640
cbb testing3.cbb
#include
#include
#define INF INT_MAX
int main(void) {
int i,j,k;
int R[4][4]={
{ 0, -1,INF, 2},
{INF, 0, 2,INF},
{ 4,INF, 0, 3},
{INF, 1,INF, 0}
www.eeworm.com/read/302101/13842328
c startup.c
/*
* Copyright (c) 2004 Ying Ge, Communication Research Center Canada.
*
* Copyright (c) 2002, 2003 Maoyu Wang, Communication Research Center Canada.
*
* By Ying Ge:
* 1. Change the OLSR packet
www.eeworm.com/read/238485/13882149
c qbiff.c
//实用工具程序之一,作用是当新消息到达后向用户终端显示器上写一个通知
#include
#include
#include
#ifndef UTMP_FILE
#ifdef _PATH_UTMP
#define UTMP_FILE _PATH_UTMP
#else
#define UTMP_FILE "/etc/utm
www.eeworm.com/read/238485/13882891
c qmail-clean.c
//qmail-send中被判断为永久失败的邮件将被送递到qmail-clean程序中,被删除掉
#include
#include
#include "readwrite.h"
#include "sig.h"
#include "now.h"
#include "str.h"
#include "direntry.h"
#includ
www.eeworm.com/read/152843/5661981
c pciehp_pci.c
/*
* PCI Express Hot Plug Controller Driver
*
* Copyright (C) 1995,2001 Compaq Computer Corporation
* Copyright (C) 2001 Greg Kroah-Hartman (greg@kroah.com)
* Copyright (C) 2001 IBM Corp.
* Copy
www.eeworm.com/read/152092/5676016
makefile
all: sound.o
# testresched.o sendresched.o
# all: rt_process.o rt_irq.o rt_irq_gen.o nonrt_irq.o monitor
MYCFLAGS = -O2 -Wall
include rtl.mk
sound.o: sound.c
$(CC) ${INCLUDE} ${CFLAGS} -c sound.c
www.eeworm.com/read/150551/5691331
out 8.out
Welcome to the miniSQL monitor. Type \h for help.
mSQL > ->
Query buffer
------------
create table bad_money( v1 money)
[continue]
->
Query OK. 1 row(s) modified or retrieved.
mSQL
www.eeworm.com/read/150550/5691483
out 8.out
Welcome to the miniSQL monitor. Type \h for help.
mSQL > ->
Query buffer
------------
create table bad_money( v1 money)
[continue]
->
Query OK. 1 row(s) modified or retrieved.
mSQL
www.eeworm.com/read/149876/5696405
exp recurse.exp
# Copyright (C) 1992, 1996, 1997 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as publis