在文本下编辑,把需要分析的程序写在zf-infile.txt内,程序的结尾必须以“@”标志符结束,程序结果输出在同目录内,文件名为zf-outfile.txt,此文件为自动生成。
上传时间: 2013-12-26
上传用户:z1191176801
通过对文档infile的读入 输出outfile的文件,outfile将infile中的编译语句分类组织
上传时间: 2013-12-10
上传用户:wang5829
这是一个读写磁盘文件的例子,其中“infile”为读文件,“wfile”为写文件。
上传时间: 2015-02-27
上传用户:zhaiyanzhong
if (pfile() == 0) unlink(inname) else fprintf(stderr, "%s: I/O Error -- File unchanged\n", inname) fclose(outfile) fclose(infile) } exit(0)
标签: unchanged fprintf inname unlink
上传时间: 2015-03-12
上传用户:l254587896
这是一个读写磁盘文件的例子,其中“infile”为读文件,“wfile”为写文件。
上传时间: 2015-03-23
上传用户:思琦琦
词法分析程序 程序当前目录里自己建立一个文本文档,取名为infile.txt,所有需要分析的程序都写在此文本文档里,程序的结尾以"@"标志符结束。运行词法分析程序,程序结果输出到文件名为outfile.txt的文件中,此文件为自动生成。
上传时间: 2015-03-24
上传用户:a673761058
Simple SunPlus SP54 codec converter and a more playable mode MJPG. untar the archive go to the relevant directory to compile: just do make to install: with root account cp sp54convert /usr/local/bin to use: sp54convert infile outfile Enjoy !! Michel Xhaard <mxhaard@users.sourceforge.net> Till Adam <till@hubbahubba.de> Windows port: Piotr Pawlow <pp@siedziba.pl>
标签: converter the playable SunPlus
上传时间: 2013-12-30
上传用户:1079836864
内存中进行压缩和解压的两个方法: 压缩 int RamEncode(Byte *inBuffer, //输入内存缓冲区指针BYTE*类型 size_t inSize, //输入内存缓冲区的大小 Byte *outBuffer, //输出缓冲区指针BYTE*类型 size_t &outSize, //计算出的输出缓冲区大小 Int32 dictionary //字典的大小 ) 解压 int RamDecode(Byte *inBuffer, //输入内存缓冲区指针BYTE*类型 size_t inSize, //输入内存缓冲区的大小 Byte *outBuffer, //输出缓冲区指针BYTE*类型 size_t &outSize, //计算出的输出缓冲区大小 Int32 dictionary //字典的大小 ) 对文件进行压缩和解压的两个方法: 压缩: int FileEncode(LPCTSTR infile, //输入文件路径 LPCTSTR outFile, //输出文件路径 Int32 dictionary //字典大小 ) 解压: int FileDecode(LPCTSTR infile, //输入文件路径 LPCTSTR outFile, //输出文件路径 Int32 dictionary //字典大小 )
标签: RamEncode inBuffer inSize size_t
上传时间: 2014-01-21
上传用户:wangchong
汇编程序中的文件读写,这是一个读写磁盘文件的例子,其中“infile”为读文件,“wfile”为写文件。
上传时间: 2013-12-25
上传用户:fanboynet