搜索资源列表
ExpressAnalysis
- 表达式分析, 支持算术运算,括号,关系运算,逻辑运算,字符串的like运算等。采用了有限自动机做词法分析, 语法分析用算符优先分析方法,正负号算符使文法不是OPG,因此这里作了特殊处理。分析的结果是逆波兰式, 存在一个链表中。在逆波兰式的基础上,用一个栈来进行求值。在vc++6.0下试验通过。 如有问题,可以mail: zch888email@163.com 我将尽快回复你。-expression analysis, supports arithmetic operations, bra
nibolan
- 逆波兰表达式 用字符串实现 可能 不大符合 计算 但是 可以准确求出表达式的逆波兰式-reverse a string expression may not be consistent with achieving but accurate calculation formula derived inverse Polish
string
- String类,分享一下。可以实现==, >, <, [], <<, Trim, Reverse, Find, upper, lower等功能
2
- 依次输入单个字符到该数组中,直到输入回车完成该字符数组的输入。反向输出该数组中的字符串内容。 // 输入:This is Test! 输出结果为:!tseT si sihT // 并利用sizeof运算符,求出数组占用的内存字节数-Followed by the importation of a single character to the array until the completion of the carriage return character input array i
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
REVERSE
- This program will reverse the string
8086
- micro controller program for reverse string
12
- 任意输入一个字符串,将该串倒序后在屏幕上显示的代码-Arbitrary input string, the string in reverse code displayed on the screen
strdiff
- The stringdiff unit has these functions: - Compare original string and second string and compute a "difference map" between the two strings. - Use original string and difference map and produce second string. Reverse of computeDiff -The str
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
cs
- 判断任意一年是否为闰年,输入年份,执行程序后输出是否为闰年 打印以下图案: * *** ***** ******* ********* 计算M=11+ 22+ 33+…+ NN,直到N等于30为止 输入8个整数,将其逆序存放后再输出。 2、从 键盘 上输入两个字符串,不用库函数strcat()连接两个字符串,连接后的字符串放到另一
copy-strings
- 运用visual c++ 语言编写程序 实现字符串的复制和反序输出-Use visual c++ language programming to achieve replication and reverse order output string
final
- 1.写一个程序,它先接收一个字符串,然后显示其中数字符的个数、英文字母的个数和字符串的长度。 2.模拟密码输入:假设数据库中有密码5201314,用户输入一个字符串,显示的时候全都以*出现,然后判断用户输入的字符串是否与数据库中密码相同,若相同,输出“Password Right!”,否则输出 “Password Error!” 3.写一个程序,它先接收一个字符串,然后抽去其中的空格,最后按相反的顺序显示这个改变后的字符串。 4.找出负数的个数 5.求阶乘-1. Write a