搜索结果

找到约 5 项符合 SubString 的查询结果

其他 Problem Statement You are given a string input. You are to find the longest substring of input su

Problem Statement You are given a string input. You are to find the longest substring of input such that the reversal of the substring is also a substring of input. In case of a tie, return the string that occurs earliest in input. Definition Class: ReverseSubstring Method: findReversed Parameter ...
https://www.eeworm.com/dl/534/199662.html
下载: 68
查看: 1164

文章/文档 Sicily 1198题 SubString 源代码

Sicily 1198题 SubString 源代码
https://www.eeworm.com/dl/652/420123.html
下载: 149
查看: 1024

网络 接收pop3 Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message Dim message, response A

接收pop3 Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message Dim message, response As String Dim msg As New Pop3Message msg.bytes = rhs.bytes msg.number = rhs.number message = "RETR " + rhs.number.ToString + vbCrLf write(message) response = Respond() If response.Substring(0, 3 ...
https://www.eeworm.com/dl/635/147009.html
下载: 115
查看: 1126

Delphi控件源码 VBS解析_delphi.rar function ParseFileDir(a_strFileName) { var l_FunNo var l_BaseDir var res

VBS解析_delphi.rar function ParseFileDir(a_strFileName) { var l_FunNo var l_BaseDir var result l_BaseDir = "D:\\X项目\\" l_FunNo = a_strFileName.substring(0, 5) result = l_BaseDir+l_FunNo + \\ +a_strFileName return result }
https://www.eeworm.com/dl/666/293218.html
下载: 199
查看: 1074

数据结构 自己编写的String类

自己编写的String类,可以用于代替<string>中的string类。支持==、!=、<、>等比较运算符,=复制运算符,有多种构造函数,动态分配内存,长度可变。容易转换成char*类型,而且使用深拷贝,指针使用得当。有常用的Index,Insert,Delete,Replace,SubString方法。而且源码中给出了String类的一个小应用。开发环境Visual C++ 6 ...
https://www.eeworm.com/dl/654/380129.html
下载: 22
查看: 1035