搜索资源列表
sdflijkjs
- 从键盘输入一个字符串,先把它原样显示一遍 然后将其中的小写字母转换为大写显示,再将其中的大写字母转换为小写显示,最后将其中的大小写字母互换显示.显示字符串的功能调用采用宏,大写转换,小写转换和大小写互换写成子程序-keyboard input from a string, It first showed once again as it stood then the lowercase letters to uppercase conversion, then the change of cap
converse
- 从键盘输入一个字符串,先把它原样显示一遍 然后将其中的小写字母转换为大写显示,再将其中的大写字母转换为小写显示,最后将其中的大小写字母互换显示.显示字符串的功能调用采用宏,大写转换,小写转换和大小写互换写成子程序. (1). 编写一个完整的源程序完成题目的要求. (2). 把子程序单独写在一个文件中,用源程序包含的方法完成题目要求. (3). 把子程序单独汇编,用目标文件链接的方法完成题目要求. (4). 把子程序加入到一个子程序库中,用子程序库调入的方法完成题目要求. 另附
ser_par
- 24bitAD数据采样进行串并转换,并行输出。另包括24位DA并串转换,串行输出。-24bitAD data sampling and converted to strings, parallel output. Other notable features include 24-bit DA and string conversion, serial output.
yuanchengxu2
- 输入英文字母串,在回车后实现大小写转换 按命令要求将字符串转换为全部大写或全部小写 非英文字母不允许输入并声响报警 -Enter letters strings, the carriage return after the realization of case conversion requested by the command string to all uppercase or all lowercase non-English characters are not allo
3
- 字符串转换和拷贝 Data segment str_a db ‘assembly language is not difficult’ str_b db 40 dup (?) Data ends 请将字符串str_a中的字符转换成大写并拷贝到str_b中。 编写程序,编译连接,用DEBUG运行调试 -String conversion and copying Data segment str_a db ' assembly language is not dif
caseconv
- assembly language program for case conversion,converts string uppercase to lower case and vice-versa
110
- 以0表示结尾的字符串的大小写转换 一行为大写一行为小写一行为不变输出-To 0 at the end of the string of upper case conversion of an act an act of a lower-case behavior of the same output
HUIBIAN
- 初级汇编应用:打印字符、转换代码、字符串比较等等。-Primary assembler application: Print character conversion code, string comparison, etc..
huibian
- 汇编初学者的一些基本实验:字符串的比较;十六进制与二进制的转换;字符和数据的计数等共8个试验-Some basic experimental assembly for beginners: string comparison hexadecimal and binary conversion characters and data count of eight trials
Hex-conversion
- 运用汇编语言将十进制数的数字串转换为一个字的十六进制数,并用软件实现其功能。-The use of assembly language decimal digit string into a character hexadecimal number, and use the software to realize its function
String to Integer Conversion
- String to Integer Conversion, Assume the string is stored in the program memory and that an integer takes two bytes
