代码搜索:Remote Control
找到约 10,000 项符合「Remote Control」的源代码
代码结果 10,000
www.eeworm.com/read/319011/7071490
jam control1.jam
' Copyright (C) 1988-2001 Altera Corporation
' Any megafunction design, and related net list (encrypted or decrypted),
' support information, device programming or simulation file, and any other
'
www.eeworm.com/read/319011/7071499
hif control1.hif
HIF003
--
-- Copyright (C) 1988-2001 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, an
www.eeworm.com/read/319011/7071521
pin control1.pin
-- Copyright (C) 1988-2001 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any other
www.eeworm.com/read/319011/7071523
pin control2.pin
www.eeworm.com/read/319011/7071526
bak control.vhd.bak
--本程序用于711所智能CAN网卡
--此程序负责控制第一、二路CAN通道
--作者:JYH
--设计开始时间:2003年8月4日
--设计完成时间:
--版本号:1.0
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity control is
port
(jp
www.eeworm.com/read/166069/7078075
jpg host_control.jpg
www.eeworm.com/read/166069/7078121
jpg domain_control.jpg
www.eeworm.com/read/397846/7104496
mdl pid_control.mdl
Model {
Name "chap1_4"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataTypes
www.eeworm.com/read/264839/7110943
v control_tp.v
`timescale 1ns/1ns
module control_tp();
reg clk1,clk2;
wire reset;
wire[2:0] i;
wire OE;
control inst_cnt(clk1,clk2,i,OE,reset);
initial
begin
clk1=1;clk2=1;
#800 $stop;
end
always #5 clk2=~clk2;
www.eeworm.com/read/264839/7110952
bak control.v.bak
module control(clk1,clk2,i,OE,reset);
parameter state_reset=9;
parameter state_spare=8;
input clk1,clk2;
output[2:0] i;
output OE;
output reset;
reg reset;
reg OE;
reg[2:0] i;
reg[3:0] state,next_stat