搜索资源列表
JBuilder制作音频播放程序(2)
- JBuilder制作音频播放程序,需要注意的是,当播放时,界面上的各个按钮应当仍然可以对用户的操作进行事件响应,所以至少需要两个线程:一个控制歌曲的播放,另外一个对用户事件进行响应。因此我们的AudioPlay类需要实现Runable接口,以使用多线程技术。根据JDK的解释-JDK1.4.0,任何需要由线程执行的实例都应当实现Runable接口,而且由于我们只需要重写run()方法和stop()方法,并给start()方法多态化,所以我们选择实现Runable接口,这样就可以不需要继承Threa
Employee
- 关于多态方面练习的编程,内容是基于Employee类设计出的一些staff类、manager类等的设计,使不同的员工具有不同的功能,方便管理。-Polymorphic aspects of practice on the programming, content is based on the Employee type design some staff categories, manager of design, etc., so that different employees have
InterFace1
- 这是一个有多个独立的能运行的小程序组成的。包含interface super this abstract extends private public protected 多态 重写 重载-This is a more independent can run a small program consisting of. Contains interface super this abstract extends private public protected override overlo
page
- 该组件为jsp页面数据分页通用组件,可用于所有struts或jsp+javabean的页面分页功能。该组件使用非常简单,只需设定好各项属性,传入数据Vctor或者Sql语句,直接调用多态的 getContentHtml方法即可得到分好页的表格的html代码(string),在页面中< =string >即可 ,之后的各种翻页操作业已封装在该html代码中,用户不必再操心。-The components for the common components jsp page d
Java2
- [北京圣思园Java培训教学视频]Java.SE.第二十一讲.多态详解.续2.rar-[Beijing Sonus Park Java training and teaching video] Java.SE. the twenty-first talk. Polymorphic Detailed. Continued 2.rar
JAVALAB
- 八皇后java源代码,多态java源代码,异常处理java源代码,URL格式判断 -Eight Queens java source code, polymorphic java source code, java source code, exception handling, URL format to judge and so on. . . . . . . .
cinema
- 电影院售票系统 使用XML和TreeView显示影院放映列表 使用泛型集合维护有继承关系的电影票对象 座位数可以在系统中指定 点击座位可购买不同类型的电影票 使用简单工厂模式创建不同类型的电影票 使用多态实现不同类型电影票的价格计算 使用接口实现电影票的打印 使用序列化和反序列化实现销售情况的保存和读取 -Cinema ticketing system using XML and TreeView display theaters to maintai
virtual-function-in-the-VB
- 介绍一种在VB中使用虚拟函数的方法实例,通过虚拟函数的使用,使得VB也具有多态的特征-Introduction of a virtual function in the VB method using examples, the use of virtual functions, making the VB also has the characteristics of polymorphic
fs
- 设计一个方法,此方法可以接受所有A类的所有类的实例,分别使用对象多态性和非多态性来完成。-Design a method that can accept all Class A all instances of the class, respectively, using polymorphic and non polymorphic objects to complete.
PolymorphicArrays
- code example for polymorphic arrays
People
- 这是一个用java语言编写的实现继承多态接口等的一个小练习- This is a use Java language preparation implementation inheritance polymorphic interface, a little practice
Polymorphic
- 面向对象之多态(向上转型与向下转型的具体应用实例)-Object-oriented as many states (the upcast down in transition)
src
- 通过接口实现多态的小程序,实例是通过接口来完成多态数组的应用。-Through the interface implementation of polymorphic small programs
作业一(3)简单的多态示例
- 这是一个简单的多态示例,运用JAVA语言来显示多态的实例(Simple polymorphic examples)