-
MiniPL
Mini PL program that check syntax declaration.
- 2009-10-22 09:08:03下载
- 积分:1
-
KafkaConsumerProcess
说明: Java版本的基于多线程的Kafka高性能消费者处理通用程序(Java Version of High Performance Consumer Processing Universal Program Based on Multithread)
- 2020-06-17 08:40:02下载
- 积分:1
-
JDBC
说明: jdbc作业有助于学习java功能里面的jdbc模块1111111(DBC job helps to learn JDBC module 1111111 in Java function)
- 2020-06-28 17:56:15下载
- 积分:1
-
生命游戏
说明: 一个小游戏,关于生命算法的,设置初始值然后进行生命周期的迭代(A small game, about life algorithm, set the initial value and then iterate through the life cycle)
- 2020-06-16 10:40:01下载
- 积分:1
-
jiatinglicaigongju
用Java 编写的家庭理财工具 十分完整 十分强大(Written using Java is a complete family financial management tool for very strong)
- 2009-12-19 09:39:50下载
- 积分:1
-
SendMsg_webchinese
中国网建网的发短信代码,中国网建网的发短信代码(this is java code about sms,u can use it send sms.....)
- 2013-08-01 17:42:36下载
- 积分:1
-
TUXEDO_summary
本文档目的在于使您对交易中间件TUXEDO有一个
粗略的认识,并为以后的系统设计或者开发部署提供一些
参考,更好的让中间件服务于我们的应用系统.这里不会关
注具体配置和开发的细节.(The purpose of this document is to make your transaction TUXEDO middleware to have a rough understanding of, and for the subsequent development and deployment of system design, or provide some reference, to allow better service to our middleware applications. Here is not concerned about the specific configuration and development details.)
- 2007-11-27 13:25:37下载
- 积分:1
-
ThreadTest
说明: java 中的多线程程序实例,包括:线程的创建方式、线程的生命周期、线程的方法(启动、挂起、唤醒、优先级等)(The multi-threaded java program example)
- 2011-04-18 07:35:49下载
- 积分: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
-
Kmeansone
Kmeans 算法的基本JAVA实现。可以实现聚类的功能。(kmeans ALGORITHM using JAVA)
- 2015-09-23 16:38:04下载
- 积分:1