搜索资源列表
chenji2
- 函数是 C 中最常用的结构概念。它们应用于实现“自顶向下的”问题解决方法 — 即,将问题分解成越来越小的子问题,直到每个子问题都能够用代码表示。这对程序的模块化和文档记录有帮助。此外,由许多小函数组成的程序更易于调试。-C function is the most commonly used structural concept. They used to achieve the "top-down" solution to the problem - that is, th
zidingxiangxiashiyan
- 自顶向下语法分析 实验报告 对于给定的源程序(如C语言或Pascal等),要求从组成源程序的字符行中寻找出单词,并给出它们的种别和属性——输出二元组序列。以便提供给语法分析的时候使用。要求能识别所有的关键字,标志符等,并且能够对出先的一些词法规则的错误进行必要的处理。-top-down syntax analysis report for the experiment to the source (such as C or Pascal, and other languages), reques
040320164_2
- 最小M段和问题! 这个是用动态规划实现的! 自顶向下的备忘录方法实现的!-smallest and M! This is the realization of dynamic programming! Top-down approach to achieve the memorandum!
yufafenxi
- 语法分析程序 利用C++(或C)编制确定的自顶向下预测分析语法分析程序,并对简单语言进行语法分析。 待分析的简单语言的语法若文法G[ E]为: (1) E –> TE’ (2) E’ –> +TE’ (3) E’ –> e (4) T –> FT’ (5) T’ –> *FT’ (6) T’ –> e (7) F –> (E) (8) F –> i 实验说明 具体要求如下:
Design_of_a_6.25_Gbps_Backplane_SerDes_with_TOP-do
- SerDes自顶向下的设计方法流程,包括接收机、发射机、均衡技术、时钟恢复技术-SerDes top-down design methodology process, including receivers, transmitters, equalization, clock recovery techniques
C
- Some of the basic design of C language algorithm C语言的几种算法:自顶向下、逐步求精方法、简单排序算法、枚举法、迭代法、递推与递归法、分治法-Some of the basic design of C language algorithmC language of several algorithms: top-down, stepwise refinement method, a simple sorting algorithm, enum
PL
- 实现自顶向下或自底向上分析方法的实现方法-Achieve top-down or bottom-up analysis of implementation methods
Compiler_081220
- 一个简单的编译器,用C#实现。采用自顶向下分析法-A simple compiler, using C# implementation. The use of top-down analysis
URISC_PROCESSOR
- URISC处理器的VHDL实现,采用模块化思想自顶向下实现,内部自定义总线模块-URISC PROCESSOR
Cpp2
- 递归下降算法,自顶向下语法分析器的设计与实现 -递归下降算法
Mergeclassificationalgorithms
- 采用的是自顶向下划分,再由下向上归并的递归过程,实现此过程,被分类数据规模充分小条件设为16,即当数据规模小于等于16时。-Uses a top-down, broken down by the bottom-up merging of the recursive process to achieve this process, is sufficiently small-scale conditions of disaggregated data set to 16, that is, whe
Parser
- 编译技术实验课用自顶向下的方法做的语法分析器-Parser
Cchengxushejibaogao
- 一款用于彩票中奖情况统计分析的软件为彩民们所需要。本文主要介绍了一个“彩票中奖情况统计分析系统”的设计思路与开发过程。系统为控制台程序,采用字符菜单驱动,从“自顶向下、逐步求精、模块化设计和结构化编程”的原则出发,使用C++程序设计语言在VC++ 6.0环境下编写。-A winning situation for statistical analysis lottery software for the Lottery are needed. This paper describes a &qu
analysis
- 输入一个文法,可得到文法的FIRST集、FOLLOW集、SELECT集,可以判断文法是否为LL(1)文法,并可求出文法的预测分析表,以及串的自顶向下的分析过程。输出很清晰。-Enter a grammar, the grammar of the FIRST sets available, FOLLOW sets, SELECT set, you can determine whether the grammar LL (1) grammar, and can find the grammar o
calendar
- 真实世界是复杂的,软件也同样。为了解决一个复杂问题,一个好的策略是将它分解为较简单的部分,将一个大程序分解为一组较小的函数。这称为自顶向下分析或有时叫做逐步求精。本次实验将练习采用多个函数实现一个较复杂的问题——打印1900年后任意指定年份的日历,用以下格式显示每个月。-The real world is complex, the software as well. In order to solve a complex problem, a good strategy is to break
user-interface-technology-
- 本书介绍了图形用户界面技术的一般原则,重点分析了有关的程序设计,并给出了所有相关的源程序。书中内容包括:EGA/VGA图形显示系统编程、键盘和鼠标输入、正文字符的描述、菜单、窗口、虚拟窗口、信息反馈、帮助系统以及自顶向下结构化程序设计、汉字发生、图形打印、目录管理、内存分配、扩展内存使用、虚拟磁盘、基于中断的驻留系统、文本编辑等。本书旨在帮助程序员建立功能强大、直观易学和实用的图形用户界面系统。-This book introduces the graphical user interface,
TLL1h
- 消除左递归的文法来使文法满足进行确定自顶向下分析的条件 一个LL(1)分析法的语法分析器,已通过测试。 -Elimination of left recursive grammar to the grammar to meet the parser to determine the top-down analysis of the conditions of an LL (1) analysis method has been tested.
uart
- 实现异步串行通信,采用模块化的自顶向下设计-Asynchronous serial communication using the top-down modular design
binarytree
- 二叉树的顺序存储结构——已知用户将一棵完全二叉树的n个结点(数据类 型可以是字符型、整型等等)以自顶向下、从左到右顺序输 入到一个一维数组中: (1)编写算法FindRelation(i),输出i的父结点和 所有孩子结点(如果有的话)。(2)编写算法Print打印这棵二叉树的所有节点:先打印二叉树的 根、再打印左子树、最后打印右子树;(即在顺序存储结构上先序遍历 二叉树); -Stored in the order of the binary tree
计算机网络原理:自顶向下方法(第6版)
- 计算机网络原理:自顶向下方法(第6版) (Computer network top-down version 6)(The principle of computer network: the top down method (Sixth Edition) (Computer network top-down version 6))