搜索结果
找到约 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)
matlab例程 统计模式识别工具箱(Statistical Pattern Recognition Toolbox)包含: 1
统计模式识别工具箱(Statistical Pattern Recognition Toolbox)包含:
1,Analysis of linear discriminant function
2,Feature extraction: Linear Discriminant Analysis
3,Probability distribution estimation and clustering
4,Support Vector and other Kernel Machines
数值算法/人工智能 Rainbow is a C program that performs document classification usingone of several different methods,
Rainbow is a C program that performs document classification usingone of several different methods, including naive Bayes, TFIDF/Rocchio,K-nearest neighbor, Maximum Entropy, Support Vector Machines, Fuhr sProbabilitistic Indexing, and a simple-minded form a shrinkage withnaive Bayes.
其他嵌入式/单片机内容 This lab exercise will cover the use of AccelDSP’s design exploration capabilities that include mapp
This lab exercise will cover the use of AccelDSP’s design exploration capabilities that include mapping variables to memory and unrolling loop and vector operations. You will learn how to create different hardware architectures without modifying the MATLAB source to explore different area/performan ...
其他 Rotating shafts experience a an elliptical motion called whirl. It is important to decompose this mo
Rotating shafts experience a an elliptical motion called whirl. It is important to decompose this motion into a forward and backward whil orbits. The current function makes use of two sensors to generate a bi-directional spectrogram. The method can be extended to any time-frequency distribution
%
...
模拟电子 三电平变换器STATCOM空间矢量调制
This paper presents a space vector modulation(SVM)-based switching strategy for a three-level neutral point clamped (NPC) converter that is adapted as a STATCOM.
Java编程 输入四个点
输入四个点,判断此四点是否可形成一个平行四边形。
程序中描述了一个抽象数据类型Vector2D,表示一个向量。具有(x,y)两个值。其本身具有减另一个向量(minus(Vector2D)),判断自身是否为零向量(iszero()),与另一个向量对应值y,x乘积之差(inner(Vector2D))。由于两个向量平行,则乘积之差x1*y2-x2*y1=0。点A,B,C, ...
软件工程 The DSPLIB is a collection of 39 high-level optimized DSP functions for the TMS320C64x device. This
The DSPLIB is a collection of 39 high-level optimized DSP functions for the TMS320C64x device. This source code library includes C-callable functions (ANSI-C language compatible) for general signal processing math and vector functions.
软件工程 The DSPLIB is a collection of 39 high-level optimized DSP functions for the TMS320C64x device. This
The DSPLIB is a collection of 39 high-level optimized DSP functions for the TMS320C64x device. This source code library includes C-callable functions (ANSI-C language compatible) for general signal processing math and vector functions.
软件设计/软件工程 本文档介绍了如何使用各种内嵌工具
本文档介绍了如何使用各种内嵌工具,函数和其他一些小技巧来加强使用matlab的速度和效率,是广大爱好者必读的文档。具体内容请参阅文档。
Learn how to use the Profiler tool, vectorized functions, and other tricks to writing efficient MATLAB code. This article includes how to convert any array into a column v ...
数学计算 Will perform 3D Gaussian quadrature over a user-defined volume. The volume is defined by the user wi
Will perform 3D Gaussian quadrature over a user-defined volume. The volume is defined by the user with function definitions entered in the appropriate spaces provided on the GUI. The user can change the number of Gauss points to use.
Function inputs need not accept vector args.