搜索资源列表
data_struct3
- 数据结构课后设计题第三章 ◆3.17③ 试写一个算法,识别依次读入的一个以@ 为结束符的字符序列是否为形如 序列1&序列2 模式 的字符序列。其中序列1和序列2中都不含字符 & , 且序列2是序列1的逆序列。例如, a+b&b+a 是属该 模式的字符序列,而 1+3&3-1 则不是。 实现下列函数: Status match(char *str) -Data structure design question after class Chapter ◆
danlianbiao
- 利用单链表比较所给的特定数字的大小,并输出。 规定数字都是“三位数”,其中num[0]~num[2]分别存储百位数、十位数和个位数,num[3]为字符串结束符。 从"个位关键字"开始,进行反复的分发和收集,最后得出结果。-Comparison to the use of a single list of specific numbers in size and output. Requirement figures are " three-digit" , where n
math
- 算法,一个算术表达式是由操作数(operand)、运算符(operator)和界限符(delimiter)组成的。假设操作数是正实数,运算符只含加减乘除等四种运算符,界限符有左右括号和表达式起始、结束符“#”,如:#(7+15)*(23-28/4)#。引入表达式起始、结束符是为了方便。编程利用“算符优先法”求算术表达式的值。-Algorithm, an arithmetic expression is made up of operands (operand), operator (operat