虫虫首页|资源下载|资源专辑|精品软件
登录|注册

begin

  • 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

    标签: ABC_FDTD_Die Implements simulation Gaussian

    上传时间: 2013-12-21

    上传用户:caiiicc

  • 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

    标签: ABC_FDTD_Die Implements simulation Gaussian

    上传时间: 2014-07-26

    上传用户:LIKE

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

    先运行力控应用程序(如演示工程——反应釜),实时数据库系统亦随之启动。      然后启动delphi6.0,创建一个新的工程。      在form1窗体中,放置DdeClientConv控件(system标签页),设置ConnectMode属性值为ddeAutomatic、DdeService属性值为db、DdeTopic属性值为db;      接下来放置DdeClientItem控件(system标签页),设置DdeConv为DdeClientConv1,设置DdeItem属性值为所要读取的数据库点参数值如dbmixvol.pv;      放置一个edit控件;      放置一个timer控件,设置interval属性值为100;在ontimer脚本中加入:        procedure TForm1.Timer1Timer(Sender: TObject)        begin          edit1.text:=form1.DdeClientItem1.Text        end

    标签: 运行 力控 应用程序 工程

    上传时间: 2014-01-22

    上传用户:lwwhust

  • 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 structures (if-else statements). * Use of the .size, .empty, .begin, .insert, .erase, .resize, .clear and .swap vector class member functions.

    标签: Creation constant Passing vectors

    上传时间: 2017-04-25

    上传用户:1079836864

  • 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

    标签: subroutine languages assembly floppy

    上传时间: 2017-06-01

    上传用户:gououo

  • 编译课上做的小程序

    编译课上做的小程序,用四种分析方法分别实现(LL1,算符优先,递归下降,简单词法分析) 完成对正则文法所描述的Pascal语言子集单词符号的词法分析程序。 <标识符>→字母︱ <标识符>字母︱ <标识符>数字 <无符号整数>→数字︱ <无符号整数>数字 <单字符分界符> →+ ︱- ︱* ︱ ︱(︱) <双字符分界符>→<大于>=︱<小于>=︱<小于>>︱<冒号>=︱<斜竖>* <小于>→< <等于>→= <大于>→> <冒号> →: <斜竖> →/ 识别语言的保留字 :begin end if then else for do while and or not

    标签: 编译 程序

    上传时间: 2014-06-29

    上传用户:sjyy1001

  • C++ C 词法分析器

    C++ C 词法分析器,编译原理, 运行时输入文件(input.txt)路径,文件内容为{}begin FOR(I=0 I<10 I=I+1){} END

    标签: 分析器

    上传时间: 2013-12-18

    上传用户:mikesering

  • 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.

    标签: peaks find Algorithm the

    上传时间: 2013-12-24

    上传用户:cc1915

  • -- 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 : IN BIT_VECTOR(0 TO 7) --d0 d1 d2 d3 p0 p1 p2 p4 dataout : OUT BIT_VECTOR(0 TO 3) --d0 d1 d2 d3 sec, ded, ne : OUT BIT) --diagnostic outputs END hamdec ARCHITECTURE ver1 OF hamdec IS begin

    标签: Hamming produced Decoder decoder

    上传时间: 2017-07-14

    上传用户:520

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

    实验目的:用c语言对一个简单语言的子集编制一个一遍扫描的编译程序,以加深对编译原理的理解,掌握编译程序的实现方法和技术。 c.1词法分析 c.1.1实验目的 设计、编制并调试一个词法分析程序,加深对词法分析原理的理解。 c.1.2实验要求 c.1.2.1待分析的简单语言的词法 (1) 关键字: begin if then while do end --------有实验报告+.cpp+分析

    标签: 实验 c语言 语言 编制

    上传时间: 2013-12-22

    上传用户:z754970244