代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/100046/6274951
h htwwwstr.h
/*
W3C Sample Code Library libwww WWW String Utilities
!
WWW Related String Management
!
*/
/*
** (c) COPYRIGHT MIT 1995.
** Please first read the full copyright statement in the fi
www.eeworm.com/read/127866/5994192
java gbs_mmifdetaillist_stbean.java
/*
* Created on 2004/08/09
*
*/
package DataBean;
import java.io.Serializable;
/**
* Title: MIF
* Description: process page action
*
* Copyright (c) 2004
www.eeworm.com/read/407047/11430808
m dispstatus.m
%DISPSTATUS DISPSTATUS(STRING) displays the status 'STRING' in the status window
%
%Inputs:
%Outputs:
%
%Author : Achim Wacker (AWa)
%
%Revision: 5.0.0cd Date: 17-Jul-2001
%
%needed m-fil
www.eeworm.com/read/210671/15193698
cpp fig16_29.cpp
// Fig. 16.29: fig16_29.cpp
// Using strcspn
#include
using std::cout;
using std::endl;
#include
int main()
{
const char *string1 = "The value is 3.14159";
co
www.eeworm.com/read/210671/15193705
cpp fig16_33.cpp
// Fig. 16.33: fig16_33.cpp
// Using strstr
#include
using std::cout;
using std::endl;
#include
int main()
{
const char *string1 = "abcdefabcdef";
const char
www.eeworm.com/read/475585/6773981
h strngs.h
/**********************************************************************
* File: strngs.h (Formerly strings.h)
* Description: STRING class definition.
* Author: Ray Smith
* Created:
www.eeworm.com/read/386324/8754552
java text.java
/**
* @author aaron
*
* TODO To change the template for this generated type comment go to
* Window - Preferences - Java - Code Style - Code Templates
*/
public class Text {
public s
www.eeworm.com/read/277457/10637455
cpp readfile.cpp
#include
#include
using namespace std;
int main()
{
char string1[20], string2[20], string3[20];
ifstream fin("hello.dat");
if (!fin.is_open()) {
ce
www.eeworm.com/read/277457/10637516
cpp strstr.cpp
#include
#include
using namespace std;
int main()
{
char string1[] = "We are building a house.";
char string2[] = "ing";
char* string3;
string3 = strst
www.eeworm.com/read/417019/11006982
js 11.01 - characteristics of an adapter.js
var clientObject = {
string1: 'foo',
string2: 'bar',
string3: 'baz'
};
function interfaceMethod(str1, str2, str3) {
...
}
function clientToInterfaceAdapter(o) {
interfaceMethod(o.string1, o