代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/390543/8460215
def mms_strings.def
/*
* Mbuni - Open Source MMS Gateway
*
* MMS field & value definitions - pre-processor magic.
*
* Copyright (C) 2003 - 2005, Digital Solutions Ltd. - http://www.dsmagic.com
*
* Paul
www.eeworm.com/read/390482/8463960
pas configobjectunit.pas
unit ConfigObjectUnit;
interface
uses
Classes ;
type
TConfig = class(TObject )
private
FPath : string ;
FBeginDate : String ;
FEndDate : string ;
FDepreValue : Doub
www.eeworm.com/read/390482/8464104
~pas configobjectunit.~pas
unit ConfigObjectUnit;
interface
uses
Classes ;
type
TConfig = class(TObject )
private
FPath : string ;
FBeginDate : String ;
FEndDate : string ;
FDepreValue : Doub
www.eeworm.com/read/189219/8484649
c pagecount.c
#include "lprps.h"
/* PostScript program to fetch the printer's pagecount.
* Notice that the string returned by the printer:
* %%[ pagecount: N ]%%
* will be parsed by proc_msg(). */
static char
www.eeworm.com/read/389478/8517635
cpp p3-162.cpp
#include
#include
void main( void )
{
//声明字符数组和字符型指针变量
char string[80],*p;
//拷贝字符串
strcpy( string, "I'll see you");
cout
www.eeworm.com/read/188621/8524427
java pattern.java
/*
* WebSPHINX web crawling toolkit
* Copyright (C) 1998,1999 Carnegie Mellon University
*
* This library is free software; you can redistribute it
* and/or modify it under the terms of the GNU
www.eeworm.com/read/188621/8524844
java multilinelabel.java
/*
* WebSPHINX web crawling toolkit
* Copyright (C) 1998,1999 Carnegie Mellon University
*
* This library is free software; you can redistribute it
* and/or modify it under the terms of the GNU
www.eeworm.com/read/188512/8532141
cpp fig18_07.cpp
// Fig. 18.7: Fig18_07.cpp
// Demonstrating string member functions erase and replace.
#include
using std::cout;
using std::endl;
#include
using std::string;
int main()
www.eeworm.com/read/188512/8532157
cpp fig18_09.cpp
// Fig. 18.9: Fig18_09.cpp
// Converting to C-style strings.
#include
using std::cout;
using std::endl;
#include
using std::string;
int main()
{
string string1( "ST
www.eeworm.com/read/188512/8532688
cpp querystring.cpp
// Fig. 19.9: querystring.cpp
// Demonstrating QUERY_STRING.
#include
using std::cout;
#include
using std::string;
#include
using::getenv;
int main()
{