-
实验mathacad of an
An exapmle of mathacad
- 2022-02-06 20:37:56下载
- 积分:1
-
calculating the determinant of the matrix source
计算矩阵行列式值的源程序-calculating the determinant of the matrix source
- 2022-02-04 18:31:22下载
- 积分:1
-
两个大整数相乘(位数相同)
两个大大整数(位数相同)相乘,比如50多位。
- 2023-08-31 03:45:03下载
- 积分: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
-
Taflove 的FDTD算法的经典书籍,非常值得期待的FDTD教程。相信大家喜欢...
Taflove 的FDTD算法的经典书籍,非常值得期待的FDTD教程。相信大家喜欢-Taflove the FDTD algorithm is the classic book, well worth looking forward to the FDTD tutorial. I believe that everyone likes
- 2022-12-21 15:10:03下载
- 积分:1
-
归并排序算法的C++
该代码读取输入文本文件并将其排序,然后将这些数字排序为输出文本文件。代码使用合并排序算法进行排序。
- 2022-09-20 12:50:03下载
- 积分:1
-
文本分割
对于文本分割功能,并不差,使用使用 c + + 实现的你可以给它一试,于某简单。
- 2022-10-11 14:35:03下载
- 积分:1
-
贪吃蛇源程序
相关头文件包含#include "graphics.h",#include
#include
#include 等,实现起来很方便
- 2022-11-09 00:55:03下载
- 积分:1
-
在 JAVA 中桦木算法
桦木(平衡迭代的减少和群集使用层次结构) 是无监督数据米宁g 使用算法来执行层次聚类 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-12-10 18:20:03下载
- 积分:1
-
mpu6050的姿态分析
资源描述mpu6050的内部文件,提供源代码的四元数算法,通过加速度和加速度计算出欧拉角
- 2023-02-16 17:30:04下载
- 积分:1