代码搜索结果
找到约 10,000 项符合
Control System 的代码
control.h
#ifndef __CONTROL_H__
#define __CONTROL_H__
#include "..\ucos-ii\includes.h" /* uC/OS interface */
#include "..\inc\drv\figure.h"
#include "..\ucos-ii\add\list.h"
#define OSCtrlMemSize
control.h
/*
* control.h
*
* 2006 Copyright (c) Evgeniy Polyakov
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the t
control.c
/*
* control.c
*
* 2006 Copyright (c) Evgeniy Polyakov
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the te
control.vhd
LIBRARY IEEE;
USE IEEE.std_logic_1164.ALL;
PACKAGE state_pack IS
TYPE state IS (QA,QB,QC,QD,QE,QF);
END state_pack;
LIBRARY IEEE;
USE IEEE.std_logic_1164.ALL;
USE WORK.state_pack.AL
control.vhd
LIBRARY IEEE;
USE IEEE.std_logic_1164.ALL;
PACKAGE state_pack IS
TYPE state IS (QA,QB,QC,QD,QE,QF);
END state_pack;
LIBRARY IEEE;
USE IEEE.std_logic_1164.ALL;
USE WORK.state_pack.AL
control.h
#ifndef __CONTROL_H__
#define __CONTROL_H__
#include "..\ucos-ii\includes.h" /* uC/OS interface */
#include "..\inc\drv\figure.h"
#include "..\inc\drv\display.h"
#include "..\ucos
control.htm
var anchorTarget = null
function gotoAnchor()
{
// if ( anchorTarget == null ) return
top.MAIN.TEXT.location.hash = anchorTarget
// status = top.M
control.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
-- Uncomment the following lines to use the declarations that are
-- provided for ins
control.v
`include "params.v"
/*-----------------------------------*/
// Module : CONTROL
// File : control.v
// Description : Description of Control Unit in Viterbi Decoder
// Simulator : Modelsim