资源列表

« 1 2 ... .88 .89 .90 .91 .92 14693.94 .95 .96 .97 .98 ... 28522 »

[matlab例程Optimization_Newton

说明:设r是f(x) = 0的根,选取x0作为r初始近似值,过点(x0,f(x0))做曲线y = f(x)的切线L,L的方程为y = f(x0)+f (x0)(x-x0),求出L与x轴交点的横坐标 x1 = x0-f(x0)/f (x0),称x1为r的一次近似值。过点(x1,f(x1))做曲线y = f(x)的切线,并求该切线与x轴交点的横坐标 x2 = x1-f(x1)/f (x1),称x2为r的二次近似值。重复以上过程,得r的近似值序列,其中x(n+1)=x(n)-f(x(n))/f (x(n))
<徐默涵> 在 2025-09-13 上传 | 大小:1kb | 下载:0

[matlab例程Decomposition_LU

说明:将系数矩阵A转变成等价两个矩阵L和U的乘积 ,其中L和U分别是下三角和上三角矩阵。当A的所有顺序主子式都不为0时,矩阵A可以唯一的分解为A=LU。其中L是单位下三角矩阵,U是上三角矩阵。 -The coefficient matrix A into two matrices L and U is equivalent to the product, where L and U are lower triangular and upper triangular matrix. When A mas
<徐默涵> 在 2025-09-13 上传 | 大小:1kb | 下载:0

[数学计算/工程计算Decomposition_QR

说明:QR分解法是三种将矩阵分解的方式之一。这种方式,把矩阵分解成一个正交矩阵与一个上三角矩阵的积。QR 分解经常用来解线性最小二乘法问题。QR 分解也是特定特征值算法即QR算法的基础。-QR decomposition are the three ways of decomposition of the matrix. In this way, the matrix decomposition into an orthogonal matrix and an upper triangular mat
<徐默涵> 在 2025-09-13 上传 | 大小:1kb | 下载:0

[matlab例程m-sequence-generator.

说明:电子信息工程专业课程设计报告,用matlab实现m序列发生器-Electronic and Information Engineering curriculum design, implementation using matlab m-sequence generator
<jialebinvfei> 在 2025-09-13 上传 | 大小:87kb | 下载:0

[matlab例程Region-growing-method

说明:区域生长分割 matlab 手动点击设定种子点-Click on region growing segmentation matlab manual seed point set
<王莉> 在 2025-09-13 上传 | 大小:1kb | 下载:0

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

说明:动态蚁群算法求解TSP问题,出自华中科技大学-Dynamic ant colony algorithm for TSP problem, from Huazhong University of Science and Technology
<zengwenwu> 在 2025-09-13 上传 | 大小:2kb | 下载:0

[数据结构常用算法seqlist

说明:删除重复数据, 在顺序表中查找和删除重复的字节 -Delete duplicate data ,in the table in order to find and remove duplicate bytes
<银赫> 在 2025-09-13 上传 | 大小:199kb | 下载:0

[数据结构常用算法list

说明:有关链表的使用。建立链表,有表首插入法,表尾挂入法,还有形成循环链表-The use of the list. The establishment of the list, there is the table the first insertion, the tail hanging into the law, as well as the formation of circular linked list
<王薇> 在 2025-09-13 上传 | 大小:8kb | 下载:0

[matlab例程otsm2

说明:该代码实现了“大津法”,也就是最大类间方差算法,完全由本人自己编写,结果很好。-The code of the " Otsu method" , which is the Otsu algorithm, written entirely by my own, good results.
<> 在 2025-09-13 上传 | 大小:1kb | 下载:0

[matlab例程matlab11

说明:matlab class for dummies
<ralfi> 在 2025-09-13 上传 | 大小:198kb | 下载:0

[matlab例程qwt_flow_est_0

说明:QWT code for Disparity Estimation.
<invokers> 在 2025-09-13 上传 | 大小:51kb | 下载:0

[数值算法/人工智能2275765

说明:vb的小学算术测试程序,随机生成试题,并判断正确率,刚学,请指教()
<Arctdr> 在 2025-09-13 上传 | 大小:8kb | 下载:0
« 1 2 ... .88 .89 .90 .91 .92 14693.94 .95 .96 .97 .98 ... 28522 »

源码中国 www.ymcn.org