搜索资源列表
汇编
- 4.asm…… 响铃程序,输入一个数字字符N,响铃N次。(完成)ysk3.asm ……显示一个星型倒三角。m1.asm ………编程将键盘输入的8位无符号二进制数转化为十六进制数和十进制数,并输出结果form.asm ……采用子程序编程按以下三种格式(██,◣,◥)打印九九乘法表:(完成)char.asm ……小写字母a b c d ……x y z的ASCII码分别为61H 62H 63H 64H……78H 79H 7AH, 而大写字母A B C D ….X Y Z的ASCII码分别为41H 42
2-mystring
- 编写一个函数模板,它返回两个值中的最小者,但同时要确保这个函数模板能正确处理字符串。并编写主函数,实现两个字符串中最小者的输出。 适合初学者对c++函数模板的入门-Write a function template, which returns the minimum of the two values, but at the same time to ensure that the function template to correctly handle the string. And