-
RCPPlugin
有关Eclipse插件开发的书籍,十分有用(book about eclipse plugin very useful)
- 2011-12-02 11:46:24下载
- 积分:1
-
chatroom
聊天 现代汉语辞典里对 聊天 的解释为:闲谈,即空闲时候说说话。 网络聊天是什么 咋看上去这是一个非常愚蠢的话题,但细细想来的确还有几分迷惑,上网近六年我总在思考这看似简单却又令人费解的问题,网络是什... (chatroom)
- 2010-03-10 18:07:27下载
- 积分:1
-
ManagerTeaching
Structs2+Spring+Ibatis入门(Structs2+Spring+Ibatis new study)
- 2014-01-14 15:16:18下载
- 积分:1
-
MQL4-chinese
MQL4命令中文手册,帮助学会如何使用MQL4(MQL4 command Chinese manual to help learn how to use MQL4)
- 2020-07-23 21:38:44下载
- 积分:1
-
hibernate_day04_v2_all
使用hibernate框架,包括配置文件,初学者可以以此为模版学习hibernate框架(The use of Hibernate framework, including configuration files, beginners can also be used as a template to learn Hibernate Framework)
- 2012-10-31 20:06:38下载
- 积分:1
-
DatabaseOperater
数据库连接及简单操作(database)
- 2018-10-14 15:27:15下载
- 积分:1
-
FrontEnd
java反编译软件 是一个有图形截面的 (err)
- 2007-12-28 13:46:12下载
- 积分:1
-
useftpapplet
Java编写实现一个FTP客户端程序,通过该客户端连接指定的服务器。useFtpApplet 类继承了Applet 类,在init()中实现的是此Applet 的初始化,设置布局和背景,建立文本、标签和文本域。
Connect()方法使用主机地址、用户名和密码作为参数,建立与主机的连接。使用new 生成新的FtpClient 类实例,使用login()方法登录FTP 服务器,调用showFileContents()方法显示文件内容。 (Java prepared to achieve an FTP client program, through which clients connect to the specified server. useFtpApplet class inherits the Applet class, init () is initialized in the realization of this Applet, set the layout and background, the establishment of the text, labels and text fields.
Connect () method uses the host address, user name and password as parameters to establish a connection with the host. Use new FtpClient generate a new instance of the class, using the login () method to log FTP server, call showFileContents () method to display the file contents.)
- 2014-09-23 18:11:27下载
- 积分:1
-
RecognizerResultsIntent
Constants for intents related to showing speech recognition results.
- 2013-12-19 11:04:11下载
- 积分:1
-
philosopher(1.6)
哲学家进餐问题——Java语言实现
哲学家进餐问题是一个多线程运用的经典例子,涉及到线程同步/互斥,临界区访问问题以及一个避免死锁的解决方法。
有五个哲学家绕着圆桌坐,每个哲学家面前有一盘面,两人之间有一支筷子,这样每个哲学家左右各有一支筷子。
哲学家有2个状态,思考或者拿起筷子吃饭。如果哲学家拿到一只筷子,不能吃饭,直到拿到2只才能吃饭,并且一次只能拿起身边的一支筷子。一旦拿起便不会放下筷子直到把饭吃完,此时才把这双筷子放回原处。
如果,很不幸地,每个哲学家拿起他或她左边的筷子,那么就没有人可以吃到饭了。这就会造成死锁了。。这是需要坚决杜绝的,正如操作系统的死锁问题。()
- 2008-05-20 01:23:04下载
- 积分:1