码迷,mamicode.com
首页 >  
搜索关键字:bison    ( 297个结果
flex/bison 计算器
flex 1 %{ 2 #include 3 #include "mycalc.tab.h" 4 5 int yywrap(void) {return 1;} 6 %} 7 8 %% 9 10 "+" return ADD;11 "-" return SUB;12 "*" r...
分类:其他好文   时间:2014-12-27 18:53:33    阅读次数:267
裸机开发环境配置
sudo yum install ncurses-develsudo yum install openssh-clientssudo yum install automake libtool flex bison pkgconfig gcc-c++ boost-devel libevent-deve...
分类:其他好文   时间:2014-12-26 18:10:17    阅读次数:208
ubuntu opensips环境搭建
1、安装前准备,需要安装如下工具:perl、 libdbi-perl、 libdbd-mysql-perl、 libdbd-pg-perl、 libfrontier-rpc-perl、 libterm-readline-gnu-perl、 libberkeleydb-perl、flex、bison、...
分类:系统相关   时间:2014-12-21 23:30:41    阅读次数:476
php 中间代码opcode
php的词法分析、语法分析大多采用Flex/Bison处理在语法分析完成后,由zend引擎生成中间代码(使用opcache可以省略编译阶段)opcode,PHP是构建在Zend虚拟机(Zend VM)之上的。PHP的opcode就是Zend虚拟机中的指令在PHP实现内部,opcode由如下的结构体表...
分类:Web程序   时间:2014-12-12 18:30:48    阅读次数:266
Centos 编译安装mysql 5.6.21
1.yum安装各个依赖包 [root@WebServer ~]# yum -y install gcc gcc-devel gcc-c++ gcc-c++-devel autoconf* automake* zlib* libxml* ncurses-devel ncurses libgcrypt* libtool* cmake openssl openssl-devel bison bis...
分类:数据库   时间:2014-12-11 15:59:43    阅读次数:288
centos 7 安装mySql
1,准备mySql源码安装 # wget http://cdn.mysql.com/Downloads/MySQL-5.6/mysql-5.6.19.tar.gz2:对于centos 7 安装mySql依赖项 # yum install gcc-c++ make cmake bison bison....
分类:数据库   时间:2014-12-11 00:12:47    阅读次数:262
vs2010编译thrift之compiler出错的处理方法
问题描述 在使用visual studio 2010 SP1编译thrift-0.9.1的compiler时,出现: The command "flex -o "src\\thriftl.cc" src/thriftl.ll bison -y -o "src\thrifty.cc" --defines="src/thrifty.hh" src/thrifty.yy 问题原因 fl...
分类:其他好文   时间:2014-12-04 21:43:45    阅读次数:507
ubuntu下配置Xen虚拟机
1.安装需要的软件包sudo apt-get install build-essential binutils python-dev libncurses5-dev libcurl4-openssl-dev xorg-dev uuid-dev bridge-utils bison flex ude....
分类:系统相关   时间:2014-12-02 01:31:37    阅读次数:217
radhat/centos 下编译安装ruby
#安装编译环境 yum groupinstall "Development tools" 或者 yum install gcc gcc-c++ gcc-g77 flex bison autoconf automake bzip2-devel zlib-devel ncurses-devel libjpeg-devel libpng-devel libtiff-devel f...
分类:其他好文   时间:2014-11-25 09:23:43    阅读次数:185
ubuntu12.04下同步cm10源码(个人记录,当作笔记)
环境:AMD N850,4G,ubuntu12.04 x64,老规矩,先是各种依赖:sudo apt-get install git-core gnupg flex bison python rar original-awk gawk p7zip-full gperf libsdl1.2-dev l...
分类:系统相关   时间:2014-11-22 21:27:20    阅读次数:240
297条   上一页 1 ... 24 25 26 27 28 ... 30 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!