代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/487032/6522354
cs user.cs
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.
www.eeworm.com/read/485355/6559718
java stringarrays.java
//演示字符串数组。
class StringArrays {
public static void main(String args[]) {
String str[] = { "Here,", "a", "test", "string." };
System.out.println("原始的字符串: ");
for(int i=0; i
www.eeworm.com/read/479166/6700045
cpp fig19_33.cpp
// Fig. 19.33: fig19_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/478571/6710186
cs queryclientbuyform.aspx.cs
//文件名:QueryClientBuyForm.aspx.cs
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using
www.eeworm.com/read/478571/6710189
cs queryclientleaseform.aspx.cs
//文件名:QueryClientLeaseForm.aspx.cs
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
usi
www.eeworm.com/read/476573/6756207
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/264470/11312661
pas splitfns.pas
//----------------------------------------------------------------------------------------------------------------------
//
// This file is part of the SimpleWebFront-DBDesigner4-Plugin.
// Copy
www.eeworm.com/read/409436/11326755
pas tmsuflxmessages.pas
///
/// Contains a list of types, constants, variables and generic utility methods used in the whole suite.
/// You will normally need to use this file when using FlexCel.
//
www.eeworm.com/read/263434/11362985
java formatter.java
/*
* @(#)Formatter.java 1.13 03/01/23
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package java.util.loggin
www.eeworm.com/read/408078/11405797
~pas psmfwlog.~pas
unit PSMFWLog;
interface
uses
Windows, Registry,SysUtils,Classes,StrUtils,IdTrivialFTPBase,WinSock;
type TPSMFWLog=class
public
mTime: string;
mDirection:string;
mPermi