资源列表

« 1 2 ... .45 .46 .47 .48 .49 26050.51 .52 .53 .54 .55 ... 28522 »

[数据结构常用算法main

说明:已知用左右链表示的二叉树,要求编写算法求任意在二叉树中任意两点P、Q的最近公共祖先。-Known that the binary tree with a chain around, requiring the preparation of any algorithm for any two points in the binary tree in P, Q of the last common ancestor
<mawei> 在 2025-03-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法main

说明:二叉树的建立、遍历 实现递归、非递归的遍历,前序、中序和后序都要求实现-The establishment of a binary tree, traversal recursion, non-recursive traversal, preorder, inorder and postorder are required to achieve
<李雪松> 在 2025-03-18 上传 | 大小:1kb | 下载:0

[matlab例程mtl_nle_sim_newmet

说明:newton-raphon 法解方程程序-newton-raphon
<yuhai> 在 2025-03-18 上传 | 大小:1kb | 下载:0

[matlab例程Bp

说明:Bp人工神经网络,matlab2010b上完美运行,适合初学者-Bp code matlab2010b
<zhangchuanqi> 在 2025-03-18 上传 | 大小:1kb | 下载:0

[matlab例程MATLAB

说明:这个函数,很重要,不是用不行,这是一个泊松分布,是一个一维的,长度是1000的分布,还可以自己添加plot绘图函数,查看泊松分布。-This function is very important, do not use this function, very important, not with no, this is a poisson distribution is a one-dimensional, length is 100
<humd> 在 2025-03-18 上传 | 大小:1kb | 下载:0

[matlab例程pdee

说明:求解偏微分方程的matlab实现,运行pd-An example to solve the PDE
<谷旭东> 在 2025-03-18 上传 | 大小:1kb | 下载:0

[matlab例程check_elliptic

说明:用elliptic 函数 来求解系统频率,通过matlab-elliptical function to disolve the frequency of system with matlab
<谷旭东> 在 2025-03-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法package

说明:有N件物品和一个容量为V的背包。第i件物品的重量是c[i],价值是w[i]。求解将哪些物品装入背包可使这些物品的重量总和不超过背包容量,且价值总和最大-There are N items and a capacity of V backpack. The weight of the i-th item is c [i], the value of w [i]. Which solution will allow these items
<> 在 2025-03-18 上传 | 大小:1kb | 下载:0

[matlab例程myfrf

说明:利用remez设计rrc滤波器,通过迭代算法实现-use the remez to design rrc filter
<cui> 在 2025-03-18 上传 | 大小:1kb | 下载:0

[matlab例程PCAtest

说明:主成分分析用MATLAB计算数值的脚本,含注释不含数据-PCA MATLAT source code
<MaKun> 在 2025-03-18 上传 | 大小:1kb | 下载:0

[matlab例程matranswithfilter

说明:simple 8qam modulator with rcos filter with demodulator
<ver> 在 2025-03-18 上传 | 大小:1kb | 下载:0

[matlab例程LMS

说明:1,、设置变量和参量:   X(n)为输入向量,或称为训练样本   W(n)为权值向量   e(n)为偏差   d(n)为期望输出   y(n)为实际输出   η为学习速率   n为迭代次数   2、初始化,赋给w(0)各一个较小的随机非零值,令n=0   3、对于一组输入样本x(n)和对应的期望输出d,计算   e(n)=d(n)-X^T(n)W(n)   W(n+1)=W(n)+ηX(n)
<周永辉> 在 2025-03-18 上传 | 大小:1kb | 下载:0
« 1 2 ... .45 .46 .47 .48 .49 26050.51 .52 .53 .54 .55 ... 28522 »

源码中国 www.ymcn.org