资源列表

« 1 2 ... .01 .02 .03 .04 .05 26006.07 .08 .09 .10 .11 ... 28522 »

[数据结构常用算法test10

说明:(1) 掌握图的邻接矩阵、邻接表、十字链表等不同存储形式的表示方法。 (2) 掌握图的两种不同遍历方法的基本思想并能编程实现。 (3) 掌握构造最小生成树的两种算法,即Prim 算法和Kruscal算法的思想,并能编程实现。 (4) 能够灵活运用图的相关算法解决相应的实际问题。 -(1) master the adjacency matrix, adjacency list, cross-linked forms of
<yuan li> 在 2025-05-17 上传 | 大小: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-05-17 上传 | 大小:1kb | 下载:0

[matlab例程work

说明:共轭梯度求解数值优化方法,本例题主要是对于一个常见的优化方法用MATLAB进行程序运行-Conjugate gradient method of solving numerical optimization, this example is mainly optimized for a common method using MATLAB running
<Reality> 在 2025-05-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法kruskal

说明:计算最小生成树的kruskal算法,最普通未加任何优化的最小生成树算法!利于新手理解-Algorithm for computing minimum spanning tree kruskal, the most common Without any optimization of the minimum spanning tree algorithm! Help novice to understand
<吴望龙> 在 2025-05-17 上传 | 大小:1kb | 下载:0

[matlab例程rangePolyponPoint

说明:Matlab中有很多根据多边形顶点计算多边形面积,对多边形涂色等函数,但是并没有对多边形顶点进行凸多边形排序问题,所以写了这个对可以构成凸多边形的顶点进行排序的算法。- 此子程序功能为逆时针排列多个可构成一个凸多边形的顶点 输入参数xv是这些顶点的横坐标集合 yv是这些坐标的纵坐标集合 返回的排列好的点的横坐标和纵坐标集合. 使用示例: [x y]=rangePolyponPoint([0 10 10 0],[0 10
<小张> 在 2025-05-17 上传 | 大小:1kb | 下载:0

[数学计算/工程计算na7

说明:Orthogonal Polynomials Approximation 数值分析,计算正交基多项式的系数 -Given a function f and a set of m >0 distinct points . You are supposed to write a function to approximate f by an orthogonal polynomial using the exact funct
<郭方舟> 在 2025-05-17 上传 | 大小:1kb | 下载:1

[matlab例程FIR_LPF

说明:Matlab 关于维纳滤波器的设计问题,其中包括一阶维纳滤波器参数,性能分析-Matlab on the Wiener filter design problems, including a first-order Wiener filter parameters, performance analysis
<湯恩祈> 在 2025-05-17 上传 | 大小:1kb | 下载:0

[matlab例程ReadCine

说明:bin 文件读取的matlab代码 通用性较强-The matlab code for reading bin file.
<yinglun> 在 2025-05-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法cengxubianli

说明:层序遍历二叉树算法,构建一个二叉树,然后对其进行层序遍历-Sequence binary tree traversal algorithm, to build a binary tree, and then traverse its sequence
<夏天> 在 2025-05-17 上传 | 大小:1kb | 下载:0

[matlab例程face_color

说明:RGB转YIQ以便取明暗度部分,对单一图像进行人脸定位。-RGB to YIQ brightness to take part, a single image for face positioning.
<躍月> 在 2025-05-17 上传 | 大小:1kb | 下载:0

[matlab例程crop

说明:Segmentation of printed character if file is not skewed and characters are not connected to each other.
<sharad> 在 2025-05-17 上传 | 大小:1kb | 下载:0

[matlab例程OMP

说明:OMP算法,用于图像的重构过程中,比较经典,尤其是数字信号处理中-OMP algorithm for image reconstruction process, the more classic, especially in digital signal processing
<王大磊> 在 2025-05-17 上传 | 大小:1kb | 下载:0
« 1 2 ... .01 .02 .03 .04 .05 26006.07 .08 .09 .10 .11 ... 28522 »

源码中国 www.ymcn.org