搜索资源列表
killcomment
- 过滤C++源程序中的注释。源文件需要改名为comment.cpp,这是用dev-c++编写。-Filter C++ source of comment. Source file needs to be renamed comment.cpp, this is dev-c++ write.
CGUO_LV_QI
- 可以实现C程序的注释和函数内容的过滤,很好用,可以调试使用,谢谢大家的合作。-Can be achieved C notes Procedure and function content filtering, very good use, you can debug use, thank you for your cooperation.
guolvzhushi
- 里面有一个过滤注释文件。还有一个猜价格游戏。实现的比较简洁,可以供大家参考-There is a filtering annotation files. There is also a price-guessing game. Achieve the relatively simple, for your reference
cifa
- 可以实现c和c++语言注释过滤,进行词法分析-The Language Note of c and c++ of filtering, lexical analysis
guolv
- 一段用于敏感词地过滤的简单地C++代码,比较通俗易懂,有注释-simply sensitive words filter
mybayes
- 垃圾邮件过滤的程序,python编写,里边有详尽的注释,采用贝叶斯算法。可以训练,测试。可以用来学习python和贝叶斯算法。-Spam filtering program, python prepared a detailed note inside, using a Bayesian algorithm. Can be trained, tested. Can be used to learn python and Bayesian algorithms.
1
- 实现注释过滤功能将a.c文件中的注释删除后存入文件b.c中。运行时运行1.c即可完成过滤注释的工作-Implementation comments after filtering comments will be deleted ac file into a file in bc. 1.c run to complete the work of the runtime filter comment
Java-Scanner
- Java语言词法分析器的设计和实现 其中具体要求: 使用DFA实现词法分析器的设计; 实现对Java源程序中注释的过滤; 利用两对半缓冲区从文件中逐一读取单词; 词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 统计源程序每行单词的个数和整个源文件单词个数; 具有报告词法错误和出错位置(源程序行号和该行字符)的功能;-Java language lexical analyzer design and implementation of w
keyword
- 统计文本文件中关键字出现的次数,文本文件总共的行数。过滤掉注释行。-counting the number of the appearance of keywords and the number of lines in the text.