搜索资源列表
CPP_string
- C++string 类的重要操作的列表,程序员课自行查阅-C++ string class, a list of important operations, the programmer access to their own class
Zifu
- 字符串处理,调用String类,stringbuffer类方法,stringtokenzier类方法。提取关键字,运算符等。-java,string,stringbuffer, stringtokenizer.
ss
- 大整数乘法源码,输入两个大整数并返回相乘的结果。使用String类来实现,可进行高精度的乘法运算。-Large integer multiplication source, enter the two big integers and returns the result of multiplying them. Achieved the String class, high-precision data multiplied.
CPP_String2.1
- 深入学习C++_String2.1版,对要学习string类得朋友或许有帮助-Depth study of the string class ,I hope it may have a good help to you
c_string
- 这是一个c++的string类的常用函数,很好的-this is a user document,it contains a lot of functions about the class of string
strrep_
- 实现string类中的strrep(char *a,char *b,char *c) 在a字符串中查找b并替换成c-strrep function program
a-check-string-class
- 自己写的一个类,实现对字符串的检测。(C++语言) 可以检查字符串是否满足某种指定的类型格式, 指定的类型格式包括整型数、浮点数、布尔型、有特殊要求的字符串等, 同时允许把字符串转换成相应的数据类型, 可用于对用户输入字符串的检验和转换等。 该类允许指定检测哪些内容,如是否超过给定最大值、是否越界等等, 仅用字符串操作来检测,而不是用正则表达式,不过效率蛮高的。 资源中包括使用说明,数个(.h)和(.cpp)文件 在VC6和VS2010上都可调试通过,
String
- 自己写的一个Sting类 c++代码 主要可以练习c++运算符重载等知识 适合新手-A Sting class to write their own C++ code can practice the knowledge of c++ operator overloading for novice
JSPLogion-Application-
- 主要结合JSP的request对象、forward语法和JAVA中String类的基本方法完成的登陆程序,用户名和密码固定,之后进行验证 -With the JSP request object forward syntax and JAVA String class to complete the landing procedure, a fixed username and password, then verify the
StdString_src
- 一个string类的实现,挺巧妙的,可以用来学习-A string class, very clever, can be used to study
Mystring
- 这是我自己编写的一个string类,给初学者一个参考。-A string class build by myself.
JavaAPI
- ①阅读Java API文档,掌握借助API编程的方法。 ②掌握String类的常用方法 ③掌握Date类以及Calendar类的常用方法; -① read the Java API documentation, to master the method with API programming. ② master the String class to grasp the common method ③ Date and Calendar classes class common m
libunistring-0.9.3.tar
- 实用的string 类,这个通常用于UTF-16 UTF-32 ANSI 等之间的转换-Practical string class, the normally used UTF-16 UTF-32 ANSI conversion between such
MyCASIO
- 实现计算器的主类,入口是一个string类变量,表示数学表达式。输出一个double变量。-Realize calculator main class, the entrance is a string class variable representing mathematical expressions. Output a double variable.
cPP
- 模仿C++库中的string类,声明一个C++字符串类string,该类基本框架-To imitate C++ library string class the to declare a C++ string class string class basic framework
xstring
- 自定义string类 包括运算符的重载函数-Custom string class
string
- C++设计字符串类1) 能够用 “+” 来处理两个字符串的相加;2) 具有在一个字符串中搜索一个字符的功能;3) 具有在一个字符串中搜索另一个字符串的功能;4) 实现去除字符串最前面和最后的空格的功能;5) 编写一个main()函数,测试你的字符串类的各种功能。-C++ design string class 1) can use " +" to deal with the addition of two strings 2) has a function to search
FulFilString
- string 类的完全实现, 包括构造, 复制, 操作符重载等等, 能正确地释放内存-the string fully realized, including the structure, replication, operator overloading, etc.
operation1
- 实现计算器加减乘除和括号,用到栈和string类的方法-Calculator, Math and brackets, used in the stack and the string class methods
1
- 使用string类和STL相关容器统计输入文本中所有单词出现的次数。要求:(1)单词统计不分大小写,如Cambridge和CAMBRIDGE是同一单词;(2)标点符号“,. !?”需要过滤;(3)输出结果按照字母大小从小到大排列且输出单词必须是小写,如Cambridge应转化为cambridge后输出。-Use string class and STL the relevant container Statistics input text, the number of all the word