代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/450673/7478050
al string.al
.CSEG
;PCODE: $00000000 VOL: 0
;PCODE: $00000001 VOL: 0
;PCODE: $00000002 VOL: 0
ldd r31,y+6
;PCODE: $00000003 VOL: 0
ldd r30,y+5
;PCODE: $00000004 VOL: 0
ldd r25,y+1
;PCODE
www.eeworm.com/read/450673/7478056
ol string.ol
www.eeworm.com/read/450150/7489806
c string.c
/*
* linux/lib/string.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
/*
* stupid library routines.. The optimized versions should generally be found
* as inline code in
www.eeworm.com/read/450150/7489817
h string.h
/* We don't want strings.h stuff being user by user stuff by accident */
//#include /* for size_t */
//#include /* for NULL */
#include "types.h"
extern char * __
www.eeworm.com/read/450111/7490559
h string.h
/*
* Extended Operating System Loader (XOSL)
* Copyright (c) 1999 by Geurt Vos
*
* This code is distributed under GNU General Public License (GPL)
*
* The full text of the license can be f
www.eeworm.com/read/450111/7490623
asm string.asm
;
; Extended Operating System Loader (XOSL)
; Copyright (c) 1999 by Geurt Vos
;
; This code is distributed under GNU General Public License (GPL)
;
; The full text of the license can be found in
www.eeworm.com/read/450111/7490662
h string.h
/*
* Extended Operating System Loader (XOSL)
* Copyright (c) 1999 by Geurt Vos
*
* This code is distributed under GNU General Public License (GPL)
*
* The full text of the license can be f
www.eeworm.com/read/450111/7490671
cpp string.cpp
extern "C" char GetDigit(int Digit);
char *itoa(long Value, char *Str, int Base)
{
char InvString[32];
char *pStr;
char *pOrig = Str;
if (Base == 10 && Value < 0) {
*Str++ = '-';
www.eeworm.com/read/448801/7525863
h string.h
/*--------------------------------------------------------------------------
STRING.H
String functions.
Copyright (c) 1988-1997 Keil Elektronik GmbH and Keil Software, Inc.
All rights reserved.
www.eeworm.com/read/448639/7528831
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