代码搜索:Display
找到约 10,000 项符合「Display」的源代码
代码结果 10,000
www.eeworm.com/read/227964/14405109
h display.h
//////////////////////////////////////////////////////////////////////////////////
// display.c头文件
#ifndef _DISPLAY_H_
#define _DISPLAY_H_
/////////////////////////////////////////////////////
www.eeworm.com/read/227964/14405116
obj display.obj
www.eeworm.com/read/227959/14405339
lst display.lst
C51 COMPILER V7.06 DISPLAY 07/31/2007 21:14:25 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE DISPLAY
OBJECT MODULE PLACED IN
www.eeworm.com/read/227959/14405347
obj display.obj
www.eeworm.com/read/227959/14405349
c display.c
/////////////////////////////////////////////////////////////
// LED点阵显示函数
// 显示字符A-Z以及数字0-9
//
#include "at89x52.h"
#include "common.h"
#include "display.h"
/////////////////////////////
www.eeworm.com/read/227959/14405351
h display.h
///////////////////////////////////////////////////////////////////////////////////
// display.h
#ifndef _DISPLAY_H_
#define _DISPLAY_H_
//////////////////////////////////////////////////////
www.eeworm.com/read/227865/14407821
m display.m
function display(p)
%DISPLAY 用于以字符串的形式显示多项式。
disp(' '); disp([inputname(1),' = '])
disp(' '); disp([' ' char(p)]); disp(' ');
www.eeworm.com/read/227740/14414491
c display.c
#include "display.h"
union BCDFormat{
struct{
unsigned start:0;
unsigned Low:4;
unsigned High:4;
}BCD;
unsigned char Byte;
};
union ScanFormat{
www.eeworm.com/read/227740/14414501
h display.h
/***********************************
* Company : HSLCN
*
* Filename: display.h
* Summary : A declaration File
*
* Version : 1.0
* Author : lxyppc
* CreateDate:2007-1-15
*
* C
www.eeworm.com/read/227740/14414514
c display.c
#include "display.h"
union BCDFormat{
struct{
unsigned start:0;
unsigned Low:4;
unsigned High:4;
}BCD;
unsigned char Byte;
};
union ScanFormat{