代码搜索:交通信息
找到约 10,000 项符合「交通信息」的源代码
代码结果 10,000
www.eeworm.com/read/467830/7001892
dsw 交通灯.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "交通灯"=".\交通灯.DSP" -
www.eeworm.com/read/467830/7001896
c 交通灯.c
/*****************************************************
十字路口交通灯控制 C 程序
******************************************************/
#define uchar unsigned char
#define uint unsigned int
#inc
www.eeworm.com/read/467830/7001897
plg 交通灯.plg
Build Log
--------------------Configuration: 交通灯 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1\
www.eeworm.com/read/467830/7001898
dsp 交通灯.dsp
# Microsoft Developer Studio Project File - Name="交通灯" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Conso
www.eeworm.com/read/467830/7001899
dsn 交通灯.dsn
www.eeworm.com/read/467830/7001901
ncb 交通灯.ncb
www.eeworm.com/read/467830/7001902
hex 交通灯.hex
:10035B003F065B4F666D7D077F6F28481848828488
:02036B0081848B
:10034200010C3C010E28011113011213010F3C0193
:080352001028010B13010D132B
:06036D00AE071FEE70FA5E
:010373002267
:0400FA00E493F59006
:10
www.eeworm.com/read/467830/7001904
opt 交通灯.opt
www.eeworm.com/read/464761/7155689
txt 交通灯.txt
library IEEE;
use IEEE.std_logic_1164.all;
entity control is
port (
CP: in STD_LOGIC;
RESET: in STD_LOGIC;
SP: in STD_LOGIC;
ANUM: out INTEGER range 0 to 35;
www.eeworm.com/read/463817/7174986