搜索资源列表
liuziyancompile
- 本程序用于自顶向下的语法分析。只您输入的上下问无关文法进行分析,并构造出预测分析表。-procedure for the top-down syntax analysis. Only you enter the ministry asked not grammar analysis and structural analysis projected table.
高校运动会系统
- 任务:参加运动会有n个学校,学校编号为1……n。比赛分成m个男子项目,和w个女子项目。项目编号为男子1……m,女子m+1……m+w。不同的项目取前五名或前三名积分;取前五名的积分分别为:7、5、3、2、1,前三名的积分分别为:5、3、2;哪些取前五名或前三名由学生自己设定。(m=10 , w=8 , n=15) 功能要求: 1). 可以输入各个项目的前三名或前五名的成绩; 2).能统计各学校总分(用链表); 3).可以按学校编号、学校总分、男女团体总分排序输出(快速、基数);
updatetool
- 本程序能够把ST20操作系统(该系统为ST公司所开发)生成的.HEX文件转换为可以烧机的.BIN文件(二进制代码文件).对开发ST系列机顶盒产品的用户会有用的.-this procedure can ST20 operating system (the system developed by ST) generated. HEX file can be converted to burn the plane. BIN files (binary). ST series on the develo
readerv1.01
- 阅读软件 办公室偷偷看的好东东 增加透明度选择!!! 可以置顶显示-Office software secretly reading a good look at the Eastern increase transparency choice! ! ! Can set-top show
魔术师的猜牌术(1)
- 魔术师利用一副牌中的13张黑桃,预先将它们排好后迭在一 起,牌面朝下。对观众说:我不看牌,只数数就可以猜到每张牌 是什么,我大声数数,你们听,不信?你们就看。魔术师将最上 面的那张牌数为1,把它翻过来正好是黑桃A,将黑桃A放在桌子 上,然后按顺序从上到下数手上的余牌,第二次数1、2,将第一 张牌放在这迭牌的下面,将第二张牌翻过来,正好是黑桃2,也 将它放在桌子上,第三次数1、2、3,将前面两张依次放在这迭 牌的下面,再翻第三
魔术师的猜牌术(2)
- 魔术师再次表演,他将红桃和黑桃全部迭在一起,牌面朝下 放在手中,对观众说:最上面一张是黑桃A,翻开后放在桌上。 以后,从上至下每数两张全依次放在最底下,第三张给观众看, 便是黑桃2,放在桌上后再数两张依次放在最底下,第三张给观 众看,是黑桃3。如此下去,观众看到放在桌子上牌的顺序是: 黑桃 A 2 3 4 5 6 7 8 9 10 J Q K 红桃 A 2 3 4 5 6 7 8 9 10 J Q K 问魔术师手中牌的原始顺序是什么?-ma
编译原理实验一
- 一个具体的词法分析程序,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示)-a specific lexical analysis procedures, imported from the source to identify all the independent significance of the word, that is to r
sense
- 很好的书关于双机惫份的程序,希望大家喜欢.斑竹顶我一下-very good book on the two-month-Marc procedures, hope you like them. Fed top what I
top_down
- 自上而下的语法分析方法 能对算术表达式进行语法分析并计算出表达式的值-top-down syntax analysis method for the arithmetic expression syntax analysis and calculate the value of the expression
LED-dyn
- (原创)动态液晶显示,用到8*8发光二极管点阵。显示“信息工程学院”上下显示。-(original) Dynamic LCD, uses 8 * 8 LED matrix. Show "Information Engineering Institute" show from top to bottom.
ex27a
- 程序增加了一个顶层Storage菜单,其中有Write和Read选项。在调试中运行,先选择Write,待一个Write complete消息框后,再选择Read.-procedures increased by a top-level Storage menu, which Write and Read option. Commissioning of the operation, select Write, Write complete pending a news box and choos
Discuz!BBSfjzh
- 可以放在任何一个地方使用!没有经过DLL加密 还可以自己更改需要的繁体字! 申明: 以上演示地址是正规网站!请不要恶意攻击!谢谢! 如果大家觉得这个网站不错!请大家宣传一下! 文件未加密,觉得好的顶起来 -can be put on any one use! DLL without encryption can also change their need characters! Affirmed : The above address is the
3dzuobiao
- 三维坐标显示的例子,我花了不少时间和精力 在上面-3D coordinates indicating example, I spent a lot of time and energy on top
LL1
- 自上而下语法分析器设计,词法分析器调用接口为lex()-Top-down parser design, call the lexical analyzer interface lex ()
1
- 自上而下的语法分析器,实验内容之一,利用分析表、分析栈和总控程序对源程序进行自上而下的语法分析测试; -Top-down parser, one of the experiment, the use of analytical tables, analysis of the total stack and source code control procedures for testing top-down parsing
paser
- 一个简单的语法分析器实现,采用的是自顶向下的算法,结构清晰,容易理解,适合初学者学习。-Parser A simple realization is based on top-down algorithm, the structure of clear and easy to understand for beginners to learn.
linuxC
- C语言本质。结合计算机和操作系统的原理讲解C程序是怎么编译、链接、运行的,同时全面介绍C的语法。位运算的章节改编自亚嵌教育林小竹老师的讲义,链表和二叉树的章节改编自亚嵌教育朱老师的讲义。汇编语言的章节改编自[ GroudUp],在这本书的最后一章提到,学习编程有两种Approach,一种是Bottom Up,一种是Top Down,各有优缺点,需要两者结合起来。所以我编这本书的思路是,第一部分Top Down,第二部分Bottom Up,第三部分可以算填了中间的空隙,三部分全都围绕C语言展开
from-top-down
- 递归自顶向下实现算术表达式的语法分析,可算乘方等复杂运算-Recursive top-down implementation of an arithmetic expression parsing, power and other complex operations can be considered
Close-contact-with-SOA-top-master
- 近距离接触SOA顶级大师,WebSphere之父介绍微软的SOA平台-Close contact with SOA top master
From-top-to-bottom-grammar-analyzer
- 一个自上而下的语法分析器,具有建立语法分析过程的功能-A top-down parser, with the establishment of the parsing process