代码搜索结果
找到约 10,000 项符合
Display 的代码
led display.m51
BL51 BANKED LINKER/LOCATER V6.00 07/05/2006 20:05:31 PAGE 1
BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY:
E:\KEIL\C51\BIN\BL51.EXE LED Di
led display_opt.bak
### 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 {
dyn 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
Option
dyn display_opt.bak
### 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 {
dyn display.m51
BL51 BANKED LINKER/LOCATER V6.00 07/26/2006 08:19:04 PAGE 1
BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY:
E:\PROGRAM FILES\KEIL\C51\BIN\B
torr_display_structure.m
% By Philip Torr 2002
% copyright Microsoft Corp.
function f1 = torr_display_structure(X, P1, P2,display_numbers,f1)
if nargin < 4
display_numbers = 0;
end
if nargin < 5
f1 = figu
torr_display_epipoles.m
% By Philip Torr 2002
% copyright Microsoft Corp.
% so we display an epipolar line in an image
function torr_display_epipoles(Fmat1,matches, m3)
x1 = matches(:,1);
y1 = matches(:,2);
u1 =
torr_display_epipolar.m
% By Philip Torr 2002
% copyright Microsoft Corp.
% so we display an epipolar line from image 1 into image 2
%%%%%%%
function torr_display_epipolar(f,ax_handle2,ax_handle3,m3)
% (x2 y2 m3)
torr_display_matches.m
% By Philip Torr 2002
% copyright Microsoft Corp.
%a function to display the images matches
%matches, figure, display_numbers
function f1 = torr_display_matches(matches,display_numbers,f1)
lcd_display.c.txt
#define SCLK_SET PORTA |= BIT(PA5) //PA5作为时钟管脚
#define SCLK_CLR PORTA &= ~BIT(PA5)
#define SID_SET PORTA |= BIT(PA6) //PA6作为数据传输管脚
#define SID_CLR PORTA &= ~BIT(PA6)
#define CS_SET PORTA