-
application_gestion_stock
this is a simpleproject for stock management
- 2017-05-04 07:42:36下载
- 积分:1
-
Hadoop-houseware--hive
Hadoop数据仓库--hive介绍
详细介绍,不错的资料(Hadoop data warehouse- the hive introductory details, good information)
- 2012-08-20 22:49:00下载
- 积分:1
-
VCPPcode
学习C++必备啊 希望和大家共享 源代码 共同进步(Learn C++ essential ah hope and sharing source code and common progress)
- 2014-03-13 19:55:03下载
- 积分:1
-
corejava7_1_source
Cornell and Horstmann Core Java Volume I source code listings
- 2011-12-29 03:12:21下载
- 积分:1
-
chess212
使用Java编写的国际象棋的源码,仅供大家灿烂靠(The source code for chess written in Java,It is only for everyone to be brilliant.)
- 2018-05-04 20:06:25下载
- 积分:1
-
esp8266-e4a
esp8266的源码,用于学习非常好(esp8266 source for learning is very good)
- 2016-08-16 20:26:03下载
- 积分:1
-
ssh框架实现仓库管理系统
说明: ssh框架实现仓库管理系统。有代码和文档(The ssh framework implements a warehouse management system. Have code and documentation)
- 2020-11-16 09:49:40下载
- 积分:1
-
JavaXQgame
说明: 自学Java写的象棋游戏源码(简单),希望高人不要笑话,这是我自学写的,基本上是用Java调用图片显示的原理制成,适合和我一样菜的Java新手,希望大家与我一起交流。
(Learning chess game written in Java source code (simple), I hope skilled are not a joke, this is my self-written with Java call is basically the principle of image display is made of the same dish for my Java novice, and I hope with the exchange.)
- 2010-04-09 20:23:50下载
- 积分:1
-
Japanese-games
这是在国外的一个网站找到的小日本写的,具体效果看我源码出处吧 (This is a site in a foreign country to find a small Japanese writing, the specific effect of the source code to see me right)
- 2013-09-03 15:38:47下载
- 积分: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