搜索资源列表
gongetidusuanfa
- 共轭梯度算法,c编写的程序,较为简单,有程序说明-conjugate gradient algorithm, c prepared by the procedure, a relatively simple, the program
对称正定方程组的共轭梯度法
- Ch2-矩阵与线性代数方程组-Ch2-matrix and linear algebraic equations
AnalysisofPinningControllingSpatiotemporalChaosofU
- 考虑非对称耦合映象格子的控制问题, 用线性分析的方法分析了在钉扎控制下系统的稳定性, 同时还分析了耦合的非对称性对控制效率的影响. 得出将系统控制到几种稳定状态所需要最小钉扎密度与系统参数间的关系和耦合梯度对控制效率的影响, 并给出了数值验证. 钉扎控制用于非对称耦合系统比用于对称耦合系统更加有效, 在相同的钉扎密度下, 可控制区域随耦合梯度的增加而增加.
D11R8
- 共轭梯度数值算法-conjugate gradient algorithm
tifufa
- 梯度法的程序,我加载了一些内容,主要用来计算方程组得最优解
DC_OPF.rar
- 电力系统直流网络最优潮流计算程序,java语言编写。包含高斯法,梯度法等算法,DC power system optimal power flow calculation program network, java language. Contains the Gaussian method, gradient method, such as algorithm
CannyEdge
- canny边缘检测的算法的JAVA实现.step1:用高斯滤波器平滑图象;step2:计算梯度的幅值和方向;step3:对梯度幅值进行非极大值抑制;step4:用双阈值算法检测和连接边缘 -canny edge detection algorithm to achieve the JAVA.
Drawing.shows.gradient.Java.design.module
- 画图演示Java的梯度设计模块代码Drawing shows the gradient of Java code, design module -Drawing shows the gradient of Java code, design module
pr2
- 模式识别作业 梯度下降法的java实现代码-Pattern Recognition Task gradient descent implementation code java
BpAlgorithm
- BP网络负梯度异或算法,实现了0与0异或,0与1异或,1与0异或和1与1异或-BP network negative gradient algorithm
CANNY
- CANNY EDGE DETECTION Canny edge detection 的步驟: 1. 將原始影像和高斯濾波器做摺積。 2. 利用一次微分的遮罩對影像每一個像素求得四個方向的邊線強度 3. 找出四個方向中的最大值作為目前像素的邊線強度。 4. 依據步驟 3 將梯度方向分成四個區域 5. 非最大值刪除:沿著梯度方向找出最大值,並將其保留,其餘均設為零。 6. 設定兩個閥值 low T 和 high T ,用 high T 挑選出最佳的邊線像素,再從
tanpura
- 一个音频模拟软件,根据Stefan Gustavson的单纯梯度噪音算法设计,还涉及到Java3D相关的知识-An audio simulation software
PGD
- 此代码实现投影梯度下降算法,采用wolfe不精确搜索,问题约束假定为非负约束-the code implements the PGD algorithm, it takes the wolfe search and has the non-negative limits
BPNN
- 使用梯度下降的bp神经网络实现iris数据的分类的java程序,适合初学者-BP neural network using gradient descent to achieve iris data classification of the Java program, suitable for beginners
e2029bd3daf3
- BP神经网络的java源代码,采用动量梯度下降法-BP neural network java source code, the use of momentum gradient descent method