代码搜索:println
找到约 10,000 项符合「println」的源代码
代码结果 10,000
www.eeworm.com/read/363352/9957738
java sanjiao.java
import java.io.*;
public class sanJiao
{ public int intInput(String str) throws IOException
{ int row;
InputStreamReader ir;
BufferedReader in;
ir=new InputStreamReader
www.eeworm.com/read/167540/9964052
c- c-globalv.c-
/* test global variables
*
*
*/
char i='a';
int t;
int main()
{
t=5;
println( "i ="~i~"\tt ="~t);
return 0;
}
www.eeworm.com/read/167540/9964137
c- c-float.c-
/*
*
* test float type
*
*
*/
int main()
{
float f=10.0;
f /=4.0 ;
println("f = "~f);
return 0;
}
www.eeworm.com/read/167540/9964162
c- c-test.c-
/*
** COMP51004-A COMPILER
** Name: Yinghao Qin
** Username: yq11
** ID: 0130348
**
** This is the test C- language file --- multi-line comments
**
*/
int getMax(int a, int b);
int x,y;
int m
www.eeworm.com/read/167540/9964170
c- c-if.c-
/*
* test file if.c-
* test if statement
*
*/
int main()
{
int a=1, b=3, c=2;
if( c > a && c < b)
println("YES! c="~c);
else
println("NO! c:"~c);
return 0;
www.eeworm.com/read/167540/9964214
c- c-char.c-
/*
* test file char.c-
* show char type
*
*/
int main()
{
char a;
a = 'z';
println(a);
return 0;
}
www.eeworm.com/read/167524/9966703
java helloworldexample.java
/*
* Copyright 2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may
www.eeworm.com/read/167524/9966704
java requestinfoexample.java
/*
* Copyright 2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may
www.eeworm.com/read/167524/9966706
java requestdumperfilter.java
/*
* Copyright 2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may
www.eeworm.com/read/167524/9966716
java requestheaderexample.java
/*
* Copyright 2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may