-
one
机会网络模拟器one的程序代码以及相关介绍说明文档,可视化环境(One:opportunity network simulator program code and documentation related presentations, visual environment)
- 2014-07-20 22:36:13下载
- 积分:1
-
ExecSQL
java从文本文件中读取并执行SQL语句的示范。(java from text documents to read and implement SQL model.)
- 2007-04-23 17:25:16下载
- 积分:1
-
cas-server
cas单点登录源码,解压缩就能打开,并且查看,非常简单实用!(cas sso login source)
- 2013-07-30 16:40:40下载
- 积分:1
-
NcViewer
说明: 数控系统 NC 程序 快速查看修改及模拟检查。(NC program of CNC system can be checked, modified and simulated quickly.)
- 2020-05-16 23:38:51下载
- 积分:1
-
philosopher(1.6)
哲学家进餐问题——Java语言实现
哲学家进餐问题是一个多线程运用的经典例子,涉及到线程同步/互斥,临界区访问问题以及一个避免死锁的解决方法。
有五个哲学家绕着圆桌坐,每个哲学家面前有一盘面,两人之间有一支筷子,这样每个哲学家左右各有一支筷子。
哲学家有2个状态,思考或者拿起筷子吃饭。如果哲学家拿到一只筷子,不能吃饭,直到拿到2只才能吃饭,并且一次只能拿起身边的一支筷子。一旦拿起便不会放下筷子直到把饭吃完,此时才把这双筷子放回原处。
如果,很不幸地,每个哲学家拿起他或她左边的筷子,那么就没有人可以吃到饭了。这就会造成死锁了。。这是需要坚决杜绝的,正如操作系统的死锁问题。()
- 2008-05-20 01:23:04下载
- 积分:1
-
Hibernate_Javake_Ch04_Util
编写HibernateUtil工具类,用工厂方法设计模式实现(Write HibernateUtil tools with factory method design pattern)
- 2013-11-04 00:16:55下载
- 积分:1
-
DrawPictureTool
手机版画图工具,和电脑自带的画图工具部分功能一致,大家编程时可以多学习
- 2009-12-07 11:01:22下载
- 积分:1
-
epai
是一个基于SSH开发的一个web项目。
主要功能包括注册,登录,发布商品,对商品出价,竞拍商品等等,运用了AJAX技术实现局部刷新。。。奉献给那些想运用SSH框架开发一个web项目的朋友。(good body)
- 2010-08-12 16:37:54下载
- 积分:1
-
dala
一个java开发的定时器操作的小例子,欢迎大家使用(A small example of timer operation developed by Java, welcome to use.)
- 2018-09-16 09:21:00下载
- 积分: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