代码搜索:彩条显示
找到约 10,000 项符合「彩条显示」的源代码
代码结果 10,000
www.eeworm.com/read/453100/7426883
c 12864显示.c
/*====================================*/
/*大液晶显示*/
/*8M晶振*/
/*包含了测试程序,和到图形显示程序*/
/*====================================*/
#include"iom16v.h"
#include"macros.h"
#include"延时子程序.c"
#define uchar
www.eeworm.com/read/453100/7426889
_c 1602显示._c
#include
#include
//定义MCU与LCD的接口
#define LCD_EN_PORT PORTC
#define LCD_RW_PORT PORTC
#define LCD_RS_PORT PORTC
#define LCD_DATA_PORT PORTA
#define LCD_DATA_D
www.eeworm.com/read/453100/7426903
_c 12864显示._c
/*====================================*/
/*大液晶显示*/
/*8M晶振*/
/*包含了测试程序,和到图形显示程序*/
/*====================================*/
#include"iom16v.h"
#include"macros.h"
#include"延时子程序.c"
#define uchar
www.eeworm.com/read/444238/7616180
doc 汉字显示.doc
www.eeworm.com/read/439388/7711359
asm 数字显示.asm
ORG 000H
AJMP MAIN
ORG 0003H
CLR EX0
RETI
ORG 000BH
CLR ET0
RETI
ORG 0013H
CLR EX1
RETI
ORG 001BH
CLR ET1
RETI
ORG 0023H
RETI
MAIN:MOV 50H,#11
MOV 51H,#7
MOV 52H,#
www.eeworm.com/read/439388/7711365
bin 数字显示.bin
www.eeworm.com/read/439388/7711366
hex 数字显示.hex
www.eeworm.com/read/199493/7848456
液晶显示
www.eeworm.com/read/297970/7982990
txt 显示原图.txt
%显示原图
subplot(2,2,2);I=imread('lena264_264','bmp');
imshow(I);title('origine image:I');
%显示prewitt为算子的边缘图
BW=edge(I,'prewitt');subplot(2,2,3);imshow(BW);
title('edge of origine image');
%嵌入水