资源列表

« 1 2 ... .40 .41 .42 .43 .44 14145.46 .47 .48 .49 .50 ... 28522 »

[数据结构常用算法Diameter-of-BinaryTree

说明:计算二叉树的直径(二叉树中相距最远的两个节点之间的距离)的算法。-Calculate the diameter of binary tree (binary tree in the farthest away from the distance between two nodes) of the algorithm.
<马军> 在 2025-07-08 上传 | 大小:512kb | 下载:0

[数据结构常用算法binsearch

说明:本程序实现了折半查找算法,可运行,还包括难点注释-This procedure implements the binary search algorithm can run, but also difficult notes
<> 在 2025-07-08 上传 | 大小:1kb | 下载:0

[matlab例程Tworay

说明:Two path model calculator
<indrawege> 在 2025-07-08 上传 | 大小:3kb | 下载:0

[matlab例程indra

说明:free space path loss calculator-free space path loss calculator
<indrawege> 在 2025-07-08 上传 | 大小:3kb | 下载:0

[matlab例程mypsnr

说明:计算两幅图像的峰值信噪比。图像是表示地个像素点所用的二进制位数,即位深。计算PSNR-Calculate PSNR of two images. Image pixel is expressed in a number of bits used, ascended the throne deep. Calculation of PSNR
<张爽> 在 2025-07-08 上传 | 大小:4kb | 下载:0

[matlab例程LV-SAM

说明:由Matlab编写的实现lv-svm分类的源码程序-Prepared by the Matlab implementation of lv-svm classification of source programs
<zouqiang> 在 2025-07-08 上传 | 大小:1kb | 下载:0

[matlab例程apple

说明:根据静态苹果图像RGB三值检测苹果表面是否有缺陷,比较准确-Apple RGB image from the static three-valued test whether apple surface defects, more accurate
<张爽> 在 2025-07-08 上传 | 大小:1kb | 下载:0

[matlab例程myself

说明:一个自己用到的用matlab编写的fdtd源程序,感觉还可以。里面的参数没有设置,可以自己根据需要设置。-Used with its own written fdtd matlab source, feeling okay. Inside the parameter is not set up my own according to their needs.
<尚真真> 在 2025-07-08 上传 | 大小:1kb | 下载:0

[人工智能/神经网络/遗传算法code

说明:OFDM资源分配算法间比较 A low complexity algorithm for proportional resource allocation in OFDM systems-A low complexity algorithm for proportional resource allocation in OFDM systems.
<gaoyan> 在 2025-07-08 上传 | 大小:10kb | 下载:0

[matlab例程jintian

说明:对图像进行分块编码,总共分四块,在matlab7.0中验证可行-Block coding of images, a total of four points in the matlab7.0 verify possible
<张爽> 在 2025-07-08 上传 | 大小:1kb | 下载:0

[matlab例程mimo

说明:matlab的仿真程序,注水法小用户间的干扰。这两点使得用户数较大时,采用相对简单的次优技术也能接近于最优性能。-matlab
<林姐群> 在 2025-07-08 上传 | 大小:2kb | 下载:0

[数据结构常用算法Dijkstra

说明:这个例程,会在多条相同最短路径中选出边数最少的路径.只是改变path域即可在遍历的时候访问到边数少的路径.核心的思想,就是建立一个数组,存放从出发点到当前顶点的最短路径边数.通过每次查看最短路径相同的情况, 即dv + cvw = dw.时,如果 Count[v] + 1 < Count[w]时,就执行 Count[w] = Count[v] + 1, 同时 w -> path = c.-This routine will be the same number of shortest
<php0> 在 2025-07-08 上传 | 大小:1kb | 下载:0
« 1 2 ... .40 .41 .42 .43 .44 14145.46 .47 .48 .49 .50 ... 28522 »

源码中国 www.ymcn.org