代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/180653/9299775
cs cleanstring.cs
using System;
//using System.Text;
namespace SCard
{
///
/// CleanString 的摘要说明。
///
public sealed class CleanString
{
public static string htmlInputText( str
www.eeworm.com/read/179957/9326268
cpp p3-162.cpp
#include
#include
void main( void )
{
//声明字符数组和字符型指针变量
char string[80],*p;
//拷贝字符串
strcpy( string, "I'll see you");
cout
www.eeworm.com/read/179700/9344730
java c_fjcmainform.java
package com.suyuannet.sycb.form.handset;
import java.util.ArrayList;
import java.util.Collection;
import org.apache.struts.upload.FormFile;
import com.suyuannet.sycb.common.util.query.BaseLi
www.eeworm.com/read/375451/9359795
str example.str
// String language example
string a;
string b;
string s;
a = "The quick ";
b = "brown fox ";
s = a + b;
print s;
input c;
if (c == "jumps") // if .. then .. else
s = s + c;
else {
www.eeworm.com/read/179250/9363223
pas global.pas
unit Global;
interface
uses Windows, Classes, Graphics, Controls, Forms, AdoDB, DBGrids, ComObj,
math, Sysutils, WinSock, IniFiles, StrUtils, Variants,Base_C, Messages;
const
c_Msg
www.eeworm.com/read/179014/9378433
cs installdesigner.cs
/********************************************************
* ADO.NET 2.0 Data Provider for SQLite Version 3.X
* Written by Robert Simpson (robert@blackcastlesoft.com)
*
* Released to the publi
www.eeworm.com/read/374657/9390555
pas leggiimpostazioni.pas
unit leggiImpostazioni;
interface
function LeggiChiave(fileImpostazioni,sezione,chiave,valore:string):string ;
Function NumeroVerde : string ;
Function Responsabile: string ;
Function Azienda :
www.eeworm.com/read/374657/9390711
pas leggiimpostazioni.pas
unit leggiImpostazioni;
interface
function LeggiChiave(fileImpostazioni,sezione,chiave,valore:string):string ;
Function NumeroVerde : string ;
Function Responsabile: string ;
Function Azienda :
www.eeworm.com/read/374382/9407847
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TfrmMain = class(TForm)
Button1: TButton;
Edit
www.eeworm.com/read/374382/9407850
pas sms.pas
unit sms;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TfrmSms = class(TForm)
Button1: TButton;
Edit2: