搜索结果

找到约 79 项符合 begin 的查询结果

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
https://www.eeworm.com/dl/665/387970.html
下载: 106
查看: 1086

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
https://www.eeworm.com/dl/665/387971.html
下载: 132
查看: 1036

医药行业 先运行力控应用程序(如演示工程——反应釜)

先运行力控应用程序(如演示工程——反应釜),实时数据库系统亦随之启动。      然后启动delphi6.0,创建一个新的工程。      在form1窗体中,放置DdeClientConv控件(system标签页),设置ConnectMode属性值为ddeAutomatic、DdeService属性值为db、DdeTopic属性值为db;      接下来放置DdeClientItem控件(s ...
https://www.eeworm.com/dl/679/412995.html
下载: 167
查看: 1085

编译器/解释器 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 ...
https://www.eeworm.com/dl/628/431997.html
下载: 28
查看: 1027

汇编语言 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
https://www.eeworm.com/dl/644/447503.html
下载: 60
查看: 1062

编译器/解释器 编译课上做的小程序

编译课上做的小程序,用四种分析方法分别实现(LL1,算符优先,递归下降,简单词法分析) 完成对正则文法所描述的Pascal语言子集单词符号的词法分析程序。 <标识符>→字母︱ <标识符>字母︱ <标识符>数字 <无符号整数>→数字︱ <无符号整数>数字 <单字符分界符> →+ ︱- ︱* ︱ ︱(︱) <双字符分界符>→<大于 ...
https://www.eeworm.com/dl/628/451237.html
下载: 135
查看: 1024

编译器/解释器 C++ C 词法分析器

C++ C 词法分析器,编译原理, 运行时输入文件(input.txt)路径,文件内容为{}BEGIN FOR(I=0 I<10 I=I+1){} END
https://www.eeworm.com/dl/628/453928.html
下载: 67
查看: 1019

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.
https://www.eeworm.com/dl/665/459534.html
下载: 46
查看: 1096

书籍源码 -- 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 : ...
https://www.eeworm.com/dl/532/465416.html
下载: 107
查看: 1075

其他 实验目的:用c语言对一个简单语言的子集编制一个一遍扫描的编译程序

实验目的:用c语言对一个简单语言的子集编制一个一遍扫描的编译程序,以加深对编译原理的理解,掌握编译程序的实现方法和技术。 c.1词法分析 c.1.1实验目的 设计、编制并调试一个词法分析程序,加深对词法分析原理的理解。 c.1.2实验要求 c.1.2.1待分析的简单语言的词法 (1) 关键字: begin if then while do ...
https://www.eeworm.com/dl/534/494216.html
下载: 43
查看: 1491