代码搜索:String

找到约 10,000 项符合「String」的源代码

代码结果 10,000
www.eeworm.com/read/320004/13437244

pas dbf_str_pt.pas

unit dbf_str; { note this is Brazilian Portuguese } interface {$I dbf_common.inc} {$I dbf_str.inc} implementation initialization STRING_FILE_NOT_FOUND := 'Abertura:
www.eeworm.com/read/292374/8359985

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/392050/8365676

cs getuserinfo.cs

using System; namespace Motion.DZ { /// /// 用户简要信息 /// internal class GetUserInfo { private string ppp = String.Empty; private string
www.eeworm.com/read/392050/8365682

cs readconfig.cs

using System; using System.IO; using System.Text; using System.Text.RegularExpressions; using System.Xml; using System.Configuration; using System.Web; namespace Motion.DZ { public clas
www.eeworm.com/read/391887/8373515

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/290584/8474661

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; functio
www.eeworm.com/read/289921/8517534

brx roadwarrior.brx

Cancelled...
www.eeworm.com/read/188512/8532434

cpp fig22_33.cpp

// Fig. 22.33: fig22_33.cpp // Using strspn. #include using std::cout; using std::endl; #include // strspn prototype using std::strspn; int main() { const char *st
www.eeworm.com/read/187931/8589126

java stringdata.java

package neustore.base; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.IOException; /** * A class that stores a variable-length String. * Note that to write
www.eeworm.com/read/288935/8591580

pas downgifunit.pas

unit DownGifUnit; interface uses Windows, Messages,Classes, WinInet, SysUtils; type TDownGifThread = class(TThread) private TheServer:String; TheFile:String; T