代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/167950/9944623
h string.h
/*
* string.h
*
* Definitions for memory and string functions.
*/
#ifndef _STRING_H_
#define _STRING_H_
#ifdef __cplusplus
extern "C" {
#endif
#include "_ansi.h"
#include
www.eeworm.com/read/363449/9950652
h string.h
/* string.h
Definitions for memory and string functions.
Copyright (c) 1987, 1991 by Borland International
All Rights Reserved.
*/
#ifndef __STRING_H
#define __STRING_H
#if
www.eeworm.com/read/363449/9950736
cpp string.cpp
// Borland C++ - (C) Copyright 1991 by Borland International
//STRING.CPP--Example from Getting Started */
#include
#include
class String {
char *char_ptr; // p
www.eeworm.com/read/363411/9952699
h string.h
/*--------------------------------------------------------------------------
STRING.H
String functions.
Copyright (c) 1988-2002 Keil Elektronik GmbH and Keil Software, Inc.
All rights reserved.
www.eeworm.com/read/166864/9992626
c string.c
#include "define.h"
#define STR_HASH_SIZE 3907
#define MAX_STRING_LEN 1000
#define MAX_STRING_BLOCK_SIZE 1024*1024*2
struct string{
char* str;
int len;
struct string* next;
}* slot[STR_
www.eeworm.com/read/166614/10013288
txt string.txt
#include
using namespace std;
class String
{
public:
String ();
String (char *d1);
String (String &d1);
~String (){};
int length();
int find(String s,String t);
Strin
www.eeworm.com/read/166455/10019655
h string.h
www.eeworm.com/read/166455/10019693
h string.h
www.eeworm.com/read/166455/10019721
doc string.doc
www.eeworm.com/read/166029/10040166
h string.h
/* string.h : FritzOS String Header File For The FritzOS C Kernel
Copyright (C) 2002 Tom Fritz
* This program is a part of the FritzOS kernel, and may be freely
* copied under the terms of the G