-
Demo示例
海康人脸识别DEMO,JAVA语言编写的,帮你快速入门(Haikang Face Recognition DEMO)
- 2019-03-20 15:19:58下载
- 积分: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
-
v2ch04
《java 核心技术》卷二第4章源代码,绝对书中的源码(" Java core technology, Volume II Chapter 4 source code, the absolute source book)
- 2013-04-21 13:48:54下载
- 积分:1
-
multiThread_Runnable
一个非常简单的多线程程序:三个线程随机产生26个英文字母,可以随时暂停线程并继续。用Java的implements Runnable()实现的多线程,当然您也可以用extends Thread class去实现多线程!代码的每一步都有详细的注释便于大家进一步了解多线程功能!(A simple multiple Thread program which based on implementing Runnable interface, you can use extends Thread class as well.)
- 2012-11-13 12:08:30下载
- 积分:1
-
299255
基础练习,这是Java入门课程的基础练习。包括了许多的知识点(Basic exercises, which are the basic exercises of the Java introductory course. It includes many knowledge points.)
- 2018-12-29 18:57:57下载
- 积分:1
-
sCREENsIZE
Returns the enum for matching the provided qualifier value.
- 2014-01-13 18:39:28下载
- 积分:1
-
Chat1.3
这是一个小型的Java聊天练习,仅供参考学习(This is a small Java chat exercises are for reference only learning)
- 2012-10-23 11:12:02下载
- 积分:1
-
note
很实用的笔记编辑,查看器。你编辑的文本文件可以直接转化成HTML形式(Very practical note - editing, viewer. The text file you edit can be directly transformed into HTML form.)
- 2018-06-22 21:15:04下载
- 积分:1
-
Graphical_Editing_Framework
GEF 使用、原理、功能、框架介绍,初学者必备书籍(GEF use, principles, functions, frameworks introduced)
- 2013-10-23 16:56:18下载
- 积分:1
-
日程管理
一个类似的日历,数据表的设计。我想了很久,也没有找到一种好办法。如果象Google calendar 一样,可添加月,周,日重复。。数据库里面,我想应该只有一条记录。(A similar calendar, data table design)
- 2020-06-24 02:40:02下载
- 积分:1