代码搜索:continue
找到约 10,000 项符合「continue」的源代码
代码结果 10,000
www.eeworm.com/read/135720/13907427
java continuedemo.java
//ContinueDemo.Java
import javax.swing.JOptionPane;
public class ContinueDemo {
// main method begins execution of Java application
public static void main( String args[]
www.eeworm.com/read/237997/13913584
c factor.c
/*
file name : factor.c
Description : 利用递归函数调用计算N 阶乘
ex : n = 3 时,递归函数执行如下 :
if ( n == 1)
return (1);
else
return( 3* Factorial(3-1) );
→
return( 2* Factoria
www.eeworm.com/read/237777/13931449
m ex050800.m
% 第五章: 例5.8: 高分辨率频谱
%
% 基于信号x(n)的100个样本的高分辨率频谱
subplot(1,1,1)
n=[0:1:99];
x=cos(0.48*pi*n)+cos(0.52*pi*n);
subplot(2,1,1);stem(n,x);title('信号x(n), 0
www.eeworm.com/read/300075/13939331
c main.c
/*------------------------------------------------------------------------
This software is used to test the performance of ADS8364 and MB90F54X,
it includes the single conversion,continue conversio
www.eeworm.com/read/300025/13943356
c sci.c
#include
#include "sci.h"
/* Routines for initialisation and use of the SCI
* for the PIC processor.
*/
/* other options:
* frame errors
*/
unsigned char
sci_Init(unsigned long int baud
www.eeworm.com/read/134867/13972751
txt k.txt
auto
break
case
char
const
continue
default
do
double
else
enum
extern
float
for
goto
if
int
long
register
return
short
signed
sizeof
static
struct
switch
typedef
union
uns
www.eeworm.com/read/134785/13973729
cpp simcat v1.cpp
#include
#include
#include
using namespace std;
inline void read(istream& istrm);
int main(int argc, char* argv[])
{
if (argc==1) read(cin);
for(int
www.eeworm.com/read/134730/13975742
cpp lex.cpp
//该模块完成词法分析
#include
#include "DFA.h"
#include
#include "StatusFunc.h"
#include "consts.h"
//定义状态转换表
CONVERT_STATUS cs255[]={{IsBlank,255},{IsAlpha,1},{IsDigtal,
www.eeworm.com/read/134656/13978121
m unitable.m
function uni = unitable
uni = zeros(7445,2);
i = 1;
fin = fopen('GB2312.txt', 'rt');
while 1
s = fgets(fin);
if (feof(fin))
break;
end
if s(1)=='#'
continue;
end
x =
www.eeworm.com/read/134483/13987089
txt keyword.txt
auto
break
case
char
const
continue
default
do
double
else
enum
extern
float
for
goto
if
int
long
register
return
short
signed
sizeof
static
struct
switch
typedef
union
uns