代码搜索结果
找到约 10,000 项符合
Remote Control 的代码
control.v.bak
module Control (clk1,clk2,clrn,re,oe,sel);
input clk1,clk2,clrn;
output [2:0] sel;
output re,oe;
reg [1:0] state;
reg [2:0] sel;
reg re,oe,reset;
parameter Swait0=2'b00,
S0=2'b01,
key_control.v
// key_control.v
module key_control(clk_48M,up,up_done,down,down_done);
input clk_48M;
input up;
output up_done;
reg upout1,upout2,upout3;
input down;
output down_done;
reg downout1,downout2
control.o.d
control.o: control.c \
C:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/include/avr/io.h \
C:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/include/avr/sfr_defs.h \
C:/WinAVR/bin/../lib/g
control2.vhd
library ieee ;
use ieee.std_logic_1164.all ;
use ieee.std_logic_arith.all ;
use work.butter_lib.all ;
entity control_main is
port (
a_small , sign_a , sign_b : in std_logic ;
general_control.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
general_control.cpp
// General_Control.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "General_Control.h"
#include "MainFrm.h"
#include "General_ControlDoc.h"
#include "G
general_control.h
// General_Control.h : main header file for the GENERAL_CONTROL application
//
#if !defined(AFX_GENERAL_CONTROL_H__2AD3A2E5_633F_11D5_A9E1_0000210013F9__INCLUDED_)
#define AFX_GENERAL_CONTROL_H__
general_control.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////