-
手写识别应用软件,提供高效的触摸屏手写识别方法。
手写识别应用软件,提供高效的触摸屏手写识别方法。- The handwriting recognition application software, provides
highly effective touches the screen handwriting recognition method.
- 2022-03-10 08:11:00下载
- 积分:1
-
求定积分的通用函数,以给定算例,演示了定积分的求解过程,简单明了。...
求定积分的通用函数,以给定算例,演示了定积分的求解过程,简单明了。-Seek a common definite integral function to the given examples to demonstrate the definite integral of the solution process, simple and straightforward.
- 2022-01-26 00:04:49下载
- 积分:1
-
PI值的计算算法,c++代码,值得好好学习
PI值的计算算法,c++代码,值得好好学习-PI value of the algorithm, c code, it is worth to learn
- 2022-03-11 23:47:39下载
- 积分:1
-
Anderson CFD第九章求解Couette流
利用Fortran实现了Couette的求解,使用托马斯算法求解相关方程;可以输入时间推进次数,观察不同时间的断面流速分布;可以直接更改E等常数进行数值实验;采用Fortran 90/95格式书写代码,方便阅读
- 2023-05-12 01:10:03下载
- 积分:1
-
NVIDIA 的数学运算库,包括快速开方,浮点转整数等
NVIDIA 的数学运算库,包括快速开方,浮点转整数等-NVIDIA mathematical libraries, including rapid evolution, floating point to integer, etc.
- 2022-07-18 03:32:51下载
- 积分:1
-
几何算法C++
很好的关于几何计算的算法,很值得保留
- 2022-01-22 08:02:18下载
- 积分:1
-
多示例学习工具箱
用matlab编写的multiple-instance learning工具箱,实现了多种mil的算法,包括emdd, mi-svm, citation-knn等,同时支持不同的测试策略,如随机划分,leave-one-out,ten-fold-validation等,里面包含了libsvm的matlab实现,可以作为一个独立的算法使用。包中自带测试数据集,为标准的多示例数据集,通过扩展可以进行MIML的训练和测试任务。
- 2022-03-01 13:58:05下载
- 积分: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
-
Hanoi(汉诺)塔问题的求解,就是一个游戏的程序,很好玩
Hanoi(汉诺)塔问题的求解,就是一个游戏的程序,很好玩-Hanoi (Hannuoba) tower problem solving, that is, a game procedure, is a lot of fun
- 2022-09-04 02:35:03下载
- 积分:1
-
通过输入矩阵的行数,列数,元素来建立稀疏矩阵的源程序
通过输入矩阵的行数,列数,元素来建立稀疏矩阵的源程序-input matrix by the number of rows, columns, element to establish the source of sparse matrix
- 2022-09-12 16:45:03下载
- 积分:1