搜索结果
找到约 308 项符合
String 的查询结果
按分类筛选
- 全部分类
- Java编程 (49)
- 其他 (22)
- 数据结构 (17)
- Delphi控件源码 (13)
- 源码 (12)
- JavaScript (10)
- 加密解密 (9)
- VC书籍 (9)
- Internet/网络编程 (8)
- Linux/Unix编程 (7)
- 网络 (6)
- 单片机开发 (6)
- 汇编语言 (6)
- Jsp/Servlet (6)
- 驱动编程 (5)
- Delphi/CppBuilder (5)
- J2ME (5)
- 编译器/解释器 (5)
- 人工智能/神经网络 (5)
- 编辑器/阅读器 (5)
- 数学计算 (4)
- 其他书籍 (4)
- 技术资料 (4)
- 单片机编程 (3)
- C/C++语言编程 (3)
- STL (3)
- Java书籍 (3)
- 压缩解压 (3)
- 其他行业 (3)
- 多国语言处理 (3)
- 其他嵌入式/单片机内容 (3)
- 通讯编程文档 (3)
- 教育系统应用 (3)
- 书籍源码 (3)
- 数据库系统 (3)
- 电子书籍 (3)
- Symbian (3)
- VIP专区 (3)
- 文件格式 (2)
- 文章/文档 (2)
- Applet (2)
- 磁盘编程 (2)
- 嵌入式/单片机编程 (2)
- Ajax (2)
- 操作系统开发 (2)
- 软件设计/软件工程 (2)
- SQL Server (2)
- 行业应用文档 (1)
- 数值算法/人工智能 (1)
- BREW编程 (1)
- 家庭/个人应用 (1)
- 系统设计方案 (1)
- 手机短信编程 (1)
- matlab例程 (1)
- *行业应用 (1)
- 串口编程 (1)
- Oracle数据库 (1)
- 嵌入式Linux (1)
- Windows CE (1)
- 金融证券系统 (1)
- 通讯/手机编程 (1)
- 微处理器开发 (1)
- GPS编程 (1)
- 行业发展研究 (1)
- 嵌入式综合 (1)
- 源码/资料 (1)
- 手册 (1)
- 软件 (1)
- 应用设计 (1)
- 习题答案 (1)
Delphi控件源码 这两个函数 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中的办法:只是简单的一个一个字节收取,找到结束 ...
其他行业 一个JSP在线发送email的程序,String body="" body+="客户名称: "+postname+"" body+="客户电话:"+posttel+" " body+="客
一个JSP在线发送email的程序,String body=""
body+="客户名称: "+postname+""
body+="客户电话:"+posttel+" "
body+="客户EMAIL:"+postmail+""
body+="提交时间: "+zctime+" "
body+="客户IP地址: "+kehuip+
其他 Winput offers an input window to get a user s input string for batch processing.
Winput offers an input window to get a user s input string for batch processing.
驱动编程 o Search for the string "TODO" and follow the instructions to complete your driver. o Review the reg
o Search for the string "TODO" and follow the instructions to complete your driver. o Review the registry settings created in TimerSample.inf.
驱动编程 o Search for the string "TODO" and follow the instructions to complete your driver. o Review the reg
o Search for the string "TODO" and follow the instructions to complete your driver. o Review the registry settings created in WMISample.inf.
驱动编程 o Search for the string "TODO" and follow the instructions to complete your driver. o Review the reg
o Search for the string "TODO" and follow the instructions to complete your driver. o Review the registry settings created in USBCounter.inf.
其他 Display the string on the screen and can change the display speed
Display the string on the screen and can change the display speed
*行业应用 经典的string 函数库学习资料
经典的string 函数库学习资料,希望能给大家带来帮助
其他 一个string类的处理数据重复以及输出每个数据
一个string类的处理数据重复以及输出每个数据
汇编语言 查找字符串 TABLE DB "ABCDEFGHIKLMNOPQRSTUVWYZ" STR1 DB "Please enter a string:",0DH,0AH,"$" STR2 DB "Wr
查找字符串 TABLE DB "ABCDEFGHIKLMNOPQRSTUVWYZ"
STR1 DB "Please enter a string:",0DH,0AH,"$"
STR2 DB "Wrong! The string is too long!"$"