资源列表
[数据结构常用算法] Projectjohu123006
说明:crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC,Cyclic Redundancy Code)是采用多项式的 编码方式,这种方法把要发送的数据看成是一个多项式的系数 ,数据为bn-1bn-2…b1b0 (其中为0或1),则其对应的多项式为: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:数据“10010101”可以写为多项式 X7+X4+X2+1。<johu> 在 2024-11-07 上传 | 大小:459776 | 下载:0
[数据结构常用算法] tagseqQueue2
说明:通过用标志位来实现的顺序循环队列.用的是VC++实现的方法.包含了所有的源代码.-through signs spaces to achieve the order cycle queue. Use the VC method. Contains all of the source generation code.<BoBo> 在 2024-11-07 上传 | 大小:1024 | 下载:0
[数据结构常用算法] ExpressionTree
说明:建立表达式语法树及相关操作,根据输入的表达式,建立语法树,并进行遍历输入横置的树-establish regular expression syntax tree and related operations, according to the importation of expression, the establishment of syntax tree, and traversing the tree importation<Leon> 在 2024-11-07 上传 | 大小:357376 | 下载:0
[数据结构常用算法] data_struct
说明:数据结构电子书,内附源码,打开方式为enotebook-data structure e-books, containing the source code, open the way for enotebook<> 在 2024-11-07 上传 | 大小:359424 | 下载:1
[数据结构常用算法] FomulaStack
说明:利用栈求解算术表达式的值,程序分为两种表达式,中缀式与后缀式,分别得用栈先入后出的特性,以及运算符的优先级比较,进行求解-use arithmetic to solve the value of the expression, procedures are divided into two expressions, and the sergeant-type suffix. Stack were starting after the f<Leon> 在 2024-11-07 上传 | 大小:367616 | 下载:0
[数据结构常用算法] BinarySaveOpenFile
说明:对二进制文件读写,如何打开二进制文件,如何保存到二进制文件-right binary file reading and writing, how to break the binary files and how to preserve binary files<李小明> 在 2024-11-07 上传 | 大小:4096 | 下载:0