代码搜索:LED
找到约 10,000 项符合「LED」的源代码
代码结果 10,000
www.eeworm.com/read/308987/13684743
o led.o
www.eeworm.com/read/308909/13687692
mcp led.mcp
www.eeworm.com/read/308685/13696123
bsf led.bsf
/*
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 likely to
www.eeworm.com/read/308685/13696138
v led.v
module LED(clk3,segout,bitout,D1,D2,D3,D4);
input clk3;
input [7:0]D1,D2,D3,D4;
output [7:0] segout;
output [3:0] bitout;
reg [7:0] segout;
reg [3:0] bitout;
reg [1:0] state;
paramet
www.eeworm.com/read/307938/13712892
main_led
// Copyright (c) 2001-2004 Rowley Associates Limited.
//
// This file may be distributed under the terms of the License Agreement
// provided with this software.
//
// THIS FILE IS PROVIDED AS IS
www.eeworm.com/read/307738/13715713
sln led.sln
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Led", "Led\Led.vcproj", "{736BD14D-AA6D-4A71-8EDB-B118E8668B0D
www.eeworm.com/read/307738/13715718
ico led.ico
www.eeworm.com/read/307738/13715722
aps led.aps
www.eeworm.com/read/307738/13715723
h led.h
// Led.h : main header file for the PROJECT_NAME application
//
#pragma once
#ifndef __AFXWIN_H__
#error "include 'stdafx.h' before including this file for PCH"
#endif
#ifdef STANDARDSHEL