资源列表
[数据结构常用算法] Hanmin
说明:汉明码,一个错误校验码码集。与其他的错误校验码类似,汉明码也利用了奇偶校验位的概念,通过在数据位后面增加一些比特,可以验证数据的有效性。利用一个以上的校验位,汉明码不仅可以验证数据是否有效,还能在数据出错的情况下指明错误位置。 -Hamming code, a checksum error code set. And other similar error checking code, Hamming code also makes use of the concept of parity, d<oracle> 在 2025-06-16 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Binary-tree
说明:建立二叉树存储结构,求二叉树的前序中序后序遍历,以及求指定节点的路径-The establishment of binary storage structure, seeking pre-order binary tree traversal in order after the order, and find the path specified node<nikita> 在 2025-06-16 上传 | 大小:2kb | 下载:0
[数据结构常用算法] expression
说明:C编写的利用栈实现表达式计算。其中记录入栈出栈的次数。-Written in C using the stack to achieve expression evaluation. Which records the number of stack stack.<oracle> 在 2025-06-16 上传 | 大小:2kb | 下载:0
[数据结构常用算法] BExpression
说明:C编写表达式计算。利用二叉树实现。数据结构的大作业。可以与栈实现进行比较。-Written in C expression evaluation. The use of binary tree implementation. Data structure of the major operations. Compared with the stack can be achieved.<oracle> 在 2025-06-16 上传 | 大小:2kb | 下载:0
[数据结构常用算法] BankSimulation
说明:一个银行业务的事件驱动模拟系统,银行有两种业务:第一,取款或借款;第二,存款或还款。银行有两个窗口,用两个队列实现。事件表用带头结点的单向链表实现。-A banking system of event-driven simulation, the bank has two operations: first, the withdrawal or loan second, deposit or payment. Bank has two windows, with two queue imple<chaser tang> 在 2025-06-16 上传 | 大小:217kb | 下载:0
[数据结构常用算法] Matrix
说明:实现稀疏矩阵的各种运算操作,包括加法,减法,乘法,转置,求逆矩阵-Sparse matrix operations to achieve a variety of operations including addition, subtraction, multiplication, transpose, inverse matrix<chaser tang> 在 2025-06-16 上传 | 大小:167kb | 下载:0
[数据结构常用算法] migong---cPP
说明:迷宫问题C++代码。。。解决迷宫问题-Maze C++ code. . . Solve maze problems. . . .<li> 在 2025-06-16 上传 | 大小:8kb | 下载:0
[数据结构常用算法] AVL
说明:利用平衡二叉树实现一个动态查找表, 以二叉链表作为二叉树的储存结构-Achieve a balanced binary tree using dynamic lookup table to binary linked list storage structure as a binary tree<chaser tang> 在 2025-06-16 上传 | 大小:110kb | 下载:0