雙龍的ISP下載軟件,支持ATMEL的多種芯片,來(lái)自http://www.sl.com.cn/
上傳時(shí)間: 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/
標(biāo)簽: thinkinjava2English Prentice-Hall published Thinking
上傳時(shí)間: 2014-01-15
上傳用戶:ANRAN
國(guó)內(nèi)關(guān)于storm的資料很少額 Delphi的相關(guān)資料更是到處都找不到甚至Google都找不到 我就寫了個(gè)分享啦 里面有很詳細(xì)的注釋 使用Storm.dll解壓MPQ文件的演示 只是一個(gè)簡(jiǎn)單的演示 更強(qiáng)大的MPQ工具和其他源碼請(qǐng)看Http://Www.WuHansen.Com/soft 雖然很簡(jiǎn)單 但是我也是研究了一定時(shí)間的 公布出來(lái)讓想研究的朋友少走彎路 程序使用很簡(jiǎn)單 假設(shè)程序名MPQ.exe 有個(gè)mpq文件demo.w3m包含war3map.j要把它解壓出來(lái) 輸入mpq demo.w3m war3map.j 即可 Storm.dll在暴雪的游戲下一般都有(MPQ1格式的 MPQ2格式現(xiàn)在研究得比較少)
標(biāo)簽: Delphi Google storm Storm
上傳時(shí)間: 2013-12-21
上傳用戶:Late_Li
KesionCMS V4.0集成了以往版本的所有優(yōu)點(diǎn),4.0的最大卓越之處在于不僅提供了自帶的常用網(wǎng)站管理功 能模型(文章、圖片、下載,動(dòng)漫,影視,音樂(lè)、供求、商城)外,而且還提供了系統(tǒng)擴(kuò)展框架,您可以 直接在后臺(tái)通過(guò)新建表、自定義字段,然后組成新的系統(tǒng)模型,以實(shí)現(xiàn)各種適合用戶自己的系統(tǒng)。如企 業(yè)招騁,房產(chǎn)系統(tǒng)、用戶產(chǎn)品展庫(kù)等等......同時(shí),此功能也可將信息量分配于不同的信息表,為數(shù)據(jù) 量較大的網(wǎng)站進(jìn)行數(shù)據(jù)的有效部署。 下載地址:http://www.kesion.com/Down/Kesion/761533187518610.html 演示地址:http://www.kesion.cn
上傳時(shí)間: 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).
標(biāo)簽: converts Toolbox complex logical
上傳時(shí)間: 2016-02-12
上傳用戶:a673761058
手機(jī)短信程序源代碼,C++編寫(轉(zhuǎn)載自愛就下載(教育網(wǎng))( www.i9xz.com))
上傳時(shí)間: 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
標(biāo)簽: Registration and Support
上傳時(shí)間: 2016-02-14
上傳用戶:cooran
1、上傳所有文件至服務(wù)器目錄。 2、使用 MYSQL 管理工具,導(dǎo)入 ./SQL/music.sql 文件。 舉例:mysql 命令行導(dǎo)入方式 進(jìn)入 mysql/bin 目錄下面,輸入如下命令: mysql -u 數(shù)據(jù)庫(kù)用戶名 -p 準(zhǔn)備安裝音樂(lè)程序的數(shù)據(jù)庫(kù)名 < 數(shù)據(jù)庫(kù)導(dǎo)入文件路徑 比如:準(zhǔn)備安裝在 test_music 數(shù)據(jù)庫(kù)下面,用戶名為 root 數(shù)據(jù)庫(kù)文件路徑為 c:\music.sql 則輸入: mysql -u root -p test_music < c:\music.sql 輸入以上命令后 回車,輸入數(shù)據(jù)庫(kù)用戶名相關(guān)密碼,即可進(jìn)行數(shù)據(jù)庫(kù)導(dǎo)入! 3、設(shè)置 ./admin/config.php 文件中的相關(guān)變量。 4、用用戶名:星光娛樂(lè) 密碼:www.18183.com 登陸,http://你的網(wǎng)站地址/音樂(lè)程序目錄/admin/ 此URL為管理地址。 5、進(jìn)行相關(guān)設(shè)置,即可使用。
標(biāo)簽: MYSQL 服務(wù)器 目錄 管理工具
上傳時(shí)間: 2014-10-14
上傳用戶:hoperingcong
【軟件名稱】 《Windows Mobile中如何建立GPRS連接以便Socket能正常通信》 【版 本】 1.0.0 【操作系統(tǒng)】 Windows Mobile 5.0 【作 者】 謝紅偉 · chrys · chrys@163.com · http://www.howa.com.cn 【軟件說(shuō)明】 手機(jī)開通GPRS以后,我們的 socket 程序還不能直接建立網(wǎng)絡(luò)連接,需要用連接管理器來(lái)獲取當(dāng)前可用連接,并自動(dòng)選擇一個(gè)最佳的連接途徑,然后啟用這個(gè)連接, 在連接啟動(dòng)成功以后再用 socket 進(jìn)行網(wǎng)絡(luò)連接方可正常進(jìn)行。源代碼中封裝了一個(gè)連接管理的類和測(cè)試代碼,可以清楚地看到 Windows Mobile 在 socket 編程之前 到底需要做什么樣的操作。 你可以任意修改復(fù)制本代碼,但請(qǐng)保留這段文字不要修改。 希望我能為中國(guó)的軟件行業(yè)盡一份薄力! 【開發(fā)日期】 2007-12-11 01:23:56
標(biāo)簽: Windows Mobile Socket GPRS
上傳時(shí)間: 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
標(biāo)簽: documented templates outlines Anatomy
上傳時(shí)間: 2014-01-02
上傳用戶:13215175592
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1