资源列表
[matlab例程] matlab-filter
说明:空间滤波,matlab编程,介绍了低通滤波器,带通滤波器和高通滤波器。-Spatial filtering, Matlab programming, low-pass filter, band-pass filter and high pass filter.<张铁英> 在 2025-01-10 上传 | 大小:1.92mb | 下载:0
[matlab例程] kalman-algorithm-of-WSN-tracking
说明:基于卡尔曼滤波的无线传感网络目标跟踪算法,包括卡尔曼、扩展卡尔曼、无迹卡尔曼-Wireless sensor network target tracking algorithm based on Kalman filter, Kalman, extended Kalman, unscented Kalman<LYC> 在 2025-01-10 上传 | 大小:13kb | 下载:0
[数学计算/工程计算] Conjugate_gradient
说明:用共轭梯度法解线性方程组解决解析方法解不了的方程。-Conjugate gradient method for solving linear equations to solve the analytical method solution of the equation can not<闫小凡> 在 2025-01-10 上传 | 大小:1kb | 下载:0
[数据结构常用算法] data-sturct
说明:顺序存储的线性表维护子系统的实现,编程建立了线性表,对顺序存储的线性表实现了查找、插入、删除、修改操作。-Linear order storage table maintenance subsystem implementation, programming, linear table, on the order of the linear form of the stored search, insert, delete, modif<鲍慊> 在 2025-01-10 上传 | 大小:11kb | 下载:0
[数据结构常用算法] DaShuJieCheng
说明:1 实现大数阶乘 2 数据结构与算法 3 链表实现-1 realization of large numbers factorial 2 Data Structures and Algorithms 3 linked list implementation<> 在 2025-01-10 上传 | 大小:14kb | 下载:0
[数据结构常用算法] MyHuffmanSzip
说明:1 实现霍夫曼压缩 2 构建霍夫曼数 3 实现压缩、解压-1 Huffman compression 2 Construction of Hoffman number 3 to achieve compression, decompression<> 在 2025-01-10 上传 | 大小:65kb | 下载:0
[数据结构常用算法] Binary-tree-VC
说明:建立一棵二叉排序树并对它进行前序遍历。建立二叉树利用了插入算法,数据由用户输入;对二叉树前序遍历,利用非递归调用子程序,然后对二叉树(1)访问根结点;(2)遍历左子树;(3)遍历右子树。程序中要注意左右指针llink和rlink的使用。-Create a binary sort tree and pre-order traversal. The establishment of the binary tree to the use of<鲍慊> 在 2025-01-10 上传 | 大小:10kb | 下载:0
[数据结构常用算法] LinkMergeAndSplit
说明:1 单链表的合并与拆分 2 数据结构与算法 3 链表操作-1 Merging and splitting of a single linked list 2 Data Structures and Algorithms 3 linked list operations<> 在 2025-01-10 上传 | 大小:22kb | 下载:0
[matlab例程] extrapolation
说明:对二维文本数据进行线性内插和外插等处理并输出文本格式的结果-Linear interpolation and extrapolation operations, the two-dimensional data of the text format and output the results of a text format<anteras> 在 2025-01-10 上传 | 大小:1kb | 下载:0
[数据结构常用算法] maintenance-of-of-binary-tree-VC
说明:实现二叉排序树维护子系统实现,实现查找、插入、删除、修改操作。首先要建立一棵二叉排序树,建立树根,然后按照中序遍历依次建立二叉排序树。运用switch的四个case实现各个操作,每个case中调用相应的子程序。子程序是选择要进行的操作:查找、插入、删除、修改。-Binary sort tree maintenance subsystem to achieve, to achieve the find, insert, delete, a<鲍慊> 在 2025-01-10 上传 | 大小:12kb | 下载:0