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(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
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 beginner who want to learn how ASM work. i got 100 for this assignment. have a look and comment
-- 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.1词法分析
c.1.1实验目的
设计、编制并调试一个词法分析程序,加深对词法分析原理的理解。
c.1.2实验要求
c.1.2.1待分析的简单语言的词法
(1) 关键字:
begin if then while do ...