在這份文件里, 我們說(shuō)明如何安裝, 設(shè)定及使用唯讀光碟機(jī)(CD-ROM)的方法. 我們也列出支援的硬體, 并回答一些常見的問題. 我們希望它能幫助新手快快上手, 并且因此有助於讓 usenet 及通信論壇 (mailing-LIST) 上的常問問題少一點(diǎn).
標(biāo)簽: CD-ROM usenet 如何安裝 設(shè)定
上傳時(shí)間: 2016-04-05
上傳用戶:gaome
模式識(shí)別學(xué)習(xí)綜述.該論文的英文參考文獻(xiàn)為303篇.很有可讀價(jià)值.Abstract— Classical and recent results in statistical pattern recognition and learning theory are reviewed in a two-class pattern classification setting. This basic model best illustrates intuition and analysis techniques while still containing the essential features and serving as a prototype for many applications. Topics discussed include nearest neighbor, kernel, and histogram methods, Vapnik–Chervonenkis theory, and neural networks. The presentation and the large (thogh nonexhaustive) LIST of references is geared to provide a useful overview of this field for both speciaLISTs and nonspeciaLISTs.
標(biāo)簽: statistical Classical Abstract pattern
上傳時(shí)間: 2013-11-25
上傳用戶:www240697738
一個(gè)雙向棧的C++實(shí)現(xiàn),支持多線程環(huán)境。適用2個(gè)LIST記錄棧的移入移除。
標(biāo)簽: 棧
上傳時(shí)間: 2016-04-07
上傳用戶:qunquan
I built the SuperLIST control whilst developing an RSS reader called FeedGhost. Although there are plenty of commercial grouped LIST controls available I wanted to have total control over the code and of course its usability. SuperLIST supports drag drop column customisation, grouping as well as handling thousands of entries smoothly. It s also highly customisable if you want to change its look and feel. In this article I ll explain how to use and extend the control in a demo project. If you download the source, you can find demo project under the Tests/SuperLISTTest directory.
標(biāo)簽: developing SuperLIST FeedGhost Although
上傳時(shí)間: 2016-04-15
上傳用戶:佳期如夢(mèng)
/* * The internal form of a hash table. * * The table is an array indexed by the hash of the key collisions * are resolved by hanging a linked LIST of hash entries off each * element of the array. Although this is a really simple design it * isn t too bad given that pools have a low allocation overhead. */ split from apache for general usage
上傳時(shí)間: 2014-01-07
上傳用戶:gtf1207
學(xué)習(xí)數(shù)據(jù)結(jié)構(gòu)時(shí)老師布置的作業(yè),用c++實(shí)現(xiàn)LIST表
標(biāo)簽: 數(shù)據(jù)結(jié)構(gòu)
上傳時(shí)間: 2016-05-03
上傳用戶:xiaohuanhuan
Tornado 的manuals 很全面,國(guó)內(nèi)的書大部分是翻譯的它。經(jīng)常需要查閱的。Tornado Online Manuals GDB User s Guide GNU Make User s Guide GNU Toolchain Release Notes GNU Toolkit User s Guide for Pentium GNU Toolkit User s Guide for Simulators, 68K, and SH Tornado API Guide Tornado API Reference Tornado Getting Started Guide (Windows Version) Tornado Migration Guide Tornado Reference Tornado Release Notes Tornado SETUP SDK Developer s Guide Tornado User s Guide (Windows Version) USB Developer s Kit Programmer s Guide USB Developer s Kit Release Notes VxWorks API Reference VxWorks BSP Developer s Guide VxWorks BSP Developer s Reference VxWorks BSP Reference VxWorks Errno Code LIST VxWorks Network Programmer s Guide VxWorks Programmer s Guide VxWorks for Pentium Architecture Supplement WindView User s Guide WindView User s Reference
標(biāo)簽: Tornado Manuals manuals Online
上傳時(shí)間: 2016-05-16
上傳用戶:13215175592
本通訊錄包括六項(xiàng)功能,分別是添加、修改、刪除、顯示通訊錄列表、保存(將通訊錄列表保存到文件中)、退出。在 執(zhí)行完添加、修改、刪除功能以后,使用者需要執(zhí)行保存功能,將鏈表LIST保存到文件中。
標(biāo)簽: 通訊
上傳時(shí)間: 2016-05-30
上傳用戶:wff
將在SQL2000下建立schooldata數(shù)據(jù)庫(kù),導(dǎo)入數(shù)據(jù)文件 操作:在選擇查詢條件:選擇一個(gè),tree控件里顯示相關(guān)信息 可以在tree控件里單擊來(lái)顯示每個(gè)ITEM,每個(gè)ITEM相關(guān)信息顯示在LIST控件內(nèi) 雙擊LIST控件顯示具體信息 也可以在窗口里單擊右鍵或操作菜單具體操作 主要功能: 查詢,添加,刪除,顯示“學(xué)院,各系,班級(jí),學(xué)生,教師,社團(tuán),課程”等信息 程序還用了Active Skin 對(duì)程序進(jìn)行了換膚!!
標(biāo)簽: schooldata 2000 SQL 數(shù)據(jù)庫(kù)
上傳時(shí)間: 2014-12-07
上傳用戶:集美慧
C++STL STL(Standard Template Library,標(biāo)準(zhǔn)模板庫(kù))是惠普實(shí)驗(yàn)室開發(fā)的一系列軟件的統(tǒng)稱。它是由Alexander Stepanov、Meng Lee和David R Musser在惠普實(shí)驗(yàn)室工作時(shí)所開發(fā)出來(lái)的。現(xiàn)在雖說(shuō)它主要出現(xiàn)在C++中,但在被引入C++之前該技術(shù)就已經(jīng)存在了很長(zhǎng)的一段時(shí)間。 STL的代碼從廣義上講分為三類:algorithm(算法)、container(容器)和iterator(迭代器),幾乎所有的代碼都采用了模板類和模版函數(shù)的方式,這相比于傳統(tǒng)的由函數(shù)和類組成的庫(kù)來(lái)說(shuō)提供了更好的代碼重用機(jī)會(huì)。在C++標(biāo)準(zhǔn)中,STL被組織為下面的13個(gè)頭文件:<algorithm>、<deque>、<functional>、<iterator>、<vector>、<LIST>、<map>、<memory>、<numeric>、<queue>、<set>、<stack>和<utility>。以下筆者就簡(jiǎn)單介紹一下STL各個(gè)部分的主要特點(diǎn)。
標(biāo)簽: STL Standard Template Library
上傳時(shí)間: 2016-06-20
上傳用戶:cylnpy
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1