代码搜索:String

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

代码结果 10,000
www.eeworm.com/read/244858/12839574

cpp string.cpp

//(字符串操作) //给定字符串A和B,输出A和B中的最大公共子串。 //比如A="aocdfe" B="pmcdfa" 则输出"cdf" /* #include #include #include #include char *commanstring(char shortstring[], c
www.eeworm.com/read/244858/12839577

plg string.plg

Build Log --------------------Configuration: String - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\ADMINI
www.eeworm.com/read/143631/12855656

h string.h

www.eeworm.com/read/330871/12863072

h string.h

/***************************************************** string.h - ANSI-C library: string handling ---------------------------------------------------- Copyright (c) HIWARE AG, Basel, Switze
www.eeworm.com/read/330692/12874808

v string.v

// // Demonstrate how to display strings for a particular signal. // This allows you to see a text string for a bus, which at times, might // help out in debugging. This is not intended for synthe
www.eeworm.com/read/143389/12879036

s string.s

#include .text ENTRY(memcpy) 1: subs r2, r2, #1 ldrplb r3, [r1], #1 strplb r3, [r0], #1 bpl 1b mov pc, lr ENTRY(memzero) mov r2, r1 mov r1, #0 ENTRY(memset) 1: subs r2, r2,
www.eeworm.com/read/143389/12879161

h string.h

/* * include/bios/string.h * * Copyright (C) 1998 Russell King */ #ifndef BIOS_STRING_H #define BIOS_STRING_H #ifndef NULL #define NULL ((void *)0) #endif typedef unsigned long size_t; extern v
www.eeworm.com/read/244115/12886494

lst string.lst

C51 COMPILER V7.20 STRING 11/06/2006 20:13:31 PAGE 1 C51 COMPILER V7.20, COMPILATION OF MODULE STRING OBJECT MODULE PLACED IN
www.eeworm.com/read/244115/12886495

obj string.obj

www.eeworm.com/read/244115/12886526

h string.h

/*-------------------------------------------------------------------------- STRING.H String functions. Copyright (c) 1988-2002 Keil Elektronik GmbH and Keil Software, Inc. All rights reserved.