代码搜索:Remote Control
找到约 10,000 项符合「Remote Control」的源代码
代码结果 10,000
www.eeworm.com/read/238934/13314224
v control.v
module cntrol(
reset,rst,clk16x,tsre,tbre,din,dout,rdn,wrn,led,data_ready
);
input reset;
input clk16x;
input tsre;
input tbre;
input data_ready;
output rst;
www.eeworm.com/read/238767/13326584
h 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
www.eeworm.com/read/137224/13339625
h control.h
#pragma warning( disable: 4049 ) /* more than 64k source lines */
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 6.00
www.eeworm.com/read/322268/13383840
vhd control.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
use ieee.numeric_std.all;
entity control is
port(
clk: in std_logic;
reset: in std
www.eeworm.com/read/322263/13383858
vhd control.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
use ieee.numeric_std.all;
entity control is
port(
clk: in std_logic;
reset: in std
www.eeworm.com/read/321700/13400762
v control.v
module control(EN_in,SW1,RST,Red1,Red2,Yellow1,Yellow2,Green1,Green2);
output Red1;
output Red2;
output Yellow1;
output Yellow2;
output Green1;
output Green2;
input [1:0] EN_in;
input
www.eeworm.com/read/321145/13411693
v control.v
/*乘法控制版,注意相应数据通路中要把clock导入。 无ldr,str push,pop,*/
module control(op2,op3,op4,op5,Rz3,Rz4,Rx2,Ry2,pc_in,IR2_in,mp1_sel,mp2_sel,mp3_pre_sel,mp3_sel,
aluop,IR3_in,x3_in,y3_in,rw,z4_in,mp4_sel,Rz_in,
Rz
www.eeworm.com/read/320593/13422485
c control.c
#include
#include
#include
#include
sbit CS=P3^7;
sbit ALE=P3^5;
sbit RD=P3^0;
sbit WR=P3^1;
#define uchar unsigned char
#define uint unsigned int
www.eeworm.com/read/320564/13423279