Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - test.java
Search - test.java - List
ThinkGear-Interface-Test implements in java
Update : 2024-05-07 Size : 956416 Publisher : nihaohao

java语言编写的简单的心理测试系统,适合初学者。(Simple psychological test system, suitable for beginners.)
Update : 2024-05-07 Size : 99328 Publisher : apt_幻翼

DL : 0
判断一个数字是否为有理数的java小程序(test if a number is a rational number)
Update : 2024-05-07 Size : 2048 Publisher : diz013

测试一个数字是否为有理数的java小程序(test if a number is a national number java)
Update : 2024-05-07 Size : 2048 Publisher : diz013

DL : 0
test 专用的apk文件,适合于web测试(test for webplatform and tomcat software wei chuan gbaiee)
Update : 2024-05-07 Size : 8491008 Publisher : a6

DL : 0
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)
Update : 2024-05-07 Size : 2048 Publisher : huster2011

selenium工具,常用于web端自动化测试代码编写,简单易用。(Selenium tools are commonly used in web end automated test code writing.)
Update : 2024-05-07 Size : 17055744 Publisher : cafe123

Othertest
DL : 0
test下数据 看看结果 试试 好了就可以了 试试就行(* LoadRunner Java script. (Build: _build_number_) * Script Description:)
Update : 2024-05-07 Size : 136192 Publisher : 天水

OtherTest
DL : 0
通过java读取电脑串口数据,免去下载串口助手(Read computer serial data)
Update : 2024-05-07 Size : 1315840 Publisher : whl414

数据库连接 DBC连接数据库 ?创建一个以JDBC连接数据库的程序,包含7个步骤: 1、加载JDBC驱动程序: 在连接数据库之前,首先要加载想要连接的数据库的驱动到JVM(Java虚拟机), 这通过java.lang.Class类的静态方法forName(String className)实现。 例如: try{ //加载MySql的驱动类 Class.forName("com.mysql.jdbc.Driver") ; }catch(ClassNotFoundException e){ System.out.println("找不到驱动程序类 ,加载驱动失败!"); e.printStackTrace() ; } 成功加载后,会将Driver类的实例注册到DriverManager类中。(Test.java Student.java MyFrame.java)
Update : 2024-05-07 Size : 4096 Publisher : tm123

ARIMA模型是通过将预测对象随时间推移而形成的数据序列当成一个随机序列,进而用一定的数学模型来近似表述该序列。根据原序列是否平稳以及回归中所包含部分的不同分为AR、MA、ARMA以及ARIMA过程。 在模型的使用过程中需要根据时间序列的自相关函数、偏自相关函数等对序列的平稳性进行判别;而对于非平稳序列一般都需要通过差分处理将其转换成平稳序列(ARIMA);对得到的平稳序列进行建模以确定最佳模型(AR、MA、ARMA或者ARIMA)。在使用中最重要也是最关键的就是对序列进行参数估计,以检验其是否具有统计意义。(The ARIMA model uses a mathematical model to approximate the sequence of data by forming a sequence of data that is predicted over time. It is divided into AR, MA, ARMA and ARIMA processes according to the stability of the original sequence and the included part of the regression. In the process of the model according to the autocorrelation function, the partial sequence of stationary sequence autocorrelation function of discrimination; and for non stationary sequences generally need treatment to convert it into stationary sequence by difference (ARIMA); for the stationary sequences obtained were modeled to determine the best model (AR ARMA, MA, or ARIMA). In use, the most important and most important is to estimate the parameters of the sequence to test whether it is statistically significant.)
Update : 2024-05-07 Size : 2026496 Publisher : 艾玛菲尔

DL : 0
一个强大的Java、前台显示控件,可以很好的显示日历(A powerful Java, foreground display control, you can very well display calendar)
Update : 2024-05-07 Size : 5120 Publisher : test124

定义一个交通工具类Traffic,该类包含属性:车轮的数量、行驶速度;同时还包含行驶的方法,并包含有参和无参的构造方法。请分别定义汽车类Car(包含油耗的属性,有参的构造方法)、火车类Train(无参的构造方法)、飞机类Plane(包含最大航程的属性,包含无参和有参的构造方法),让他们继承Traffic,并重写行驶的方法。在测试类中分别创建三个子类的对象,并调用行驶的方法。((A vehicle class Traffic is defined, which contains attributes: the number of wheels, the speed of travel, and the method of driving, including the parametric and parametric construction methods. Please define auto Car (with the construction method of ginseng contains fuel properties), Train (train class construction method of no arguments), class Plane (including aircraft attributes, the maximum range contains no parameters and construction method of ginseng), let them inherit the Traffic method, and override driving. In the test class, three objects of the subclass are created, and the driving method is called. ()
Update : 2024-05-07 Size : 15360 Publisher : 弑神唐三

DL : 0
简单类test. java初学例程。实现类的重载和实现。(simple java example.)
Update : 2024-05-07 Size : 5120 Publisher : 好市民

DL : 0
用于测试socket的java程序,进行Tcp测试(A java coding for the socket testing)
Update : 2024-05-07 Size : 1024 Publisher : lxkkk

DL : 0
test classes pour developper des classe java
Update : 2024-05-07 Size : 4793344 Publisher : mjiji

DL : 0
java模拟试题,比较初级的模拟题,适合初学者自我检验(Java simulation test questions, comparison of primary simulation questions, suitable for beginners to test themselves)
Update : 2024-05-07 Size : 11264 Publisher : 贝卡becca

DL : 0
在eclipse环境下,java实现简单登录功能(In the eclipse environment, Java implements simple login functions)
Update : 2024-05-07 Size : 4858880 Publisher : qwer2

DL : 0
检验eclipse创建管理系统环境是否搭建成功 用eclipse创建管理系统,先安装环境tomcat,java,jdbc,mysql,建立连接(Check whether eclipse to create an environment management system to build success?)
Update : 2024-05-07 Size : 3072 Publisher : 小子非鱼

本文我们将要讨论 Java 面试中的各种不同类型的面试题,它们可以让雇主测试应聘者的 Java 和通用的面向对象编程的能力。下面的章节分为上下两篇,第一篇将要讨论面向对象编程和 它的特点,关于 Java 和它的功能的常见问题, Java 的集合类,垃圾收集器,第二篇主要讨 论异常处理, Java 小应用程序, Swing, JDBC,远程方法调用(RMI), Servlet 和 JSP(In this article, we are going to discuss the various types of interviewing questions in the Java interview, which can allow employers to test the applicant's Java And the ability of universal object oriented programming. The following chapters are divided into two parts, and the first one will discuss object oriented programming and Its features, the common problems about Java and its functions, the collection class of Java, the garbage collector, second main discussions On exception handling, Java small application, Swing, JDBC, remote method call (RMI), Servlet and JSP)
Update : 2024-05-07 Size : 433152 Publisher : 服务呜呜呜
« 1 2 3 4 56 7 8 9 10 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.