搜索结果
找到约 341 项符合
vector 的查询结果
按分类筛选
- 全部分类
- 技术资料 (52)
- matlab例程 (42)
- 人工智能/神经网络 (31)
- 其他 (25)
- 数据结构 (21)
- 数学计算 (16)
- 其他书籍 (13)
- Java编程 (11)
- 数值算法/人工智能 (8)
- VC书籍 (8)
- 软件设计/软件工程 (7)
- Linux/Unix编程 (6)
- STL (6)
- 网络 (5)
- DSP编程 (4)
- 通讯/手机编程 (4)
- 压缩解压 (4)
- 编译器/解释器 (4)
- 嵌入式/单片机编程 (4)
- 单片机开发 (4)
- 文章/文档 (4)
- VHDL/FPGA/Verilog (4)
- 书籍 (3)
- 编辑器/阅读器 (3)
- Java书籍 (3)
- 行业发展研究 (3)
- 源码 (2)
- 论文 (2)
- 单片机编程 (2)
- C/C++语言编程 (2)
- 加密解密 (2)
- 软件工程 (2)
- 工控技术 (2)
- Applet (2)
- J2ME (2)
- 其他嵌入式/单片机内容 (2)
- 多媒体 (1)
- 数据库系统 (1)
- 图形图像 (1)
- 书籍源码 (1)
- 其他文档 (1)
- 技术教程 (1)
- Matlab (1)
- 通信网络 (1)
- 模拟电子 (1)
- 电子书籍 (1)
- 教程资料 (1)
- 可编程逻辑 (1)
- Internet/网络编程 (1)
- 游戏 (1)
- *行业应用 (1)
- 多国语言处理 (1)
- 文件格式 (1)
- 汇编语言 (1)
- 通讯编程文档 (1)
- 微处理器开发 (1)
- FlashMX/Flex源码 (1)
- Delphi控件源码 (1)
- GPS编程 (1)
- Jsp/Servlet (1)
- Ajax (1)
- VIP专区 (1)
网络 AODV-UU is an AODV (Ad hoc On-demand Distance Vector) routing protocol implementation from Uppsala U
AODV-UU is an AODV (Ad hoc On-demand Distance Vector) routing protocol implementation from Uppsala University. Key features are recent draft compliance, stability, and the ability to use it in both real-world (Linux) and ns-2 simulations
其他书籍 Space-Vector PWM Technique for Two-Phase Inverter-Fed Two-Phase Induction Motors
Space-Vector PWM Technique for Two-Phase
Inverter-Fed Two-Phase Induction Motors
技术资料 基于支持向量机的丙酮精制建模Modeling Acetone Refining Process Based on Support Vector Machine
采用支持向量机建立了丙酮精制过程的产品质量与生产工艺参数之间的预测模型,并将其与反向传播神经网络和径向基神经网络模型相比较。在实际工业数据上进行的实验结果表明,支持向量机模型对丙酮纯度具
人工智能/神经网络 LVQ学习矢量化算法源程序 This directory contains code implementing the Learning vector quantization network.
LVQ学习矢量化算法源程序
This directory contains code implementing the Learning vector quantization
network. Source code may be found in LVQ.CPP. Sample training data is found
in LVQ1.PAT. Sample test data is found in LVQTEST1.TST and LVQTEST2.TST. The
LVQ program accepts input consisting of vectors ...
Linux/Unix编程 performs one of the matrix-vector operations y := alpha*A*x + beta*y, or y := alpha*A *x + beta*y, w
performs one of the matrix-vector operations y := alpha*A*x + beta*y, or y := alpha*A *x + beta*y, where alpha and beta are scalars, x and y are vectors and A is an
m by n matrix
数学计算 基于核的学习方法SVM(Support Vector Machine)有很好的分类识别性能
基于核的学习方法SVM(Support Vector Machine)有很好的分类识别性能,这是在SVM的基础上改进的一个更好的SKM(Support Kernel Machine)Package.
其他 Vector和Map的一些用法.还有其他人的一些算法.
Vector和Map的一些用法.还有其他人的一些算法.
技术资料 AVR495:AC Induction Motor Control Using the Constant V/f Principle and a Space-vector PWM Algorithm
AC Induction Motor Control Using the Constant V/f Principle and a Space-vector PWM Algorithm
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 ...
其他 主要是KNN(the k-nearest neighbor algorithm ),LVQ1(learning vector quantization 1), DSM(decision surface
主要是KNN(the k-nearest neighbor algorithm ),LVQ1(learning vector quantization 1), DSM(decision surface mapping)算法。
and a simple clustering algorithm.