搜索资源列表
vb如何用分割线设计窗体
- 如何用分割线设计窗体- How uses the minute 鍓茬嚎to design the window
中间代码生成
- 这是编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行,详细地阐述了一个编译器的设计和实现。它是大纲教学,课程设计良好的示范,也是编程爱好者提高的好参考,其中这是中间代码生成部分。希望尽早的开通我的帐号,和大家多多交流,成为热爱编程的好朋友。-this is a souce code about the principle of complier.it
text_editor
- 文档详细解说了如何用VC++的MFC设计一个简单的单文档的文本编辑器-Document a detailed explanation of how the MFC with VC++ to design a simple single-document text editor
Cambridge.Press.C.plus.plus.Design.Patterns.and.De
- This book is aimed at a reader who has studied an introductory book on mathemat- ical fi nance and an introductory book on C++ but does not know how to put the two together. My objective is to teach the reader not just how to implement model
Simplification-of-grammar
- 设计文法类,实现对文法G[S]=(Vt, Vn, P, S)的文件读写,文法的文件表示形式以及内存表示形式可自定义。本质上,文法就是3个集合+1个符号,重点(难点)是产生式集合如何处理。文法的文本形式可根据自己需要自由定义。在前述的基础上,实现文法化简的无用符号及无用产生式消除算法。 -Grammar class design, to achieve the grammar G [S] = (Vt, Vn, P, S) to read and write files, grammar fil
