搜索结果

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

技术资料 C#中文字符串转换成拼音

asp.net中文字符串转换成拼音,string Convert(string chs, string separator, bool initialCap),chs为需转换的字符串,separator为连接拼音之间的分隔符(可以为空),initialCap为指定是否将首字母大写
https://www.eeworm.com/dl/975483.html
下载: 4
查看: 9126

源码 sha算法

SHA1(Input: String)
https://www.eeworm.com/dl/518890.html
下载: 1
查看: 132

J2ME J2EE手机开发时,手机只支持utf8格式的String,此程序应用于utf8向gb2312的转换,程序需要2个文件,一个类文件,一个转换表dat格式

J2EE手机开发时,手机只支持utf8格式的String,此程序应用于utf8向gb2312的转换,程序需要2个文件,一个类文件,一个转换表dat格式
https://www.eeworm.com/dl/660/296995.html
下载: 45
查看: 1106

Internet/网络编程 软件测试:一个编译器测试软件

软件测试:一个编译器测试软件,支持下列C语言运算符:+ - * / % ^(乘方) 负 (int) (double) "字符串" [](数组) > < == >= <= != && ! ++ -- = += -= *= /= %= ^=,支持下列关键字:void int double string if else for while do goto break continue return,支持下列数据类型:int double string int[] double[] stri ...
https://www.eeworm.com/dl/620/120553.html
下载: 79
查看: 1103

网络 测试glob的使用

测试glob的使用,大家可以试一试 $string =glob".*"
https://www.eeworm.com/dl/635/249786.html
下载: 196
查看: 1032

编辑器/阅读器 I upload Suffix Array Pdf file. This is a really good tutorial for guys who are curious about suffix

I upload Suffix Array Pdf file. This is a really good tutorial for guys who are curious about suffix array. It described the meaning of suffix array and also how to built it. Hope this really help guys improving skills about string searching, string matching, etc
https://www.eeworm.com/dl/626/453311.html
下载: 147
查看: 1127

源码 CMPP3.0源码

CMPP3.0源码 java实现 1.将common文件夹、MsgConfig.properties放于src根目录下。 2.修改MsgConfig.properties配置文件对应的内容为可用参数。 3.方法入口:common.msg.util.MsgContainer     sendWapPushMsg(String url,String desc,String cusMsisdn):发送web push短信;     & ...
https://www.eeworm.com/dl/520977.html
下载: 1
查看: 67

单片机开发 51单片机的_中文拼音输入法_c源程序 拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]) input_py_

51单片机的_中文拼音输入法_c源程序 拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]) input_py_val为已输入的拼音码字符串头指针, 反回值为中文的起始地址,当为0时,杳询失败 应用举例: { unsigned char input_string[]={"bang"} unsigned char chines_string[100] sprintf(chine ...
https://www.eeworm.com/dl/648/357695.html
下载: 89
查看: 1196

汇编语言 试编写一程序

试编写一程序,比较两个字符串string1和string2所包含的字符是否相同。如果相同则显示‘Match’ ,否则,显示 ‘No match’,同时响铃提示。
https://www.eeworm.com/dl/644/210828.html
下载: 196
查看: 1043

Java编程 购物车系统中的级别类

购物车系统中的级别类,private Integer id private String cname private Integer parentid private String description private Blob photo private Short ctype private Set products = new HashSet(0) private Set normses = new HashSet(0)
https://www.eeworm.com/dl/633/472982.html
下载: 156
查看: 1092