搜索资源列表
java-testnet
- java实现代PC机和以太网转串口设备通讯例子,可以用来测试以太网转串口设备的数据收发情况。 在applet目录下为在java applet中如何和模块通讯的例子,在使用时得首先把index.htm和test.jar下载到模块中,然后在ie中输入http://模块IP地址/index.htm来访问。(目前只有ZNET-200T支持此下载功能) -PC and Ethernet to serial communications equipment example, can be used
j2ee-test
- j2ee面试题,JAVA开发环境,有基础问答和程序运行结果以及数据库操作三方面内容。
test
- 这是一个用JAVA编的简单应用程序。实现一些功能。大家可以参考
Stack3 java
- 用堆栈实现回文算法 可以测试各种字符串 dos界面-using stack algorithm can achieve Palindrome test string dos interface
AP_For_VRPTW100
- 车辆路径问题的C代码,里面有测试数据和结果分析。-Vehicle routing problem with the C code, there are test data and results analysis.
scribe-java-demo
- scribe-java-应用实例 └─src ├─main │ └─java │ └─org │ └─scribe │ ├─builder │ │ └─api │ ├─exceptions │ ├─extractors │ ├─model │ ├─oauth │ ├─services │ └─utils └─test └─java └─org └─scribe ├─builder
SerialPar
- 对串口的端口 的测试类 是javax.comm 的入门 -Serial port on the test category is javax.comm entry
javabishi
- 华为Java笔试题.txt java面试笔试题大汇总 java笔试题大集合及答案-Huawei Java pen test. Txtjava interview questions large aggregate java pen pen large collection of questions and answers
trmsim-wsn_0.1-exec
- TRMSim ,无线传感器网络(信任和声誉模型模拟无线传感器网络)是一个基于Java的模拟器旨在测试信托和声誉模型WSNs 。它提供了一个信托基金和声誉模型称为BTRM -TRMSim-WSN [Trust and Reputation Models Simulator for Wireless Sensor Networks] is a Java-based simulator aimed to test Trust and Reputation models for WSNs. It pro
GeoWebTest
- webGIS平台的测试用例,Eclipse环境下开发,需少许配置-Test Case webGIS platform, Eclipse development environment, the need to configure some
test
- java操作PPT 并可以将内容在控制台打印-PPT operation java and content can be printed in the console
310_055_TEST_KILLER(KING)--EXCEPT_DRAG_N_DROP
- sun java certification
man
- 编写一个接口ICaculatable 接口中有一个doCaculte()方法 要求三个类BlackMan WhiteMan YellowMan实现这个方法 BlackMan 实现从控制台输入5个数 排序(正排)输出 WhiteMan 实现从控制台输入5个数 排序(倒排) YellowMan 实现从控制台输入5个数 计算总和 输出 写出一个测试类来测试以上类的功能。 测试类中要有void solveProblem(ICaculatable obj)方法进行测试
test
- 实现走棋盘的算法,采用java语言编写,给需要的人作为提供(walkgrid , it is privoded by java)
test
- 实现的扔盘子算法,使用java编写。。。。。。(throwplate by java ..... .. . . . .. . . .)
TestRational.java
- 判断一个数字是否为有理数的java小程序(test if a number is a rational number)
selenium-java-3.0.1
- selenium工具,常用于web端自动化测试代码编写,简单易用。(Selenium tools are commonly used in web end automated test code writing.)
test
- test下数据 看看结果 试试 好了就可以了 试试就行(* LoadRunner Java scr ipt. (Build: _build_number_) * scr ipt Descr iption:)
Test
- 通过java读取电脑串口数据,免去下载串口助手(Read computer serial data)
JAVA面向对象编程-试卷B
- 定义一个交通工具类Traffic,该类包含属性:车轮的数量、行驶速度;同时还包含行驶的方法,并包含有参和无参的构造方法。请分别定义汽车类Car(包含油耗的属性,有参的构造方法)、火车类Train(无参的构造方法)、飞机类Plane(包含最大航程的属性,包含无参和有参的构造方法),让他们继承Traffic,并重写行驶的方法。在测试类中分别创建三个子类的对象,并调用行驶的方法。((A vehicle class Traffic is defined, which contains attribute