代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/204802/15333410
java checkstring.java
class CheckString {
public static void main(String[] arguments) {
String str = "Nobody ever went broke by buying IBM";
System.out.println("The string is: " + str);
S
www.eeworm.com/read/201829/15394573
java console.java
package corejava;
/**
An easy interface to read numbers and strings from
standard input
@version 1.10 10 Mar 1997
@author Cay Horstmann
*/
public class Console
{ /**
www.eeworm.com/read/201318/15410721
xml bistringbundle.xml
This class is used to make creating multili
www.eeworm.com/read/113029/15472031
cpp fig18_32.cpp
// Fig. 18.32: fig18_32.cpp
// Using strspn.
#include
using std::cout;
using std::endl;
#include // strspn prototype
int main()
{
const char *string1 = "The valu
www.eeworm.com/read/111805/15503092
java writedatefile.java
// Chapter 10 Exercise 2
import java.io.File;
import java.io.FileOutputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.nio.Cha
www.eeworm.com/read/111805/15503095
java writedatefiles.java
// Chapter 10 Exercise 3
// This is the same as the solution to Exercise 1 except for a new class name and the additional code
// That deals with writing the binary file.
import java.io.File;
www.eeworm.com/read/111669/15506134
pas dutils.pas
{ DUTILS - Turbo Pascal UTILITIES }
{ (c) 1994 by Dieter Pawelczak }
{$R-}
{$D+}
{$S-}
unit DUTILS;
interface
uses DOS,crt;
const { Month names a
www.eeworm.com/read/111644/15507396
cc test1_2.cc
//-------------------------------------------------------
//MSS sample program #1: 'A simple and buggy String class'
//-------------------------------------------------------
/***********************
www.eeworm.com/read/111644/15507397
cc test1_1.cc
//-------------------------------------------------------
//MSS sample program #1: 'A simple and buggy String class'
//-------------------------------------------------------
/***********************