搜索资源列表
testURL
- This program is test URL exists or not ,then print out a overall result in *.html style.-This program is test URL exists or not, then print out a result in overall *. html style.
Hello
- test main print hello world
RegisterSimulationSystem
- 模拟上网用户注册 1.用户输入 用户名,密码,email,电话 2.正则校验,不成功重新输入 3.提交server 4.写入DB Client 提供用户输入,并且负责验证 Server 负责把String的信息 转存到User,把User传给DB User 存用户信息equals hashCode DB 打印 toString Test(main)写main方法-Simulated Internet users register a. The user to
escagmsystem
- 自动网上报名考试网站。 可以在网站上报名各种类型的考试,然后系统给予作为和考号的生成发送给考生,考试结束后,进行成绩录入,同时有打印考试成绩单的功能。-Automatic online registration test site. You can register on the site of various types of examinations, and then test the system and the number given as the generation sent
1245744552KrKDQA
- 1、 编写一个Java应用程序,文件名为Folder.java,编译后执行结果如下图所示,实现指定文件夹下目录和文件的文本形式的树状结构显示。要求: 1. 输入: java Folder,显示当前文件夹下的目录和文件的文本形式树状显示; 2. 输入: java Folder C:\test>,显示C:\test文件夹下的目录和文件的文本形式树状显示;(C:\test可以为任意文件夹路径名) 3. 输入: java Folder add aa,在当前文件夹下面添
javawebprogram
- 运用线程池的方法实现的多线程回声服务器和客户端和运用非阻塞模式实现的不断接收用户输入的域名,然后与该主机的80端口建立连接,并打印建立连接所花费的时间的测试程序。-The method used to achieve thread pool multi-threaded echo server and client, and the continuous use of non-blocking mode to receive user input to achieve the domain na
Desenguo420Assign1
- Write the Java program and a test plan for the following problem: A printing shop would like to be able to know when to re--‐order paper. The paper used by the shop comes in packages
FiveChessGame
- 基于GUI的Java五子棋游戏源码,可人机对战,用java swing做的,运行时需要修改图片的路径。 制作思路: 用按钮做棋子,用图片填充每个按钮。 设置棋盘为24*24的,五子棋FiveChessGame类,继承了JFrame,并且添加了时间监听,五子棋的棋子chess,用JButton表示,五子棋棋子chess对应的棋子标识,用于标记棋子的状态。 1表示黑棋,-1表示白棋,默认0表示无棋子,点击棋子时设置棋子的图标setOnChessIcon。 根据判断该位置
xiancheng
- 应用Java中线程的概念写一个Java程序(包括一个测试线程程序类TestThread,一个Thread类的子类PrintThread)。在测试程序中用子类PrintThread创建2个线程,使得其中一个线程运行时打印10次“线程1正在运行”,另一个线程运行时打印5次“线程2正在运行”。-Applications in Java thread concept to write a Java program (including the class TestThread a test multit
Jinzita
- 一个可以打印金字塔的java程序,可以用于初学者参考考,缺点是循环太多-Java program can print a pyramid, can be used for beginners reference test, the drawback is that cycle too
App1
- 编写Java应用程序,创建一个Rectangle类,提供属性了length,width,要求定义为private,int型,默认值都为均为1,该类提供以下方法: public boolean setLength(int length) //设置长度,确保不会有负值 public boolean setWidth(int width) //设置宽度,确保不会有负值 public int getLength()//得到长度 public int getWidth()//得到长度
bus_management
- 本系统的主要功能为: (1)线路信息及查询:包括出发地、目的地、出发时间、所需时间等; (2)汽车信息及查询:包括汽车的种类及相应的票价、最大载客量等; (3)售票信息及查询:包括售票情况的查询及打印等。 (4)系统要实现满足多种条件的统计分析功能,有些统计数据要采用图表的格式呈现; (5)系统要有一定的安全控制策略; (6)系统要采用实际数据进行测试。 -The main function of the system: (1) line information an
PrintWriterTest
- Print Writer Test extends junit.framework. Test Case.
PrintWriterTest
- Print Writer Test extends junit.framework. Test Case.
PrintWriterTest
- Print Writer Test extends junit.framework. Test Case.
LinearLayoutStubActivity
- Print Writer Test extends junit.framework. Test Case.
test
- 打印出所有的"水仙花数",所谓"水仙花数"是指一个三位数,其各位数字立方和等于该数本身。例如:153是一个"水仙花数",因为153=1的三次方+5的三次方+3的三次方。-Print out all the " daffodils" , the so-called " daffodils" refers to a three-digit number, which you figure cubic equal to the number itself. For e
trying
- easy java test. only print out hello world on screen. in this way to get the chance download the file i want -easy java test. only print out hello world on screen. in this way to get the chance download the file i want
complex
- 创建一个复数类Complex,用来执行复数的算术运算,并编写一个程序来测试该类。 (1)该类有两个成员变量 (2)定义一个构造函数,用来对类对象进行初始化 (3)定义一个add成员函数,实现两个复数的加法 (4)定义一个sub成员函数,实现两个复数的减法 (5)定义一个void print( )成员函数,在屏幕上打印当前复数(Create a complex class Complex, which is used to perform arithmetic operations in
Test
- For循环嵌套实现打印以下复杂三角形:由*——和空格元素组成 * * * * * _* * * * __* * * ___* * ____*(For loops are nested to print the following complex triangles: * * * * * _* * * * __* * * ___* * ____*)
