代码搜索:MyString
找到约 1,391 项符合「MyString」的源代码
代码结果 1,391
www.eeworm.com/read/310765/13644348
java clientchat.java
/*
* clientChat.java
*
* Created on 17 february 2004, 19:33
*/
import java.io.*; // for input output
import java.lang.*; // for Threads
import java.net.*; // sockets
/**
* @version 1
www.eeworm.com/read/136031/13877536
cpp list2-3.cpp
#include
#include
class mystring : public string{
public:
mystring(char *X);
void toUpper(void);
};
mystring::mystring(char *X) : string(X)
{
}
void mys
www.eeworm.com/read/144698/5748932
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Winsock;
type
PIPOptionInformation = ^TIPOptionInformation;
TIPO
www.eeworm.com/read/143286/5758472
java stringio.java
import java.io.*;
public class StringIO{
public static void main(String[] args) {
String s="";
System.out.print("请输入一个字符串:");
try{
BufferedReader mystring=
new BufferedReader(new
www.eeworm.com/read/139903/5795751
cpp memtest.cpp
//: C07:MemTest.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Testing the Mem class
//{L} Mem
www.eeworm.com/read/116006/6114797
sources
!if 0
Copyright (c) Microsoft Corporation. All rights reserved.
!endif
!if 0
This source code is licensed under Microsoft Shared Source License
Version 1.0 for Windows CE.
For a copy of the lic
www.eeworm.com/read/110455/6164235
java stringio.java
import java.io.*;
public class StringIO{
public static void main(String[] args) {
String s="";
System.out.print("请输入一个字符串:");
try{
BufferedReader mystring=
new BufferedReader(new