说明:回文(palindrome)是指一个字符串从前面读和从后面读都一样,仅使用若干栈和队列、栈和队列的ADT函数以及若干个int类型和char类型的变量,设计一个算法来判断一个字符串是否为回文。假设字符串从标准输入设备一次读入一个字符,算法的输出结果为true或者false。-Palindrome (palindrome) refers to a string read from the front and from the back to <林佩燕> 在 2025-02-08 上传
| 大小:1kb | 下载:0
说明:一个单词统计的源代码,能统计出你输入的单词在文件中出现的次数,分享一下-A word count of the source code, you can count the number of times the word appears in the input file, share <qunhao12> 在 2025-02-08 上传
| 大小:1kb | 下载:0
说明:编写一个栈的类模板(包括其成员函数定义),以便为任何类型的对象提供栈结构数据操作。并在应用程序中创建整数栈、字符栈和浮点数栈,提供一些数据进行进栈、退栈和打印操作的测试。-Write a stack class template (including its membership function is defined), in order to provide data manipulation stack structure as <summer> 在 2025-02-08 上传
| 大小:1kb | 下载:0