代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/478717/6700914
exe string.exe
www.eeworm.com/read/478717/6700915
obj string.obj
www.eeworm.com/read/478717/6700916
pdb string.pdb
www.eeworm.com/read/478717/6700917
opt string.opt
www.eeworm.com/read/478717/6700918
ncb string.ncb
www.eeworm.com/read/478717/6700919
cpp string.cpp
#include
#include
#include
#include
typedef struct
{
char *str;
int length;
}HString;
void StringAssign(HString *s,char *t)//将串T的值赋给串S
{
i
www.eeworm.com/read/478717/6700920
dsw string.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "STring"=".\STring.d
www.eeworm.com/read/478538/6709220
h string.h
/*--------------------------------------------------------------------------
STRING.H
String functions.
Copyright (c) 1988-2001 Keil Elektronik GmbH and Keil Software, Inc.
All rights reserved.
www.eeworm.com/read/478557/6709805
h string.h
/* STRING TYPES HEADER
* Copyright (c) 2006 by COSMIC Software
*/
#ifndef __STRING__
#define __STRING__ 1
#define NULL (void *)0
/* function declarations
*/
char *strcat(char *s1, cha
www.eeworm.com/read/478404/6716644