资源列表
clarityctrl
- 大家在有些时候希望自己做的控件是半透明或透明的,就像半透明的窗体一样,我经过一段时间的查询,发现这个是可以实现,我们来看看它的实现以及带来的一些问题吧。-Sometimes you want to do is control translucent or transparent, translucent windows like, I spent some time in and found that this can be achieved, we look at it and the rea
学生成绩管理的实现
- 学生成绩管理c源代码 学生成绩管理c源代码-student performance management c source code management student achievement c sou rce code
EzEvents_src
- 在网页中添加事件日历,便于相互之间的通信和交流,同时提供编辑,删除过期事件等功能!-added to the website calendar of events, the correlation between the ease of communication and exchange, while providing editing, deletion of expired incidents function!
YACC语言00
- 用简单的YACC描述一个互交的计算器,该计算器有26个寄存器-YACC simple descr iption of an interactive calculator, the calculator has 26 registers
050629
- 编译方法课程设计之LL(1)语法分析,使用说明详见说明文件。-compiled Course Design LL (1) syntax analysis, use detailed documentation.
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
编译原理pl0
- 编译方法课程设计PL0词法分析,语法分析C的实现。包括GETSYM-compiled curriculum design PL0 lexical analysis, parsing C realized. Including GETSYM!
动态链接库编程
- 动态连接库编程,可以将系统资源放在动态链接库中,实现对动态连接苦进行访问-DLL programming, system resources can be placed on dynamic link library, and realize the hardships Dynamic Link visit
ecpxs
- 数据结构中的二叉树,二叉排序树,遍历左右孩子,输入数值划出圆-data structure, the binary, binary sort tree traversal around children, the importation of numerical round draw
逆置带头结点
- 按照数据结构书编的程序,编译出来完事的,能运行的\"逆置带头结点的动态单链表L\"-book series of the process, get away from the compiler can run the "reverse home lead the dynamic node L-List"
D-Algorithm
- 数字电路故障分析之D算法C++实现。按照教科书编写,可能比较古板。-digital circuit failure analysis algorithm C D realization. According to textbook writing, perhaps more rigid.
在MFC中用正则表达式对窗体进行有效性验证
- 我想利用本月的专栏描述一个有趣的应用程序,这个程序是用本期我的一篇文章:“使用 ManWrap 库在本机 C++ 代码中调用.NET”所讨论的 RegexWrap 库生成的。RegexForm 是一个基于正则表达式的MFC窗体有效性验证系统。为了实现这个程序,我首先实现了 RegexWrap。但因为许多细节与正则表达式本身无关,所以感觉在这里描述 RegexForm 更好些。-I would like to use this month's column describes an int