代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/123322/6060592
cdl string.cdl
# ====================================================================
#
# string.cdl
#
# C library string related configuration data
#
# ====================================================
www.eeworm.com/read/123322/6060668
h string.h
#ifndef CYGONCE_LIBC_STRING_H
#define CYGONCE_LIBC_STRING_H
//===========================================================================
//
// string.h
//
// ANSI standard string and memory
www.eeworm.com/read/123322/6060678
inl string.inl
#ifndef CYGONCE_LIBC_STRING_INL
#define CYGONCE_LIBC_STRING_INL
//===========================================================================
//
// string.inl
//
// Inline functions for ANSI
www.eeworm.com/read/123026/6063658
cpp string.cpp
#include
#include
void main( )
{
using namespace std;
string str1 ( "abc" );
basic_string ::iterator str_Iter, str1_Iter;
cout
www.eeworm.com/read/121089/6069354
h string.h
/***
*string.h - declarations for string manipulation functions
*
* Copyright (c) 1985-1988, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This file contains the function declar
www.eeworm.com/read/121089/6069819
inc string.inc
;string.inc - far string constants and definitions
bd STRUC
BD_cbLogical dw ? ;logical size of content part of heap entry
BD_pb dw ? ;points to 1st byte of heap entry
BD_cbPhysical dw ? ;actu
www.eeworm.com/read/121089/6069862
asm string.asm
TITLE STRING - String assignment, concatenate, compare
PAGE 56,132
;***
; STRING - String assignment, concatenate, compare
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
;
; BASI
www.eeworm.com/read/121089/6070549
txt string.txt
SUMMARY strbscan strbskip strcmpis strcmps strend strpre
#include
char *strbscan(pstr, pstrSet)
char *pstr;
char *pstrSet;
char *strbskip(pstr, pstrSet)
char *pstr;
char *pstrSe
www.eeworm.com/read/121089/6070611
c string.c
// string.c - string functions carried over from Lattice C
//
// Modifications
// 28-Dec-90 leeca Converted from .ASM for memory model independence
//
#include
char *strbscan