搜索资源列表
read_cdda-2.05.tar.gz 读取音乐光盘磁道为磁盘文件的程序
- 读取音乐光盘磁道为磁盘文件的程序 , Reads takes the music compact disc track for the disk file procedure
xtractor
- 读取音乐光盘磁道为磁盘文件的DLL源码- Reads takes the music compact disc track for the disk file DLL source code
FAT16code
- XMOS芯片XCore读取FAT16格式SD卡文件的完整程序 里面有注释-The XMOS chip the XCore read FAT16 format SD card files complete program inside annotated
complieTest1
- 编译原理课程写的词法分析程序。该词法分析程序能够读取测试输入文件中的源程序,并将其词法分析的结果即token序列或词法分析错误信息输出到tokenOut.txt中-Compiler theory lexical analysis program written procedures. The lexical analysis program that can read the test input file of the source, and lexical analysis of the r
scanf.lex
- 读取符合格式要求的文件,并把文件内容直接输出到终端-Comply with the required documents to read format and contents of the file directly to the terminal
grammar.y
- 结合flex词法分析器,读取符合语法规则的文件并输出-Combined with flex lexical analyzer reads the file and comply with the rules of grammar output
COMPUTER-GENERATED-HOLOGRAM
- 全息图的制作、编码、检测程序,主界面分为五部分,四个listbox用来存放图像,右边的Data Information区域用来显示当前选中图像的附加信息。四个listbox下面的Load和Save可以读取数据到listbox或保存它里面的内容,使用Load只能读入使用Save保存的文件,双击listbox里的内容或选中后按Display按钮可以显示图像,右键->Rename可以重命名。File->Write to image可以把当前选中的图像保存为bmp、jpg或tif格式的图像文
Text1
- 设计并实现一个词法分析器,实现对指定位置的类C语言源程序文本文件的读取,并能够对该源程序中的所有单词进行分类,指出其所属类型,实现简单的词法分析操作-Design and implement a lexical analyzer to achieve the reading of the class C language source text file to specify the location and the ability of the source of all the words
wordAnalysis
- 词法分析器。输入为txt文档,一个字符一个字符的读取输出为词+所属类别(所属类别在注释内有写) 后期要改入加到分析器内可以给一个词,一个字符一个字符读取后输出类别,非常方便。 Xcode开发,下载后可直接查看cpp文件(This is a lexical analysis. Input:txt Output:every single word and their type)
Simple_Compiler
- 程序功能:实现对一些简单语句的解释运算。支持的运算种类: int a(这种情况下a=0) int a,45 int b,44 a=a+b a=a-b a=a*b a=a/b string str(str为空) string str1,hello! string str2,like str=str1+str2 input str input a print str print a 输入文件:输入“file”命令,随后输入文件路径 读取命令行参数:在命令的后面紧跟文件路径,个数不限(This pro
b15
- 关于词法分析的一份实验报告,设计并实现一个词法分析器,实现对指定位置的类C语言源程序文本文件的读取,并能够对该源程序中的所有单词进行分类,指出其所属类型,实现简单的词法分析操作。(lexical analyzer is designed and implemented to read the text files of the class C source program of the specified location, and classify all the words in the s