搜索资源列表
字符串表达式解析器
- 此程序实现的是一个运算器,是在一个程序的基础上进行改进的,计算器中需要的运算以及操作对象: IF,AND,OR,<,<=,>,>=,<>,=,== 数字0-9,(,),+,-,*,/, SIN,COS,TAN,POW,EXP,ABS,SQRT,INT,LN,LOG,MIN,MAX.-this program is a computing device that is in a process of improvement based on the
complication
- #include <stdio.h> #define MAX 10-# include
QPSK
- 用MAX+plusⅡ设计实现QPSK解调器。
ExprEval
- 中山大学编译原理课程的一个实验,根据OPP(算符优先)做的一个表达式计算器。 内有实验的设计文档。 实验要求支持sin,cos,max,min,power,mod,boolean,?:,等运算。 这个代码可以为学习编译原理的同学参考。
预测分析法
- #include #include #include #define MAX 30 int table[5][6]; char stack[30]; int top=0; char buffer[MAX]; int buf=0; void start()//初始化预测分析表
max-log-map.zip
- max-log-map算法的C语言的实现,能计算出所需要的LLR,做出软判决和硬判决。,max-log-map algorithm for the realization of the C language, can be required to calculate LLR, make a hard decision and soft decision.