搜索资源列表
C_minus语言说明
- C_minus语言的BNF语法定义 程序由声明的列表(或序列)组成,声明可以是函数或变量声明,顺序是任意的。至少必须有一个声明。接下来是语义限制(这些在C中不会出现)。所有的变量和函数在使用前必须声明(这避免了向后backpatching引用)。程序中最后的声明必须是一个函数声明,名字为main。注意,C-缺乏原型,因此声明和定义之间没有区别(像C一样)。-C_minus BNF language syntax definition of procedures from the list of
RCV
- TMS320_ADPCMNON(ASM).RAR SIGNAL ESTIMATE FROM PREVIOUS SAMPLES DATA -- * THEN COMPUTE DIFFERENCE SIGNAL-TMS320_ADPCMNON(ASM).RAR SIGNAL ESTIMATE FROM PREVIOUS SAMPLES DATA-- * THEN COMPUTE DIFFERENCE SIGNAL
date
- c code to find the difference between two dates... given 1st the past date... then the latest date-c code to find the difference between two dates... given 1st the past date... then the latest date...
PerlRegEx
- 给予Perl正则表达式的使用例程,支持正则验证,替换和差分,对于写正则表达式的时候用来验证非常有用-Perl regular expressions to use routines to support are the proof, replace, and difference, for writing regular expressions is very useful when used to verify
lexical_analysis_pro
- 实现编译原理中词法分析的功能 用多种方法实现 可以对比其共同不同之处-Compiler theory in achieving the function of lexical analysis can be correlated with a variety of methods to achieve their common difference
Predictive-Analysis
- 通过完成预测分析法的语法分析程序,了解预测分析法和递归子程序法的区别和联系。使了解语法分析的功能,掌握语法分析程序设计的原理和构造方法,训练掌握开发应用程序的基本方法。-Prediction Analysis by completing the parser to understand the analysis and prediction of difference between the recursive subprogram and contact. To understand the
example
- 实现波形出现,并且可以直接观察比较它们的去区别-Waveform appear to achieve, and can be directly observed and compared to the difference between them
-2
- C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。-C++ cl
lesson-19(about-Dll)Code
- 深入详解教学:动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-Detailed teaching in-depth: the procedures for the preparation of the dynamic link library. The diff
pcyf
- pocketc语法特点、与c的不同之处及部分函数用法介绍。-pocketc grammatical features introduced with the difference of c and some function usage.
Code
- 动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-DLL program code. Static libraries and dynamic repository of differentiatio