资源列表
[数据结构常用算法] calculator
说明:用C++编写带括号的算术表达式求值,利用堆栈实现,采用算符优先数算法。-Written with C++ arithmetic expression in parentheses is evaluated using the stack implementation, the use of operator priority number algorithm.<JJWM> 在 2025-06-24 上传 | 大小:430kb | 下载:0
[数据结构常用算法] multinonial
说明:用带表头结点的单链表作为多项式的存储表示;要建立两个单链表;多项式相加就是要把一个单链表中的结点插入到另一个单链表中去,要注意插入、删除操作中指针的正确修改。-Node with a header with a single linked list as a storage, said polynomial to build two single-linked list polynomial sum is to take a single node in the linked list in<木易> 在 2025-06-24 上传 | 大小:243kb | 下载:0
[数据结构常用算法] byteHFMEncode_decodesrc
说明:以字符为单位进行的哈弗曼压缩,界面比较简单,但是功能还算可以,速度还算可以压缩 77.3m 的 wmv 视频使用了 4.5秒 ,400k 的doc 用0.186秒 ,压缩率要看内容,文本大约有 60 。-In characters for the Ha Fuman compression, the interface is relatively simple, but the functionality is OK, speed still can compress wmv video usin<crw> 在 2025-06-24 上传 | 大小:11kb | 下载:0
[数据结构常用算法] guanjianlujing
说明:实现数据结构中关键路径的查找,能都找到并输出路径。程序调试完成-Data structure to find the critical path, can all be found and the output path. Complete program debugging<刘树强> 在 2025-06-24 上传 | 大小:381kb | 下载:0
[数据结构常用算法] IDcard
说明:主要参数:输入15位旧身份证号码,输出18位新身份证号码。完成以下功能:根据给定的转换规则将15位身份证号转化为18位身份证号码,要考虑程序命令行参数; 要应用以下知识点:字符数组基本输入、输出;循环控制结构;命令行参数。 -The main parameters: the old ID number input 15, output 18 new ID number. Complete the following functions: the transformation rules<王伟> 在 2025-06-24 上传 | 大小:1kb | 下载:0