代码搜索:LED_DISPLAY
找到约 1,437 项符合「LED_DISPLAY」的源代码
代码结果 1,437
www.eeworm.com/read/224957/14560866
c test.c
#include "includes.h"
#include "def.h"
#include "option.h"
#include "2410addr.h"
#include "2410lib.h"
#include "2410slib.h"
#include "mmu.h"
void Isr_Init(void);
void HaltUndef(void);
www.eeworm.com/read/222482/14688394
h led_display.h
#ifndef _led_display_h
#define _led_display_h
extern void Led_Display(unsigned char Dis_Buffer[]);
#endif
www.eeworm.com/read/471489/6894705
uv2 led_display.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
File 1,1,
www.eeworm.com/read/295217/8179915
c shu_ma_guan.c
/*********************************************
实验任务:学习数码管的动态显示
实验功能:数码管显示1028四个数字
*********************************************/
#include
code unsigned char seg7code[]={0xc0,0xf9
www.eeworm.com/read/135080/13964600
c main.c
#include "option.h"
#include "def.h"
#include "44b.h"
#include "44blib.h"
void Main(void)
{
rSYSCFG=CACHECFG; // Using 8KB Cache//
Port_Init();
while(1) {};
Beep(0);
www.eeworm.com/read/17522/735335
summary led_display.fit.summary
Fitter Status : Successful - Fri Mar 02 03:07:28 2007
Quartus II Version : 6.0 Build 178 04/27/2006 SJ Full Version
Revision Name : LED_DISPLAY
Top-level Entity Name : LED_DISPLAY
Family : ACEX1K
www.eeworm.com/read/476527/1368986
summary led_display.fit.summary
Fitter Status : Successful - Fri Mar 02 03:07:28 2007
Quartus II Version : 6.0 Build 178 04/27/2006 SJ Full Version
Revision Name : LED_DISPLAY
Top-level Entity Name : LED_DISPLAY
Family : ACEX1K
www.eeworm.com/read/188260/8554814
c main.c
//**************************************************************//
// // //
//
www.eeworm.com/read/289134/8574066
c cpuspeed.c
/************************************************
NAME : CPUSPEED.C
DESC : Analyze where the speed bottleneck is.
1) the code runs only on the cache.
Revision: 2001.5.17: purnna
www.eeworm.com/read/188070/8575373
c uhal.c
/* ARM board targetting source file.
file name: uhal.c
date: 2001. 2. 14
made by cho dong-seok
homepage: www.pusanssm.com/~cthr36/
*/
#include
#include
#inc