搜索结果
找到约 531 项符合
vector-space 的查询结果
matlab例程 A hybrid Particle Swarm Optimization algorithm for functions in the real space.
A hybrid Particle Swarm Optimization algorithm for functions in the real space.
书籍源码 外文经典书“Space-time codes and MIMO systems”第九章matlab源代码
外文经典书“Space-time codes and MIMO systems”第九章matlab源代码
Java书籍 java开发中Vector、ArrayList和List的异同
java开发中Vector、ArrayList和List的异同
数据结构 这是采用STL的VECTOR 做的一个程序
这是采用STL的VECTOR 做的一个程序,希望对大家有帮助
软件设计/软件工程 数据挖掘软件发展分析 第一代数据挖掘软件 特点 支持一个或少数几个数据挖掘算法 挖掘向量数据(vector-valued data) 数据一般一次性调进内存进行处理 典型的系统如Sa
数据挖掘软件发展分析
第一代数据挖掘软件
特点
支持一个或少数几个数据挖掘算法
挖掘向量数据(vector-valued data)
数据一般一次性调进内存进行处理
典型的系统如Salford Systems公司早期的CART系统(www.salford-systems.com)
matlab例程 vectline "vector field line plotter" Depending on the dimension of coordinate axis, vectline can pl
vectline "vector field line plotter"
Depending on the dimension of coordinate axis, vectline can plot both 3D and 2D vector field line.
matlab例程 LINEINTRGAL Line Integral in a 2D Vector Field. LINEINTRGAL(X,Y,U,V,C) computes the line integral a
LINEINTRGAL Line Integral in a 2D Vector Field.
LINEINTRGAL(X,Y,U,V,C) computes the line integral along the lines given in cell array C.
X and Y define the coordinates of a rectangular grid over which
U and V are defined. X and Y must be monotonic and 2D plaid as
% produced by MESHGRID. X, Y, U, an ...
软件设计/软件工程 按照官方的说法:Cairo is a vector graphics library with cross-device output support. 翻译过来
按照官方的说法:Cairo is a vector graphics library with cross-device output support.
翻译过来,就是cairo是一个支持多种输出的向量图形库。
具体解释一下,也就是说,cairo是种画图的工具库,他可以向多种设备上画图,比如:
cairo可以输出到png,可以输出到pdf,可以输出到ps,可以输出到xlib,可以输出到XCB,可 ...
人工智能/神经网络 SVM, Support Vector Machine 支持向量机程序
SVM, Support Vector Machine 支持向量机程序
人工智能/神经网络 LVQ算法( Learning Vector Quantization
LVQ算法( Learning Vector Quantization,学习矢量量化网络)是一种基于模型(神经网络)的方法,本实验要实现的是对LVQ改进的聚类方法——MLVQ(闫德勤等人提出)。该方法克服了LVQ算法对初值敏感的问题和广义学习矢量量化(GLVQ)网络算法性能不稳定的缺点。(附文章) ...