-
Wicked-Cool-Java
Wicked Cool Java contains 101 fun, interesting, and useful ways
to get more out of Java. This isn’t intended as a Java tutorial–it’s
targeted at developers and system architects who have some basic Java
knowledge but may not be familiar with the wide range of libraries
available. Full of example code and ideas for combining them in useful
projects, this book is perfect for hobbyists, and professionals will
find tips and open-source projects to enhance their code and make their
jobs easier. Topics include converting a non-XML text structure into XML
using a parser generator, experimenting with a Java simulator for the
Cell Matrix, creating dynamic music and sound in Java, working with
open-source class libraries for scientific and mathematical
applications, and many more.
- 2012-10-24 23:52:26下载
- 积分:1
-
RFC1945java
使用java实现的RFC1945 http1.0协议。所有面向对象设计严谨按照RFC 1945协议中的描述。源代码逾4000行。提供给Java网络编程初学者学习(Java achieved using RFC1945 http1.0 agreement. All well-structured object-oriented protocol in RFC 1945 in accordance with the description. The source code of more than 4000 lines. Java network programming to beginners learning)
- 2009-04-18 15:36:36下载
- 积分:1
-
guitusaipao
说明: 简单的乌龟与兔子赛跑程序,显示两个画面动态追逐效果(The tortoise and the hare race simple procedure, the dynamic pursuit of the screen displays two results)
- 2011-03-15 11:29:24下载
- 积分:1
-
wuziqi
java实现控制台五子棋,人以x,y的方式输入,电脑随机下棋。(java realize console backgammon, people with x, y way input, computer random chess.)
- 2015-06-19 07:09:47下载
- 积分:1
-
fenyezujian
这是一个java的table分页组件例子,有源代码。(This is a Java table paging component example, source code.)
- 2015-05-11 10:01:49下载
- 积分:1
-
javaxcx
java 小程序 适合java初学者对java编程的了解与学习(java applet for java beginners and learn about the java programming)
- 2012-06-07 14:29:37下载
- 积分:1
-
LIMS_SSM-master
说明: 实现了实验室管理系统的增删改查功能,界面优化良好,可以用来练习。(The function of adding, deleting, modifying and checking in the laboratory management system is realized. The interface is optimized well and can be used for practice.)
- 2021-03-17 13:59:20下载
- 积分:1
-
IconLoader
get Graphics Configuration Source Code for Andriod.
- 2013-12-02 15:44:44下载
- 积分:1
-
ClassMemeberPriviledge
实现一个程序,对用户输入的类权限、成员权限、以及使用该类对象的环境与这个类的关系,判断这个环境中能不能访问这个类的这个成员。
4. 背景知识介绍:对类成员的访问权限由3个方面决定:(1)类的访问权限(public或default),(2)成员变量的访问权限(public, protected, default或private),以及环境与类的相互关系(同类SameClass,同包不同类SamePackageNoteSameClass,不同包但为子类OtherPackageSubClass,不同包非子类OtherPackageNotSubClass)。例如,如果一个类A是public的,它的一个成员变量x是protected的,则这个成员变量的访问权限是default的,试图访问这个类的一个运行环境与A的关系是OtherPackageSubClass,则这个环境中能够访问变量x。(Implement a program, the relationship between the classes of permissions, user input member permissions, as well as the environment of use of such objects of this class, it is judged in this environment can not access this members of this class.
4. Background knowledge: the access rights of the class members decided by three aspects: (1) access rights (public or default), (2) the member variable access rights (public, protected, default or private), as well as environmental and the relationship of the class (of similar SameClass, same package different classes SamePackageNoteSameClass, different packages, but for subclass OtherPackageSubClass, different package non-subclass OtherPackageNotSubClass). For example, if a class A is public, it s a member variable x is protected, the access rights of the member variables is default, tries to access a runtime environment for this class A relationship is OtherPackageSubClass this environment be able to access the variable x.)
- 2013-04-01 20:00:25下载
- 积分:1
-
opennms-icmp
基于JAVA的ICMP协议实现,ping和traceroute,分为IPV4和IPV6均有实现(JAVA the ICMP protocol, ping and traceroute, is divided into IPV4 and IPV6 are to achieve)
- 2021-03-09 10:59:28下载
- 积分:1