点击切换搜索课件文库搜索结果(10500)
文档格式:PPT 文档大小:310.5KB 文档页数:25
用户在了解尺寸标注的组成与规则、标注样式的创建和设置方法后,接下 来就可以使用标注工具标注图形了。AutoCAD 2007提供了完善的标注命令, 例如使用“直径”、“半径”、“角度”、“线性”、“圆心标记”等标注命 令,可以对直径、半径、角度、直线及圆心位置等进行标注
文档格式:DOC 文档大小:48KB 文档页数:2
6.5 根据图 6-2,编写从端口 0 输出 8 位数据的简单程序
文档格式:DOC 文档大小:30.5KB 文档页数:1
9.11 试按如下要求分别编写 82C54 的初始化程序:己知 82C54 的计数器 0、1、2 和 控制字 I/O 地址依次为 104H、105H、106H、107H。 (1) 使计数器 1 工作在方式 0,仅用低 8 位作二进制计数,计数初值为 128;
文档格式:PDF 文档大小:2.58MB 文档页数:619
《中国营养师培训教材》是针对参加培训人员的专用教材,同时也是从事营养、食品专业工作人员的参考教材。它包括:基础营养、食物营养与食品卫生、人群营养、公共营养、营养缺乏与营养过量、疾病营养、营养强化与保健食品以及食品加工与烹饪等8篇。 本教材考虑到我国营养工作的实际需要,增加了“营养强化与保健食品”、“食品加工与烹饪”等篇,内容比一般的营养与食品卫生学教材更丰富、全面,具有较强的实用性。本教材是按照培训营养师的需要编写的,适合于有大专以上教育程度的读者。对于助理营养师的培训,需要对教材内容有选择地进行讲授和阅读。 第一篇 基础营养 第二篇 食物营养与食品卫生 第三篇 人群营养 第四篇 公共营养 第五篇 营养缺乏与营养过量 第六篇 疾病营养 第七篇 营养强化与保健食品 第八篇 食品加工与烹饪
文档格式:PDF 文档大小:271.43KB 文档页数:22
一、 单选题 1、试图编译下面的代码块,将会出现什么结果? public class Test { static int x; public static void main(String args[]){ System.out.println(\Value is \ + x);
文档格式:PPT 文档大小:237KB 文档页数:72
The Function of a Scanner Reading characters from the source code and form them into logical units called tokens Tokens are logical entities defined as an enumerated type – Typedef enum {IF, THEN, ELSE, PLUS, MINUS, NUM, ID,…} TokenType;
文档格式:PPT 文档大小:397KB 文档页数:108
Function of a Parser Takes the sequence of tokens produced by the scanner as its input and produces the syntax tree as its output. Parser Sequence of tokens Syntax-Tree
文档格式:PPT 文档大小:663.5KB 文档页数:87
Attributes – Any property of a programming language construct such as The data type of a variable The value of an expression The location of a variable in memory
文档格式:PPT 文档大小:421KB 文档页数:72
The memory of a typical computer: A register area; Addressable Random access memory (RAM): A code area; A data area. The code area is fixed prior to execution, and can be visualized as follows:
文档格式:PPT 文档大小:569KB 文档页数:104
Main idea LL(1) Parsing uses an explicit stack rather than recursive calls to perform a parse An example: – a simple grammar for the strings of balanced parentheses: S→(S) S∣ε The following table shows the actions of a top￾down parser given this grammar and the string ( )
首页上页685686687688689690691692下页末页
热门关键字
搜索一下,找到相关课件或文库资源 10500 个  
©2008-现在 cucdc.com 高等教育资讯网 版权所有