代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/174605/9580006
cpp p3-162.cpp
#include
#include
void main( void )
{
//声明字符数组和字符型指针变量
char string[80],*p;
//拷贝字符串
strcpy( string, "I'll see you");
cout
www.eeworm.com/read/366071/9833561
java applicationlinein.java
import java.io.*;
public class ApplicationLineIn
{
public static void main(String args[])
{
String s="";
System.out.print("please enter a string:");
try
{
BufferedReader in
www.eeworm.com/read/169056/9884137
java readchars.java
import java.io.*;
public class ReadChars
{
public static void main (String[] args)
throws java.io.IOException
{
String message = "";
int inchr;
System.out.println(
www.eeworm.com/read/169056/9884299
java charmethods.java
import java.io.*;
public class CharMethods
{
public static void main (String[] args)
{
String str = new String("This -123/ is 567 A ? Test!");
char nextChar;
int i,
www.eeworm.com/read/168989/9886411
pas dialerplus.pas
{ TDialer component for Borland DELPHI, Version 1.00.
Freeware.
Original code by Artchil Gogava, ArGo Software Design, Toronto, Canada.
October 1995.
Internet: 75231.330@compuserve.com
www.eeworm.com/read/168989/9886414
~pas dialerplus.~pas
{ TDialer component for Borland DELPHI, Version 1.00.
Freeware.
Original code by Artchil Gogava, ArGo Software Design, Toronto, Canada.
October 1995.
Internet: 75231.330@compuserve.com
www.eeworm.com/read/363340/9958402
pas unitfunciones.pas
{Unit perteneciente al troyano Coolvibes que contiene todas las funciones
que son usadas en varias partes del programa}
unit UnitFunciones;
interface
uses
Windows,
SysUtils,
Registry;