代码搜索:String

找到约 10,000 项符合「String」的源代码

代码结果 10,000
www.eeworm.com/read/468687/6986574

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/468766/6987600

h string.h

/* - STRING.H - The ANSI 'string' function declarations. Version: 3.20 [ICLM] */ #ifndef _STRING_INCLUDED #define _STRING_INCLUDED #ifndef NULL #define NULL (char*)0 #en
www.eeworm.com/read/468180/6994780

h string.h

/** * string.h - sting library that likes C standard library. * * Copyright (C) 2008 ZhangHu * All rights reserved. * E-MAIL: anmnmnly@gmail.com * * This program is free software: you can
www.eeworm.com/read/468180/6994781

c string.c

/** * string.c - sting library that likes C standard library. * * Copyright (C) 2008 ZhangHu * All rights reserved. * E-MAIL: anmnmnly@gmail.com * * This program is free software: you can
www.eeworm.com/read/467909/6996820

c string.c

/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB This file is public domain and comes with NO WARRANTY of any kind */ /* Code for handling strings with can grow dyna
www.eeworm.com/read/467912/6996921

gif string.gif

www.eeworm.com/read/467852/7002194

lib string.lib

www.eeworm.com/read/467852/7002236

h string.h

extern void bzero(char*, unsigned); extern char* memccpy(char*,char*,char,int); extern char* memchr(char*,char,int); extern int memcmp(char*,char*,int); extern int bcmp(char*,char*,int); extern c
www.eeworm.com/read/467642/7006531

class string.class

www.eeworm.com/read/467642/7006535

java string.java

package Types; public class STRING extends Type { public STRING(){} public boolean coerceTo(Type t) {return (t.actual() instanceof STRING);} }