搜索资源列表
Cstrrev
- C语言题目是实现反转字符串,但不能调用strrev()。-C language implementation topics are reverse string, but should not call strrev ().
A3
- 反序输出所输入的字符串,适合汇编初学者学习-Reverse order of the string output by the input, suitable for beginners to learn to compile
BACKDISP
- 用汇编语言实现的倒序输出字符串的程序,字符串以.结束。-Using assembly language implementation of the reverse process the output string, string to. End.
printfformend
- 一个DOS环境的汇编语言程序,要求从键盘输入一串字符,并逆序显示-A DOS environment, assembly language procedure that requires a string of characters from the keyboard input, and reverse display
12
- 任意输入一个字符串,将该串倒序后在屏幕上显示的代码-Arbitrary input string, the string in reverse code displayed on the screen
1
- 能够输入一个64k长的字符串,并且能够将其反序输出。-Be able to enter a 64k long string, and the reverse order to output.
nixushuchu
- 逆序输出字符串“BASED ADDRESSING”-Reverse the output string " BASED ADDRESSING"
1
- 熟悉DOS编程环境:编写一个DOS环境的汇编语言程序,要求从键盘输入一串字符,并逆序显示,遇到英文字母的时候全部转换为大写字母。-Familiar with DOS programming environment: an assembly language program written in DOS environment required to enter a string of characters from the keyboard, and the reverse shows alph
Judgment_palindrome
- 编写一个函数palin()用来检查一个字符串是否正向拼写与反向拼写都一样的“回文”(palindromia)。如“MADAM”就是一个回文。若放宽要求,即忽略大小写字母的区别、忽略空格及标点符号等,则像“Madam,I m Adam.”之类的短语也可视为回文。编程要求:⑴在主函数中输入字符串。⑵将字符串首指针作为函数参数传递到函数palin()中。当字符串是回文时,要求函数palin()返回1,否则返回0。⑶若是回文,在主函数中输出"Yes.";若不是回文,在主函数中输出"No."。 提示:
Programs-to-display-a-character-reverse-a-string.
- program to display a character, reverse a string
final
- 1.写一个程序,它先接收一个字符串,然后显示其中数字符的个数、英文字母的个数和字符串的长度。 2.模拟密码输入:假设数据库中有密码5201314,用户输入一个字符串,显示的时候全都以*出现,然后判断用户输入的字符串是否与数据库中密码相同,若相同,输出“Password Right!”,否则输出 “Password Error!” 3.写一个程序,它先接收一个字符串,然后抽去其中的空格,最后按相反的顺序显示这个改变后的字符串。 4.找出负数的个数 5.求阶乘-1. Write a
8086
- basic programs such as find largest/ smallest number in array, positive numbers count, reverse of a string, palindrome etc. in assembly language
myprint
- 1、将所输入的字符串显示后, 再反序将它再次显示列出。 2. 用调试方法查出错误并改正程序中的错误,使得程序能够正确输出。-1, displays the character string input, then it will be displayed again in reverse order listed. 2. The testing method used to detect errors and correct errors in the program so that the
homework1
- This program copies the string stored in source to target in reverse order.