-
埃尔米特插值算法 ;
数值计算算法:Hermite插值算法为了获得HERMITE内插系数 多项式关系H的第(N +1)不同的数X(0),...,X(N)的 对于函数F: 输入:号码X(0),X(1),...,X(N);值f(x(0)),F(x(1)), ...,F(X(N))和F"(x(0)),F"(x(1)),...,F"(x(N))。 输出:数字Q(0,0),Q(1,1),...,Q(2N+1,2N+1),其中 H(X)= Q(0,0)+ Q(1,1)*(X - X(0))+ Q(2,2)* (X - X(0))**2 + Q(3,3)*(X - X(0))**2 * (X - X(1))+ Q(4,4)*(X - X(0))**2 * (X - X(1))** 2+ ...+ Q(2N +1,2N+ 1)* (X - X(0))**2 *(X - X(1))** 2*
- 2022-06-21 02:49:01下载
- 积分:1
-
本代码演示了马走日棋盘搜索算法。
本代码演示了马走日棋盘搜索算法。-demonstration of the code Ma days away chessboard search algorithm.
- 2022-04-06 17:06:34下载
- 积分:1
-
libsvm训练
资源描述LIBSVM是台湾大学林智仁(Lin Chih-Jen)教授等2001年开发设计的一个简单, 易于使用和快速有效的SVM模式识别与回归的软件包,
他不但提供了编译好的可在Windows系列系统的执行文件, 还提供了源代码, 方便改进, 修改以及在其它操作系统上应用;
该软件对SVM所涉及的参数调节相对比较少, 提供了很多的默认参数, 利用这些默认参数可以解决很多问题; 并提供了交互检验(Cross
Validation)的功能. 该软件包可在http://www.csie.ntu.edu.tw/~cjlin/ 免费获得.
该软件可以解决C-SVM, ν-SVM, ε-SVR和ν-SVR等问题, 包括基于一对一算法的多类模式识别问题.
- 2023-06-05 13:25:03下载
- 积分:1
-
弗洛依德warshal算法
资源描述这个应用解决了弗洛依德warshal算法。
- 2022-01-24 18:51:51下载
- 积分:1
-
大整数乘法,实现两个大整数相乘的C++代码
大整数乘法,实现两个大整数相乘的C++代码-Large integer multiplication
- 2022-03-15 04:06:48下载
- 积分:1
-
对散射函数值的角度计算Mie散射过程,日…
计算mie散射过程中的角度散射函数的值,对研究粒子散射有很大帮助-Mie scattering process of calculating the angle of scattering function value, the study of particle scattering are very helpful
- 2022-09-07 09:30:03下载
- 积分:1
-
simulated annealing algorithm in the loan portfolio optimization of
模拟退火算法在贷款组合优化决策中的应用-simulated annealing algorithm in the loan portfolio optimization of
- 2022-11-22 22:35:03下载
- 积分:1
-
GeneralizedMIMO
应用背景In this context, mobile communications may be allowed to be an indispensable commodity by most, and mobile data, video as well as television services are also becoming an essential part of everyday life. With the introduction of the Android operating system and the iPhone, the use of ebook readers such as the iPad, and the success of social networking using Facebook, the demand for cellular data traffic has grown significantly in recent years. Thus, communications on the move has proven to be transformational, and mobile operators struggle to satisfy the data traffic demands in wireless cellular networks,while keeping their costs at minimum to maintain profitability.关键技术The need for power-efficient MIMO-aided cellular networks requires a paradigm shift in the wireless system design. This trend is irreversible and will have a profound impact on both the theory and p
- 2022-02-20 12:30:00下载
- 积分:1
-
蚁群算法,用户可以修改程序中的宏定义来设置初值
蚁群算法,用户可以修改程序中的宏定义来设置初值-Ant colony algorithm, the user can modify the program in the macro definition to set the initial value
- 2022-01-21 22:39:08下载
- 积分:1
-
大家一定写过计算器程序吧!但如果让你写一个用来计算成千上万位数的程序,你也许不会那么容易就写出来吧!...
大家一定写过计算器程序吧!但如果让你写一个用来计算成千上万位数的程序,你也许不会那么容易就写出来吧!-wrote calculator program! But if you write one used to calculate the median of thousands of procedures, you may not be so easy to write honest!
- 2022-08-17 14:08:34下载
- 积分:1