代码搜索:Display
找到约 10,000 项符合「Display」的源代码
代码结果 10,000
www.eeworm.com/read/151569/12200395
c display.c
#include
#define uchar unsigned char
#define uint unsigned int
const uchar DATA_7SEG[ ] ={0xc0,0xcf,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90};
uchar led[4],min,sec;
//
www.eeworm.com/read/151519/12203646
hex display.hex
:0300000002007B80
:0C007B00787FE4F6D8FD75810A02004889
:100048007508F7750AF77F007EFF12008E8F09E5A5
:1000580008B50703D38001C340ECE50964F760E6FF
:10006800850908AF08120003AD0A7F017EFF120060
:03007800
www.eeworm.com/read/151519/12203674
plg display.plg
礦ision2 Build Log
Project:
D:\cpld&mcu键盘显示c程序\display.uv2
Project File Date: 03/13/2006
Output:
www.eeworm.com/read/151519/12203691
opt display.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/253559/12215393
c display.c
#include "DSP281x_Device.h" // DSP281x Headerfile Include File
#include "DSP281x_Examples.h" // DSP281x Examples Include File
#define Initclkoport GpioMuxRegs.GPBDIR.bit.GPIOB11=1//In
www.eeworm.com/read/151352/12218017
h display.h
#include
using namespace std;
class CDisplay
{
public:
void Display(string ss,int tp);
};
www.eeworm.com/read/253512/12218024
h display.h
void Init_TimerB(void);
void Init_DispPort(void);
void Display(char *pBuf);
void Init_CLK(void);
www.eeworm.com/read/253512/12218031
c display.c
#include
#include "I2C.h"
#include "Display.h"
void Init_TimerB(void)
{
TBCTL = TBSSEL0 + TBCLR; // 选择ACLK,清除TAR
TBCCTL0 = CCIE; // TBCCR0 中断允许
TBCCR
www.eeworm.com/read/151352/12218046
cpp display.cpp
#include "Display.h"
#include
using namespace std;
void CDisplay::Display(string ss,int tp)
{
cout