资源列表
maxflow.rar
- 图论中最大流问题的matlab实现代码,求给定网络最大流,Maximum flow problem in graph theory implementation of matlab code, seeking maximum flow in a given network
F_LMS
- matlab实现系统辨识 采用LMS(最小均方误差)估计 随机信号均值为0方差为1,加入高斯白噪声-matlab for system identification using LMS (least mean square error) estimation of random signal with mean 0 variance 1, by adding Gaussian white noise
nn3
- 大型神经网络的源代码,本人学习期间的一个小程序,希望对大家有帮助-Large-scale neural network source code, I learn a little during the procedure, we hope to help
ti6
- 十进制转二进制小程序,适合c语言初学者学习-Decimal to transfer binary program, for c language for beginners to learn
n_array
- 输入一个n×n的矩阵,求出两条对角线元素值之和以及输出矩阵中最大值和最小值的下标。-Enter an nn matrix, find the value of the two diagonal elements and the output matrix, the subscr ipt of the maximum and minimum values.
merge-sort
- merge sort algorithm
AGMQR0
- 线性最小二乘问题的豪斯荷尔德变换法,对A进行QR分解。-Linear least squares problem Householder transformation method, the A QR decomposition
Knapsack_problem2
- 动态规划算法实现的另一类背包问题// 背包问题 6个物体,重量为:5, 2, 1.7, 3.5, 1, 5.1 背包最大10,,追求装下的最大重量-Another knapsack problem dynamic programming algorithm to achieve// knapsack problem six objects, weight: 5, 2, 1.7, 3.5, 1, 5.1 backpacks maximum 10, the pursuit of maximum we
pca
- Principal Component Analysis
Pattern3344
- A General Code for The Radiation Pattern Representation of The Array Factor of A Linear Antenna Array
6_shuzhizhuanhuan
- 程序的输入是两个数字 M 和 N( 其十进制的值不超过 1000000000) ,它们的进制在 2~36 之间。对于十以下的数字,用 0~9 表示,而十以上的数字,则使用大写的 A~Z 表示。 求出分别在 2~36 哪种进制下 M 和 N 相等。若相等则输出相应的进制,若不等则输出错误信息。-Enter the program are two numbers M and N (its decimal value is not more than 1 billion), which is b
Dijkstra
- Heaps where the parent key is greater than or equal to (≥) the child keys are called max-heaps those where it is less than or equal to (≤) are called min-heaps. Efficient (logarithmic time) algorithms are known for the two operations needed to implem
