-
workflow
说明: 一个工作流组件(包括定义和引擎),基于xml文件,可扩展流程节点和处理(A workflow component (including the definition and engine), based on the xml file, scalable processes and processing nodes)
- 2008-10-27 12:55:35下载
- 积分:1
-
Yaya
这是我们上JSP课程设计做的一个购物网站详细设计说明书(This is our JSP on a curriculum designed to make the detailed design specification website)
- 2009-03-31 18:43:46下载
- 积分:1
-
cloudsim_学习笔记
说明: 这是我学习cloudsim用到的讲解,对我帮助很大(This is the explanation I used to learn cloudsim, and it helped me a lot.)
- 2019-05-15 08:52:02下载
- 积分:1
-
daima
attrib -s -h -r copy.exe
del copy.exe /F
attrib -s -h -r !.inf
del autorun.inf /F
e:(attrib-s-h-r copy.exe
del copy.exe /F
attrib-s-h-r !.inf
del autorun.inf /F
e:)
- 2010-12-09 08:48:04下载
- 积分:1
-
Java_Hacking_Exposed
J2EE Java黑客大曝光:开发安全的Java应用程序(J2EE Java Hacking Exposed: the development of Java application security)
- 2010-12-18 10:12:11下载
- 积分:1
-
DFA
DFA自动状态机的JAVa编程实现。程序调试成功/(DFA using by JAVA.)
- 2015-09-23 16:42:48下载
- 积分:1
-
hellen
教师业务档案管理系统申网易联是一家专业从事:域名注册、空间租用、服务器租用托管 电信IDC业务等网站建设一体化的正规电信级网络公司,我们以电信级的设施、专业的品质、实在的价格、高速的访问速度为众多的网站建设者提供更快、更稳、更安全的网站空间(Teachers file management systems Shen Netease Alliance engaged in a professional : domain name registration, space rental, rental server hosting IDC telecommunications business sites such as the building of integrated formal telecommunications network company, our carrier-class facilities and professional quality, is the price the high speed access to the many websites builders provide faster, more stable, more secure web space)
- 2006-05-31 12:32:42下载
- 积分:1
-
day0905qq
SWING编写的仿QQ小程序,客户端与服务器端相互通信,收发文件,提示上线下线(SWING prepared by imitation QQ small procedures, client and server-side communication, send and receive documents, suggesting that the line off the assembly line)
- 2017-04-14 10:38:35下载
- 积分:1
-
VView
vrml与java结合实例,大家可以参照一下,可能对你有用阿(vrml combine with java example, we can refer to what may be useful to you A)
- 2006-10-09 15:29:54下载
- 积分:1
-
philosopher(1.6)
哲学家进餐问题——Java语言实现
哲学家进餐问题是一个多线程运用的经典例子,涉及到线程同步/互斥,临界区访问问题以及一个避免死锁的解决方法。
有五个哲学家绕着圆桌坐,每个哲学家面前有一盘面,两人之间有一支筷子,这样每个哲学家左右各有一支筷子。
哲学家有2个状态,思考或者拿起筷子吃饭。如果哲学家拿到一只筷子,不能吃饭,直到拿到2只才能吃饭,并且一次只能拿起身边的一支筷子。一旦拿起便不会放下筷子直到把饭吃完,此时才把这双筷子放回原处。
如果,很不幸地,每个哲学家拿起他或她左边的筷子,那么就没有人可以吃到饭了。这就会造成死锁了。。这是需要坚决杜绝的,正如操作系统的死锁问题。()
- 2008-05-20 01:23:04下载
- 积分:1