资源列表
DiscAndJoin
- join and disjoin peers group jxta
helloworld
- 一个简单的界面可是化程序,有别于以往的命令行显示模式-programming in java
web
- SSH集成的第种方案,是在WEB.XML文件中写的!-SSH integrated second option is to WEB.XML file written!
Test
- 创建四个类,分别为Employee类、SalariedEmplyee类、HourlyEmployee类和CommissionEmployee类。其中Employee类是其他三个类的父类。Employee类包含姓名和身份证号。除此之外,SalariedEmployee类还应包含每月工资;HourlyEmployee类还应包含每小时工资数和工作时间数;CommissionEmployee还应包含提成比例和销售总额。每个类都应有合适的构造方法、数据成员的设置和读取方法。编写一个应用程序,创建这些类的对
upload
- JSP file to upload a file.
Number
- *java编写程序将10个整数写入一个文件中,然后再从该文件将这10个书读出来。 * 要求:用随机流 读写,并将最大最小值求出来*/-* Java programming to 10 integers written to a file, and then from the file out of these 10 learning opportunities.* Requirements: random stream read and write, and seek out maximu
book
- 类的定义,用与描述1. 随机生成4个0到9的整数,组成一个序列(使用LinkedList<Integer>存储) 例如:3 6 4 4 -Category is very good
Exe8_2
- 2.设计一个9x9的棋盘窗口,用黑白相间颜色填充棋盘。棋盘大小为600x600,标题为“棋盘”,窗口大小不可改变。程序文件命名为Exe8_2.java。-2. Design a 9x9 board window, filling the board with black and white colors. Board size is 600x600, titled chessboard , the window size can not be changed. Program file nam
K_gram
- 基本实现K_gram拼写校正算法。 使用TXT存储字典,每行存储一个单词。 阈值自己修订!-Basically K_gram spelling correction algorithms. Use TXT store the dictionary, one word per line storage. Revised threshold own!
CPPmaopaopaixu
- 比较相邻的元素。如果第一个比第二个大,就交换他们两个。对每一对相邻元素作同样的工作,从开始第一对到结尾的最后一对。在这一点,最后的元素应该会是最大的数。针对所有的元素重复以上的步骤,除了最后一个。持续每次对越来越少的元素重复上面的步骤,直到没有任何一对数字需要比较。-C++ Bubble Sort
netbarconfig
- 网吧主机名网络配置修改批处理源码,适用于网吧技术员做母盘使用-Modify the host name of the network configuration
Test
- java中多重多态的演示:演示子类继承父类、方法的覆盖、多态的方法。- Demonstration of multiple polymorphism in Java
