亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

Yum-metadata-parser

  • Yacc說(shuō)明及使用文檔 yacc(Yet Another Compiler Compiler)

    Yacc說(shuō)明及使用文檔 yacc(Yet Another Compiler Compiler),是Unix/Linux上一個(gè)用來(lái)生成編譯器的編譯器(編譯器代碼生成器)。yacc生成的編譯器主要是用C語(yǔ)言寫(xiě)成的語(yǔ)法解析器(Parser),需要與詞法解析器Lex一起使用,再把兩部份產(chǎn)生出來(lái)的C程序一併編譯。yacc本來(lái)只在Unix系統(tǒng)上才有,但現(xiàn)時(shí)已普遍移植往Windows及其他平臺(tái)。

    標(biāo)簽: Compiler Another Yacc yacc

    上傳時(shí)間: 2016-01-26

    上傳用戶:希醬大魔王

  • C++ class libraries for network-centric, portable applications, integrated perfectly with the C++ St

    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.

    標(biāo)簽: network-centric applications integrated libraries

    上傳時(shí)間: 2016-02-05

    上傳用戶:chenxichenyue

  • 完整的S語(yǔ)言詞法分析器

    完整的S語(yǔ)言詞法分析器, 包含文件說(shuō)明: parser.cpp 詞法分析C++源碼 Scanner.exe 詞法分析程序 key.txt 是關(guān)鍵字表 s.txt 測(cè)試源碼表 程序運(yùn)行生成: symble.txt 符號(hào)表 token.txt 單詞表

    標(biāo)簽: 語(yǔ)言 分析器

    上傳時(shí)間: 2016-03-14

    上傳用戶:it男一枚

  • Linux下多線程下載軟件

    Linux下多線程下載軟件,可用于Yum加速。

    標(biāo)簽: Linux 多線程 下載軟件

    上傳時(shí)間: 2016-07-07

    上傳用戶:gaojiao1999

  • jWAP is a Java implementation of the Wireless Application Protocol (WAP). It includes Wireless Ses

    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.

    標(biāo)簽: Wireless implementation Application Protocol

    上傳時(shí)間: 2016-09-17

    上傳用戶:chens000

  • 不需要做任何修改的lex-yacc的demo

    不需要做任何修改的lex-yacc的demo,可以在parser generator或lex-bison下成功運(yùn)行

    標(biāo)簽: lex-yacc demo 修改

    上傳時(shí)間: 2016-10-09

    上傳用戶:cccole0605

  • 一個(gè)C語(yǔ)言的編譯器

    一個(gè)C語(yǔ)言的編譯器,用Parser Generator進(jìn)行文法設(shè)計(jì),用VC++/C進(jìn)行編譯,用masm5在DOC下可以運(yùn)行,完成了所有C的運(yùn)算符及函數(shù),數(shù)組的解釋,功能很好。

    標(biāo)簽: C語(yǔ)言 編譯器

    上傳時(shí)間: 2013-12-20

    上傳用戶:王慶才

  • C++輕量級(jí)分析器

    C++輕量級(jí)分析器,Combinator Parser加入了對(duì)字符串、詞法分析器以及正則表達(dá)式。有對(duì)于歧義和非歧義的控制。

    標(biāo)簽: 輕量級(jí) 分析器

    上傳時(shí)間: 2014-01-04

    上傳用戶:zsjzc

  • The book consists of three sections. The first, foundations, provides a tutorial overview of the pri

    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.

    標(biāo)簽: foundations The consists sections

    上傳時(shí)間: 2017-06-22

    上傳用戶:lps11188

  • linux編譯OpenWRT固件教程

    并不是每個(gè)人都需要編譯固件,筆者更推薦你直接使用官方固件,如果需要相應(yīng)的軟件,可以直接通過(guò)opkg 安裝。為滿足更多人需求,這里提供一個(gè)傻瓜教程,照著走一次,就編譯好了,轉(zhuǎn)的別問(wèn)我為什么????1.根據(jù)你的系統(tǒng)安裝相應(yīng)的包,把以下命令復(fù)制粘貼運(yùn)行一次就行。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

    標(biāo)簽: linux openwrt

    上傳時(shí)間: 2022-06-23

    上傳用戶:bluedrops

主站蜘蛛池模板: 革吉县| 财经| 金门县| 通海县| 九台市| 池州市| 南城县| 汝阳县| 仪陇县| 新民市| 双峰县| 商丘市| 绥中县| 静安区| 彝良县| 岢岚县| 普宁市| 和龙市| 秀山| 抚顺县| 阿鲁科尔沁旗| 朝阳县| 云梦县| 海淀区| 通榆县| 建平县| 碌曲县| 玛多县| 曲靖市| 黔东| 荣昌县| 清远市| 花莲市| 大同县| 循化| 齐齐哈尔市| 图木舒克市| 乡城县| 成安县| 宾阳县| 乌鲁木齐市|