-
MailingListInfo
Simple JNI rar example
- 2011-06-22 13:55:25下载
- 积分:1
-
Http
自己平时从网上搜集的http协议解析文档(Their normally collected from the Internet http protocol analysis document)
- 2007-11-16 02:44:59下载
- 积分:1
-
VCardParser_V40
vCard parser for vCard 4.0.
- 2013-11-21 22:07:30下载
- 积分: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
-
StudyOnline
网上购书的主页面代码,实现总体浏览功能,具体实现没有给出.呵呵.(Online book code of the page, realize the overall browsing, did not give a concrete realization. Ha ha.)
- 2008-05-11 14:01:01下载
- 积分:1
-
com.BoboJingDong
高仿京东 实现首页图片轮播 二级缓存 异步下载 加载动画等(Jingdong achieve high imitation Home Photo Carousel two cache asynchronous loading animation download)
- 2014-07-01 10:35:33下载
- 积分:1
-
ChattP
java聊天软件,C/S结构, 没有使用数据库 ,Swing做的。可以多个人一起聊天,有客户端服务端,运行速度快。(the java chat C/S no database)
- 2012-12-05 21:58:35下载
- 积分:1
-
analog-clock
java模拟时钟,可在换数字时钟和模拟时钟之间切换(java analog clock, switch between change digital clock and analog clock)
- 2014-01-16 16:47:15下载
- 积分:1
-
JiSuanQi
java实现计算器,import java.awt.*
import java.awt.event.*
import javax.swing.*
public class JiSuanQi
{
Frame f
Label lab
Button[] bt=new Button[29]
JTextField t
StringBuffer str //显示屏所显示的字符串
double x,y //x和y都是运算数
int z //Z表示单击了那一个运算符.0表示"+",1表示"-",2表示"*",3表示"/"
static double m //记忆的数字
JiSuanQi()
{(java implementation calculator, import java.awt.* import java.awt.event.* import javax.swing.* public class JiSuanQi {Frame f Label lab Button [] bt = new Button [29] JTextField t StringBuffer str //display character string displayed double x, y //x and y are the operands int z //Z represents an operator clicks that 0 means " +" , 1 indicates " -" , 2 is " *" , 3 is " /" static double m //number in memory JiSuanQi () {)
- 2013-05-24 19:03:04下载
- 积分:1
-
SipProfile
Helper class for creating a {@link SipProfile}.
- 2014-02-25 11:31:22下载
- 积分:1