搜索结果
找到约 281 项符合
vector 的查询结果
按分类筛选
- 全部分类
- matlab例程 (42)
- 人工智能/神经网络 (31)
- 其他 (25)
- 数据结构 (21)
- 数学计算 (15)
- 其他书籍 (13)
- Java编程 (10)
- 数值算法/人工智能 (8)
- VC书籍 (8)
- 软件设计/软件工程 (6)
- Linux/Unix编程 (5)
- 网络 (5)
- 压缩解压 (4)
- 文章/文档 (4)
- 嵌入式/单片机编程 (4)
- 单片机开发 (4)
- STL (4)
- 编译器/解释器 (4)
- DSP编程 (4)
- 通讯/手机编程 (4)
- 技术资料 (4)
- Java书籍 (3)
- VHDL/FPGA/Verilog (3)
- 编辑器/阅读器 (3)
- 行业发展研究 (3)
- 书籍 (3)
- 单片机编程 (2)
- 工控技术 (2)
- Applet (2)
- J2ME (2)
- 其他嵌入式/单片机内容 (2)
- 软件工程 (2)
- 加密解密 (2)
- 论文 (2)
- 多媒体 (1)
- 模拟电子 (1)
- 教程资料 (1)
- 通信网络 (1)
- C/C++语言编程 (1)
- 可编程逻辑 (1)
- *行业应用 (1)
- 微处理器开发 (1)
- 游戏 (1)
- Internet/网络编程 (1)
- GPS编程 (1)
- 电子书籍 (1)
- 通讯编程文档 (1)
- FlashMX/Flex源码 (1)
- Delphi控件源码 (1)
- Jsp/Servlet (1)
- 数据库系统 (1)
- Ajax (1)
- 文件格式 (1)
- 多国语言处理 (1)
- 其他文档 (1)
- 图形图像 (1)
- Matlab (1)
- 源码 (1)
- VIP专区 (1)
数据结构 a non-sharing smart pointer class that can be used with STL containers such as std::map, vector, lis
a non-sharing smart pointer class that can be used with STL containers such as std::map, vector, list, set, and deque. The smart pointer has an assignment operator and greater than operator that call the target object s operator.
其他 This is SvmFu, a package for training and testing support vector machines (SVMs). It s written in C
This is SvmFu, a package for training and testing support vector
machines (SVMs). It s written in C++. It uses templates. The
advantage of templates is that the types of kernel values and data
points can be varied to suit the problem.
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)网络算法性能不稳定的缺点。(附文章) ...