搜索资源列表
3
- 基于改进BP算法的数字字符识别,改进原有的BP算法,实现更好的数字字符识别。-BP Algorithm Based on Improved digital character recognition, improving the original BP algorithm, to achieve a better digital character recognition.
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 ◆