资源列表
[数据结构常用算法] test10
说明:(1) 掌握图的邻接矩阵、邻接表、十字链表等不同存储形式的表示方法。 (2) 掌握图的两种不同遍历方法的基本思想并能编程实现。 (3) 掌握构造最小生成树的两种算法,即Prim 算法和Kruscal算法的思想,并能编程实现。 (4) 能够灵活运用图的相关算法解决相应的实际问题。 -(1) master the adjacency matrix, adjacency list, cross-linked forms of representation of different st<yuan li> 在 2025-07-28 上传 | 大小:1kb | 下载:0
[数据结构常用算法] First-Heapsort
说明:我的第一次自己写的堆排序算法,希望大家好好看,其实是为了凑字数-My first time to write their own heap sorting algorithm, I hope you look good, in fact, is to scrape together words<刘星辰> 在 2025-07-28 上传 | 大小:1kb | 下载:0
[matlab例程] AEencryptalgorithm
说明:一个AES加密算法的matlab实现代码,是密码学的又一重要加密算法。-A realization of the AES encryption algorithm matlab code, is another key cryptography encryption algorithm.<样本> 在 2025-07-28 上传 | 大小:2kb | 下载:0
[matlab例程] rangePolyponPoint
说明:Matlab中有很多根据多边形顶点计算多边形面积,对多边形涂色等函数,但是并没有对多边形顶点进行凸多边形排序问题,所以写了这个对可以构成凸多边形的顶点进行排序的算法。- 此子程序功能为逆时针排列多个可构成一个凸多边形的顶点 输入参数xv是这些顶点的横坐标集合 yv是这些坐标的纵坐标集合 返回的排列好的点的横坐标和纵坐标集合. 使用示例: [x y]=rangePolyponPoint([0 10 10 0],[0 10 0 10]) 输出结果为:x = [ 0 10 10<小张> 在 2025-07-28 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] 2-22
说明:分支定界法实现旅行商问题,分支定界法是算法里非常重要的一个方法-Branch and bound method to achieve the traveling salesman problem, branch and bound algorithm is a very important way in<cxl> 在 2025-07-28 上传 | 大小:2kb | 下载:0
[matlab例程] Lucas-Kanade2
说明:Lucas-Kanade part 2 对计算机视觉和机器学习很有帮助 详细论文和代码在文章的附录中有详细地址 很不错 -Lucas-Kanade part 2 of the computer vision and machine learning for more helpful articles and code in the article addresses in detail in the appendix is very good<匣子> 在 2025-07-28 上传 | 大小:351kb | 下载:0
[matlab例程] lena_watermark_extract
说明:对lena图嵌入的水印进行提取 LSB方法 水印图像被分解嵌入 提取各部分块儿后进行重建 可以运行 有一定参考价值 -Figure of lena LSB embedded watermark extraction method to extract the watermark embedded image is broken down pieces of the various parts of the reconstruction can be run after a certain ref<匣子> 在 2025-07-28 上传 | 大小:165kb | 下载:0