搜索结果
找到约 79 项符合
begin 的查询结果
按分类筛选
- 全部分类
- 编译器/解释器 (9)
- 其他 (7)
- 汇编语言 (4)
- Delphi控件源码 (4)
- matlab例程 (4)
- 技术资料 (4)
- 单片机编程 (3)
- 单片机开发 (3)
- 软件设计/软件工程 (3)
- Delphi/CppBuilder (3)
- 其他书籍 (3)
- VC书籍 (3)
- 开发工具 (2)
- 设计相关 (2)
- 通讯编程文档 (2)
- Java编程 (2)
- C/C++语言编程 (1)
- 模拟电子 (1)
- 嵌入式综合 (1)
- 数据结构 (1)
- 系统设计方案 (1)
- 家庭/个人应用 (1)
- VHDL/FPGA/Verilog (1)
- Linux/Unix编程 (1)
- 并行计算 (1)
- 加密解密 (1)
- 电子书籍 (1)
- DSP编程 (1)
- 通讯/手机编程 (1)
- Java书籍 (1)
- 人工智能/神经网络 (1)
- 医药行业 (1)
- 嵌入式/单片机编程 (1)
- 书籍源码 (1)
- 技术书籍 (1)
- 软件 (1)
- 书籍 (1)
matlab例程 ABC_FDTD_Die(T) Implements simulation of a Gaussian Pulse over T time steps. ABC are for free spac
ABC_FDTD_Die(T) Implements simulation of a Gaussian Pulse
over T time steps. ABC are for free space. If boundaries are in
the Dielectric medium then the ABC fail. Dielectric medium begin and
end can be specified with the code
matlab例程 ABC_FDTD_Die(T) Implements simulation of a Gaussian Pulse over T time steps. ABC are for free spac
ABC_FDTD_Die(T) Implements simulation of a Gaussian Pulse
over T time steps. ABC are for free space. If boundaries are in
the Dielectric medium then the ABC fail. Dielectric medium begin and
end can be specified with the code
医药行业 先运行力控应用程序(如演示工程——反应釜)
先运行力控应用程序(如演示工程——反应釜),实时数据库系统亦随之启动。
然后启动delphi6.0,创建一个新的工程。
在form1窗体中,放置DdeClientConv控件(system标签页),设置ConnectMode属性值为ddeAutomatic、DdeService属性值为db、DdeTopic属性值为db;
接下来放置DdeClientItem控件(s ...
编译器/解释器 how to add arrays * Use of const (constant) values. * Creation of vectors. * Passing
how to add arrays
* Use of const (constant) values.
* Creation of vectors.
* Passing vectors as function arguments.
* Reading from files of unknown size (monitoring istream status).
* Repetitive structures (while and for loops).
* The increment operators (++).
* Selection ...
汇编语言 This is a assembly languages that teach how to write floppy disk subroutine. A great start for begin
This is a assembly languages that teach how to write floppy disk subroutine. A great start for beginner who want to learn how ASM work. i got 100 for this assignment. have a look and comment
编译器/解释器 编译课上做的小程序
编译课上做的小程序,用四种分析方法分别实现(LL1,算符优先,递归下降,简单词法分析)
完成对正则文法所描述的Pascal语言子集单词符号的词法分析程序。
<标识符>→字母︱ <标识符>字母︱ <标识符>数字
<无符号整数>→数字︱ <无符号整数>数字
<单字符分界符> →+ ︱- ︱* ︱ ︱(︱)
<双字符分界符>→<大于 ...
编译器/解释器 C++ C 词法分析器
C++ C 词法分析器,编译原理, 运行时输入文件(input.txt)路径,文件内容为{}BEGIN
FOR(I=0 I<10 I=I+1){}
END
matlab例程 Algorithm that find the peaks of a signal. You can choose the number of peaks you want to find and t
Algorithm that find the peaks of a signal. You can choose the number of peaks you want to find and the valour of peak to begin to find.
书籍源码 -- Hamming Decoder -- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder a
-- Hamming Decoder
-- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder above) and performs single error correction and double error detection.
-- download from: www.pld.com.cn & www.fpga.com.cn
LIBRARY ieee
USE ieee.std_logic_1164.ALL
ENTITY hamdec IS
PORT(hamin : ...
其他 实验目的:用c语言对一个简单语言的子集编制一个一遍扫描的编译程序
实验目的:用c语言对一个简单语言的子集编制一个一遍扫描的编译程序,以加深对编译原理的理解,掌握编译程序的实现方法和技术。
c.1词法分析
c.1.1实验目的
设计、编制并调试一个词法分析程序,加深对词法分析原理的理解。
c.1.2实验要求
c.1.2.1待分析的简单语言的词法
(1) 关键字:
begin if then while do ...