Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Other ELanguage
Title: CPP-source-word-scanner Download
 Description: Experiment one: C++ source code word scanner (lexical analysis) functions: (1) C++ source code scanner to identify C++ mark. C++ language contains several types of tokens: identifiers, keywords, number (including integer, float), string, notes, special characters (delimiters) and arithmetic symbols. (2) Open a C++ source file, print out all of the above marks. (3) requires that the application should be Windows interface. (4) selected as part: In order to improve the readability of source C++, C++ program writing process by adding a blank line, space, indentation, comments, and so on. Suppose you want to sacrifice readability, to save disk space, you can store a compressed text removed all unnecessary whitespace and comments C++ source code. Therefore, the program should also have such compression. (5) selected as part of: further thought or realize- how to achieve further reduce the size of the source file compression functions. (6) should write perfect software documentation.
 Downloaders recently: [More information of uploader 邵阳]
 To Search:
File list (Check if you may need any files):
 

编译原理C++源代码单词扫描程序(java实现)\C++源代码单词扫描程序(java实现)\build\classes\实验_1\Analysis.class
.........................................\.................................\.....\.......\......\codeString.class
.........................................\.................................\.....\.......\......\floatNumber.class
.........................................\.................................\.....\.......\......\idWord.class
.........................................\.................................\.....\.......\......\intNumber.class
.........................................\.................................\.....\.......\......\keyWord.class
.........................................\.................................\.....\.......\......\Main.class
.........................................\.................................\.....\.......\......\MyFrame.class
.........................................\.................................\.....\.......\......\Tag.class
.........................................\.................................\.....\.......\......\Token.class
.........................................\.................................\build.xml
.........................................\.................................\dist\README.TXT
.........................................\.................................\....\___1.jar
.........................................\.................................\manifest.mf
.........................................\.................................\nbproject\build-impl.xml
.........................................\.................................\.........\genfiles.properties
.........................................\.................................\.........\private\private.properties
.........................................\.................................\.........\.......\private.xml
.........................................\.................................\.........\project.properties
.........................................\.................................\.........\project.xml
.........................................\.................................\src\实验_1\Analysis.java
.........................................\.................................\...\......\Main.java
.........................................\.................................\...\......\MyFrame.java
.........................................\.................................\...\......\Token.java
.........................................\tese.cpp
.........................................\C++源代码单词扫描程序(java实现)\build\classes\实验_1
.........................................\.................................\.....\classes
.........................................\.................................\nbproject\private
.........................................\.................................\src\实验_1
.........................................\.................................\build
.........................................\.................................\dist
.........................................\.................................\nbproject
.........................................\.................................\src
.........................................\.................................\test
.........................................\C++源代码单词扫描程序(java实现)
编译原理C++源代码单词扫描程序(java实现)
    

CodeBus www.codebus.net