搜索结果

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

Internet/网络编程 这两个函数 function app_path1:string function socket_rec_line1(socket1:TCustomWinSocket timeout1:integ

这两个函数 function app_path1:string function socket_rec_line1(socket1:TCustomWinSocket timeout1:integer crlf1:string=#13#10):string 实际上是我的一个公用单元中的函数,大家应该养成建立自己的公用单元的习惯。 socket_rec_line1函数中用了唐晓峰大侠的coolmail中的办法:只是简单的一个一个字节收取,找到结束 ...
https://www.eeworm.com/dl/620/441351.html
下载: 40
查看: 1063

网络 StdString类,功能类似于CString确实std::string实现.

StdString类,功能类似于CString确实std::string实现.
https://www.eeworm.com/dl/635/442254.html
下载: 114
查看: 1031

汇编语言 String reversal. it reverses the given string.

String reversal. it reverses the given string.
https://www.eeworm.com/dl/644/443402.html
下载: 39
查看: 1024

Jsp/Servlet public class DBClass { private String driver private String url private String user

public class DBClass { private String driver private String url private String username private String password private Connection connection private Statement statement private String message="" }
https://www.eeworm.com/dl/696/443818.html
下载: 116
查看: 1040

Jsp/Servlet public class month1{ public static void main(String [] args){ int month = 10 int days = 0 s

public class month1{ public static void main(String [] args){ int month = 10 int days = 0 switch(month){ case 1: days = 31 case 2: days = 28 case 3: days = 31
https://www.eeworm.com/dl/696/443821.html
下载: 101
查看: 1049

Jsp/Servlet public class guestbook{   String sDBDriver = "sun.jdbc.odbc.JdbcOdbcDriver"   String sConnStr = "

public class guestbook{   String sDBDriver = "sun.jdbc.odbc.JdbcOdbcDriver"   String sConnStr = "jdbc:odbc:guestbook"   Connection conn = null   ResultSet rs = null
https://www.eeworm.com/dl/696/443834.html
下载: 85
查看: 1124

Java编程 * 使用DES加密与解密,可对byte[],String类型进行加密与解密 密文可使用String,byte[]存储. * * 方法: void getKey(String strKey)从

* 使用DES加密与解密,可对byte[],String类型进行加密与解密 密文可使用String,byte[]存储. * * 方法: void getKey(String strKey)从strKey的字条生成一个Key * * String getEncString(String strMing)对strMing进行加密,返回String密文 String * getDesString(String strMi)对strMin进行解密,返回String明文 * *b ...
https://www.eeworm.com/dl/633/444156.html
下载: 48
查看: 1068

Delphi控件源码 String hanlding library. Functions for crypto, token etc

String hanlding library. Functions for crypto, token etc
https://www.eeworm.com/dl/666/444356.html
下载: 34
查看: 1035

其他书籍 Operasi dengan string

Operasi dengan string
https://www.eeworm.com/dl/542/445604.html
下载: 31
查看: 1022

Java编程 识别子串 模式匹配 KMP算法 输入两个String

识别子串 模式匹配 KMP算法 输入两个String
https://www.eeworm.com/dl/633/446466.html
下载: 153
查看: 1063