代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/110034/6168493
c string.c
/*#************************************************************************#*/
/*#-------------------------------------------------------------------------*/
/*#
www.eeworm.com/read/110034/6168710
s string.s
/*
* BK Id: SCCS/s.string.S 1.11 05/21/02 21:44:32 paulus
*/
/*
* String handling functions for PowerPC.
*
* Copyright (C) 1996 Paul Mackerras.
*
* This program is free software; you can redist
www.eeworm.com/read/110034/6168798
s string.s
/*
* BK Id: SCCS/s.string.S 1.8 05/18/01 06:20:29 patch
*/
/*
* String handling functions for PowerPC.
*
* Copyright (C) 1996 Paul Mackerras.
*
* This program is free software; you can redistri
www.eeworm.com/read/109242/6175272
c string.c
/* Unit test suite for SHLWAPI string functions
*
* Copyright 2003 Jon Griffiths
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser Ge
www.eeworm.com/read/109242/6175658
c string.c
/* Unit test suite for string functions and some wcstring functions
*
* Copyright 2003 Thomas Mertes
*
* This library is free software; you can redistribute it and/or
* modify it under the terms
www.eeworm.com/read/108242/6183547
c string.c
/*
* string.c - string support functions for cawf(1)
*/
/*
* Copyright (c) 1991 Purdue University Research Foundation,
* West Lafayette, Indiana 47907. All rights reserved.
*
* Written by Vict
www.eeworm.com/read/108103/6185986
cpp string.cpp
/****************************/
/* FastScript v1.0 */
/* String demo */
/****************************/
{
string s = "Hello World!\n\rIt's working!";
int j = 0;
fo
www.eeworm.com/read/108103/6186009
js string.js
//****************************/
//* FastScript v1.0 */
//* String demo */
//****************************/
var s = "Hello World!\r\nIt's working!";
var j = 0;
fo
www.eeworm.com/read/108103/6186027
vb string.vb
' FastScript v1.0
' String demo
dim i, j
dim s as String
s = "Hello World!\r\nIt's working!"
j = 0
for i = 1 to Length(s)
if s[i] = " " then Inc(j)