-
paixu
在eclipse环境下,通过键盘输入N个数,采用冒泡排序,对其进行排序,并返回第k个最大值。(In the eclipse environment, input N numbers through keyboard ,use bubble sort, sort them, and returns the k-th maximum.)
- 2013-10-28 15:03:28下载
- 积分:1
-
Java_information_cue
Java实现一个信息提示窗口,实现方法:大多数的信息窗口是没有标题栏的,因此信息窗口不能由继承JFrame 类来实现,一种简单的做法是通过继承JWindow 来实现(当然继承Window 类也可以,但一个原则是尽量使用swing 中的界面类)。
在加载图信息窗口上的图片时,用到java.awt 包中的MediaTracker 类。使用该类的好处是可以更好地管理程序中要使用的图片,同时还可以保证图片和界面同时显示,避免了窗口显示后很久才显示图片的缺点。
(
Java implementation of an information prompt window method: Most of the information is no title bar of the window, the information window can not be achieved by the inherited class JFrame, a simple approach is to be achieved through inheritance JWindow (of course, the Window class can inherit but a principle is to make use of the interface class swing).
When loaded on the chart image information window, use the java.awt package MediaTracker class. The advantage of using this class is that you can better manage the program you want to use the picture, but also can guarantee the picture display and interface simultaneously, avoiding the window a long time to display pictures shortcomings.
)
- 2014-04-30 18:53:35下载
- 积分:1
-
CoreJava
非常经典的简介教程,CoreJava内容精简,介绍了Java中的核心内容(Very classic profile tutorial, CoreJava concise, introduced in the core Java)
- 2010-06-02 10:34:03下载
- 积分:1
-
15755_jb_memory_monitor_v.2.2
JBuilder里监控内存使用情况的插件(JBuilder Memory Lane control the use of plug-in)
- 2004-10-13 09:49:37下载
- 积分:1
-
Java_Model
这是一本讲关于Java语言中的设计模式的电子书,里面对Java做了深入的讲解,适合Java高级读者。(This is an ebook the model of Java Programming, it is fit for those the advanced Java programmer.)
- 2009-04-21 12:05:31下载
- 积分:1
-
学习案例-基于DB的运用MVC开发模式的登录程序
说明: 学习案例-基于DB的运用MVC开发模式的登录程序
java源代码+数据库(Study case - login procedure based on DB using MVC development mode
Java source code + Database)
- 2020-02-29 12:35:30下载
- 积分:1
-
SwordForOfferJava-master
说明: 剑指offer电子版,用例使用java语言编写,供java学习者参考(Sword refers to the electronic version of the offer, the use case is written in java language, for the reference of java learners)
- 2019-11-13 09:57:52下载
- 积分:1
-
tshu
使用Java编写的图书管理系统,能够进行借还书,图书、读者、借阅历史等的查询(a manage system about library written in Java )
- 2012-04-13 16:38:29下载
- 积分:1
-
NamespaceMappings
This member is continually incremented when new prefixes need to be generated Source Code for Andriod.
- 2013-12-16 11:34:16下载
- 积分:1
-
split_words
分词程序,正向最大匹配法,JAVA语言。核心思想是从句子最左端开始,单字节扫描匹配,直至句末(Segmentation procedure, forward maximum matching, JAVA language. Core idea is to start from the leftmost sentence, single-byte scan match until end of the sentence)
- 2013-11-04 19:29:54下载
- 积分:1