代码搜索:ASCLL
找到约 52 项符合「ASCLL」的源代码
代码结果 52
www.eeworm.com/read/317597/13501542
_h jk0061119_include._h
/////////////////////////////////////////////////////////
#include
#include
#include
www.eeworm.com/read/376653/9310766
txt 标准lcd液晶图形显示模块ascll码字体(5x7)表(.asm 格式).txt
; Title:
; ASCII Font table for LCD display
;
; www.topwaydispaly.com
; by Kenny Yuen
; 28-Feb-03
;
; The following listing is a subroutine only
; It is going to act as a programming idea only
www.eeworm.com/read/490771/6442228
c main.c
#include"Bit_Define.h"
//全局变量定义==================================================================
uchar time[7]={5,34,14,15,10,3,8};//时间缓冲区分别为秒、分、小时、日、月、星期、年
//主函数定义==============================
www.eeworm.com/read/219382/14883484
asm dazhijishi123.asm
;**************定义常用字符的ASC码*************
CR = 0DH ;回车键的ASCLL码
LF = 0AH ;换行键的ASCLL码
ESCKG = 1BH ;ESC键的ASCLL码
JIESHU = '$' ;定义"$"为字符串结束符
;**************下面为宏定义*******************
www.eeworm.com/read/317597/13501545
h jk0061119_communication.h
unsigned int calcul_value_decimal(unsigned int c,unsigned int a);
char change_HEX_to_ASCLL(char *ptr,char len);
//////////////////////////////////////////////////////////////////
char pow2pow(ch
www.eeworm.com/read/317597/13501549
_h jk0061119_communication._h
unsigned int calcul_value_decimal(unsigned int c,unsigned int a);
char change_HEX_to_ASCLL(char *ptr,char len);
//////////////////////////////////////////////////////////////////
char pow2pow(ch
www.eeworm.com/read/402692/11529592
asm ex1.asm
public ex1
DATA SEGMENT
INFO DB "PLEASE INPUT A CHAR:",13,10,"$"
INFO2 DB 13,10,"THE ASCLL CODE IS(HEX) :",13,10,"$"
DATA ENDS
STACK SEGMENT
STACK ENDS
CODE SEGMENT
ASSUME CS:CODE
www.eeworm.com/read/11019/193621
c uart.c
#include"config.h"
uint8_t ASCLL_1[16]={0x30,0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x38,0x39,0x41,0x42,0x43,0x44,0x45,0x46};
void USART_Init(void)
{
/*设置波特率*/
UBRRH = 0;
UBRRL = 3;/*设置波特率
www.eeworm.com/read/272855/4214816
asm 7e11.asm
;在数据段中定义八个字节数据,把这些数据转换成16进制数的ASCll码存在上述数据之后,
;然后在屏幕上显示这些数据。显示数据用DOS功能2号调用,每个数据用空格分隔。
NAME EX1
EXTRN DISP:FAR
PAGE 50,70
;--------DATA DEFINE-----
DATA SEGMENT
A1 DB 30H,34H,
www.eeworm.com/read/272855/4214827
asm 7ex1.asm
;incude的使用 ,包含disp.asm
;在数据段中定义八个字节数据,把这些数据转换成16进制数的ASCll码存在上述数据之后,
;然后在屏幕上显示这些数据。显示数据用DOS功能2号调用,每个数据用空格分隔。
NAME EX1
PAGE 50,70
;--------DATA DEFINE-----
DATA SEGMENT
A1 DB 30H,34