-
Experiment-III
大学Java课程实验三,要求学会使用继承接口与多态。(Java course experiment three universities require learn to use interface inheritance and polymorphism.)
- 2013-08-31 16:06:49下载
- 积分:1
-
codingforYXM
纯手编的超市会员管理系统,可支持会员注册,会员登录(验证码功能),会员查询,会员删除等功能,界面友好,易于操作。(Pure hand-woven supermarket membership management system that supports membership registration, member login, membership inquiries, membership and delete functions, user-friendly, easy to operate. )
- 2013-11-24 10:15:06下载
- 积分:1
-
Effective Java-Joshua Bloch 3rd Edition 2018
java进阶书籍,非常好的英文资料,希望大家共同学习进步(Advanced Java books, very good English materials, I hope you can learn and progress together.)
- 2020-06-22 04:20:02下载
- 积分:1
-
C#4.0图解教程(含完整目录)
说明: 第 1 章 C# 和 .NET 框架
第 2 章 C# 编程概述
第 3 章 类型、存储和变量
第 4 章 类的基本概念
第 5 章 方法
第 6 章 深入理解类
第 7 章 类和继承
第 8 章 表达式和运算符
第 9 章 语句
第 10 章 结构
第 11 章 枚举
第 12 章 数组
第 13 章 委托
第 14 章 事件
第 15 章 接口
第 16 章 转换
第 17 章 泛型
第 18 章 枚举器和迭代器
第 19 章 LINQ
第 20 章 异步编程
第 21 章 命名空间和程序集
第 22 章 异常
第 23 章 预处理指令
第 24 章 反射和特性
第 25 章 其他主题(Chapter 1 C# and .NET Framework
Chapter 2 C# Programming Overview
Chapter 3 Types, Storage and Variables
Chapter 4 Basic Concepts of Classes
Chapter 5 Methods
Chapter 6 In-depth understanding of classes
Chapter 7 Classes and Inheritance
Chapter 8 Expressions and Operators
Chapter 9 Statements
Chapter 10 Structure
Chapter 11 Enumeration
Chapter 12 Arrays
Chapter 13 Delegation
Chapter 14 Events
Chapter 15 Interface
Chapter 16 Conversion
Chapter 17 Generics
Chapter 18 Enumerators and Iterators
Chapter 19 LINQ
Chapter 20 Asynchronous Programming
Chapter 21 Namespaces and Assemblies
Chapter 22 Exceptions
Chapter 23 Preprocessing Directives
Chapter 24 Reflection and Characteristics
Chapter 25 Other Topics)
- 2021-04-15 16:31:20下载
- 积分:1
-
DirectByteBuffer
DirectByteBuffer extends BaseByteBuffer implements DirectBuffer.
- 2014-02-18 12:46:44下载
- 积分:1
-
id3
用JAVA语言来实现数据挖掘中的ID3算法(JAVA language used to achieve the data mining algorithm ID3)
- 2009-06-24 12:50:23下载
- 积分:1
-
jQuery
jQuery学习教程,适合初学者观看,对刚开始了解jQuery的人是一本不错的教程(jQuery tutorial for beginners view of people who just begin to understand jQuery is a good tutorial)
- 2010-12-06 11:47:10下载
- 积分:1
-
dazhengshuchengfa
这是一个用C#编写的程序,主要是实现大整数的乘法。(this is a code written by C#.)
- 2011-12-05 17:07:31下载
- 积分:1
-
MyATM_cSharp
atm c# 代码 界面设计 服务器功能(atm c#)
- 2012-05-23 20:35:33下载
- 积分: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