代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/170634/9795447
java port.java
// Hardware dependant methods for the communication with the mobile phone over serial line
//
// file: Port.java
// used by: Msg.java
//
// For comments see header of SMS.java.
//------------------
www.eeworm.com/read/334336/12609670
java port.java
// Hardware dependant methods for the communication with the mobile phone over serial line
//
// file: Port.java
// used by: Msg.java
//
// For comments see header of SMS.java.
//------------------
www.eeworm.com/read/133326/14048760
txt csvtoxmlv1_1.lss.txt
'CSVtoXML Class:
Option Public
Option Explicit
Class CSVtoXML
'** The CSVtoXML class allows you to convert the contents of a CSV file
'** to XML. It is assumed that the first non-blank
www.eeworm.com/read/104381/15696478
java sampledata.java
/*
* Copyright (c) 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi
www.eeworm.com/read/102004/15795196
pas idimap4.pas
{ $HDR$}
{**********************************************************************}
{ Unit archived using Team Coherence }
{ Team Coherence is Copyright 2002 by Qual
www.eeworm.com/read/188512/8532988
cpp fig08_21.cpp
// Fig. 8.21: fig08_21.cpp
// Copying a string using array notation and pointer notation.
#include
using std::cout;
using std::endl;
void copy1( char *, const char * ); // prototype
www.eeworm.com/read/430149/8764032
c ch15_03.c
#include
int main(void)
{
FILE *fptr;
char string1[50];
char string2[50];
char string3;
int i;
fptr = fopen("ch15_03.txt", "r");
/* use fgets() */
f
www.eeworm.com/read/382516/9023418
l boa_lexer.l
%{
/*
* Boa, an http server
* Copyright (C) 1995 Paul Phillips
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General
www.eeworm.com/read/378183/9244250
dat vb_fun102b.dat
语法
----
StrComp(<mark>string</mark>1, <mark>string</mark>2[, compare])
StrComp 函数的语法有下面的命名参数:
部分 说明
<mark>string</mark>1 必要参数.任何有效的字符串表达式.
<mark>string</mark>2 必要参数.任何有效的字符串表达式.
Compare 可选参数.指定字符串比较的类型.如果 compare 参数是 Null,将发生错误.如果省 ...
www.eeworm.com/read/177326/9459498
l boa_lexer.l
%{
/*
* Boa, an http server
* Copyright (C) 1995 Paul Phillips
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General