-
几个实用算法:质数 组合数 公约数 字符串长度
几个实用算法:质数 组合数 公约数 字符串长度-several practical algorithm : a few quality portfolio Conventions few string length
- 2022-06-19 18:45:29下载
- 积分: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
-
矩阵类,可实现矩阵的各种运算,包括加减乘除、求逆等。
矩阵类,可实现矩阵的各种运算,包括加减乘除、求逆等。-Matrices can realize a variety of matrix operations, including multiplication and division addition and subtraction, inversion and so on.
- 2022-04-17 02:54:14下载
- 积分:1
-
直接插入排序(C++语言编写)
用C++实现直接插入排序,在VC++ 6.0编译通过。算法描述如下: 每趟将一个待排序字的关键字,按照其关键字值的大小顺序查找到适当的位置,完成插入,直到待排序的关键字为空。
- 2022-04-09 18:32:36下载
- 积分:1
-
Super 8 after the algorithm, only a dozen lines of code derived entirely all sol...
超强的八后算法,只有十几行代码完全求出所有解,速度超快-Super 8 after the algorithm, only a dozen lines of code derived entirely all solutions, speed Ultrafast
- 2023-04-19 07:05:03下载
- 积分:1
-
评估系统,自动收集数据,处理结果,数据挖掘,满足各类评估需求...
评估系统,自动收集数据,处理结果,数据挖掘,满足各类评估需求-Assessment system, automatic data collection, treatment results, data mining, to meet the demand for various types of assessment
- 2022-10-26 00:55:03下载
- 积分:1
-
一个简单的银行系统C语言代码,包含排序,线性搜索等算法功能
一个简单的银行系统C语言代码,包含排序,线性搜索等算法功能-Banking system, a simple C language code, including sorting, search algorithms such as linear functions
- 2023-01-23 19:10:04下载
- 积分:1
-
//最小二乘法直线拟合
m_FoldList为关键点(x,y)的链表
拟合直线方程(Y=kX+b)...
//最小二乘法直线拟合
m_FoldList为关键点(x,y)的链表
拟合直线方程(Y=kX+b)
-//linear least squares fitting m_FoldList as the key point (x, y) of Chain fitting linear equation (Y = C/56 b)
- 2022-06-12 06:09:24下载
- 积分:1
-
Started Jacobian symbols used to calculate Legendre symbol for the value judgmen...
新手上路 用雅可比符号来计算勒让德符号的值 用于判断与素数p互素的正整数n是否是mod p 的二次剩余-Started Jacobian symbols used to calculate Legendre symbol for the value judgment and mutual-p-a positive integer n is whether the mod p Quadratic Residue
- 2022-07-24 00:22:37下载
- 积分:1
-
C语言编写小游戏-五子棋
资源描述本程序采用C++编写五子棋小游戏,算法简单易懂,易操作
- 2022-02-25 12:12:24下载
- 积分:1