-
LiveStream
Live stream is an application for live mobile streaming. Download today
- 2013-09-18 19:07:09下载
- 积分:1
-
Chapter09
Heaps & Priority Queues Implementations and Apps.
- 2015-04-13 02:21:36下载
- 积分:1
-
Calculator
实现类似Windows操作系统“计算器”的功能。可以完成任意的通常借助手持计算器来完成的标准运算。“计算器”可用于基本的算术运算,比如加减运算等。同时它还具有科学计算器的功能,比如对数运算和阶乘运算等。(Windows operating system to achieve a similar " calculator" function. You can complete the usual arbitrary use handheld calculators to complete the standard operation. " Calculator" can be used for basic arithmetic operations, such as addition and subtraction operations. It also has a scientific calculator functions, such as arithmetic and logarithmic factorial computing.)
- 2014-03-30 11:25:03下载
- 积分: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
-
Database-connection-pool-using-steps
数据库连接池的使用步骤,比较有用,如果忘记的朋友可以看看。本人自己写的。(Database connection pool using steps, more useful, if you forget the friends can see. I wrote it myself.)
- 2013-10-31 23:22:47下载
- 积分:1
-
SSM
ssm(struts2+spring+mybatis)写的一个demo,实现简单的增删改查,了解ssm开发流程,适合新手(ssm (struts2+spring+mybatis) write a demo, to achieve simple CRUD understand ssm development process for novices)
- 2020-07-02 00:20:01下载
- 积分:1
-
CaroAuto+1.3
I originally wrote this program as an exercise for learning JAVE. Gomoku game is well-known in many countries and every country calls it differently. The winner is the first player to get an unbroken row of five stones horizontally, vertically, or diagonally.
- 2009-05-21 12:25:00下载
- 积分:1
-
Java 8实战
全书分四个部分:基础知识、函数式数据处理、高效Java 8 编程和超越Java 8。(The book is divided into four parts: basic knowledge, functional data processing, efficient Java 8 programming and beyond Java 8.)
- 2020-06-19 02:00:01下载
- 积分:1
-
java_start
初步学习Java的一些源代码,只作为学习利用。(The preliminary study of some Java source code, just as learning to use.)
- 2010-02-09 12:10:50下载
- 积分:1
-
Notepad4.java
用java语言自己编写的记事本文件编辑器,希望大家给点意见(Using java language to write your own text editor Notepad, I hope you to the point)
- 2011-04-30 10:53:29下载
- 积分:1