搜索资源列表
Java(hchen)
- 建立一个文件StringTest.java.假设通过键盘输入的字符串是”Hello new World”.比较分析的结果和运行结果是否一致.通过该程序观察String类的常用构造方法.
StringTest
- 针对String类创建对象的比较.详细比较结果请看源码文件中的说明,适合新手!
Java(hchen)
- 建立一个文件StringTest.java.假设通过键盘输入的字符串是”Hello new World”.比较分析的结果和运行结果是否一致.通过该程序观察String类的常用构造方法.-The establishment of a document StringTest.java. The assumption that through the keyboard input is the string Hello new World
StringTest
- 针对String类创建对象的比较.详细比较结果请看源码文件中的说明,适合新手!-Create Object Class for String comparison. See a detailed comparison of the results is described in the source document, suitable for novice!
StringTest
- 编写一个Java应用程序,实现如下功能: 1)判断两个字符串是否相同,s1=”you are a student”,s2=”how are you”; 2)判断字符串”22030219851022024”的前缀、后缀是否和某个字符串”220302”相同; 3)按字典顺序比较两个字符串”你”和”我”的大小关系; 4)将数字型字符串”100”和”123.678”转换为数字;
StringTest
- 自定义的String类, 使用时要#include cpp,不#include 。h文件-Custom String class, used to# include cpp, not# include. h file
StringTest
- Working with strings - basic string functions
StringTest
- 如何使用MFC环境中的函数AfxExtractSubString()实现分隔符提取字符串组。-How to use the MFC environment function AfxExtractSubString () to achieve extraction of the string group separator.
StringTest
- 字符串的方法使用,包括字符串的连接,截断,和整形之间的转换等-String method, including the connection string, truncation, and conversion between plastic
StringTest
- 个人原创代码:编写Java Application程序,完成以下功能: (1)声明一个名为s的String对象,并使它的内容是“My name is Carrol”; (2)打印整个字符串; (3)打印字符串的长度; (4)打印字符串的第一个字符; (5)打印最后一个字符;-Personal original code: write Java Application, complete the following f
StringTest
- 字符串比较。第一个文本框的字符与第二个文本框的字符前几位进行比较。-String comparison. Compare first few characters of a text box with the character of the second text box.
StringTest
- 一个简简单单的java 中String的让70 以上的人都做不对的问题!-One in the simple java String let more than 70 of people are doing wrong question!
OldStringTest
- Old StringTest extends junit.fr a mework.TestCase.
StringTest
- 分割一句话,比如输入I am a student,则通过此Java程序,可分割成为I和am和a和student。-Segmentation in a word, I am a student, such as input by the Java program, can be divided into and I am and a student.
StringTest
- Tests for the class String.
StringTest
- 这是一个关于String的测试类,你如果都能答对说明你的基础已经过关了-It s about String Testing,you can do it
StringTest
- demo源码,测试时仅供参考,多多学习交流。-demo source code, the test for reference only, a lot of learning exchanges.
StringTest
- 用java编写的模拟用户登录的程序,非常清楚明白,适合于初学者使用。-Java prepared by the simulation user login procedures, very clear, suitable for beginners to use.
stringTest
- 打开第 11 章中讲到的 IOStreamDemo.java 文件,一次读取其中的一行,令每行形成一个 String 对象。然后利用 java.util.Comparator 接口重新定义 String 对象间的比较方法:将每个 String 中的小写字母转为大写后再进行比较。使用该比较法对这些 String 进行排序,按从大到小的顺序存入一个 LinkedList。最后将LinkedList 中的 String 按存入的相反顺序输出到