资源列表
[数据结构常用算法] BinarySortTree
说明:数据结构,二叉排序树,已经进行编译,并成功运行,希望对大家有所帮助-Data structure, binary sort tree, compile and run successfully, we hope to help<朱睿杰> 在 2025-11-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] binary-tree
说明:分别以先序和中序遍历序列,后序和中序遍历序列构造一棵二叉树 要求以括号表示法输出该二叉树-Preorder and inorder traversal sequence after sequence, and the traversal sequence construct a binary tree the brackets indicate the method outputs the binary tree<沿路红> 在 2025-11-14 上传 | 大小:1kb | 下载:0
[matlab例程] example09_01
说明:判别分类,调用cluster函数进行系统聚类,调用clusterdata函数进行系统聚类-Discriminant classifier<dorian> 在 2025-11-14 上传 | 大小:1kb | 下载:0
[压缩解压] lzw
说明:lzw字典算法,可实现文件压缩算法,对各类媒体文件进行压缩,释放-lzw dictionary algorithm for file compression algorithm to compress the various types of media files, the release of<wanghaining> 在 2025-11-14 上传 | 大小:1kb | 下载:0
[matlab例程] DrudeModel
说明:德鲁德模型拟合,通过调节参数与金属银的介电常数实验参数拟合,得到可见光和近红外波段合适的drude模型参数-Drude model fitting, the right of the visible and near infrared bands drude model parameters by adjusting the parameters and the dielectric constant of the metal silver experimental parameter fitt<Hu Luo> 在 2025-11-14 上传 | 大小:1kb | 下载:0
[matlab例程] normalization
说明:基于matlab的实现函数归一化的功能,可将函数进行均值为0,方差为1的归一化处理。-Matlab-based implementation of function of the normalized function, can function with mean 0, variance 1 normalization processing.<洪源> 在 2025-11-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Josephus
说明:编写程序,模拟约瑟夫环(josephus)问题: n个人(编号为1,2,3,……,n (n>0) )按顺时针方向围坐一圈,每人持有一个正整数密码。开始时任意给出两个值:一个为首先报数的人的编号i (0<i<=n),另一个为起始报数上限值m。接着从编号为i的人开始按顺时针方向自1起顺序报数,报到m时停止报数,且报到m的人出列,并将他的密码作为新的m值,从他在顺时针方向上的下一个人起重新自1报数,……,如此下去,直到所有人全部出列为止。要求设计一个程序模拟此过程,给出出列人的编号序<士大夫> 在 2025-11-14 上传 | 大小:1kb | 下载:0