搜索资源列表
test5
- chatbox in Java code application
Test5
- 简易模仿QQ空间模板,还有点粗糙,还有改进的空间-QQ space to imitate simple template, there are rough spots, there is room for improvement
test5
- 软件工程 Web技术与应用 实现多线程的基于TCP/IP协议的服务器端程序-Software Engineering Technology and Application of Web-based multi-threaded TCP/IP protocol server-side program
Test5
- 打印菱形,可以改变行数以及由什么数据来组成-Print diamond, you can change the number of rows, and what data to form by the
test5
- 定义长度为10的字符型数组,输入10个字符,按从小到大顺序输出-Define the character array of length 10, 10 characters, according to the order of output from small to large
test5-struts2
- 对文档的转换,就是用java操作swftool这个工具,实现对文档的转换-klavka f,a pk fma
test5
- Java的简单数据库操作,便于学习Java的数据库连接-Java simple database operation, easy to learn Java Database Connectivity
test5
- 1、数字存取:通过随机数函数产生50个正整数,逐个将这些数写入文件file.dat中;然后读出这些数,在内存中对它们进行排序,再将排序后的数据逐个写入file.out文件中。 要求:分别使用字节流和字符流操作方式完成。 2、文件内容加行号:给定一个文件,通过文件读写,给文件内容加行号。 要求:使用缓冲流操作。 3、学生对象操作:设计学生类,把学生对象存储进文件,并能再从文件中读取。-Digital access: 50 positive integer random nu
Test5
- 定义一个学生类, 需要有姓名, 年龄, 考试成绩三个成员属性. 属性(成员变量)需要私有并提供get, set方法, 可以通过构造函数进行初始化-Define a class of students, name, age, test scores three member property attributes (member variables) need to be private and get, set method, through the constructor to initial
11
- 编写程序:动物排队 要求:在一队动物里有猫、狗、和马三种不同动物(其顺序、数量和比例是随机的), 现在要求能够让这三种动物站到自己那一类动物的队伍中去。 (备注:写一个基类Animal 里面有一个name,age属性(名字和年龄随机产生)和抽象showInfo方法, 然后用再写子类Dog、Cat、Horse去继承这个基类Animal,再用Animal随机的来实例化20个Dog、Cat、Horse类 存放在一个列表中,创建三个列表,迭代上面的列表,将他们分类添加到自己的列表
Test5
- 一个介绍含参数、无参数构造方法的简单例子. 需要安装jdk,编译后可运行。-an example of construct method. JDK is needed. and it can be run after being complied.