代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/161837/10366605
dsp string.dsp
# Microsoft Developer Studio Project File - Name="String" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Co
www.eeworm.com/read/161837/10366611
cpp string.cpp
//String.cpp
#include "String.h"
/*
*前置条件:串不存在
*输 入:无
*功 能:构建一个串
*输 出:无
*后置条件:构建一个串
*/
template
String:: String( )
{
data[0]="0";
length=0;
}
/*
*前置条件:串不存在
www.eeworm.com/read/354066/10392529
h string.h
/* string.h
Definitions for memory and string functions.
Copyright (c) 1987, 1992 by Borland International
All Rights Reserved.
*/
#ifndef __STRING_H
#define __STRING_H
#if
www.eeworm.com/read/279765/10394797
pb string.pb
;//////////////////////////////////
; Amlinger
; by 2008 02 07
;描述:字符串相关函数
;目标:熟练掌握字符串函数
;//////////////////////////////////
;对于字符串的定义不在演示了..已经走了很长一段路程了.
;下面对String函数做一些演示
www.eeworm.com/read/424846/10407198
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/353752/10420691
h string.h
/*******************************************************************************
*
* string.h -- Version 2.00.00
* $Date: 2005/12/13 10:03:29 $
* $Revision: 1.13 $
*
* Copyright(C) 1999(2000-200
www.eeworm.com/read/353413/10449286
opt string.opt
www.eeworm.com/read/353413/10449290
h string.h
#ifndef HEADER_STRING
#define HEADER_STRING
#include
#include
#include
#include
using namespace std;
const int MaxSize = 500;
template
www.eeworm.com/read/353413/10449299
dsw string.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################