-
use mathematical algorithms for solving the inverse matrix function using three...
利用数学算法的公式求逆矩阵并用三个函数表示。-use mathematical algorithms for solving the inverse matrix function using three said.
- 2022-08-11 10:07:25下载
- 积分:1
-
从多维来画波形图
从多维来画波形图-To draw from the multi-dimensional wave
- 2022-01-25 19:55:32下载
- 积分:1
-
阈值变换
资源描述程序说明: //该函数用来对图像进行阈值变换。对于灰度值小于阈值的象素直接设置 灰度值为0;灰度值大于阈值的象素直接设置为255。-procedures
:// This function used to image transform threshold. For gray value less than
the threshold value of the pixel intensity value directly set to 0; Gray value
greater than the threshold value of the pixel is set to direct 255.
- 2022-04-02 08:03:02下载
- 积分:1
-
used to 计算p0点到直线p1p2的距离
used to 计算p0点到直线p1p2的距离-p0 points used to calculate the straight-line distance p1p2
- 2022-02-05 14:58:10下载
- 积分:1
-
打开携带的数学库的源代码
Open Watcom Math Library Source Code
- 2022-02-05 08:35:36下载
- 积分:1
-
仿生模式识别 目标跟踪
用仿生模式识别来训练目标,在视频序列中跟踪目标
function [sausage, num] = hypersausage_construct(P)
%按照样本给定的顺序去求解超香肠神经元
[~, W] = size(P);%W是训练样例的个数
sausage = [];
for i = 2:W
temp = power_two(P(:, i - 1), P(:, i));%构建第i-1个神经元 //temp是一个行向量
%temp = power_three(P(:, i - 2), P(:, i-1),P(:,i));
sausage = [sausage temp];
end
sausage = [sausage P(:, end)];
num = (size(sausage, 2) - 1) / (W - 1);
- 2023-08-13 14:40:03下载
- 积分:1
-
c++实现SVD
一个C++实现的SVD程序,可用于数值分析或潜在语义索引,在矩阵分解完成后有对右奇异矩阵的列向量进行相似度计算。
- 2022-03-03 16:57:58下载
- 积分:1
-
BP神经网络的数据分类
案例玄虚名额、古筝、摇滚和流行四类不同音乐,用BP神经网络实现对四类音乐的有效分类。适合初学者学习,具有很高的借鉴作用。
- 2023-08-01 00:45:03下载
- 积分:1
-
#define MSGHEADER "MICROCALC
#define MSGHEADER "MICROCALC - A Turbo C Demonstration Program"
#define MSGKEYPRESS "Press any key to continue."
#define MSGCOMMAND "Press / for the list of commands"
#define MSGMEMORY "Memory Available:"
#define MSGERROR "ERROR"
#define MSGLOMEM "Not enough memory to allocate cell."-# define MSGHEADER "MICROCALC-A Turbo C De monstration Program "# define MSGKEYPRESS" Pr ess any key to continue. "# define MSGCOMMAND" P keypress/for the list of commands "# define MSGMEMO RY "Memory Available : "# define MSGERROR" ERROR "# define MSGLOMEM" N ot to allocate enough memory cell. "
- 2022-04-08 12:36:24下载
- 积分:1
-
适用于 Pygame 的 Python 线交叉
翻译 maninwest@Codeforge 作者:raildude@CodeProject计算 2 D 线段交点(如存在)的算法这是种应用代数的练习题, (尤其是方程 y = mx + b, 所谓的线性方程的斜截式).背景我有个 Python 的 3d 查看应用程序,使用 Pygame 做 UI。 它有线框显示和原始的"隐藏表面移除"选项。我想添加一个隐藏线移除的选项,因为Pygame 好像不支持 "空心多边形" 绘制方法. 我想此代码可能是向该方向迈出的一步。稍后,我发现 MeshLab 可以提供我想要的功能..使用代码你需要安装 Python和 Pygame。或者,你可以提取四个函数 (slope(), y_intercept(), intersect() & segment_intersect()) 并在合适的地方使用。
- 2022-03-15 12:00:57下载
- 积分:1