-
求解一元二次方程的算法
求解一元二次方程的算法-one yuan solving quadratic equation algorithm
- 2022-03-24 00:44:53下载
- 积分:1
-
二乘法曲线拟合
//X,Y
二乘法曲线拟合
//X,Y -- X,Y两轴的坐标
//M -- 结果变量组数
//N -- 采样数目
//A -- 结果参数
-Using two multiplication fit the curves//X,Y the site of two axial x,y//M the number of outcome variable//N the number of samples//A the parameter of outcome
- 2022-08-06 17:42:11下载
- 积分:1
-
手写分类识别,是个很好的程序,希望大家能用上
手写分类识别,是个很好的程序,希望大家能用上-Handwriting classification and recognition, is a very good program, hope everyone can be on the
- 2023-07-09 17:20:02下载
- 积分:1
-
贝叶斯网络学习算法――k2算法,包括对贝叶斯网络结构的学习,最后生成网络...
贝叶斯网络学习算法――k2算法,包括对贝叶斯网络结构的学习,最后生成网络-Bayesian network learning algorithm- k2 algorithms, including Bayesian network structure learning, the last generation network
- 2022-04-07 02:05:04下载
- 积分:1
-
支持向量机 用于训练车辆检测
选取200正样本车辆 200负样本 通过提出样本的hog特征,并进行训练。实验结果能很好的对监控视频中的车辆进行识别跟踪,且效果良好。
- 2023-02-08 23:55:11下载
- 积分:1
-
可用于3维或者4维的fourier变换程序
可用于3维或者4维的fourier变换程序-can be used for three-dimensional or four-dimensional fourier transform procedures
- 2022-03-24 10:49:35下载
- 积分:1
-
自然图像中的字符识别
本文提出了实现自动抄表工作
自然场景中的文本。特别是,我们的重点
在中的单个字符的识别
这种场面。1、 2 和 3 的数字突出说明为什么这
可以是一项艰巨任务。即使杂波的问题
和文本分割了一会儿,被忽略
以下的可变性来源仍然需要
将占: (a) 的字体样式和厚度 ;() b
背景和前景颜色以及纹理 ;
(c) 摄像机的位置,可以引入几何
扭曲 ;(d) 照明和 (e) 的图像分辨率。
所有这些因素结合起来,为一种风味的问题
对象识别,而不是光学字符
识别或手写识别。事实上,OCR
技术不能应用现成的精确
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-12-21 15:45:04下载
- 积分:1
-
矩阵运算包含加减乘三元组顺序表存储的c语言
矩阵运算包含加减乘三元组顺序表存储的c语言-matrix calculation includes modified by the order in Table 3 Group storage c language
- 2022-07-12 02:20:51下载
- 积分:1
-
linux下的cure聚类算法
是linux下的cure算法,比较完整
#if !defined(lint) && !defined(SABER)
static char rcsid[] = "$Header: /usr/src/local/conn/cluster/RCS/cluster.c,v 1.23 1993/02/03 07:43:07 stolcke Exp $";
#endif /* not lint */
#include
#include
#include
#include "alloc.h"
#include "error.h"
#include "cluster.h"
#define NONE (-2)
#define BUFSIZE 256
#ifndef SCALE
#define SCALE "_SCALE_"
#endif
#ifndef DONTCARE
#define DONTCARE "D/C"
#endif
#ifndef MAXFLOAT
#define MAXFLOAT ((float)3.40282346638528860e+38)
#endif
static FLOAT distance();
static FLOAT root();
static FLOAT cure_distance();
static void merge();
- 2023-07-29 18:30:03下载
- 积分:1
-
经典格式的数值解!用FORTRAN编写!
经典的数值求解格式!Fortran编写!-Numerical Solution of the classical format! Fortran prepared!
- 2022-01-26 03:17:07下载
- 积分:1