|
primitives, and bit-setting information of the frame header.
- Data transfer in the contention access period (CAP)
- Data transfer in the contention free period (CFP)
* Include the procedures that a node requests guaranteed time slot (GTS) to the PAN coordinator and the PAN coordinator info
|
- 페이지 44페이지
- 가격 3,000원
- 등록일 2006.12.13
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
primitives in this code.
--library UNISIM;
--use UNISIM.VComponents.all;
entity FSM is port (clk,reset: in std_logic;
state_inputs: in std_logic_vector (1 downto 0);
output: out std_logic_vector (1 downto 0));
end FSM;
architecture Behavioral of FSM is
type states is (f0, f1, f2, f3);
signal first,
|
- 페이지 7페이지
- 가격 1,300원
- 등록일 2010.03.08
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
primitives in this code.
--library UNISIM;
--use UNISIM.VComponents.all;
entity HA is
Port ( a : in STD_LOGIC;
b : in STD_LOGIC;
c : out STD_LOGIC;
d : out STD_LOGIC);
end HA;
architecture Behavioral of HA is
begin
process(a, b)
begin
if a = b then
c <= \'0\';
else
c <= \'1\';
end if;
if (a =
|
- 페이지 6페이지
- 가격 1,300원
- 등록일 2010.03.08
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
primitives)를 이해하고 이들을 활용한다.
C. 로고 절차의 사용에 대한 이론적 근거, 상위절차와 하위절차의 개념을 이해하고 이들을 이용하여 프로그램을 한다.
D. 원점 여행의 법칙(total turtle trip theorem)에 관한 개념을 이해하고 그 이론을 로고
|
- 페이지 10페이지
- 가격 6,500원
- 등록일 2013.08.01
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
Primitives, Languages, and System Architectures
제 5장 : Concept Description Characterization and Comparison
제 6장 : Mining Association Rules in Large Databases
제 7장 : Classification and Prediction
제 8장 : Cluster Analysis
제 9장 : Mining Complex Types of Data
제10장 : Applica
|
- 페이지 46페이지
- 가격 3,000원
- 등록일 2004.07.22
- 파일종류 피피티(ppt)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|