虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

STring

STring是C++、java、VB等编程语言中的字符串,字符串是一个特殊的对象,属于引用类型。在java、C#中,STring类对象创建后,字符串一旦初始化就不能更改,因为STring类中所有字符串都是常量,数据是无法更改,由于STring对象的不可变,所以可以共享。对STring类的任何改变,都是返回一个新的STring类对象。C++标准库中STring类以类型的形式对字符串进行封装,且包含了字符序列的处理操作。[1-2]
  • TFIND searches for one or more STrings (boolean AND) in a text file. TFIND reports all lines whe

    TFIND searches for one or more STrings (boolean AND) in a text file. TFIND reports all lines where the STring(s) were found (or NOT found by option). The search can be limited to a field in a fixed field (i.e. column oriented) list. An extended search mode is available, where only letters and digits are relevant. Other options: case sensitive search, alternative errorlevel with number of hits, header line with file name, LFN, custom prefix

    标签: TFIND searches boolean reports

    上传时间: 2016-01-24

    上传用户:lindor

  • Delphi6.0函数大全

    Delphi6.0函数大全,Delphi程序员的至爱。∷图书简介∷ 电子图书名:Delphi6函数大全 Delphi6函数大全(1) <> 首部 function AnsiResemblesText(const AText, AOther: STring): Boolean $[StrUtils.pas功能 返回两个字符串是否相似说明 ANSI(American National Standards Institute)美国国家标准协会 不区分大小写参考 function StrUtils.SoundexProc var StrUtils.AnsiResemblesProc例子 CheckBox1.Checked := AnsiResemblesText(Edit1.Text, Edit2.Text)

    标签: Delphi 6.0 函数

    上传时间: 2016-01-25

    上传用户:mikesering

  • 写一个类

    写一个类,FindSTring, 有两个字串,s, subs, 要求使用STring的indexOf方法来找到subs在s中的开始位置,然后继续找下一个位置,直到结束。

    标签:

    上传时间: 2016-01-28

    上传用户:linlin

  • 本类库包含了常规的数据库联结操作

    本类库包含了常规的数据库联结操作,可以手动注册数据库在drivers.xml中。 本类库包含如下类: ------------------------------------- DriverUtilities loadDrivers():加载驱动程序,本类提供了mysql,oracle,sql server,access的数据库驱动,url记录。 isValidVendor(STring vendor):判断vendor数据库相关记录是否存在。 makeURL(STring host,STring dbName,STring vendor):生成联结URL。 getDriver(STring vendor):获得vendor数据库的驱动名称。 ------------------------------------- DriverUtilities2 继承自DriverUtilities loadDrivers(STring filename):加载驱动程序,本类提供了mysql,oracle,sql server,access的数据库驱动,url记录,从drivers.xml中载入,解析该文档,可以在该文件中加入新的记录。 ------------------------------------- coreservlets.beans.ConnectionInfoBean getConnection(STring driver,STring url,STring username,STring password):连接数据库。

    标签: 数据库 操作

    上传时间: 2014-01-24

    上传用户:ardager

  • 其中:ClientInfor.inf 文件: 第一行的数据表示: 客户端游戏版本号 第一行的数据表示: 更新文件存放的网络路径 UpdateInfor.inf文件: 第一行的数据表示:

    其中:ClientInfor.inf 文件: 第一行的数据表示: 客户端游戏版本号 第一行的数据表示: 更新文件存放的网络路径 UpdateInfor.inf文件: 第一行的数据表示: 最新游戏版本号 第二行的数据表示: 有多少文件需要更新 后面每行的数据表示: 需要更新的文件的名称 frmUpdate.frm窗体: 负责下载 modZip.BAS模块: 只负责用来压缩文件和解压缩文件的 其中的 UnZipTo 函数用来解压缩的 zlib.dll: 为WinZip的dll文件 更新完毕后,ClientInfor.inf文件的第一行的数据会变为最新版本号 frmUpdate.frm窗体代码如下: Private Sub cmdExit_Click() Unload Me End Sub Private Sub cmdUpdate_Click() Dim strClientInfor() As STring Dim strUpdateInfor() As STring Dim nNum As Integer 存

    标签: ClientInfor UpdateInfor inf 数据表示

    上传时间: 2013-12-24

    上传用户:hanli8870

  • The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

    The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML STring XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).

    标签: converts Toolbox complex logical

    上传时间: 2016-02-12

    上传用户:a673761058

  • MirUnleashed vb.net Module modMainServer Public WithEvents Socket As New WinsockServer Pub

    MirUnleashed vb.net Module modMainServer Public WithEvents Socket As New WinsockServer Public WithEvents StatusSocket As New WinsockServer Dim MonsterThread As New System.Threading.Thread(AddressOf MonsterProcess) Dim LastPacket As STring =

    标签: modMainServer WinsockServer MirUnleashed WithEvents

    上传时间: 2016-02-21

    上传用户:日光微澜

  • 网上商店 新增功能: 1

    网上商店 新增功能: 1,分页 2,树型目录,通过**/netstore3/action/setUpTree观看效果 参考tomcat的管理程序 优化功能: 1,将原先路径写死的地方,改成STring url=request.getContextPath()+"/action/home" 2,将service类分离,新增的分离类未用接口,考虑到以后,会用接口 在netstore\service目录下加了几个服务类 CustServiceImpl,ProdServiceImpl,OrderServiceImpl   但这样做,为了程序方便,在所有action的基类中,都加入了调用该服务类的方法。   欢迎大家提出更好的分离服务的方法,谢谢! 3,部分地方加入log4j输出日志,方便调试。

    标签:

    上传时间: 2016-02-21

    上传用户:tuilp1a

  • 利用SyncML开发客户端程序的中间件

    利用SyncML开发客户端程序的中间件,J2ME版本。 This library is a collection of basic utilities for: object serialization and persistence on the RMS, Logging and STring manipulation. This document describes the Funambol JavaME Common API library, which purpose is giving support and providing basic functionalities to all the other components developed for the J2ME platform. These functionalities are: a persistent data storage framework, a logging framework, a framework to read different streams of byte, a thread monitoring system and a set of classes useful for data encoding and STring manipulation. This library may grow in future, as new functions will be seen as common to different J2ME components.

    标签: SyncML 程序

    上传时间: 2016-03-05

    上传用户:kr770906

  • 这是动态规划中

    这是动态规划中,求最长公共子序列(Longest common STring)的源代码。自己编写执行。程序简单,有注释。

    标签: 动态规划

    上传时间: 2013-12-29

    上传用户:xuanjie