-
WebSphere
WebSphere快速入门.pdf 送给正在学习WebSphere的朋友。(WebSphere)
- 2010-07-23 20:27:57下载
- 积分:1
-
Perceptron
机器学习中Perceptron算法统计词频(The statistics of words of perceptron algorithm in Machine Learning)
- 2013-11-28 22:42:55下载
- 积分:1
-
NewApplet
这个程序主要是用来显示日历的,可根据面板改变显示(This procedure is mainly used to display the calendar can be changed under the panel show)
- 2008-01-12 16:24:25下载
- 积分:1
-
Employee
创建四个类,分别为Employee类、SalariedEmplyee类、HourlyEmployee类和CommissionEmployee类。其中Employee类是其他三个类的父类。Employee类包含姓名和身份证号。除此之外,SalariedEmployee类还应包含每月工资;HourlyEmployee类还应包含每小时工资数和工作时间数;CommissionEmployee还应包含提成比例和销售总额。每个类都应有合适的构造方法、数据成员的设置和读取方法。编写一个应用程序,创建这些类的对象,并输出与对象相关的信息。注意子类有时需调用父类的构造方法和被覆盖的方法,成员变量定义为private,对有些方法实现重载。
(Create four categories, namely the Employee class, SalariedEmplyee class, HourlyEmployee classes and CommissionEmployee classes. Employee class is the parent class where the other three classes. Employee class contains the name and ID number. In addition, SalariedEmployee class also includes a monthly salary HourlyEmployee class should also include the number of hourly wages and the number of working hours CommissionEmployee should also include the proportion and total sales commission. Each class should have the right to set and read the constructor method, data members. Write an application to create objects of these classes, and output information associated with the object. Sometimes need to call attention to a subclass of the parent class constructor and methods are covered, member variables defined as private, to achieve overloading of some methods.)
- 2013-11-27 11:43:06下载
- 积分:1
-
source
说明: JDWP 是 Java Debug Wire Protocol 的缩写,它定义了调试器(debugger)和被调试的 Java 虚拟机(target vm)之间的通信协议。
JDWP 协议介绍
这里首先要说明一下 debugger 和 target vm。Target vm 中运行着我们希望要调试的程序,它与一般运行的 Java 虚拟机没有什么区别,只是在启动时加载了 Agent JDWP 从而具备了调试功能。而 debugger 就是我们熟知的调试器,它向运行中的 target vm 发送命令来获取 target vm 运行时的状态和控制 Java 程序的执行。Debugger 和 target vm 分别在各自的进程中运行,他们之间的通信协议就是 JDWP。(JDWP is Java Debug Wire Protocol)
- 2019-04-25 11:00:32下载
- 积分:1
-
CheckBox
Check Box extends Compound Button Source Code for Andriod.
- 2014-01-03 19:27:10下载
- 积分:1
-
test
part1
(1)可以在“请输入文件路径和名称:”后面的文本框中输入文件名和路径。
(2)可以在文本区中写文本。
(3)可以在“请输入需要追加的内容:”后面的文本域中输入内容,按回车键之后,其中的内容会添加到文本区中(添加的内容另起一行)。
(4)单击“将文本区的内容写入文件”按钮,文本区中的内容就会被写到指定的文件中。
part2
(1)窗体的标题是“猜数字小游戏”。
(2)单击“得到一个随机数”按钮,系统会产生一个1~10之间的随机整数(使用Math类的方法random( ))。
(3)在“输入您的猜测:”后面的文本框中输入你要猜测的整数,之后单击“确定”按钮。
(4)对你猜测的整数,图形用户界面的最下面会有提示信息,没有猜的时候,显示“无反馈信息”,如果猜大了,显示“猜大了”,如果猜小了,显示“猜小了”,如果猜对了,显示“猜对了”。(其中,蓝色字体是JLabel类的对象调用方法setForeground(Color.blue)实现的。)(Java Simple Graphic Interface)
- 2020-12-11 15:59:18下载
- 积分:1
-
analog-clock
java模拟时钟,可在换数字时钟和模拟时钟之间切换(java analog clock, switch between change digital clock and analog clock)
- 2014-01-16 16:47:15下载
- 积分:1
-
JAVA图书馆管理系统源码
JAVA图书馆管理系统源码
- 2014-12-13下载
- 积分:1
-
aa
本书系统地介绍了SWT、Draw2D、GEF、JET 等与Eclipse 插件开发相关的基础知识,并且以实际的开发案例来演示
这些知识的实战性应用,通过对这些实际开发案例的学习,读者可以非常轻松地掌握Eclipse插件开发的技能,从而开发出满
足个性化需求的插件(Case to demonstrate the actual development of these practical application of knowledge through the development of these practical case study, the reader can very easily grasp Eclipse plug-in development skills to develop products that meet the individual needs of the plug-in.)
- 2014-02-20 12:59:02下载
- 积分:1