Yacc說明及使用文檔 yacc(Yet Another Compiler Compiler),是Unix/Linux上一個用來生成編譯器的編譯器(編譯器代碼生成器)。yacc生成的編譯器主要是用C語言寫成的語法解析器(Parser),需要與詞法解析器Lex一起使用,再把兩部份產生出來的C程序一併編譯。yacc本來只在Unix系統上才有,但現時已普遍移植往Windows及其他平臺。
標簽: Compiler Another Yacc yacc
上傳時間: 2016-01-26
上傳用戶:希醬大魔王
C++ class libraries for network-centric, portable applications, integrated perfectly with the C++ Standard Library. Includes network protocols (Sockets, HTTP, FTP, SMTP, POP3, etc.) and an XML parser. Licensed under Boost license.
標簽: network-centric applications integrated libraries
上傳時間: 2016-02-05
上傳用戶:chenxichenyue
完整的S語言詞法分析器, 包含文件說明: parser.cpp 詞法分析C++源碼 Scanner.exe 詞法分析程序 key.txt 是關鍵字表 s.txt 測試源碼表 程序運行生成: symble.txt 符號表 token.txt 單詞表
上傳時間: 2016-03-14
上傳用戶:it男一枚
Linux下多線程下載軟件,可用于Yum加速。
上傳時間: 2016-07-07
上傳用戶:gaojiao1999
jWAP is a Java implementation of the Wireless Application Protocol (WAP). It includes Wireless Session Protocol (WSP) and Wireless Transaction Protocol (WTP). Additionally, jWAP contains a WAP Binary XML (WBXML) Parser/Generator. It requires Java >= 1.2.
標簽: Wireless implementation Application Protocol
上傳時間: 2016-09-17
上傳用戶:chens000
不需要做任何修改的lex-yacc的demo,可以在parser generator或lex-bison下成功運行
上傳時間: 2016-10-09
上傳用戶:cccole0605
一個C語言的編譯器,用Parser Generator進行文法設計,用VC++/C進行編譯,用masm5在DOC下可以運行,完成了所有C的運算符及函數,數組的解釋,功能很好。
上傳時間: 2013-12-20
上傳用戶:王慶才
C++輕量級分析器,Combinator Parser加入了對字符串、詞法分析器以及正則表達式。有對于歧義和非歧義的控制。
上傳時間: 2014-01-04
上傳用戶:zsjzc
The book consists of three sections. The first, foundations, provides a tutorial overview of the principles underlying data mining algorithms and their application. The presentation emphasizes intuition rather than rigor. The second section, data mining algorithms, shows how algorithms are constructed to solve specific problems in a principled manner. The algorithms covered include trees and rules for classification and regression, association rules, belief networks, classical statistical models, nonlinear models such as neural networks, and local memory-based models. The third section shows how all of the preceding analysis fits together when applied to real-world data mining problems. Topics include the role of metadata, how to handle missing data, and data preprocessing.
標簽: foundations The consists sections
上傳時間: 2017-06-22
上傳用戶:lps11188
并不是每個人都需要編譯固件,筆者更推薦你直接使用官方固件,如果需要相應的軟件,可以直接通過opkg 安裝。為滿足更多人需求,這里提供一個傻瓜教程,照著走一次,就編譯好了,轉的別問我為什么????1.根據你的系統安裝相應的包,把以下命令復制粘貼運行一次就行。Ubuntu 32bitsudo apt-get install build-essential subversion git-core libncurses5-dev zlib1g-dev gawkflex quilt libssl-dev xsltproc libxml-parser-perl mercurial bzr ecj cvs unzipUbuntu 64bitsudo apt-get install build-essential subversion libncurses5-dev zlib1g-dev gawk gccmultilibflex git-core gettextArch Linuxpacman -S --needed subversion asciidoc bash bc binutils bzip2 fastjar flex git gcc util-linuxgawk intltool zlib make cdrkit ncurses openssl patch perl-extutils-makemaker rsync sdcc unzipwget gettext libxslt boost libusb bin86 sharutils b43-fwcutter findutilsDebian 6 Squeezeapt-get install libncurses5-dev zlib1g-dev gawk flex libssl-dev sdcc-nfDebian 7 Wheezy
上傳時間: 2022-06-23
上傳用戶:bluedrops