搜索结果
找到约 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)
其他书籍 simple php - fungsi - fungsi string, "String" functions
simple php - fungsi - fungsi string, "String" functions
Java编程 Simple class to read from keyboard. Already convert to simple type int, float, double or String
Simple class to read from keyboard. Already convert to simple type int, float, double or String
Delphi控件源码 unit pinyinfunction //汉字拼音相关的函数定义单元 Function GetHZPY(HZstr: String):String //将任意字符串中的汉字换
unit pinyinfunction //汉字拼音相关的函数定义单元
Function GetHZPY(HZstr: String):String //将任意字符串中的汉字换成拼音首字母(大写)
function GetPYIndexChar(hzchar: string):char //将一个汉字转化成拼音首字母(大写)
人工智能/神经网络 Proteins _ String Kernel
Proteins _ String Kernel
加密解密 md5加密实现 C++ /* 使用方法: char Md5Buffer[33] CSecurity Security Security.MD5("a string",Md5Buffe
md5加密实现 C++
/*
使用方法:
char Md5Buffer[33]
CSecurity Security
Security.MD5("a string",Md5Buffer)
执行完成之后Md5Buffer中即存储了由"a string"计算得到的MD5值
*/
Delphi控件源码 Program to accept a string and find the length of the string
Program to accept a string and find the
length of the string
Java编程 String int 字符串常量池 包装类型 函数参数 值传递引用传递 的 内存分配例子——源码 代码段: public static void fun_ref (Ref_test ref_
String int 字符串常量池 包装类型 函数参数 值传递引用传递 的 内存分配例子——源码
代码段:
public static void fun_ref (Ref_test ref_out){
Ref_test ref_in=new Ref_test()
ref_in.s1="in"
//ref_out.s1="out"
ref_out=ref_in //漏洞!!ref_out 指向ref_in ,
//那么当函数退出后,ref_out就会自动指向 ...
其他 brew performance string
brew performance string
电子书籍 专门介绍string的书籍!很不错!受益匪浅!!!
专门介绍string的书籍!很不错!受益匪浅!!!
Java编程 购物车系统中的名牌产品类,private Integer id private String enName private String cnName private String
购物车系统中的名牌产品类,private Integer id
private String enName
private String cnName
private String smallPhoto
private String bigPhoto
private String description
private Set products = new HashSet(0)