-
teststring
将字符串合并的时候要注意中间的空格,否则可能在合并时出错。我调试了好久才发现(combine the string,essential to focus the length of string)
- 2013-06-06 00:22:02下载
- 积分:1
-
kodingan-adov
AODV code for network
- 2015-01-15 18:28:34下载
- 积分:1
-
电力系统潮流程序设计
利用内点法进行最优潮流计算解决成本最小问题(neidianfamatlabfangzhen)
- 2021-01-22 22:18:44下载
- 积分:1
-
feature standar nb
利用Python实现特征的MinMax标准化和Z-Score标准化两种特征归一化方法。并用原特征、两种归一化特征分别进行朴素贝叶斯模型训练,比较模型性能。(Two normalization methods of MinMax normalization and Z-Score standardization are implemented by Python. The naive Bayes model is trained with the original features and two normalization features respectively to compare the performance of the model.)
- 2018-06-25 11:47:44下载
- 积分:1
-
fsortrow
矩阵排序,按照行排序。
例如 矩阵[ 1 2 3 4 5
4 1 3 2 1
3 5 6 9 7]排序后为:
[ 1 2 3 4 5
3 5 6 9 7
4 1 3 2 1]
(matrix row sort )
- 2012-03-13 09:12:53下载
- 积分:1
-
数值分析__(第七版__翻译版)_11467103.pdf
说明: 本書介紹現代的數值近似方法,解釋這些方法如何、為何,以及何時有用,以作為進一步研讀數值分析與科學計算的基礎。修習本書,學生將學會辨別須使用數值方法求解之問題的種類,及使用這些方法時,誤差傳遞的實例;對無法求得確解的問題,應能求得精確的近似解,並學會估計此近似解誤差界限的方法。書中介紹的數值方法,由數學分析、計算法則到實例,皆有系統的說明。本書對於任何要使用數值方法的學系,均可作為良好的基礎教材,同時也是一本內容完備的參考書籍。(This book introduces modern numerical approximations, explaining how, why, and when they are useful as a basis for further study of readings and scientific calculations. In this book, students will learn to identify the types of problems that must be solved using numerical methods, and examples of error propagation when using these methods; for problems that cannot be solved, an accurate approximate solution should be obtained and learn to estimate this. The numerical methods introduced in the method of approximating the error bounds are systematically explained by mathematical analysis, calculation rules and examples. This book can be used as a good basic textbook for any department that wants to use numerical methods. It is also a complete reference book.)
- 2019-06-04 09:17:15下载
- 积分:1
-
Gravity
用fortran编写重力正演及最小二乘反演程序(fortran prepared gravity forward and inversion procedure)
- 2013-11-04 16:57:43下载
- 积分:1
-
ZCXLJ
支持向量机和BP神经网络都可以用来做非线性回归拟合,但它们的原理是不相同的,支持向量机基于结构风险最小化理论,普遍认为其泛化能力要比神经网络的强。大量仿真证实,支持向量机的泛化能力强于BP网络,而且能避免神经网络的固有缺陷——训练结果不稳定。本源码可以用于线性回归、非线性回归、非线性函数拟合、数据建模、预测、分类等多种应用场合(Support vector machines and BP neural network can be used for non-linear regression fit, but they is not the same principle, support vector machine based on structural risk minimization theory, generally considered its generalization ability than the neural network of strong . Inherent defect- a large number of simulation confirmed that generalization ability of support vector machine is stronger than the BP network, but also to avoid neural network training results unstable. The source code can be used for linear regression, nonlinear regression, nonlinear function fitting a variety of applications, data modeling, forecasting, classification)
- 2020-09-18 19:27:53下载
- 积分:1
-
bycgste
共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一(Conjugate gradient method (Conjugate Gradient) is between the steepest descent method and Newton' s method between a method that takes only a first derivative information, but to overcome the slow convergence of the steepest descent method shortcomings, but also avoid the need to store Newton and computing the inverse Hesse matrix and disadvantages, conjugate gradient method is not only to solve large linear equations of the most useful methods, large-scale nonlinear optimization solution is the most efficient algorithms)
- 2013-09-13 16:33:21下载
- 积分:1
-
大连理工大学矩阵与数值分析上机作业
说明: 利用matlab软件进行数值编程,优化计算。(Matlab software is used for numerical programming and optimization calculation.)
- 2020-06-22 04:40:02下载
- 积分:1