代码搜索:LEDctrl
找到约 72 项符合「LEDctrl」的源代码
代码结果 72
www.eeworm.com/read/238144/13904545
ledctrl
www.eeworm.com/read/391035/8426949
cpp ledctrl.cpp
// LedCtrl.cpp : implementation file
//
#include "stdafx.h"
#include "resource.h"
#include "LedCtrl.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__
www.eeworm.com/read/391035/8426954
h ledctrl.h
#if !defined(AFX_LEDCTRL_H__ACA9A844_C33B_4A0E_AB89_5F59BBB41392__INCLUDED_)
#define AFX_LEDCTRL_H__ACA9A844_C33B_4A0E_AB89_5F59BBB41392__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _M
www.eeworm.com/read/186353/8939955
cpp ledctrl.cpp
// LedCtrl.cpp : implementation file
//
#include "stdafx.h"
#include "resource.h"
#include "LedCtrl.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__
www.eeworm.com/read/186353/8939957
h ledctrl.h
#if !defined(AFX_LEDCTRL_H__ACA9A844_C33B_4A0E_AB89_5F59BBB41392__INCLUDED_)
#define AFX_LEDCTRL_H__ACA9A844_C33B_4A0E_AB89_5F59BBB41392__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _M
www.eeworm.com/read/186353/8939986
obj ledctrl.obj
www.eeworm.com/read/186353/8940006
sbr ledctrl.sbr
www.eeworm.com/read/351579/10638553
cpp ledctrl.cpp
// LedCtrl.cpp : implementation file
//
#include "stdafx.h"
//#include "LedCtrlUse.h"
#include "LedCtrl.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __
www.eeworm.com/read/351579/10638558
h ledctrl.h
#if !defined(AFX_LEDCTRL_H__870D0FEE_E2E1_469E_8008_264C58FD750E__INCLUDED_)
#define AFX_LEDCTRL_H__870D0FEE_E2E1_469E_8008_264C58FD750E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MS
www.eeworm.com/read/276374/10743732
vhd ledctrl.vhd
--利用74ls164控制数码管,采用A与时钟两个信号共同控制,
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity ledctrl is
port(
reset:in std_logic;
clk:in std_logic;
a:out std_logic;