-
模式识别中线性判别分类器的C++源码,非常容易集成和使用!...
模式识别中线性判别分类器的C++源码,非常容易集成和使用!-pattern recognition linear discriminant classifier C source code, and is easy to integrate and use!
- 2023-05-07 16:40:03下载
- 积分:1
-
Direct3D 演示加载多个模型的例子,对于Direct3D开发很有参考价值。...
Direct3D 演示加载多个模型的例子,对于Direct3D开发很有参考价值。-Direct3D demo example to load multiple models for the development of valuable Direct3D.
- 2022-04-23 00:59:51下载
- 积分:1
-
Online signature identification of source, including the AR algorithm, DTW algor...
在线签名鉴定源码,包含AR实现算法、DTW算法与应用实例-Online signature identification of source, including the AR algorithm, DTW algorithm and application examples
- 2022-07-22 21:09:25下载
- 积分:1
-
高质量的基于感兴趣编码的仿真程序,可以直接运行,观看仿真结果...
高质量的基于感兴趣编码的仿真程序,可以直接运行,观看仿真结果-Interest coding based on high-quality simulation procedures can be directly run to watch the simulation results
- 2022-10-19 02:10:03下载
- 积分:1
-
一个很有用的Markov Decision Process matlab程序
一个很有用的Markov Decision Process matlab程序-a very useful Markov Decision Process procedures Matlab
- 2022-07-14 13:13:04下载
- 积分:1
-
二进制位流压缩解压
二进制位流压缩解压- The binary position class compression decompresses
- 2023-04-05 11:30:04下载
- 积分:1
-
Matlab source code is the use of network bp realize 0 ~ 9 digital identification...
是matlab源码,利用bp网络实现0~9数字识别系统,友好的系统界面,包括训练样本和含噪声的数字图片。-Matlab source code is the use of network bp realize 0 ~ 9 digital identification system friendly system interface, including the training samples and the number of images containing noise.
- 2022-02-09 18:31:32下载
- 积分:1
-
Introduction
Icasso is based on running FastICA several times (resampling). Ic...
Introduction
Icasso is based on running FastICA several times (resampling). Icasso pools all the estimates together and forms clusters bottom-up among them. The basic idea is that a tight cluster of estimates is considered to be a candidate for including a "good" estimate. A centroid of such cluster is considered a more reliable estimates than any estimate from an arbitrary run. (Instead of an average as a centroid, Icasso visualizes and returns a centrotype from each cluster. This is the one of the original estimates that is most similar to other estimates in the same cluster. You can compute the average by using Icasso functions.)
- 2022-03-11 21:21:55下载
- 积分:1
-
读取3dmax生成的dxf三维模型,在视窗内显示三个视图的效果。
读取3dmax生成的dxf三维模型,在视窗内显示三个视图的效果。-3dmax read dxf generated three-dimensional model, in the view window shows the three effects.
- 2023-04-17 14:25:04下载
- 积分:1
-
opengl切削仿真
#include "stdafx.h"
#include
#include
#include
#include
void solidCylinder(GLdouble radius, GLdouble height, GLint slices, GLint stacks) //»Ò»¸öÔ²ÖùÌ壬ÓÃDiskÀ´¸ÇסÉÏϵ×Ãæ
{
GLUquadricObj* qobj = gluNewQuadric();
gluCylinder(qobj, radius, radius, height, slices, stacks); //slicesÀàËÆÓÚ¾¶È£¬stacksÀàËÆÓÚγ¶È
glScalef(-1.0, 1.0, -1.0);
- 2022-02-03 11:01:56下载
- 积分:1