代码搜索结果
找到约 10,000 项符合
Remote Control 的代码
mode_control.acf
--
-- Copyright (C) 1988-2000 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any
mode_control.fit
-- MAX+plus II Compiler Fit File
-- Version 10.0 9/14/2000
-- Compiled: 12/03/2004 19:08:20
-- Copyright (C) 1988-2000 Altera Corporation
-- Any megafunction design, and
mode_control.hif
HIF003
--
-- Copyright (C) 1988-2000 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, an
mode_control.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
ENTITY MODE_CONTROL IS
PORT(
FZ,FC: IN STD_LOGIC;
DIN: IN STD_LOGIC_VECTOR(7 DOWNTO 0); -- IR
Q,CLR,T1,T2,T3,T4: IN STD_LOGIC;
lo
mode_control.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
ENTITY MODE_CONTROL IS
PORT(
FZ,FC: IN STD_LOGIC;
DIN: IN STD_LOGIC_VECTOR(7 DOWNTO 0); -- IR
Q,CLR,T1,T2,T3,T4: IN STD_LOGIC;
PC_
control1.cs
using System;
using System.Collections;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Windows.Forms;
namespace Full
{
///
/// Control1 的摘要说明
comm_control.h
#if !defined (COMM_CONTROL_H_INCLUDED)
#define COMM_CONTROL_H_INCLUDED
// Only needed for versions prior to Visual C++ 6.0
#if _MSC_VER < 1200
//-----------------------------------------------