搜索资源列表
accidence_analyzer
- 词法分析器。 要求:1.读出所给文件的所有词 2.将所有词输出写入一个txt文档中。 3.每个词用特殊符号‘^’隔开 源程序为自己所编译的cpp文件,即“text2.cpp”,Compile——〉Build——〉BuildExiecute,将结果写入另一个文件“after_execute.txt”中。 -lexical analyzer. Requirements : 1. Read out documents to all the words of two. Outpu
LA_Debug
- 对c语言的简单语法分析器 文件说明: input.txt内为输入的源程序,包括for,while和if else控制等 output.txt内为输出的二元单词序列 k.txt为关键字表 l.txt为运算符和界符表 i.txt为该输入的源程序的标志符 c.txt为常数表 个别表需要序列号,这时各表的序列号默认为从1开始,每行加1。 使用说明: 在提示符下输入input.txt文件的路径和文件名字, 运行完成后,打开文件output.txt看结果。 -right language syntax a
WordFinder
- 这是一个用MFC做的查找单词的程序,能自由选择TXT格式的单词库,然后导入程序进行单词查询-This is a word search using MFC to do the procedure, to free choice of the word library TXT format, then import the query word process
zyl
- 基于Dialog类 在出对话框中添加他Tab 控件 在Tab控件中添加三个人信息对话框 可以吧信息输入到ListControl里且实现WORD TXT 保存和打开 按钮位图加载 列表控件的背景文本设置 列表控件中信息的删除 查找等等功能多多 适合初学者参考-Based Dialog class in the dialog box to add him in the Tab Control Tab Control to add three personal message dialog can n
