搜索资源列表
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.
cyuyanbianxianwet
- 变量和相等问题的设计和实现将a、b、c、d、e、f这6个变量排成如图所示的 三角形,这6个变量分别取 1——6的整数,且均不相同。求使三角形三条边上的变量之和相等的全部解,如 3 6 2 1 4 5 为一个解。 程序引入变量a,b,c,d,e,f,并让它们分别取1——6的整数,在它们互不相等的 条件下, 测试由它们排成如图所示的三角形三条边上的变量之和是否相等,如相等即为一种满足要求的排列,把它们输出。当这些变量取尽所有的组合后,程序就可得到全部可能的解。 -vari
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
gzcx
- 姓名+密码+验证码 按照年 月查询个人每个月的工资明细,汇总、打印、导出Excel功能。 系统数据库已经内置一些数据,可用姓名:李四 密码:8888 做查询测试。 -Name+ password+ authentication code in accordance with the years the wages per month access to personal details, summarize, print, export Excel function. System da
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
1
- 一个很好的asp打印,能够打印字母,测试通过-A good asp print, to print letters, test
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
07
- 这是一个flash源文件,效果很好,测试平台为flash 8.0(如果提示问题请选择合适的版本试试),代码的效果是:鞋印-This is a flash source file, the effect is good, the test platform for flash 8.0 (if the question, please select the appropriate version to try), the effect of the code is: shoe print
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.
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
Test
- For循环嵌套实现打印以下复杂三角形:由*——和空格元素组成 * * * * * _* * * * __* * * ___* * ____*(For loops are nested to print the following complex triangles: * * * * * _* * * * __* * * ___* * ____*)