代码搜索:Display
找到约 10,000 项符合「Display」的源代码
代码结果 10,000
www.eeworm.com/read/342008/12047063
m display.m
function display(a)
[m,k] = size(a);
m = num2str(m);
k = num2str(k);
if isa(a.ll,'cell')
c = num2str(size(a.ll{1},1));
else
c = num2str(size(a.ll,1));
end
if a.s
disp([m ' by ' k ' dataset with ' c
www.eeworm.com/read/342008/12047368
m display.m
www.eeworm.com/read/153254/12048225
c display.c
/** \file display.c
* Functions for high level display.
*/
#include "display.h"
#include "lcd.h"
#include "board.h"
#include "string.h"
volatile xdata char displayPosition;
xdata char displayTitle
www.eeworm.com/read/153254/12048251
h display.h
/** \file display.h
* Definitions for high level display.
*/
#ifndef DISPLAY_H
#define DISPLAY_H
#define DS_STATIC 0
#define DS_TEXT 1
#define DS_NUMERIC 2
#define DS_PERCENTAGE 3
#define DS_NO_YE
www.eeworm.com/read/255878/12048602
c display.c
//display.c file define all chars information.
typedef unsigned int WORD;
const WORD encoding_00[] = //当
{
0x1010,
0x0000, 0x0000, 0x2040, 0x2242, 0x225c, 0x2248, 0x2240, 0x2240,
0x22
www.eeworm.com/read/255878/12048676
asm display.asm
// GCC for SUNPLUS u'nSP version 1.0.21-3
// Command: E:\学习工具\UNSPID~1.0\cc1.exe C:\DOCUME~1\wr\LOCALS~1\Temp\ccGYaaaa.i -fkeep-inline-functions -quiet -dumpbase display.c -mglobal-var-iram -gstabs -
www.eeworm.com/read/255878/12048686
lst display.lst
Sunplus u'nSP Assembler - Ver. 1.14.3.1
Listing File Has Been Relocated
// GCC for SUNPLUS u'nSP version 1.0.21-3
// Command:
www.eeworm.com/read/255878/12048757
obj display.obj
www.eeworm.com/read/255878/12048807
h display.h
//display.h file define all chars index.
#ifndef _DISPLAY_H
#define _DISPLAY_H
typedef unsigned int WORD;
extern const WORD encoding_00[]; //当
extern const WORD encoding_01[]; //前
exte
www.eeworm.com/read/341933/12055139
c display.c
/*
* Copyright (c) 2005, 广州力源电器公司开发部
* All rights reserved.
* 文件名称:display.c 负责驱动LED发光管以显示数据
* 当前版本: 1.0
* 作者: 张洪强
* 完成日期: 2005.7.25
*/
#include
#include "init.h"
unsign