代码搜索:continue
找到约 10,000 项符合「continue」的源代码
代码结果 10,000
www.eeworm.com/read/156908/11752924
cpp mersenne.cpp
/*
* Program to calculate mersenne primes
* using Lucas-Lehmer test - Knuth p.391
*
* Try this only in a 32-bit (or better) environment
*
* Requires: big.cpp
*
* Copyright (c
www.eeworm.com/read/259942/11755694
re calc_001.re
/* re2c lesson 001_upn_calculator, calc_001, (c) M. Boerger 2006 - 2007 */
/*!ignore:re2c
- basic interface for string reading
. We define the macros YYCTYPE, YYCURSOR, YYLIMIT, YYMARKER, YYFILL
www.eeworm.com/read/259637/11776388
cpp ptinpolygon.cpp
#include "shapefil.h"
#include "PtInPolygon.h"
int PointInPolygon(const SHPObject *polygonObject, double x, double y)
{
//////////////////////////////////////////////
// //
// 点与多边
www.eeworm.com/read/345605/11802907
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/345577/11808122
c guided.c
/***** spin: guided.c *****/
/* Copyright (c) 1989-2003 by Lucent Technologies, Bell Laboratories. */
/* All Rights Reserved. This software is for educational purposes only. */
/* No guarantee
www.eeworm.com/read/156364/11808864
c ch01.1.2.1.c
#include
// #include
/**
**
the while loop has executed 1 times
the while loop has executed 2 times
the while loop has executed 3 times
the while loop has execute
www.eeworm.com/read/344239/11895011
java labeledfor.java
//: control/LabeledFor.java
// For loops with "labeled break" and "labeled continue."
import static net.mindview.util.Print.*;
public class LabeledFor {
public static void main(String[] args)
www.eeworm.com/read/154760/11928644
m tutor2.m
% ADSP Toolbox: Version 2.0
% For use with "Analog and Digital Signal Processing", 2nd Ed.
% Published by PWS Publishing Co.
%
% Ashok Ambardar, EE Dept. MTU, Houghton, MI 49931, USA
% http://
www.eeworm.com/read/343735/11931131
m crossover.m
function G=crossover(G,Pc,pop_size);
for i=1:2:pop_size
Rn=rand;
if Pc>Rn
Cn=ceil(size(G,2)*rand);
if or(Cn==1,Cn>=20)
continue;
end
for j=C
www.eeworm.com/read/154582/11944518
c usrusbtool.c
/* usrUsbTool.c - USB Driver (USBD) and USB HCD Exerciser. */
/* Copyright 2000 Wind River Systems, Inc. */
/*
Modification history
--------------------
01m,16sep00,wef changed all device co