-
CG共轭梯度法迭代解矩阵方程,Hhestens和Stiefel给出,
CG共轭梯度法迭代解矩阵方程,Hhestens和Stiefel给出,-Conjugate gradient method CG iterative matrix equation solution, Hhestens and Stiefel given
- 2023-08-19 20:10:03下载
- 积分:1
-
CRC循环算法的C语言实现,非常好用CRC循环算法的C语言实现
CRC循环算法的C语言实现,非常好用CRC循环算法的C语言实现-CRC cycle algorithm realize the C language, very easy to use CRC cycle algorithm realize the C language
- 2022-02-21 05:30:35下载
- 积分:1
-
神经网络遗传算法函数极值寻优——非线性函数极值寻优
神经网络遗传算法函数极值寻优——非线性函数极值寻优
- 2022-05-21 21:07:19下载
- 积分:1
-
matrix的一些常用操作
一些常用的矩阵操作,包括常用的矩阵加法,乘法,strassen算法,还有位并行操作预留的算法。包括为wingoth算法预留的矩阵乘法,为了分块矩阵预留的算法等等。
- 2022-04-19 02:11:14下载
- 积分:1
-
gabor特征提取
gabor特征提取的一个程序,基于opencv 提供的库来实现的,可以进行图像的纹理特征提取,是很好用的开发库
- 2022-01-26 07:15:48下载
- 积分:1
-
各大互联网面试题目
资源描述文件中包含了各个互联网的面经,包括百度、阿里、腾讯等大公司,内容很全面,很适合找工作的同学,希望能给大家带来帮助。
- 2022-03-13 08:52:53下载
- 积分:1
-
自己编写的子集和问题的源代码,绝对可以运行
自己编写的子集和问题的源代码,绝对可以运行-I have written and the issue of a subset of the source code can run
- 2022-10-01 04:10:04下载
- 积分:1
-
A program to demonstrate the optimization process of ant colony optimization for...
A program to demonstrate the optimization process of ant colony optimization for the traveling saleman problem (TSP). The cities are shown as red circles, the pheromone on the connections between them (fully connected graph) by gray lines. The darker the grey, the more pheromone is currently on the edge. During the optimization, the currently best found tour is drawn in red. To run the optimization, first create a random TSP, then create an ant colony, and finally run the optimization.
- 2022-02-19 22:51:42下载
- 积分:1
-
实现FFT变换的函数。调用形式为y=bianhuan(xr,n) 其中,xr为要进行傅立叶变换的采样信号为输入,y为输出,n为信号xr的长度。...
实现FFT变换的函数。调用形式为y=bianhuan(xr,n) 其中,xr为要进行傅立叶变换的采样信号为输入,y为输出,n为信号xr的长度。-A function of the realization of FFT transform. Call the form of y = bianhuan (xr, n) of them, xr Fourier transform in order to carry out the sampling signal for the input, y is output, n is the length of the signal xr.
- 2022-02-15 20:20:27下载
- 积分:1
-
梯度一批学习机
批处理梯度计算渐变使用整个数据集。这是伟大的流形凸的或相对平滑的错误。在这种情况下,我们有些直接朝着一个最佳的解决方案,无论是本地或全局。此外,批处理梯度下降法,给出了退火的学习速率,终会发现位于它的盆地的吸引力最低。
- 2022-03-23 16:51:53下载
- 积分:1