搜索资源列表
mtpso
- 连续型粒子群算法的java实现,可以自己设计粒子群算法(继承Swarm和Particle类),包含有三个个抽象类(Swarm、Particle、Problem),可以继承Problem类自定义新的问题。-continuous particle swarm algorithm to achieve the java can design their own PSO algorithm (inheritance and Particle Swarm), contains an abstract ca
继承和子类实例
- 有关java继承和子类的实例.有助于学习者参考和练习-the inheritance and child class examples. Reference and help learners practice
decoratorPat
- java 结构模式,装饰模式,不断增加类的功能,而不使用继承,包括例子。-java model, decorative patterns, the growing category of functional without the use of inheritance, including examples.
4102327
- Java语言是一个简单的、面向对象的、分布的、解释(执行)的、健壮的、安全的、独立于平台的、可移植的、可扩展的、高性能的、多线程的以及动态的程序设计语言。Java是由C++发展而来的,它是一种彻底的纯面向对象的程序设计语言。面向对象的语言四大特点:1.封装 2.继承 3.多态 4.动态。面向对象技术较好地适应了当今软件开发过程中新出现的种种传统面向过程语言所不能处理的问题。面向对象技术的核心是以更接近于人类思维的方式建立计算机逻辑模型,它利用类和对象的机制将数据与其上的操作封装在一起,并通过统
l25
- 自己定义的表格,继承AbstractTableModel类,实现自己的表格,文件MyTableDemo.java-own definition of the form, inheritance AbstractTableModel class and realize their forms, documents MyTableDemo.java
jeecms-2.3.2-final-src.zip
- JEECSM是JavaEE版网站管理系统(Java Enterprise Edition Content Manage System)的简称。 基于java技术开发,继承其强大、稳定、安全、高效、跨平台等多方面的优点 采用hibernate3+struts2+spring2+freemarker主流技术架构 懂html就能建站,提供最便利、合理的使用方式 强大、灵活的标签,用户自定义显示内容和显示方式 在设计上自身预先做了搜索引擎优化,增强对搜索引擎的友好性 采用伪静态页
1
- JAVA继承的例子,是SUN公司书本上的一个例子,我、只是上传试下,这个程序没什么实际意义-JAVA inheritance example is the SUN company books an example, I just upload under test, this procedure no practical significance
company
- This the inheritance model in java.-This is the inheritance model in java.
wangluobiancheng
- 网络编程基础,特别适合初学者。简单的基础java应用,一个简单的服务器和客户端的即使通讯的模拟。实现类的展示类的创立,继承。和构造函数的重载。-Basic network programming, especially suitable for beginners. Basic simple java application, a simple server and client communications, even if the Analog. Type implementation of
PersistencePaysoffsAdvancedMappingwithJPA
- JPA高级篇,2个子目录包含原文中相关章节所有源码,每个子目录包含一个build.xml文件,一个src目录包含源码和persistence.xml文件。-This code illustrates the second article about JPA. You will find 2 sub-directories that contain the code that changes throughout the article. In each sub-directory yo
shape
- /*做一个抽象的shape类 有一个可计算面积的抽象方法 1.做矩形和圆形两个类继承shape类 各自计算面积 2.根据两种图形的面积求法各自设置成员变量 3.设置图形类 包含图形名字和一个shape类型的成员 变量 并含一个方法 实现shape类成员的面积操作 4.做一测试类 分别根据不同的shape类对象实现多态*/-/* Do an abstract shape class has a way to calculate the size of an abst
SourceInsight3.5
- Source Insight Source Insight是一个革新的面向项目开发的程序编辑器和代码浏览器,它拥有内置的对C/C++, C#和Java等程序的分析。Source Insight能分析你的源代码并在你工作的同时动态维护它自己的符号数据库,并自动为你显示有用的上下文信息。Source Insight不仅仅是一个强大的程序编辑器,它还能显示reference trees,class inheritance diagrams和call trees。Source Insight提供了最快速
jeecms-2.4.2-final-src
- JEECSM是JavaEE版网站管理系统(Java Enterprise Edition Content Manage System)的简称。 基于java技术开发,继承其强大、稳定、安全、高效、跨平台等多方面的优点 -JEECSM is the version of JavaEE web site management system (Java Enterprise Edition Content Manage System) short. Based on java techno
abstractproduct_0_2.tar
- abstractproduct.h is C++ template-based library providing reflective object creation mechanism (similar to Java s Class.forName("ClassNameHere").newInstance()). It does so by static initialization of meta-classes and factory objects reflecting your o
Java
- 掌握两种实现多线程的方法:继承Thread类和实现Runnable接口。以供初学者学习这两种方法-Learn two ways to implement multithreading: the Thread class inheritance and implement the Runnable interface. For beginners to learn the two methods
String
- JAVA中有关类string和类 StringBuffer的方法和构造方法及继承.-JAVA in the class and the class StringBuffer string methods and construction methods and inheritance.
CLIPS_6.30_Beta.R3
- clips最新版 CLIPS是一种专家系统工具,最初由NASA/Lyndon B. Johnson太空中心软件技术研究室开发出来。自1986年首次发布以来,CLIPS经历了不断的改进和完善。现在它已经被广泛的应用在数以万计的全球用户中。 CLIPS被开发出来以促进集成人类知识和经验的软件发展。 在CLIPS中,知识的表示有三种方式: l 规则,规则表示法是基于启发式经验知识库的首要选择。 l 自定义函数和通用函数,这种方式是程序式知识表示的首选。 l 面向对象设计,也
C-JAVA
- 51单片机外中断,java源码写的万年历,继承和多态的相关源码-51 MCU external interrupt, the java source code to write the calendar, inheritance and polymorphism related to source
java-eluosifangkuai
- 用JAVA语言编写俄罗斯方块游戏,实现俄罗斯方块游戏的基本功能。课题主要完成目标是利用小应用程序模版及按钮事件、多线程以及相关事件处理完成俄罗斯方块游戏的操作程序。应用到的技术包括类的继承,接口的引用以及各类中重要方法的充分运用paint方法绘制游戏区,移动有效性判断locateFlag(),等),以及多线程的应用实现对方块下落速度的控制(线程的应用(线程的创建、run()方法的使用-Tetris game written in JAVA language, the basic function
deaonstration-the-Java
- java的继承机制的演示,有关swing 界面的继承机制的实现-Java inheritance mechanism of demonstration, the swing of the interface inheritance mechanism