Untitled
title: 简历date: 2023-04-15 13:21:39tags:个人简历
yacc安装配置
实验目的
(1)通过实验,掌握lex软件和yacc软件的安装和配置流程; (2)通过实验,了解lex软件的工作流程; (3)初步认识lex编程。
实验设备 (环境) 及要求
lex yacc MinGW Win10笔记本电脑
实验内容
(1)在windows下安装和配置lex; (2)测试lex。 (3)编写简单lex程序。
实验步骤及结果
实验一、在windows下安装和配置lex。 1.首先,下载flex和bison。 2. 点击flex安装程序 3. 同意协议 4.安装时,设定路径最好不要是在Program Files文件夹里面,因为文件夹名字带空格会影响以后的使用。可安装在C:\GnuWin32下面。 5.勾选 6. 选择要安装的组件,下一步 ...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment
