/* string.c - string functions (ANSI) */ /* Copyright 1984-1992 Wind River Systems, Inc. */ /* modification history -------------------- 01a,13oct92,jdi created. */ /* DESCRIPTION *** This is just
http://www.codebf.com/read/169775/5410412
String,表示一个恒定不变的字符序列集合。它是引用类型,继承自Object,C#把它做为基元类型。 1.建议不要使用+连接字符,它会在托管堆上建立多个字符串对象。 String s="Hi"+" "+"there";//不推荐 2.声明字符的特珠方式:应用程序路径名 String S="C:\\Windows\\System32\\Notepad.exe"; ...
http://www.codebf.com/read/169773/5410947
/* * include/asm-microblaze/string.h -- Architecture specific string routines * * Copyright (C) 2003 John Williams * Copyright (C) 2001,2002 NEC Corporation *
http://www.codebf.com/read/168763/5436799
http://www.codebf.com/read/167825/5452252
/* * string.c * Manage strings. * * Copyright (c) 1996, 1997 * Transvirtual Technologies, Inc. All rights reserved. */ #include "config.h" #include "config-std.h" #include "config-mem.h" #incl
http://www.codebf.com/read/167133/5469295
#include "c.h" static struct string { char *str; int len; struct string *link; } *buckets[1024]; static int scatter[] = { /* map characters to random values */ 2078917053, 143302914, 10
http://www.codebf.com/read/166734/5473178
thumb-rel32\obj\string.obj: "string.cpp" thumb-rel32\obj\string.obj: "..\..\common\runtime\pub\hlxclib/string.h" thumb-rel32\obj\string.obj: "..\..\common\runtime\pub\platform/openwave/hx_op_stdc.h"
http://www.codebf.com/read/164348/5495482
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: string.cpp,v 1.5.2.3 2004/07/09 01:45:47 hubbe Exp $ * * Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved.
http://www.codebf.com/read/164348/5495502
var S: string; begin //[translated]: Result := 'Greetings' + #13; end;
http://www.codebf.com/read/163987/5501649
var S: string; begin //S := '1234567890'; S := ''; try Result := S[11]; except on E: ERangeError do Result := 'error'; end; end;
http://www.codebf.com/read/163987/5501676
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机