值得去爱的博客#includeint main(){int i;for(i=0;i<26;i++)printf("%c ",i+'A');for(i=0;...}扩展资料:ASCII ((American Standard Code for Information Interchange): 美国信息交换标准代码)是基于拉丁字母的...
Pella732的博客可以使用Java中的String类的toLowerCase()和toUpperCase()方法来实现这个功能。 例如: import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner...
言川_的博客汇编语言程序,从键盘输入一个小写字母,将其转换为的大写字母后并换行显示出来。 DSEG SEGMENT BUF DB 0dh,0ah RESULT DB 20H over DB '$' DSEG ENDS CSEG SEGMENT ASSUME CS:CSEG,DS:DSEG START: MOV AX,DSEG ...