资源列表
standardization
- 高质量的代码编写规范希望大家多采用这样可以减少不必要的错误发生-preparation of the code quality norms hope we can adopt to reduce this unnecessary mistakes occurred
fpl-14[1].12.tar
- 自由Pascal是一个32位的pascal编译器。它可以应用于不同的处理器(i386+和680x0)和操作系统(Linux, DOS, AmigaOS, OS/2, Win32)。并且它是基于GPL协议的软件-Free Pascal is a 32-bit compiler pascal. It can be applied to different processors (i386 and 680x0) and operating systems (Linux, DOS, AmigaOS, O
fengzzzz
- 这是一个编译原理的词法分析程序,输入一个C语言,输出一个词法分析的结果-This is a compiler tenets of lexical analysis procedures, a C-language input and output a lexical analysis of the results
cn700_vb558004466
- 用VB做的图书馆管理系统完整源码 非常好哦-do with VB library management system is very complete source weeks ago
code11
- 《C语言课程设计案例精编》源代码,里面包括了经典的程序设计的源代码-"C language curriculum design case intensive series" source code, including the inside of classical programming source code
diguixiajiang
- 编译原理中的语法分析---递归下降算法实现-compiler theory of syntax analysis --- recursive algorithm decline
li0408
- 编辑语言:C++ 编辑环境:Microsoft Visual C++ 6.0 是软件实习中本人作业 希望能对大家有所帮助-edit language : C editing environment : Microsoft Visual C 6.0 software internship I hope that the operation will be helpful to everyone
Visitor
- 设计模式——访问者模式 Visitor模式允许我们在不改动原有结构的基础之上不断增加新的功能。 ICumulation接口定义了方法Cumulate(),旨在计算1+2+……+n,有两种不同的实现方法,一个是一般的叠加算法GeneralArithmetic,一个是高斯算法GaoSiArithmetic。 因为某种原因,系统需要添加求平均值的功能,还有计算1到n的平方和。 按照一般的思路,我们需要在ICumulation中定义两个方法分别计算平均值和平方和,并在实现类中同
2006060303
- LED显示屏动态显示和远程监控的实现介绍-LED display dynamic display and remote monitoring system introduced
led2006
- LED点阵显示屏的显示与控制技术原理介绍-LED dot matrix screen display and control technology introduced Principle
2006060301
- 一个非常不错的can-bus总线应用方案-a very good can-bus applications
vml_graphic
- 第一部分:VML入门 第一节:VML基本概念 第二节:Shape对象与VML坐标系 第三节:Line,Polyline(线)对象 第四节:Rect,RoundRect(矩形)对象 第五节:Oval(圆)对象 第六节:Image(图像)对象 第七节:Group容器 第八节:ShapeType给VML制作模版 第二部分:VML编程技巧 第一节:脚本动态生成VML 第二节:放大缩小VML 第三节:给VML增加事件 第三部分:VM