搜索:SubString
找到约 6 项符合「SubString」的查询结果
结果 6
https://www.eeworm.com/dl/652/420123.html
文章/文档
Sicily 1198题 SubString 源代码
Sicily 1198题 SubString 源代码
https://www.eeworm.com/dl/534/199662.html
其他
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: fi ...
https://www.eeworm.com/dl/666/293218.html
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/654/380129.html
数据结构
自己编写的String类
自己编写的String类,可以用于代替<string>中的string类。支持==、!=、<、>等比较运算符,=复制运算符,有多种构造函数,动态分配内存,长度可变。容易转换成char*类型,而且使用深拷贝,指针使用得当。有常用的Index,Insert,Delete,Replace,SubString方法。而且源码中给出了String类的一个小应用。 ...
https://www.eeworm.com/dl/635/147009.html
网络
接收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 res ...
https://www.eeworm.com/dl/887599.html
技术资料
通讯调试工具V1.25.rar
简单说明
工具支持:串口通讯、串口代理、TCP、UDP、Telnet、Ping、TFtp等通讯测试
1、本工具支持固定预定义命令,命令可以进行分组,由树形控件管理。点击“命令编辑”即可编辑预定义命令,
编辑保存后点击“命令更新”按钮,新命令即显示在左侧“命令树”中,预定义命令支持ASCII码字符串格式
...