搜索结果

找到约 731 项符合 SVM-space 的查询结果

行业发展研究 In computer vision, sets of data acquired by sampling the same scene or object at different times, o

In computer vision, sets of data acquired by sampling the same scene or object at different times, or from different perspectives, will be in different coordinate systems. Image registration is the process of transforming the different sets of data into one coordinate system. Registration is necessa ...
https://www.eeworm.com/dl/692/422791.html
下载: 65
查看: 1046

SQL Server SQL中的单记录函数 1.ASCII 返回与指定的字符对应的十进制数 SQL> select ascii( A ) A,ascii( a ) a,ascii( 0 ) zer

SQL中的单记录函数 1.ASCII 返回与指定的字符对应的十进制数 SQL> select ascii( A ) A,ascii( a ) a,ascii( 0 ) zero,ascii( ) space from dual A A ZERO SPACE --------- --------- --------- --------- 65 97 48 32 2.CHR 给出整数,返回对应的字符 SQL> select chr(54740) zhao,chr(65) chr65 from dual ...
https://www.eeworm.com/dl/689/427292.html
下载: 43
查看: 1255

人工智能/神经网络 超球面支持向量机

超球面支持向量机,一种构建超球面来进行分类的单类svm
https://www.eeworm.com/dl/650/427378.html
下载: 40
查看: 1047

其他 There are _NO_ standard sample rate for the samples used in modules. But most often the samples are

There are _NO_ standard sample rate for the samples used in modules. But most often the samples are done on the rate called C-3 (which is about 16574 Hz if you have a PAL machine). Sometimes drums are sampled at A-3 (around 28 kHz), and some sounds are at ~8 kHz or anything else to save space.
https://www.eeworm.com/dl/534/427569.html
下载: 156
查看: 1033

系统设计方案 The purpose of this project is to explore the issues and implementation of a multiple instruction st

The purpose of this project is to explore the issues and implementation of a multiple instruction stream, single data stream processor. We are running two instruction streams on two CPUs which share an address space. The processors share a second level cache, and maintain coherence at the L1 cache w ...
https://www.eeworm.com/dl/678/429180.html
下载: 180
查看: 1047

matlab例程 (有源代码)数值分析作业,本文主要包括两个部分,第一部分是常微分方程(ODE)的三个实验题,第二部分是有关的拓展讨论,包括高阶常微分的求解和边值问题的求解(BVP).文中的算法和算例都是基于Matla

(有源代码)数值分析作业,本文主要包括两个部分,第一部分是常微分方程(ODE)的三个实验题,第二部分是有关的拓展讨论,包括高阶常微分的求解和边值问题的求解(BVP).文中的算法和算例都是基于Matlab计算的.ODE问题从刚性(STIFFNESS)来看分为非刚性的问题和刚性的问题,刚性问题(如大系数的VDP方程)用通常的方法如ODE45来求解,效率 ...
https://www.eeworm.com/dl/665/430470.html
下载: 90
查看: 1160

其他 网页分类器

网页分类器,基于svm方法,c++开发。
https://www.eeworm.com/dl/534/431319.html
下载: 46
查看: 1016

matlab例程 包含了很多分类算法

包含了很多分类算法,有SVM,knn,决策树等,还有文档说明
https://www.eeworm.com/dl/665/439468.html
下载: 186
查看: 1016

技术管理 oracle中常用函数说明. SQL中的单记录函数 1.ASCII 返回与指定的字符对应的十进制数 SQL> select ascii( A ) A,ascii( a ) a,

oracle中常用函数说明. SQL中的单记录函数 1.ASCII 返回与指定的字符对应的十进制数 SQL> select ascii( A ) A,ascii( a ) a,ascii( 0 ) zero,ascii( ) space from dual A A ZERO SPACE --------- --------- --------- --------- 65 97 48 32 2.CHR 给出整数,返回对应的字符 SQL> select chr(54740) zhao,ch ...
https://www.eeworm.com/dl/642/440961.html
下载: 132
查看: 1102

FlashMX/Flex源码 FLASH+SwiftMP3波形同步播放器模型 功能说明:FLASH+SwiftMP3波形同步的原理其实很简单

FLASH+SwiftMP3波形同步播放器模型 功能说明:FLASH+SwiftMP3波形同步的原理其实很简单,SwiftMP3把MP3转换成SWF的时候,把mp3中的音频数据以变量s0、s1、s2、s3、……、s17共18个变量储存,然后我们就可以根据这些变量的值即时设置波谱柱的高度了。注意我只是提供一个模型,解决了主要的技术内核,但这个播放器离实际应用 ...
https://www.eeworm.com/dl/661/441177.html
下载: 160
查看: 1068