-
人脸识别的最基本的算法PCA,主要是描述了特征值法的基本原理,内容很详细。...
人脸识别的最基本的算法PCA,主要是描述了特征值法的基本原理,内容很详细。-Most basic algorithm for PCA Face RecognitionFace recognition algorithm is the most basic PCA, mainly describes the basic principles of characteristic value method, content, very detailed.
- 2022-08-09 13:29:19下载
- 积分:1
-
BIG5和GB码转换
Big5和GB码相互转换-Big5 and GB code conversion
- 2022-07-10 12:18:02下载
- 积分:1
-
Xs128单片机飞思卡尔程序
应用背景此算法是飞思卡尔比赛的电磁车的路径判断算法,和128单片机初始化的方式,配置很全,注释也很详细,很方便刚入手参加飞思卡尔 电磁车组的童鞋们,很值得一看。关键技术飞思卡尔算法,AD值的配置等相关算法
- 2022-03-03 17:25:41下载
- 积分:1
-
一款工程FFT的计算,包括非常详细的开发文档。
里面有经典的关于复数的算法。...
一款工程FFT的计算,包括非常详细的开发文档。
里面有经典的关于复数的算法。-FFT calculation of a project, including the development of very detailed documentation. There are classic on the complex algorithms.
- 2022-01-28 08:41:28下载
- 积分:1
-
水平集分割
快速的水平集分割的生物医学图像使用图形处理单元此项目具有工程平行的水平集执行使用 NVIDIA CUDA 架构加速图像和卷分割。源代码包含的 matlab 程序代码和 CUDA 代码2d 与 3d 的分别。本文描述实现可以由给定的 url 下载。http://code.google.com/p/cudaseg/downloads/list
- 2022-07-16 23:05:51下载
- 积分:1
-
C++语言编写的几何学算法模板。包括几何学的10多种基本的操作。例如点生成直线,叉积运算,线段的拐向,任意多边形面积的计算,点的位置判断,线段相交判断,求凸包等...
C++语言编写的几何学算法模板。包括几何学的10多种基本的操作。例如点生成直线,叉积运算,线段的拐向,任意多边形面积的计算,点的位置判断,线段相交判断,求凸包等等。-C++ Language template geometry algorithm. Including the geometry of more than 10 kinds of basic operation. For example, point to generate a straight line, fork plot computing, the segment拐向, arbitrary polygon area calculations to determine the location of the point, line segment intersection judge, and the convex hull and so on.
- 2023-01-01 05:25:03下载
- 积分:1
-
矩阵运算的算法
用Type类数组创建矩阵对象
matrix(int rows,int cols) //创建矩阵,值为0
matrix(int...
矩阵运算的算法
用Type类数组创建矩阵对象
matrix(int rows,int cols) //创建矩阵,值为0
matrix(int n) //创建单位阵
matrix(const matrix &) //拷贝构造函数
BOOL Ismatrixf(){ return (rows==cols) } //判断矩阵是否为方阵
modifyrowscols(int rows,int cols) //修改矩阵的行列数
~matrix() {delete []elems } //析构函数
-matrix algorithm with Type category created matrix array object matrix (int rows, int cols)// create matrix, value of 0 matrix (int n)// create units matrix array (const matrix
- 2022-09-14 20:40:04下载
- 积分:1
-
遗传基因算法源代码
遗传基因算法源代码-genetic algorithm source code
- 2022-07-08 23:11:36下载
- 积分:1
-
好东西房贷首付但是是的房贷首付但是是对方的身份
好东西房贷首付但是是的房贷首付但是是对方的身份-rghfdhujty
- 2022-12-08 01:20:03下载
- 积分:1
-
牛顿插值计算(牛顿插值公式)
牛顿插值计算(牛顿插值公式)-Newton interpolation (Newton interpolation formula)
- 2022-05-15 21:14:57下载
- 积分:1