-
该系统是一个简单的朴素贝叶斯数据集分类系统,通过我。
本系统是一个简单的朴素贝叶斯的数据集分类系统,能够通过输入数据并预测数据集属于哪一个类-The system is a simple Naive Bayes data sets classification system through the input data and prediction data sets belong to which category
- 2022-03-22 19:37:05下载
- 积分:1
-
基于Givens transformation的QR分解。其使用需要调用Givens transformation程序。...
基于Givens transformation的QR分解。其使用需要调用Givens transformation程序。-Givens transformation based on the QR decomposition. Their use need to call Givens transformation process.
- 2022-12-18 18:05:03下载
- 积分:1
-
多用户mimo
多用户MIMO技术作为lte-a的支持技术,作为下一代通信网路的关键技术, 由于其能够提供更大的数据传输速率,适当的预编码能够减小用户间的干扰,减小小区间的干扰,本代码给出了但小区多用户下行链路的预编码,对于初学者又很好的借鉴作用。 &nb
- 2022-02-13 02:47:03下载
- 积分:1
-
决策理论
应用背景程序包含了解决任务的方法 ; ;决策理论。路径(路径查找)的任务。有3种算法:deikstra,A*,最好先。你可以用一个图,时间,点菜单 ;“帮助”也做“开始”,“暂停”,“停止”。图中有很多颜色的线,所以可以清楚地看到,正确的决策。好运!关键技术程序语言:C # ;视觉工作室窗口形式使用委托,类,类方法,功能,和;枚举等。
- 2022-05-31 03:41:23下载
- 积分:1
-
二叉树的C语言实现
二叉树是每个结点最多有两个子树的有序树。二叉树常被用于实现二叉查找树和二叉堆。该代码对二叉树进行了C语言实现,实现平台为VC6.0。
- 2023-05-27 07:50:04下载
- 积分:1
-
128位长双精度型数字运算包
128位长双精度型数字运算包-128 long double precision numeral operation package
- 2022-06-16 16:49:03下载
- 积分:1
-
使用TMS320F2812实验三相交流异步电机调速的程序,通过此代码可以学习DSP2812的编程框架和SPWM的产生方法。程序代码全部为C/C++语言...
使用TMS320F2812实验三相交流异步电机调速的程序,通过此代码可以学习DSP2812的编程框架和SPWM的产生方法。程序代码全部为C/C++语言-TMS320F2812 experiments using three-phase AC induction motor of the process, through this code can learn DSP2812 programming framework and method for the selection of SPWM. Code all C/C++ Language
- 2022-03-03 23:32:34下载
- 积分:1
-
KALMAN滤波器和condense算法的运动跟踪分析
KALMAN滤波器和condense算法的运动跟踪分析-Kalman filter and condense the motion tracking algorithm analysis
- 2023-07-05 23:40:02下载
- 积分:1
-
ASCII数据块显示
ASCII数据块显示-ASCII data block shows
- 2022-08-08 09:39:28下载
- 积分:1
-
DBSCAN算法
% Function: [class,type]=dbscan(x,k,Eps)
% -------------------------------------------------------------------------
% Aim:
% Clustering the data with Density-Based Scan Algorithm with Noise (DBSCAN)
% -------------------------------------------------------------------------
% Input:
% x - data set (m,n); m-objects, n-variables
% k - number of objects in a neighborhood of an object
% (minimal number of objects considered as a cluster)
% Eps - neighborhood radius, if not known avoid this parameter or put []
% -------------------------------------------------------------------------
% Output:
% class - vector specifying assignment of the i-th object to certain
% cluster (m,1)
% type - vector specifying type of the i-th object
% (core: 1, border: 0, outlier: -1)
- 2022-04-08 08:12:27下载
- 积分:1