Complete support for EBNF notation; Object-oriented parser design; C++ output; Deterministic bottom-up "shift-reduce" parsing; SLR(1), LALR(1) and LR(1) table construction methods; Automatic parse tree creation; Possibility to output parse tree in XML format; Verbose conflict diagnostics; Generation of tree traverse procedures
標(biāo)簽: Object-oriented Deterministic Complete notation
上傳時(shí)間: 2014-11-29
上傳用戶:kr770906
此軟件應(yīng)用了桌面表單,自定義菜單,常用工具條,數(shù)據(jù)表加密,TREE等控件技術(shù)。新學(xué)者可以借鑒。人性與個(gè)性化的界面設(shè)計(jì),嘿嘿,還真值得一看
上傳時(shí)間: 2015-01-18
上傳用戶:遠(yuǎn)遠(yuǎn)ssad
This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary tree is proposed by Bell [3]. The algorithm is quite simple: Keep a ring buffer, which initially contains "space" characters only. Read several letters from the file to the buffer. Then search the buffer for the longest string that matches the letters just read, and send its length and position in the buffer.
標(biāo)簽: initiated described modified slightly
上傳時(shí)間: 2014-01-09
上傳用戶:sk5201314
Contains a complete archiver by Haruhiko Okumura. The archiver uses an LZ engine whose output is compressed with static Huffman. The file is chopped into pieces which all get their own independent set of Huffman tree s. ARJ 2.41, ZIP 2.0 and PKZIP 2.04g use essentially the same method. ZOO and LHA even use excactly the same method.
標(biāo)簽: archiver Contains complete Haruhiko
上傳時(shí)間: 2014-01-17
上傳用戶:himbly
項(xiàng)目描述: Fink is an attempt to bring the full world of Unix Open Source software to Darwin and Mac OS X. Packages are downloaded and built automatically and installed into a tree managed by dpkg. Fink試圖將Unix開(kāi)源軟件世界帶入到 Darwin 和Mac OS X。工具包可以被下載和自動(dòng)生成,并安裝到由dpkg管理的樹(shù)狀結(jié)構(gòu)中。 來(lái)源: http://sourceforge.net/projects/fink/
標(biāo)簽: software attempt Darwin Source
上傳時(shí)間: 2015-04-17
上傳用戶:tedo811
一、編程環(huán)境: windows2003 +visual stdio c++ .net,Ado + SQL2000 二、SQL設(shè)置: 將在SQL2000下建立schooldata數(shù)據(jù)庫(kù),導(dǎo)入數(shù)據(jù)文件 三、導(dǎo)入數(shù)據(jù): data目錄下有school_back數(shù)據(jù)庫(kù)備分文件 操作:用SQL企業(yè)管理器還原數(shù)據(jù)庫(kù)來(lái)導(dǎo)入數(shù)據(jù) 訪問(wèn)本地?cái)?shù)據(jù)庫(kù)服務(wù)器,密碼是自己設(shè)置的那個(gè),操作schooldata數(shù)據(jù)庫(kù)的用戶名和密碼相同。 主要用ADO訪問(wèn)數(shù)據(jù)庫(kù),和幾個(gè)顯示數(shù)據(jù)的控件Treectrl,listctrl,datagrid等程序中有幾個(gè)BUG還沒(méi)解決, 四、實(shí)現(xiàn)功能: 操作:在選擇查詢條件:選擇一個(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)簽: SQL 2000 schooldata windows
上傳時(shí)間: 2015-04-26
上傳用戶:zyt
這份文檔應(yīng)該能了結(jié)初涉者對(duì)視頻解碼芯片常有的多數(shù)疑惑,既使非philips系列的其他方案、整合程度較高的如MT8205的decode部分也沒(méi)什么軌外之說(shuō),緣由是大多IC設(shè)計(jì)企業(yè)都采用“可重用原則”來(lái)進(jìn)行TV soc IC 設(shè)計(jì),沒(méi)什么“革命”發(fā)生那是自然的了。
標(biāo)簽: philips decode 8205 MT
上傳時(shí)間: 2015-04-29
上傳用戶:hebmuljb
我的算法作業(yè),求一個(gè)在總花費(fèi)小于1500的條件下從源結(jié)點(diǎn)到目的結(jié)點(diǎn)的最短路徑,源代碼Tree.cpp(C++語(yǔ)言編寫(xiě),VC++6.0 IDE下調(diào)試通過(guò)),利用的是分支定界算法。可執(zhí)行文件Tree.exe說(shuō)明在ReadMeFirst請(qǐng)按照說(shuō)明使用。
標(biāo)簽: 算法
上傳時(shí)間: 2015-04-30
上傳用戶:watch100
排序算法、字典和B-樹(shù)的C++語(yǔ)言實(shí)現(xiàn) 代碼內(nèi)容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert sort shl.c sort: shell sort has.c dictionary: hash tables bin.c dictionary: binary tree rbt.c dictionary: red-black trees skl.c dictionary: skip lists ext.c external sort btr.c btree 語(yǔ)言 C++ 編譯平臺(tái) Visual C++ 作者 Thomas Niemann 備注 來(lái)自Sorting and Searching Algorithms:A Cookbook
標(biāo)簽: sort qsort quicksort insert
上傳時(shí)間: 2013-12-15
上傳用戶:silenthink
學(xué)籍管理系統(tǒng) 系統(tǒng)是在VC++6.0和SQL Server 2000下開(kāi)發(fā)的. 數(shù)據(jù)庫(kù)在Database目錄下,在SQLSERVER的查詢分析器中執(zhí)行即可生成數(shù)據(jù)庫(kù). 源程序在Src目錄中. 因?yàn)槌绦驑O為經(jīng)典,所以本人在此轉(zhuǎn)載~ 一、編程環(huán)境: windows2000 +visual stdio c++ .net,Ado + SQL2000 二、SQL設(shè)置: 將在SQL2000下建立schooldata數(shù)據(jù)庫(kù),導(dǎo)入數(shù)據(jù)文件 三、導(dǎo)入數(shù)據(jù): data目錄下有school_back數(shù)據(jù)庫(kù)備分文件 操作:用SQL企業(yè)管理器還原數(shù)據(jù)庫(kù)來(lái)導(dǎo)入數(shù)據(jù) 訪問(wèn)本地?cái)?shù)據(jù)庫(kù)服務(wù)器,密碼是自己設(shè)置的那個(gè),操作schooldata數(shù)據(jù)庫(kù)的用戶名和密碼相同。 主要用ADO訪問(wèn)數(shù)據(jù)庫(kù),和幾個(gè)顯示數(shù)據(jù)的控件Treectrl,listctrl,datagrid等程序中有幾個(gè)BUG還沒(méi)解決, 四、實(shí)現(xiàn)功能: 操作:在選擇查詢條件:選擇一個(gè),tree控件里顯示相關(guān)信息 可以在tree控件里單擊來(lái)顯示每個(gè)ITEM,每個(gè)ITEM相關(guān)信息顯示在LIST控件內(nèi) 雙擊LIST控件顯示具體信息 也可以在窗口里單擊右鍵或操作菜單具體操作 五、主要功能: 查詢,添加,刪除,顯示“學(xué)院,各系,班級(jí),學(xué)生,教師,社團(tuán),課程”等信息
標(biāo)簽: SQLSERVER Database Server 2000
上傳時(shí)間: 2015-05-11
上傳用戶:wuyuying
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1