-
使用雅可比和高斯
使用雅可比和高斯-赛德尔算法求解线性方程-The use of Jacobi and Gauss- Seidel algorithm for solving linear equations
- 2022-02-21 23:18:21下载
- 积分:1
-
钳位三次样条算法;
数值计算算法:夹紧三次样条算法的数学写帕斯卡尔 来构造三次样条插值S为函数f, 在数x(0)
- 2022-01-26 07:21:33下载
- 积分:1
-
science and engineering numerical algorithm (Visual C version) is a matrix of go...
科学与工程数值算法(Visual C++版)是一本很好的矩阵类图书。里面有好多源代码可以参考。-science and engineering numerical algorithm (Visual C version) is a matrix of good books. There are a lot of source code for reference.
- 2022-11-18 11:20:04下载
- 积分:1
-
三
三维FDTD程序(一个Fortran写的三维FDTD程序)-Three-dimensional FDTD program (written in a Fortran three-dimensional FDTD program)
- 2023-06-04 11:50:02下载
- 积分:1
-
密码字典生成工具
密码字典生成工具-password dictionary Generation Tool
- 2022-03-13 06:28:46下载
- 积分:1
-
1024游戏使用的代码
应用背景“1024,”veewo工作室开发一个应用程序,遵循类似的模式个“,”以其滑和匹配系统。而是用瓷砖代替建立更大倍数的三,“1024”改变了它的游戏模式依靠指数的数字2。虽然“1024”看到了一些成功在应用程序商店,它也会被迅速掩盖快节奏的克隆由斯路理。关键技术1024是基于2048,一个非常容易上瘾的游戏。1024就像是易版的2048。达到瓦1024赢得比赛!“1024”迅速崛起,有效地扯个“,”使用箭头键移动瓷砖。当有相同数量的瓷砖时,它们合并成一个!享受这个游戏!
- 2022-09-21 21:05:03下载
- 积分:1
-
Householder method least squares problems. Avoid conventional methods encountere...
Householder法求解最小二乘问题。可以避免常规方法遇到奇异矩阵(即行列式|A|接近零)时误差太大的问题。本方法的精度非常高。-Householder method least squares problems. Avoid conventional methods encountered singular matrix (that is determinant | A | close to zero) error much of a problem. The accuracy of this method is very high.
- 2022-05-27 00:41:32下载
- 积分:1
-
Bayes的matlab实现
自己写的一个Bayes分类器的matlab程序,比较简单。
使用方法
>> [ train_x, train_y ] = readdata("train_data.txt" );
>> [ test_x, test_y ] = readdata("test_data.txt" );
>> [mode]=MyBayes_train( train_x, train_y);
>> [ acurracy, predict_y]=MyBayes_test( test_x, test_y, mode);
- 2022-03-09 19:08:01下载
- 积分:1
-
各种高效率排序总结。不看后悔。
冒泡排序 ,堆排序,快速排序,二分法排序(折半排序),归并排序,选择排序,
- 2022-02-15 04:22:39下载
- 积分:1
-
数值计算中SOR迭代法的Matlab程序
数值计算中SOR迭代法的Matlab程序-numerical calculation SOR iteration of the Matlab program
- 2022-04-17 10:44:51下载
- 积分:1