代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/151064/12237098
pas functionunit.pas
unit FunctionUnit;
interface
uses
Windows,Messages, SysUtils, Classes;
type
RefClass = Class
public
IntegrateRate,StockRate,EduationRate,VideoRate:Integer;
end;
func
www.eeworm.com/read/338701/12287377
java stringtools.java
/*
StringTools: Miscellaneous static methods for dealing with Strings.
copyright (c) 1997-2008 Roedy Green, Canadian Mind Products
may be copied and used freely for any purpose but military.
Roe
www.eeworm.com/read/251351/12351398
pas idglobalprotocols.pas
{ $HDR$}
{**********************************************************************}
{ Unit archived using Team Coherence }
{ Team Coherence is Copyright 2002 by Qual
www.eeworm.com/read/251032/12368665
java lifeproperties.java
// LifeProperties.java
// Andrew Davison, July 2006, ad@fivedots.coe.psu.ac.th
/* LifePropeties acts as an interface to the properties file,
PROP_FNM, which stores key=value pairs used by th
www.eeworm.com/read/234013/14125885
txt code.txt
{▎▎▎▎▎▎▎▎▎▎▎▎▎▎▎▎▎▎▎▎▎▎▎▎▎▎▎▎▎▎▎▎▎▎▎▎▎▎▎}
{▎ ▎}
{▎ 大家都是程序员 没有必要重复一些无聊的事情 我的这些函数能给大家带来方便 ▎}
{▎ 如果觉得还一般 请关注 WWW.cds
www.eeworm.com/read/233424/14151500
cc cpstring.cc
// cpstring.cc - String class method definitions
// Copyright 1998-2010 Wind River Systems, Inc.
//
// modification history
// --------------------
// 02a,30mar98,pai added Wind River coding conven
www.eeworm.com/read/233133/14167220
cs treeview.cs
//------------------------------------------------------------------------------
// Copyright (c) 2000-2003 Microsoft Corporation. All Rights Reserved.
//--------------------------------------------
www.eeworm.com/read/130612/14181556
java writedatefile.java
// Chapter 10 Exercise 2
import java.io.File;
import java.io.FileOutputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.nio.Cha