代码搜索:Remote Control
找到约 10,000 项符合「Remote Control」的源代码
代码结果 10,000
www.eeworm.com/read/141289/13024613
hif control.hif
Version 4.1 Build 208 09/10/2004 Service Pack 2 SJ Web Edition
5
OFF
OFF
OFF
OFF
0
# entity
control
# logic_option {
AUTO_RAM_RECOGNITION
ON
}
# case_insensitive
# source_file
control.v
www.eeworm.com/read/141289/13024625
qpf control.qpf
# Copyright (C) 1991-2004 Altera Corporation
# Any megafunction design, and related netlist (encrypted or decrypted),
# support information, device programming or simulation file, and any oth
www.eeworm.com/read/141289/13024649
pin control.pin
-- Copyright (C) 1991-2004 Altera Corporation
-- Any megafunction design, and related netlist (encrypted or decrypted),
-- support information, device programming or simulation file, and a
www.eeworm.com/read/141289/13024653
vhd control.vhd
-- WARNING: Do NOT edit the input and output ports in this file in a text
-- editor if you plan to continue editing the block that represents it in
-- the Block Editor! File corruption is VERY likel
www.eeworm.com/read/140828/13060145
v control.v
//=============================================================================
//Control Module
// input [5:0] Instruction;
// output RegDst, Jump, Branch, MemRead, MemtoReg, MemWrite, ALUSrc, RegWri
www.eeworm.com/read/242096/13095389
lst control.lst
1 .file "control.c"
2 .arch atmega8
3 __SREG__ = 0x3f
4 __SP_H__ = 0x3e
5 __SP_L__ = 0x3d
6
www.eeworm.com/read/242096/13095407
o control.o
www.eeworm.com/read/242096/13095422
h control.h
#ifndef _control_H_
#define _control_H_ 1
unsigned char ctr8421(void);
unsigned char ctrpn(void);
#endif /* _control_H_ */
www.eeworm.com/read/242096/13095426
c control.c
/*
控制文件
对控制端口拨码开关8421判断和对正负脉冲按钮开关的判断
*/
#include
#include
#include
#include
#include "main.h"
#include "control.h"
//---