代码搜索结果
找到约 10,000 项符合
Display 的代码
display.o
XL
H 2 areas 2B global symbols
M display.c
S push_gset1 Ref0000
S push_gset3 Ref0000
S push_gset5 Ref0000
S cmp32f Ref0000
S elpm32 Ref0000
S sub32f Ref0000
S mod16u Ref0000
S div16u Ref0000
display.lis
.module display.c
.area text(rom, con, rel)
0000 .dbfile F:\Relations\sf6_system\measure\LCDtest\display.c
0000
display.c
#include
#include
#include
#include "lcd.h"
#include "touch.h"
#include "display.h"
#include "stdio.h"
/*
功能:轮换一个有符号的整数
输入,目标数组,需要显示的数,小数点位数,
输出:无
display._c
#include
#include
#include
#include "lcd.h"
#include "touch.h"
#include "display.h"
#include "stdio.h"
/*
功能:轮换一个有符号的整数
输入,目标数组,需要显示的数,小数点位数,
输出:无
display.s
.module display.c
.area text(rom, con, rel)
.dbfile F:\Relations\sf6_system\measure\LCDtest\display.c
.dbfunc e Dis_Int _Dis_Int fV
; flag -> y+6
; tt -> R20
;
display.h
extern void Dis_Int(unsigned int x,unsigned char y,unsigned int temp, unsigned char point,unsigned char front,unsigned char back);
extern void Dis_Command(struct Command);
extern void Dis_Cursor(uns
display.h
/* DISPLAY.H : declarations for functions to support graphic screen
display of voice patterns.
Bruce Eckel, Revolution2 Real-Time Consulting.
*/
#include /* The Turbo C BGI hea
display.c
/* DISPLAY.C : Functions to support displaying a voice pattern on the
screen using the Borland BGI graphics functions.
Bruce Eckel, Revolution2 Real-Time Consulting.
*/
#include