虫虫首页|资源下载|资源专辑|精品软件
登录|注册

Parser

  • 正则表达式的分析源码。regular express Parser

    正则表达式的分析源码。regular express Parser

    标签: regular express Parser

    上传时间: 2017-08-17

    上传用户:zgu489

  • JavaGPS is a Java-only base library that enables access to GPS devices from within any Java applicat

    JavaGPS is a Java-only base library that enables access to GPS devices from within any Java application. Provides Java API, NMEA0183 Parser, record and playback GPS log files, convert between earth dates and Gauss Krueger, GPS management GUI with map..

    标签: Java-only applicat JavaGPS enables

    上传时间: 2013-12-25

    上传用户:aeiouetla

  • Yacc说明及使用文档 yacc(Yet Another Compiler Compiler)

    Yacc说明及使用文档 yacc(Yet Another Compiler Compiler),是Unix/Linux上一个用来生成编译器的编译器(编译器代码生成器)。yacc生成的编译器主要是用C語言寫成的语法解析器(Parser),需要与词法解析器Lex一起使用,再把兩部份產生出來的C程序一併編譯。yacc本來只在Unix系統上才有,但現時已普遍移植往Windows及其他平台。

    标签: Compiler Another Yacc yacc

    上传时间: 2016-01-25

    上传用户:希酱大魔王

  • 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.

    标签: network-centric applications integrated libraries

    上传时间: 2016-02-05

    上传用户:chenxichenyue

  • 完整的S语言词法分析器

    完整的S语言词法分析器, 包含文件说明: Parser.cpp 词法分析C++源码 Scanner.exe 词法分析程序 key.txt 是关键字表 s.txt 测试源码表 程序运行生成: symble.txt 符号表 token.txt 单词表

    标签: 语言 分析器

    上传时间: 2016-03-13

    上传用户:it男一枚

  • 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.

    标签: Wireless implementation Application Protocol

    上传时间: 2016-09-17

    上传用户:chens000

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

    不需要做任何修改的lex-yacc的demo,可以在Parser generator或lex-bison下成功运行

    标签: lex-yacc demo 修改

    上传时间: 2016-10-09

    上传用户:cccole0605

  • 一个C语言的编译器

    一个C语言的编译器,用Parser Generator进行文法设计,用VC++/C进行编译,用masm5在DOC下可以运行,完成了所有C的运算符及函数,数组的解释,功能很好。

    标签: C语言 编译器

    上传时间: 2013-12-19

    上传用户:王庆才

  • C++轻量级分析器

    C++轻量级分析器,Combinator Parser加入了对字符串、词法分析器以及正则表达式。有对于歧义和非歧义的控制。

    标签: 轻量级 分析器

    上传时间: 2014-01-04

    上传用户:zsjzc

  • linux编译OpenWRT固件教程

    并不是每个人都需要编译固件,笔者更推荐你直接使用官方固件,如果需要相应的软件,可以直接通过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

    标签: linux openwrt

    上传时间: 2022-06-22

    上传用户:bluedrops