文件名称:lead-out--a-help-document
介绍说明--下载内容均来自于网络,请自行研究使用
设计一个类似Doc++这样的工具,将源文件中的注释导出来形成一个帮助文档。
本程序使用Win7下的Eclipse,实现将源文件的注释导出到帮助文档。通过词法分析,识别出.Java、.c文件中的类、变量、方法以及对应的注释,并将其导入到设计好的数据结构中,再将该数据结构转换成HTML文件。-Design a tool like this Doc++, the source file comments in the lead out to form a help document. This program uses Win7 under Eclipse, implementation will export comments to help document the source file. By lexical analysis, identify .Java, .c file type, variables, methods and corresponding notes, and import it into the designed data structure, then the data structure into HTML files.
本程序使用Win7下的Eclipse,实现将源文件的注释导出到帮助文档。通过词法分析,识别出.Java、.c文件中的类、变量、方法以及对应的注释,并将其导入到设计好的数据结构中,再将该数据结构转换成HTML文件。-Design a tool like this Doc++, the source file comments in the lead out to form a help document. This program uses Win7 under Eclipse, implementation will export comments to help document the source file. By lexical analysis, identify .Java, .c file type, variables, methods and corresponding notes, and import it into the designed data structure, then the data structure into HTML files.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
编译课程设计\A.jpg
............\FileTreePanel.java
............\FileTreePanel.rar
............\Html.jpg
............\JavaDOC注释使用方法.doc
............\Test.java
............\主要算法流程图.vsd
............\用例1.jpg
............\用例2.jpg
............\类图.bmp
............\类图.mdl
............\系统用例图.jpg
............\系统用例图.mdl
编译课程设计