搜索结果

找到约 308 项符合 String 的查询结果

Delphi/CppBuilder Delphi6.0函数大全

Delphi6.0函数大全,Delphi程序员的至爱。∷图书简介∷ 电子图书名:Delphi6函数大全 Delphi6函数大全(1) <> 首部 function AnsiResemblesText(const AText, AOther: string): Boolean $[StrUtils.pas功能 返回两个字符串是否相似说明 ANSI(American National Standards Institute)美国国家标准协会 不区分大小写参考 fun ...
https://www.eeworm.com/dl/664/251115.html
下载: 132
查看: 1030

Java编程 写一个类

写一个类,FindString, 有两个字串,s, subs, 要求使用String的indexOf方法来找到subs在s中的开始位置,然后继续找下一个位置,直到结束。
https://www.eeworm.com/dl/633/252398.html
下载: 133
查看: 1038

Java编程 本类库包含了常规的数据库联结操作

本类库包含了常规的数据库联结操作,可以手动注册数据库在drivers.xml中。 本类库包含如下类: ------------------------------------- DriverUtilities loadDrivers():加载驱动程序,本类提供了mysql,oracle,sql server,access的数据库驱动,url记录。 isValidVendor(String ve ...
https://www.eeworm.com/dl/633/255600.html
下载: 72
查看: 1050

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

其中:ClientInfor.inf 文件: 第一行的数据表示: 客户端游戏版本号 第一行的数据表示: 更新文件存放的网络路径 UpdateInfor.inf文件: 第一行的数据表示: 最新游戏版本号 第二行的数据表示: 有多少文件需要更新 后面每行的数据表示: 需要更新的文件的名称 frmUpdate.frm窗体: 负责下载 modZip.BAS模块: 只 ...
https://www.eeworm.com/dl/620/256152.html
下载: 105
查看: 1053

matlab例程 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_forma ...
https://www.eeworm.com/dl/665/258577.html
下载: 91
查看: 1076

Delphi控件源码 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 =
https://www.eeworm.com/dl/666/262057.html
下载: 30
查看: 1060

Java编程 网上商店 新增功能: 1

网上商店 新增功能: 1,分页 2,树型目录,通过**/netstore3/action/setUpTree观看效果 参考tomcat的管理程序 优化功能: 1,将原先路径写死的地方,改成String url=request.getContextPath()+"/action/home" 2,将service类分离,新增的分离类未用接口,考虑到以后,会用接口 在netstore\service目录下加了几个服务类 ...
https://www.eeworm.com/dl/633/262182.html
下载: 184
查看: 1044

J2ME 利用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 fun ...
https://www.eeworm.com/dl/660/267433.html
下载: 99
查看: 1049

数据结构 这是动态规划中

这是动态规划中,求最长公共子序列(Longest common string)的源代码。自己编写执行。程序简单,有注释。
https://www.eeworm.com/dl/654/273736.html
下载: 128
查看: 1027

数学计算 用JAVA编写的N后问题~可以自由设置皇后个数

用JAVA编写的N后问题~可以自由设置皇后个数,目前设置皇后上限为13,更改程序中STRING字符串的大小后可计算更多皇后的问题,有图形化界面显示解的位置~界面很可爱好看的哦~ 
https://www.eeworm.com/dl/641/274625.html
下载: 56
查看: 1040