-
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
-
大数C++程序,实现加减乘除等
超强大数代码,实现产生大数,大数之间的运算,超级强大~~~为各种加解密算法提供帮助!
- 2022-10-16 09:00:03下载
- 积分:1
-
数值分析的几种典型算法
数值分析的几种典型算法-numerical analysis of several typical algorithm
- 2022-03-03 21:34:19下载
- 积分:1
-
基于模拟退火算法的TSP算法
模拟退火算法(Simulated Annealing , 简称SA)为求解传统方法难处理的TSP问题提供了一个有效的途径和通用框架, 并逐渐发展成一种迭代自适应启发式概率性搜索算法。用以求解不同的非线性问题; 对不可微甚至不连续的函数优化, SA 能以较大概率求得全局优化解; 具有较强的鲁棒性、全局收敛性、隐含并行性及广泛的适应性; 并且能处理不同类型的优化设计变量( 离散的、连续的和混合型的) ; 不需要任何的辅助信息, 对目标函数和约束函数没有任何要求。利用Metropolis 算法并适当地控制温度下降过程, 在优化问题中具有很强的竞争力, 本案例研究了基于模拟退火算法的TSP算法。
- 2023-07-24 02:50:03下载
- 积分:1
-
Plane frame finite element program, consideration could be given support nodes a...
平面框架有限元计算程序,可考虑节点和支座位移-Plane frame finite element program, consideration could be given support nodes and displacement
- 2023-01-31 11:05:03下载
- 积分:1
-
线性表操作
基于数据结构的操作,包括线性表结构建立,线性表元素的增删和线性表置空清空等操作,本代码的操作语言为C
- 2022-03-18 15:53:25下载
- 积分:1
-
不动点迭代――方程根的求解
不动点迭代――方程根的求解-fixed-point iteration-- Solving the equation-
- 2023-03-27 17:30:03下载
- 积分:1
-
Strike a+ B* i of the phase angle of the procedures for phase spectrum into a gr...
求取a+b*i的相位角的程序,用于相位谱成图显示,问题关键在于根据a,b的值判断相位角所在的象限-Strike a+ B* i of the phase angle of the procedures for phase spectrum into a graph shows, the problem lies in the basis of a, b values to determine where the phase angle quadrant
- 2022-12-14 15:40:03下载
- 积分:1
-
实验目的:用Lingo软件求解线性线性规划问题。
实验内容:制定最佳连续投资方案
某部门在今后五年内考虑下列项目投资...
实验目的:用Lingo软件求解线性线性规划问题。
实验内容:制定最佳连续投资方案
某部门在今后五年内考虑下列项目投资
-Experimental Objective: Lingo software for solving linear linear programming problem.
Experiment content: develop the best program of continuous investment
A department in the next five years to consider the following investment
- 2022-07-15 11:10:05下载
- 积分:1
-
指派问题的匈牙利算法(matlab语言)
指派问题的匈牙利算法(matlab语言)-assignment of the Hungarian algorithm (Matlab language)
- 2022-04-23 09:11:20下载
- 积分:1