代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/366065/9835130
h string.h
/*
* string.h --
*
* Declarations of ANSI C library procedures for string handling.
*
* Copyright (c) 1991-1993 The Regents of the University of California.
* Copyright (c) 1994-1996 Sun Microsy
www.eeworm.com/read/169790/9838144
h string.h
// Copyright (C) 1999-2005 Open Source Telecom Corporation.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as publis
www.eeworm.com/read/169790/9838343
cpp string.cpp
// Copyright (C) 1999-2005 Open Source Telecom Corporation.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as publ
www.eeworm.com/read/365949/9838574
cpp string.cpp
//这个程序在本书所带软盘中,文件名为STRING.CPP
//这个程序演示相加运算符重载、逻辑运算符重载以及输出重载在程序中的应用。
#include
#include
enum boolean {false, true};
class String {
friend ostream& operator
www.eeworm.com/read/365798/9846403
c string.c
/*
+----------------------------------------------------------------------+
| |
| OCILIB - C Dri
www.eeworm.com/read/169457/9860159
h string.h
/*
string.h - string handling functions
Author: Paul Barker
Part of: COS
Created: 30/08/04
Last Modified: 02/09/04
Copyright (C) 2004 Paul Barker
This program is
www.eeworm.com/read/169457/9860216
c string.c
/*
string.c - string handling functions
Author: Paul Barker
Part of: COS
Created: 30/08/04
Last Modified: 16/09/04
Copyright (C) 2004 Paul Barker
This program is
www.eeworm.com/read/365428/9863656
c string.c
/*
* linux/lib/string.c
*
* (C) 1991 Linus Torvalds
*/
#ifndef __GNUC__ // 需要GNU 的C 编译器编译。
#error I want gcc!
#endif
#define extern
#define inline
#define __LIBRARY__
#include
www.eeworm.com/read/365428/9863707
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);
/*
* This
www.eeworm.com/read/365329/9869518
h string.h
#ifndef STRING_H
#define STRING_H
extern const void * String;
#endif