搜索资源列表
buju
- java常用的各种布局,基本容器的使用,java组件JButton等的使用,String类里的图形用户界面.-java all the popular layout, the use of basic containers, java JButton components such as the use of the String class Lane graphical user interface.
Java(hchen)
- 建立一个文件StringTest.java.假设通过键盘输入的字符串是”Hello new World”.比较分析的结果和运行结果是否一致.通过该程序观察String类的常用构造方法.
StringTest
- 针对String类创建对象的比较.详细比较结果请看源码文件中的说明,适合新手!
string
- 字符串的相关操作,定义一个字符串的类,实现关于字符串的插入,删除,求子串等。
Vigenere
- 一个关于维吉尼亚密码的编程,用java实现,用String类和数组实现,比较经典-A password on the Virginia program, with java implementation, with the String class and an array of implementation, more classic
Skype4Java
- Skype4Java开发指南 Skype4Java架构 Skype4Java提供了一个较为完善的开发体系,使您可以非常容易地使用Java开发Skype外壳程序。 Skype插件程序与Skype的通信都是基于一些文本命令来完成的。因此,要想开发Skype的插件应用,就需要依靠不同操作系统平台的系统调用,发送Skype平台的相应命令来实现。 Skype4Java在最底层,也是通过操作系统的系统调用来完成消息的发送。针对异构平台,Skype4Java提供了不同平台的底层实现
jumin
- 在程序中需要使用到的字符串大致可以分为两大类,一类是创建之后不需要做修改和变动的字符串常量,另一类则是创建之后需要添加,插入和修改等更改的字符串变量。在java中,对于字符串常量对象则使用String类,它提供了许多诸如比较(compareTo),查找(indexOf)之类的操作,而对于字符串变量对象则使用StringBuffer类,它提供了扩充(append),插入(insert)等操作。-In the procedure requires the use of the string can
String
- String类:String类是Java中很重要的一个类,在此总结一下这个类的特别之处。下面的相关资料翻译自《java语言规范》(第三版)和《java虚拟机规范》(第二版),有的直接摘引了原文。下面的代码都是用SUN jdk1.6 javac来编译。 -Stringclass
java_string
- java string 类的使用。主要是对在已经存在的四个string串,系统随机生成一个单词,如果该单词和四个string中任何一个匹配则成功,否则继续。-java string class to use. Mainly in the four string string already exists, the system randomly generates a word, if the words and match any of the four string is successfu
Exercise
- (按升序显示不重复的单词)编写程序,从文本文件中读取单词,并将所有不重复的单词按升序显示,文本文件以命令行参数的方式传递。 编程提示: 文件处理:将命令行获取的文件按行读入,然后将每行文件内容按字符串处理为单词形式。按行读入可以使用BufferedReader 类的readLine()方法,每行处理为单词可以使StringTokenizer 类或者String 类的split()方法。 使用泛型技术创建字符串规则集,不重复地存放单词; 由散列集创建树形集,形成单词的自然排列顺序
StudentTest
- /*(1) 定义一个Java类来表示学生信息,类名为Student ,包含属性有:int类型的id(学号)、String类型的name(姓名)、double类型的grade(成绩)和int类型的age(年龄)。 (2)编写一个StudentTest类来创建并使用一个或多个Student对象,要求输出: 学号 姓名 成绩 年龄 1 张三 89 20 2 李四 98 21 (3) 修改学生类,将各个属性改为private类型的,然后添加相应的get和set方法用来获得和设置
String.class
- 一个用于thinkphp的字符串截取的扩展类。-The interception of a string for thinkphp extension classes.
StringStingBuffer
- String类方法应用、StringBuffer类方法的应用举例。-String Class Methods, StringBuffer class method of application examples.
string
- 编写验证类,要求: 密码长度6-10位 确认密码和密码相同 是不是整数 是不是小数 是不是合法的电子邮件 输入信息不能为空 (说明:使用String类提供的方法或正则表达式判断,任取一种实现以上功能) -I hope the code can help the people who want to learn Java
string
- 在MyEclipse开发环境下 实现字符串类String与StringBuffer的使用-MyEclipse development environment in the realization of the string class to use String and StringBuffer
Zifu
- 字符串处理,调用String类,stringbuffer类方法,stringtokenzier类方法。提取关键字,运算符等。-java,string,stringbuffer, stringtokenizer.
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
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
The-string
- 这是一个Java字符、字符串、数组操作的一些实例源码,主要有数组的复制、反转字符串中的字符、命令行参数、求字符串的长度及每一个位置上的字符、数组的排序、String类数组的操作等-Some examples of source code of a Java character string, array operations, array replication, reverse the characters in a string, command line parameters, find
String
- string类源代码,可用于学习并深刻了解string类(String class source code, can be used to learn and understand the string class)