代码搜索:String

找到约 10,000 项符合「String」的源代码

代码结果 10,000
www.eeworm.com/read/189512/8466466

c string.c

static char rcsid[] = "$Id: string.c,v 1.1 1999/11/03 20:42:14 golda Exp $"; /* * string.c - Simple string manipulation * * Darren Hardy, hardy@cs.colorado.edu, June 1994 * * ----------------
www.eeworm.com/read/189512/8466675

c string.c

/* Copyright (c) 1994 Burra Gopal, Udi Manber. All Rights Reserved. */ /* * string.c: String table manipulation routines. Can be used to compute * the dictionary as well as uncompress files. */
www.eeworm.com/read/188512/8532781

h string.h

// Fig. 11.9: String.h // String class definition. #ifndef STRING_H #define STRING_H #include using std::ostream; using std::istream; class String { friend ostream &operator
www.eeworm.com/read/188512/8532786

cpp string.cpp

// Fig. 11.10: String.cpp // Member-function definitions for class String. #include using std::cerr; using std::cout; using std::endl; #include using std::setw; #inclu
www.eeworm.com/read/389093/8548801

h string.h

www.eeworm.com/read/389047/8551376

h string.h

#ifndef __STRING_H_ #define __STRING_H_ #define isalpha(a) (((a)>='a' && (a) ='A'&&(a)='0'&&(a)
www.eeworm.com/read/389047/8551382

h~ string.h~

#ifndef __STRING_H_ #define __STRING_H_ #define isalpha(a) (((a)>='a' && (a) ='A'&&(a)='0'&&(a)
www.eeworm.com/read/289120/8574597

c string.c

/* * linux/lib/string.c * * (C) 1991 Linus Torvalds */ #ifndef __GNUC__ #error I want gcc! #endif #define extern #define inline #define static #define __LIBRARY__ #include
www.eeworm.com/read/289120/8574746

h string.h

#ifndef _STRING_H_ #define _STRING_H_ #ifndef NULL #define NULL ((void *) 0) #endif #ifndef _SIZE_T #define _SIZE_T typedef unsigned int size_t; #endif extern char * strerror(int errno); /* * Thi
www.eeworm.com/read/388784/8577063

string_io

Hello World!