thinkinjava2English Thinking in Java, 2nd Edition, Release 11 To be published by Prentice-Hall mid-June, 2000 Bruce Eckel, President, MindView, Inc. Planet PDF brings you the Portable Document Format (PDF) version of Thinking in Java (2nd Edition). Planet PDF is the premier PDF-related site on the web. There is news, software, white papers, interviews, product reviews, Web links, code samples, a forum, and regular articles by many of the most prominent and respected PDF experts in the world. Visit our sites for more detail: http://www.planetpdf.com/ http://www.codecuts.com/ http://www.pdfforum.com/ http://www.pdfstore.com/
标签: thinkinjava2English Prentice-Hall published Thinking
上传时间: 2014-01-15
上传用户:ANRAN
CodeSmart 2007 for VB6,功能强大的VB6插件,破解补丁! 点击复制本贴发给好友,增加贡献值 CodeSmart 2007 for VB6,功能强大的VB6插件,破解补丁!顶级的VB6 IDE插件,给VB6增加了许多的功能,VB6程序员必备! 具体介绍可以看官方网站 http://www.axtools.com或 http://www.aivosto.com/codesmart/vb6.html 此补丁只适用于最新的2007评估版。补丁去除了评估版使用时间和功能上的限制。使用补丁前请先下载安装评估版!
上传时间: 2013-12-21
上传用户:水口鸿胜电器
国内关于storm的资料很少额 Delphi的相关资料更是到处都找不到甚至Google都找不到 我就写了个分享啦 里面有很详细的注释 使用Storm.dll解压MPQ文件的演示 只是一个简单的演示 更强大的MPQ工具和其他源码请看Http://Www.WuHansen.Com/soft 虽然很简单 但是我也是研究了一定时间的 公布出来让想研究的朋友少走弯路 程序使用很简单 假设程序名MPQ.exe 有个mpq文件demo.w3m包含war3map.j要把它解压出来 输入mpq demo.w3m war3map.j 即可 Storm.dll在暴雪的游戏下一般都有(MPQ1格式的 MPQ2格式现在研究得比较少)
上传时间: 2013-12-21
上传用户:Late_Li
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
标签: converts Toolbox complex logical
上传时间: 2016-02-12
上传用户:a673761058
手机短信程序源代码,C++编写(转载自爱就下载(教育网)( www.i9xz.com))
上传时间: 2016-02-14
上传用户:iswlkje
RAR Registration and Support sites ~~~ ~~~ ~~~ ~~~ ~~~ ~~~~ The latest version of RAR and support conferences are available at the sites and BBS s listed below. Most of them are FIDONET-nodes, so you can request the latest version of RAR, via file request, using the magic name of RAR . NOTE: This list is distributed with the current version of RAR and may not be up-to-date. For the latest RAR_SITE list please visit our website at http://www.rarlab.com There you will also find the latest versions of RAR for all platforms as well as FAR, the greatest file manager in the world. North American Continent: USA
标签: Registration and Support
上传时间: 2016-02-14
上传用户:cooran
1、上传所有文件至服务器目录。 2、使用 MYSQL 管理工具,导入 ./SQL/music.sql 文件。 举例:mysql 命令行导入方式 进入 mysql/bin 目录下面,输入如下命令: mysql -u 数据库用户名 -p 准备安装音乐程序的数据库名 < 数据库导入文件路径 比如:准备安装在 test_music 数据库下面,用户名为 root 数据库文件路径为 c:\music.sql 则输入: mysql -u root -p test_music < c:\music.sql 输入以上命令后 回车,输入数据库用户名相关密码,即可进行数据库导入! 3、设置 ./admin/config.php 文件中的相关变量。 4、用用户名:星光娱乐 密码:www.18183.com 登陆,http://你的网站地址/音乐程序目录/admin/ 此URL为管理地址。 5、进行相关设置,即可使用。
上传时间: 2014-10-14
上传用户:hoperingcong
MIDlet通过蓝牙与电脑通信的案例,This resource demonstrates how to create Java™ applications that use Bluetooth communication between a PC and a mobile device. The document focuses, from Java programming point of view, on how to configure and use two alternative PC-side solutions: COM-based and JSR-82-based solutions. The package includes several code examples both for PC and mobile devices.
标签: demonstrates applications resource Bluetoo
上传时间: 2014-01-18
上传用户:xiaoyunyun
用java实现的一个聊天室程序,欢迎下载学习试用!大伙可以加我QQ:452718166 博客:http://ielin.blog.sohu.com
上传时间: 2014-01-10
上传用户:royzhangsz
【软件名称】 《Windows Mobile中如何建立GPRS连接以便Socket能正常通信》 【版 本】 1.0.0 【操作系统】 Windows Mobile 5.0 【作 者】 谢红伟 · chrys · chrys@163.com · http://www.howa.com.cn 【软件说明】 手机开通GPRS以后,我们的 socket 程序还不能直接建立网络连接,需要用连接管理器来获取当前可用连接,并自动选择一个最佳的连接途径,然后启用这个连接, 在连接启动成功以后再用 socket 进行网络连接方可正常进行。源代码中封装了一个连接管理的类和测试代码,可以清楚地看到 Windows Mobile 在 socket 编程之前 到底需要做什么样的操作。 你可以任意修改复制本代码,但请保留这段文字不要修改。 希望我能为中国的软件行业尽一份薄力! 【开发日期】 2007-12-11 01:23:56
标签: Windows Mobile Socket GPRS
上传时间: 2013-12-20
上传用户:c12228