-
yacc之C0语言语法分析器(半成品)
输入文件是任何一个目录下的文件格式的C0语言程序段,
输出文件是以xml格式表示的语法分析的结果,
程序将输入文件作为输入,用flex扫描、分解字符串,识别出一个个单词(定义符、标识符、运算符、界符、常数),flex再将标识符传递至bison,由bison进行语法分析和构建语法分析树,最后按格式输出语法分析树。
- 2023-05-13 12:05:04下载
- 积分:1
-
GRUB after commencement of computers running the software, which is responsible...
GRUB是计算机启动后运行的第一个软件,它负责加载一个操作系统的内核,并把控制权交给内核。该文档对GRUB进行了详尽的介绍,是一篇很不错的技术文档-GRUB after commencement of computers running the software, which is responsible for loading an operating system kernel. and control to the kernel. The right GRUB documentation for a detailed explanation, is a very good technical documentation
- 2022-08-26 08:37:09下载
- 积分:1
-
Migong
迷宫小游戏,尽可能的模仿现实中的迷宫游戏(Maze small game, as far as possible the imitation of the real maze game
)
- 2012-02-27 16:19:45下载
- 积分:1
-
FPGA代码调试故障记录
FPGA代码调试故障,辛苦积累,值得下载。强烈推荐。(FPGA code debugging failure, hard accumulation, it is worth downloading. Strongly recommended.)
- 2018-08-01 14:33:44下载
- 积分:1
-
n!
说明: 这个程序实现了大数的输出,n的阶层,包括100阶层以上(This program to achieve the output of large numbers, n class, including 100 class above)
- 2013-09-22 18:28:06下载
- 积分:1
-
电动汽车永磁同步电机用dq电流查询表自动生成
说明: 电动汽车永磁同步电机MTPA-MTPV控制用dq电流查询表自动生成开源程序,文档所述程序为工程产品级。(The open source program is automatically generated by DQ current inquiry table for MTPA-MTPV control of electric vehicle permanent magnet synchronous motor. The program described in the document is engineering product level.)
- 2019-05-11 08:33:40下载
- 积分:1
-
计数器 独立工作_LV2012
说明: 一个基于LabVIEW编写的计数器小程序,(A Small Counter Program Based on LabVIEW)
- 2019-04-25 13:25:47下载
- 积分:1
-
一个可以生成标准翼型坐标,并对翼型在不同攻角下进行升力系数及阻力系数计算的软件。...
一个可以生成标准翼型坐标,并对翼型在不同攻角下进行升力系数及阻力系数计算的软件。-Can generate a standard airfoil coordinates, and the airfoil at different angle of attack carried out under the lift coefficient and drag coefficient calculation software.
- 2022-01-26 06:27:26下载
- 积分:1
-
problem with M
排列问题
M个1,N个0的排列(高效率版)
排列数为:c(m+n,n)
对n个0,m个1,我的想法是这样的:
每个排列可以分三段:
全0列,全1列, 子问题列
设各段长:r,s,t .子问题列就是 (n,m) = (n-r,m-s),其中0
- 2022-11-27 09:05:03下载
- 积分:1
-
HTU20D测试程序
HTU20D测试代码,只要接上HTU20D传感器,编译下载就能得出温湿度的数值(HTU20D test code.As long as the HTU20D sensor is connected, the value of temperature and humidity can be obtained by compiling and downloading.
.)
- 2021-01-13 20:48:47下载
- 积分:1