代码搜索:continue
找到约 10,000 项符合「continue」的源代码
代码结果 10,000
www.eeworm.com/read/288492/8628717
txt my144-01.txt
OS time: 19:02:18
FILE OPEN ERROR
CITYPOS ERRORCITYPOS ERRORCITYPOS ERRORCITYPOS ERRORCITYPOS ERRORCITYPOS ERRORCITYPOS ERRORCITYPOS ERRORCITYPOS ERRORCITYPOS ERRORCITYPOS ERRORCITYPOS ERRORCITYP
www.eeworm.com/read/431812/8652909
cpp pku2825.cpp
#include
void Solve(int n)
{
int i, u1, u2, p1, p2, cnt;
if (n == 1)
{
printf("1\n");
return;
}
if (n == 4)
{
printf("3 2 4 1\n");
return;
}
if (n % 4 > 1)
www.eeworm.com/read/431812/8653509
java pku1845.java
#include
#define Prime 9901
int Mod(int x, int n)
{
int ans;
if (n == 0)
{
return 1;
}
ans = Mod(x, n / 2);
ans = ans * ans % Prime;
if (n % 2)
{
ans = ans * x % P
www.eeworm.com/read/431812/8653615
cpp pku1657.cpp
#include "stdio.h"
#include "math.h"
int main()
{
int N,i,n;
char str1[3],str2[3];
scanf("%d",&N);
for(i=0;i
www.eeworm.com/read/431489/8674212
c main.c
/*********************************************************/
//Company: SunPlus APP CO.LTD
//Author : Moxudong
//Func : main.c
//Verison: V1.0
/*******************************************************
www.eeworm.com/read/287380/8688379
c recover.c
/*
* Copyright 2000-2004 by Hans Reiser, licensing governed by
* reiserfsprogs/README
*/
#include "debugreiserfs.h"
#if 0
/* this reads stdin and recover file of given key: */
/* the input ha
www.eeworm.com/read/287172/8713273
c cc11.c
/*
** Small-C, 8088/8086 version -- modified by R. Grehan, BYTE Magazine
** execution begins here
*/
main(argc, argv) int argc, *argv; {
argcs=argc;
argvs=argv;
fputs("Small-C Compiler,
www.eeworm.com/read/430578/8738385
txt gsm模块初始化.txt
//***************************************************************GSM模块初始化//
void InitGsm(void)
{
unsigned char i,j;
while(1)
{
CLR_MORST;
DelayMs(200);
SET_MORST;
www.eeworm.com/read/286764/8744149
c main.c
#include"stdio.h"
#include"string.h"
#include"malloc.h"
#include"unistd.h"
#include"stdlib.h"
#include"sys/types.h"
#include"sys/wait.h"
#define BUFFERSIZE 255
char buffer[BUFFERSIZE+1];
int is_file
www.eeworm.com/read/429724/8792768
py jsd0262.py
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#Jensen-Shannon Divergence
import codecs, re, math
f1=codecs.open(r"./T0262_utf8.txt", "r", "utf8")
f2=codecs.open(r"./T0265_utf8.txt", "r", "utf