-
代数方程
代数方程-Algebraic equations
- 2022-01-25 15:28:21下载
- 积分:1
-
加速迭代求方程根的一个实例
加速迭代求方程根的一个实例-accelerate iterative equation for the one-examples
- 2022-03-16 02:55:05下载
- 积分:1
-
一些矩阵运算的C代码实现:矩阵一般运算,以及求逆,QR分解,householder变化,LDU, LU分解...
一些矩阵运算的C代码实现:矩阵一般运算,以及求逆,QR分解,householder变化,LDU, LU分解-some matrix calculation of C code to achieve : Matrix general computing, and inversion, QR decomposition, the householder changes, LDU, LU decomposition, etc.
- 2022-03-19 11:41:21下载
- 积分:1
-
数据结构与算法
主要是关于数据结构预算法的书籍,使用c语言编写,我个人认为本书很适合初学者,对我而言收获实在是很大,我很喜欢这本书
- 2022-07-07 22:43:35下载
- 积分:1
-
最优化算法
该压缩包内包含了常用的最优化源码,均是利用C++实现的,其中包 扩DFP, 单纯形, 共轭梯度法, 内点法, 外点法, 内外点法,这些算法均在程序中实现,相信对初学最优化算法的会有很大的帮助
- 2023-01-06 18:45:04下载
- 积分:1
-
动态规划之01背包问题
资源描述这是一个相当经典的动态规划问题,也是背包问题中比较基础的一类问题
- 2022-05-07 19:30:44下载
- 积分:1
-
use metkaro pi method for the original procedure, the process can be dynamically...
利用metkaro方法求圆周率的原程序,可以动态显示过程-use metkaro pi method for the original procedure, the process can be dynamically displays
- 2022-01-21 04:43:35下载
- 积分:1
-
数值计算中Jacobi迭代法的Matlab程序
数值计算中Jacobi迭代法的Matlab程序 -numerical calculation Jacobi iteration of the Matlab program
- 2022-10-09 22:10:03下载
- 积分:1
-
ZOJ ACM题目解答
这个是我在CSDN上下载的一个源码,这个比较有意义,很多东西可以自己一步步理解,有利于大家掌握ACM的一些技巧和解题思路,希望对大家有帮助
- 2023-04-24 07:30:04下载
- 积分:1
-
该程序是用C语言写的采用了动量方法的BP神经网络,它具有极其强大的扩展性,可用于函数的逼近及分类识别等各方面,语言书写规范,其中大量使用了动态分配一、二维数组的...
该程序是用C语言写的采用了动量方法的BP神经网络,它具有极其强大的扩展性,可用于函数的逼近及分类识别等各方面,语言书写规范,其中大量使用了动态分配一、二维数组的方法,该网络实例中实现的是对某一函数的逼近,输入层为二层,中间层可自己设定多达十几层,逼近精度非常精确。读者可根据自己的需要设定各层的数目以及相应的训练样本进行训练与测试。-The program is written in C language using the momentum method of BP neural network, which has extremely powerful scalability, can be used for function approximation and classification in areas such as language specification, including large-scale use of a dynamically allocated one, two dimensional array of methods, examples of the network realize that the approximation of a function, for the second input layer, middle layer can be set as many as a dozen layers, close to very precise accuracy. Readers may need to be set in accordance with its own number of floors and the corresponding training samples for training and testing.
- 2022-09-23 15:35:02下载
- 积分:1