文件名称:Compiler
-
所属分类:
- 标签属性:
- 上传时间:2012-10-31
-
文件大小:573.02kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
(1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。
(2)打开一个C++源文件,打印出所有以上的记号。
(3)要求应用程序应为Windows界面。
(4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你可以存贮一个删除了所有不必要空格和注释的C++源程序的压缩文本。因此,程序中还应该有这样的压缩功能。
(5)选作部分:进一步思考或实现——如何进一步实现减小源文件大小的压缩功能。
(6)应该书写完善的软件文档。
-(1) C++ source code C++ scanner identification marks. C++ language contains several types of tokens: identifiers, keywords, numbers (including integer, floating point), strings, notes, special symbols (delimiters) and the operator symbols.
(2) to open a C++ source file, print out all of the above marks.
(3) require the application should be Windows interface.
(4) selected as part: In order to improve the readability of C++ source code, C++ program in the writing process to join the blank lines, spaces, indentation, comments, and so on. Suppose you want to sacrifice readability to save disk space, you can store a remove all unnecessary spaces and comments in the C++ source code of the compressed text. Therefore, the program should have such a compression.
(5) selected as part of: Further Thoughts on or realized- how to further reduce the source file size to achieve compression.
(6) should be well-written software documentation
(2)打开一个C++源文件,打印出所有以上的记号。
(3)要求应用程序应为Windows界面。
(4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你可以存贮一个删除了所有不必要空格和注释的C++源程序的压缩文本。因此,程序中还应该有这样的压缩功能。
(5)选作部分:进一步思考或实现——如何进一步实现减小源文件大小的压缩功能。
(6)应该书写完善的软件文档。
-(1) C++ source code C++ scanner identification marks. C++ language contains several types of tokens: identifiers, keywords, numbers (including integer, floating point), strings, notes, special symbols (delimiters) and the operator symbols.
(2) to open a C++ source file, print out all of the above marks.
(3) require the application should be Windows interface.
(4) selected as part: In order to improve the readability of C++ source code, C++ program in the writing process to join the blank lines, spaces, indentation, comments, and so on. Suppose you want to sacrifice readability to save disk space, you can store a remove all unnecessary spaces and comments in the C++ source code of the compressed text. Therefore, the program should have such a compression.
(5) selected as part of: Further Thoughts on or realized- how to further reduce the source file size to achieve compression.
(6) should be well-written software documentation
(系统自动生成,下载前可以参看下载内容)
下载文件列表
陈新杰(20072102321)/C++源代码单词扫描程序实验报告.doc
陈新杰(20072102321)/conf.properties
陈新杰(20072102321)/CPPScanner.jar
陈新杰(20072102321)/lib/juniversalchardet-1.0.3.jar
陈新杰(20072102321)/源代码/CPPScanner/.classpath
陈新杰(20072102321)/源代码/CPPScanner/.project
陈新杰(20072102321)/源代码/CPPScanner/.settings/org.eclipse.core.resources.prefs
陈新杰(20072102321)/源代码/CPPScanner/bin/conf/ConfInfo.class
陈新杰(20072102321)/源代码/CPPScanner/bin/controller/ErroInfoPrint.class
陈新杰(20072102321)/源代码/CPPScanner/bin/controller/IFileController.class
陈新杰(20072102321)/源代码/CPPScanner/bin/controller/IPrintData.class
陈新杰(20072102321)/源代码/CPPScanner/bin/controller/Scanner.class
陈新杰(20072102321)/源代码/CPPScanner/bin/controller/ScreenPrintData.class
陈新杰(20072102321)/源代码/CPPScanner/bin/controller/TextFileController.class
陈新杰(20072102321)/源代码/CPPScanner/bin/controller/TextFilePrintData.class
陈新杰(20072102321)/源代码/CPPScanner/bin/controller/Token.class
陈新杰(20072102321)/源代码/CPPScanner/bin/mainface/MainApplication$1.class
陈新杰(20072102321)/源代码/CPPScanner/bin/mainface/MainApplication$2.class
陈新杰(20072102321)/源代码/CPPScanner/bin/mainface/MainApplication$3.class
陈新杰(20072102321)/源代码/CPPScanner/bin/mainface/MainApplication$4.class
陈新杰(20072102321)/源代码/CPPScanner/bin/mainface/MainApplication$5.class
陈新杰(20072102321)/源代码/CPPScanner/bin/mainface/MainApplication$6.class
陈新杰(20072102321)/源代码/CPPScanner/bin/mainface/MainApplication$7.class
陈新杰(20072102321)/源代码/CPPScanner/bin/mainface/MainApplication$8.class
陈新杰(20072102321)/源代码/CPPScanner/bin/mainface/MainApplication.class
陈新杰(20072102321)/源代码/CPPScanner/bin/util/EncoderUtil.class
陈新杰(20072102321)/源代码/CPPScanner/bin/util/FileChooser.class
陈新杰(20072102321)/源代码/CPPScanner/bin/util/GenericFileFilter.class
陈新杰(20072102321)/源代码/CPPScanner/bin/util/PropertyUtil.class
陈新杰(20072102321)/源代码/CPPScanner/conf.properties
陈新杰(20072102321)/源代码/CPPScanner/juniversalchardet-1.0.3.jar
陈新杰(20072102321)/源代码/CPPScanner/manifest.mf
陈新杰(20072102321)/源代码/CPPScanner/src/conf/ConfInfo.java
陈新杰(20072102321)/源代码/CPPScanner/src/controller/ErroInfoPrint.java
陈新杰(20072102321)/源代码/CPPScanner/src/controller/IFileController.java
陈新杰(20072102321)/源代码/CPPScanner/src/controller/IPrintData.java
陈新杰(20072102321)/源代码/CPPScanner/src/controller/Scanner.java
陈新杰(20072102321)/源代码/CPPScanner/src/controller/ScreenPrintData.java
陈新杰(20072102321)/源代码/CPPScanner/src/controller/TextFileController.java
陈新杰(20072102321)/源代码/CPPScanner/src/controller/TextFilePrintData.java
陈新杰(20072102321)/源代码/CPPScanner/src/controller/Token.java
陈新杰(20072102321)/源代码/CPPScanner/src/mainface/MainApplication.java
陈新杰(20072102321)/源代码/CPPScanner/src/util/EncoderUtil.java
陈新杰(20072102321)/源代码/CPPScanner/src/util/FileChooser.java
陈新杰(20072102321)/源代码/CPPScanner/src/util/GenericFileFilter.java
陈新杰(20072102321)/源代码/CPPScanner/src/util/PropertyUtil.java
陈新杰(20072102321)/源代码/CPPScanner/bin/conf
陈新杰(20072102321)/源代码/CPPScanner/bin/controller
陈新杰(20072102321)/源代码/CPPScanner/bin/mainface
陈新杰(20072102321)/源代码/CPPScanner/bin/util
陈新杰(20072102321)/源代码/CPPScanner/src/conf
陈新杰(20072102321)/源代码/CPPScanner/src/controller
陈新杰(20072102321)/源代码/CPPScanner/src/mainface
陈新杰(20072102321)/源代码/CPPScanner/src/util
陈新杰(20072102321)/源代码/CPPScanner/.settings
陈新杰(20072102321)/源代码/CPPScanner/bin
陈新杰(20072102321)/源代码/CPPScanner/src
陈新杰(20072102321)/源代码/CPPScanner
陈新杰(20072102321)/lib
陈新杰(20072102321)/源代码
陈新杰(20072102321)
陈新杰(20072102321)/conf.properties
陈新杰(20072102321)/CPPScanner.jar
陈新杰(20072102321)/lib/juniversalchardet-1.0.3.jar
陈新杰(20072102321)/源代码/CPPScanner/.classpath
陈新杰(20072102321)/源代码/CPPScanner/.project
陈新杰(20072102321)/源代码/CPPScanner/.settings/org.eclipse.core.resources.prefs
陈新杰(20072102321)/源代码/CPPScanner/bin/conf/ConfInfo.class
陈新杰(20072102321)/源代码/CPPScanner/bin/controller/ErroInfoPrint.class
陈新杰(20072102321)/源代码/CPPScanner/bin/controller/IFileController.class
陈新杰(20072102321)/源代码/CPPScanner/bin/controller/IPrintData.class
陈新杰(20072102321)/源代码/CPPScanner/bin/controller/Scanner.class
陈新杰(20072102321)/源代码/CPPScanner/bin/controller/ScreenPrintData.class
陈新杰(20072102321)/源代码/CPPScanner/bin/controller/TextFileController.class
陈新杰(20072102321)/源代码/CPPScanner/bin/controller/TextFilePrintData.class
陈新杰(20072102321)/源代码/CPPScanner/bin/controller/Token.class
陈新杰(20072102321)/源代码/CPPScanner/bin/mainface/MainApplication$1.class
陈新杰(20072102321)/源代码/CPPScanner/bin/mainface/MainApplication$2.class
陈新杰(20072102321)/源代码/CPPScanner/bin/mainface/MainApplication$3.class
陈新杰(20072102321)/源代码/CPPScanner/bin/mainface/MainApplication$4.class
陈新杰(20072102321)/源代码/CPPScanner/bin/mainface/MainApplication$5.class
陈新杰(20072102321)/源代码/CPPScanner/bin/mainface/MainApplication$6.class
陈新杰(20072102321)/源代码/CPPScanner/bin/mainface/MainApplication$7.class
陈新杰(20072102321)/源代码/CPPScanner/bin/mainface/MainApplication$8.class
陈新杰(20072102321)/源代码/CPPScanner/bin/mainface/MainApplication.class
陈新杰(20072102321)/源代码/CPPScanner/bin/util/EncoderUtil.class
陈新杰(20072102321)/源代码/CPPScanner/bin/util/FileChooser.class
陈新杰(20072102321)/源代码/CPPScanner/bin/util/GenericFileFilter.class
陈新杰(20072102321)/源代码/CPPScanner/bin/util/PropertyUtil.class
陈新杰(20072102321)/源代码/CPPScanner/conf.properties
陈新杰(20072102321)/源代码/CPPScanner/juniversalchardet-1.0.3.jar
陈新杰(20072102321)/源代码/CPPScanner/manifest.mf
陈新杰(20072102321)/源代码/CPPScanner/src/conf/ConfInfo.java
陈新杰(20072102321)/源代码/CPPScanner/src/controller/ErroInfoPrint.java
陈新杰(20072102321)/源代码/CPPScanner/src/controller/IFileController.java
陈新杰(20072102321)/源代码/CPPScanner/src/controller/IPrintData.java
陈新杰(20072102321)/源代码/CPPScanner/src/controller/Scanner.java
陈新杰(20072102321)/源代码/CPPScanner/src/controller/ScreenPrintData.java
陈新杰(20072102321)/源代码/CPPScanner/src/controller/TextFileController.java
陈新杰(20072102321)/源代码/CPPScanner/src/controller/TextFilePrintData.java
陈新杰(20072102321)/源代码/CPPScanner/src/controller/Token.java
陈新杰(20072102321)/源代码/CPPScanner/src/mainface/MainApplication.java
陈新杰(20072102321)/源代码/CPPScanner/src/util/EncoderUtil.java
陈新杰(20072102321)/源代码/CPPScanner/src/util/FileChooser.java
陈新杰(20072102321)/源代码/CPPScanner/src/util/GenericFileFilter.java
陈新杰(20072102321)/源代码/CPPScanner/src/util/PropertyUtil.java
陈新杰(20072102321)/源代码/CPPScanner/bin/conf
陈新杰(20072102321)/源代码/CPPScanner/bin/controller
陈新杰(20072102321)/源代码/CPPScanner/bin/mainface
陈新杰(20072102321)/源代码/CPPScanner/bin/util
陈新杰(20072102321)/源代码/CPPScanner/src/conf
陈新杰(20072102321)/源代码/CPPScanner/src/controller
陈新杰(20072102321)/源代码/CPPScanner/src/mainface
陈新杰(20072102321)/源代码/CPPScanner/src/util
陈新杰(20072102321)/源代码/CPPScanner/.settings
陈新杰(20072102321)/源代码/CPPScanner/bin
陈新杰(20072102321)/源代码/CPPScanner/src
陈新杰(20072102321)/源代码/CPPScanner
陈新杰(20072102321)/lib
陈新杰(20072102321)/源代码
陈新杰(20072102321)
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.