代码搜索:continue
找到约 10,000 项符合「continue」的源代码
代码结果 10,000
www.eeworm.com/read/446971/7562067
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/445043/7600115
c exit.c
/*
* linux/kernel/exit.c
*
* (C) 1991 Linus Torvalds
*/
#include // 错误号头文件。包含系统中各种出错号。(Linus 从minix 中引进的)
#include // 信号头文件。定义信号符号常量,信号结构以及信号操作函数原型。
#include // 等
www.eeworm.com/read/443457/7632576
cpp 1905.cpp
#include
#include
int prime(__int64 n){
__int64 t=sqrt(double(n));
if(n==2) return 1;
for(__int64 i=3;i
www.eeworm.com/read/443457/7632855
cpp 1197.cpp
#include
using namespace std;
void main()
{
for(int i=2992;i
www.eeworm.com/read/443325/7634595
m control_break.m
% control_break.m
% break控制语句示例
% 计算浮点数的精度数值
eps1=1;
for num=1:1000
eps1=eps1/2;
if(1+eps1)>1
continue;
end
eps1=eps1*2;
break;
end
fprintf('eps的数据(浮点数的精度)为:\n\
www.eeworm.com/read/443020/7639341
m gaussianpu.m
function y=gaussianpu(x)
%由数据量为n的高斯白噪声产生向量为n,功率谱为高斯型的高斯随机向量
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
N=0:20;
f=20;
T=1/256;
c=2*f*T*sqrt(pi)*exp(-4*f^2*pi^2*T^2*N.^2);
n
www.eeworm.com/read/443020/7639353
asv gaussianpu.asv
function y=gaussianpu(x)
%由数据量为n的高斯白噪声产生向量为n,功率谱为高斯型的高斯随机向量
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
N=0:20;
f=20;
T=1/512;
c=2*f*T*sqrt(pi)*exp(-4*f^2*pi^2*T^2*N.^2);
n
www.eeworm.com/read/443020/7639357
asv swerling.asv
function y=swerling(n)
%swelingII分布
%%%%%%%%%%%%%%%%%%%%%%
r=ones(1,n);
u1=junyun(n);
u2=junyun(n);
for i=1:n
if (u1(i)==0)
u1(i)=0.0001;
else
continue
end
end
www.eeworm.com/read/442009/7661224
cpp ie.cpp
#include "StdAfx.h"
#include
#include
#include
#include "ie.h"
void EnumForm( IHTMLDocument2 * pIHTMLDocument2 );
char g_szAddr[256];
char* g_st