搜索资源列表
102转换
- 用递归向下文法做的2到10进制转换,本学期编译原理的课程设计-using recursive grammar downward do 2-10 base for the conversion, the compiler semester course design principles
BIN2HEX__asm_my
- 进制转换的汇编代码,课程实验做的 比较好哦-base for the conversion of the code compilation, experimental courses do a Haoe
词法分析2004328831139
- 前些天写了个小语言的词法分析程序,因为前些天在VC知识库看到一个pascal词法分析的程序,觉得写得挺复杂的。其实词法分析程序的原理都是一样的,所以我想只要搞明白了简单的词法分析程序,再写复杂的就不难了,无非是多加几个关键字,多写几个条件判断语句而已。词法分析是编译程序的基础,也是最简单的。好,现在让我们看程序吧。 先让我们看看这个小语言的文法吧-few days ago wrote a small language lexical analysis procedures, because th
一个小语言的yufa
- 因为前些天在VC知识库看到一个pascal词法分析的程序,觉得写得挺复杂的。其实词法分析程序的原理都是一样的,所以我想只要搞明白了简单的词法分析程序,再写复杂的就不难了,无非是多加几个关键字,多写几个条件判断语句而已。词法分析是编译程序的基础,也是最简单的。好,现在让我们看程序吧。 先让我们看看这个小语言的文法吧。-few days ago because of the knowledge base to see a VC pascal lexical analysis procedures,
pl/0
- /*PL/0编译系统C版本头文件pl0.h*/ /* typedef enum { false, true } bool; */ #define norw 13 /*关键字个数*/ #define txmax 100 /*名字表容量*/ #define nmax 14 /*number的最大位数*/ #define al 10
c-viterbi
- 这是(2,1,7)viterbi编码和译码的c语言代码 译码中是用基二算法实现的,运行时首先要在c盘中建立一个输入文件和一个输出文件。-This is the [2,1,7] viterbi encoding and decoding of the c language code decoding is to use the base implementation of the second algorithm, run-time we must first set up in c aft
an2836-Change_IP
- This code base on NE64 and support AN2836. Now it realize IP-changing dynamicly.
ASK
- 通过本课程设计使学生深入理解和掌握ASK通讯系统的各个关键环节,包括基带信号形成、调试、解调、滤波、传输、噪声对通信质量的影响等。在数字信号处理实验课的基础上更加深入地掌握数字滤波器的设计原理及实现方法。使学生对ASK系统各个关键点的信号波形及频谱有深刻的认识。-Through the curriculum design so that students understand and grasp the depth of communication systems ASK all key lin
san_psk1
- 基于simulink仿真2PSK模型 hnkjsdhfkndskfn-base on the simulink for simulation 2psk
kkkk
- good to evaluate program equations data and embedd the code directly into data base
storeImages
- save images and connect to the sql data base that is create by u or predefined data base
C-Compiler
- 基于VC++的C语言编译器的开发源程序 基于VC++的C语言编译器的开发源程序-The source program of C- Compiler base on VC++
matlab
- 数字基带传输系统仿真及性能分析 数字基带传输系统仿真及性能分析-matlab base system
base
- 国防科学技术大学的PL0程序编译器的实现-National Defense Science and the PL0 Compiler Implementation
yufayuyi
- 基于又穷自动机的语法语义分析器,满分通过-base on grammar
link-base
- 连接器的输入文件是汇编器产生的浮动地址目标文件(.obj),产生的输出文件是可执行目标文件(.out)和连接过程结果说明文件(.map)-link base knowlege introducation
-2
- C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。-C++ cl