搜索结果

找到约 3 项符合 string2 的查询结果

汇编语言 比较字符串sample.asm(文件名) 试编写一程序:比较两个字符串stringl和string2所含的字符是否相同。若相同则显示‘Match’

比较字符串sample.asm(文件名) 试编写一程序:比较两个字符串stringl和string2所含的字符是否相同。若相同则显示‘Match’,否则,显示‘No match’。
https://www.eeworm.com/dl/644/397562.html
下载: 141
查看: 1843

单片机编程 微型打印机的C语言源程序

微型打印机的C语言源程序:微型打印机的C51源程序#define uchar unsigned char#define uint unsigned int#include <reg52.h>#include <stdio.h>#include <absacc.h>#include <math.h>#include <string.h>#include <ctype.h>#include <stdlib.h>#define PIN XBYTE[0x8000]#define POUT XBYTE[0x9000]sbit PRINTSTB =P1^6;sbi ...
https://www.eeworm.com/dl/502/31505.html
下载: 171
查看: 1085

汇编语言 试编写一程序

试编写一程序,比较两个字符串string1和string2所包含的字符是否相同。如果相同则显示‘Match’ ,否则,显示 ‘No match’,同时响铃提示。
https://www.eeworm.com/dl/644/210828.html
下载: 196
查看: 1025