搜索资源列表
aes-java-file
- 使用java编写的aes文件加密源代码,经测试能对文本进行加密,密钥为128 192 256bit-Prepared using aes file encryption java source code, the test can encrypt the text, the key for the 128 192 256bit
JAVA
- 基于JAVA实现的图像特征提取源代码 图像特征提取的源代码,使用sobel算子提取图像边缘,使用hu矩提取图像形状特征,使用颜色中心矩提取图像颜色特征,请使用eclipes导入该工程并运行test文件(可将test文件中去掉一些注释部分运行更多功能)。-JAVA based on the realization of the image feature extraction image feature extraction source code source code, use the sob
android-test
- android automation test Instrument framework
scribe-java-demo
- scribe-java-应用实例 └─src ├─main │ └─java │ └─org │ └─scribe │ ├─builder │ │ └─api │ ├─exceptions │ ├─extractors │ ├─model │ ├─oauth │ ├─services │ └─utils └─test └─java └─org └─scribe ├─builder
java-crc
- test upload file -test upload file 1111111
test
- snmp的测试实例!内含有snmp协议和tcp协议通讯。已经通过测试-snmp test cases! Contains snmp protocol and tcp protocol communications. Has been tested
Socket-JAVA-test
- 此代码是关于socket测试程序,运行平台为J2me mtk。-This code is on the socket test application, running platform J2me mtk.
nio-test
- JAVA ANDROID NIO MUTITHREAD 服务端与客户端通信实例。-JAVA ANDROID NIO MUTITHREAD server instance and client communications.
Automatic Regressive Test
- Java tools for devices automatic regressive test 需改名为:.tar.gz 才可以正常解压。
test
- 显示内存大小 C盘容量 test.java-display memeory sides and c sides
Online-test(JAVA)
- 一个用JAVA写的在线考试系统,有参考价值。-An online exam system with JAVA
test
- 实现走棋盘的算法,采用java语言编写,给需要的人作为提供(walkgrid , it is privoded by java)
test
- 实现的扔盘子算法,使用java编写。。。。。。(throwplate by java ..... .. . . . .. . . .)
TestRational.java
- 判断一个数字是否为有理数的java小程序(test if a number is a rational number)
ftpDemo
- java语言操作ftp文件,上传下载和删除,一共三个类,一个工具类Ftputil.,一个实体类Kmconfig。一个测试类Test(Java language operations, FTP files, upload, download and delete, a total of three classes, a tool class Ftputil., an entity class, Kmconfig. A test class Test)
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)
ARMA-Java--master
- ARIMA模型是通过将预测对象随时间推移而形成的数据序列当成一个随机序列,进而用一定的数学模型来近似表述该序列。根据原序列是否平稳以及回归中所包含部分的不同分为AR、MA、ARMA以及ARIMA过程。 在模型的使用过程中需要根据时间序列的自相关函数、偏自相关函数等对序列的平稳性进行判别;而对于非平稳序列一般都需要通过差分处理将其转换成平稳序列(ARIMA);对得到的平稳序列进行建模以确定最佳模型(AR、MA、ARMA或者ARIMA)。在使用中最重要也是最关键的就是对序列进行参数估计,以检验其
JAVA面向对象编程-试卷B
- 定义一个交通工具类Traffic,该类包含属性:车轮的数量、行驶速度;同时还包含行驶的方法,并包含有参和无参的构造方法。请分别定义汽车类Car(包含油耗的属性,有参的构造方法)、火车类Train(无参的构造方法)、飞机类Plane(包含最大航程的属性,包含无参和有参的构造方法),让他们继承Traffic,并重写行驶的方法。在测试类中分别创建三个子类的对象,并调用行驶的方法。((A vehicle class Traffic is defined, which contains attribute