雙龍的ISP下載軟件,支持ATMEL的多種芯片,來自http://www.sl.com.cn/
上傳時間: 2016-01-27
上傳用戶:趙云興
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
國內關于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
KesionCMS V4.0集成了以往版本的所有優點,4.0的最大卓越之處在于不僅提供了自帶的常用網站管理功 能模型(文章、圖片、下載,動漫,影視,音樂、供求、商城)外,而且還提供了系統擴展框架,您可以 直接在后臺通過新建表、自定義字段,然后組成新的系統模型,以實現各種適合用戶自己的系統。如企 業招騁,房產系統、用戶產品展庫等等......同時,此功能也可將信息量分配于不同的信息表,為數據 量較大的網站進行數據的有效部署。 下載地址:http://www.kesion.com/Down/Kesion/761533187518610.html 演示地址:http://www.kesion.cn
上傳時間: 2013-12-15
上傳用戶:363186
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
【軟件名稱】 《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
These templates are based on the documented outlines from Tim Ryan s "The Anatomy of a Design Document" articles (published on Gamasutra). The filler text comes straight from the articles, and have been slightly edited for clarity (and to use the British spelling NMP). To read the articles (which I would highly suggest), check out these links: http://www.gamasutra.com/features/19991019/ryan_01.htm -- Part 1 http://www.gamasutra.com/features/19991217/ryan_01.htm -- Part 2
標簽: documented templates outlines Anatomy
上傳時間: 2014-01-02
上傳用戶:13215175592