搜索资源列表
suanf a
- c常用算法,用语言编写,为本人数据结构与算法设计作品,在VC++环境下编译通过-c commonly used algorithm, the language used to prepare for my data structure and algorithm design works in the VC environment compile
57expression
- 此文挡为数据结构课程设计,关于表达式的类型表现.里面赋有源代码,而且编译成功.-Quoting block data structure for curriculum design, the type of expression performance. Active inside Fu code, compile it successfully.
语法分析之左递归实验
- 此为编译原理实验报告 学习消除文法左递规算法,了解消除文法左递规在语法分析中的作用 内含 设计算法 目的 源码 等等.... 算法:消除左递归算法为: (1)把文法G的所有非终结符按任一种顺序排列成P1,P2,…Pn 按此顺序执行 (2)FOR i:=1 TO n DO BEGIN FOR j:=1 DO 把形如Pi→Pjγ的规则改写成 Pi→δ1γ δ2γ … δkγ。其中Pj→δ1 δ2 … δk是关于Pj的所有规则; 消除关于Pi规则的直接左递归性 END (3)化简由(2)所得的文法。即
compile
- 哈夫曼压缩算法,数据结构课程设计的时候做的-Huffman compression algorithm, data structure, curriculum design, when done
desk
- 设计SIMPLE语言的词法分析器,编译原理的实验。-SIMPLE language, lexical analyzer design, compile principle experiment.
Algorithm
- 算法设计与分析 每章课后一个例子。源代码编译通过-Algorithm design and analysis of an example of each chapter after school. Compile the source code
AA
- 统计、求和与*排序 [目的] 熟悉循环和子程序调用的编程方法 [设计要求] 1. 从键盘随机输入十个数据,统计其中负数的个数,并在屏幕上显示出来; 2. 求出这十个数的总和, 存入数据段SUM 单元,并在屏幕上显示出来; 3. * 将这些数从小到大排序,存入 ORDER 为首址的存储区域,并在屏幕上显示出来。 4.** 编一跳转表,按键1,2,3,分别执行上述三种操作。 -Statistics, Sum* Sort [purpose] loop and subrout