搜索结果
找到约 289 项符合
matrix 的查询结果
按分类筛选
- 全部分类
- matlab例程 (41)
- 数学计算 (34)
- 其他 (25)
- 数值算法/人工智能 (18)
- 单片机开发 (15)
- Java编程 (10)
- 汇编语言 (8)
- 数据结构 (8)
- 人工智能/神经网络 (7)
- 通讯/手机编程 (6)
- 其他嵌入式/单片机内容 (6)
- Delphi控件源码 (5)
- 文章/文档 (5)
- 书籍 (5)
- 嵌入式/单片机编程 (4)
- 压缩解压 (4)
- 其他行业 (4)
- 行业发展研究 (4)
- Linux/Unix编程 (4)
- 精品软件 (4)
- DSP编程 (3)
- 文件格式 (3)
- 驱动编程 (3)
- 软件设计/软件工程 (3)
- 技术资料 (3)
- 学术论文 (2)
- 开发工具 (2)
- 单片机编程 (2)
- 书籍源码 (2)
- *行业应用 (2)
- 多国语言处理 (2)
- 编译器/解释器 (2)
- 电子书籍 (2)
- 嵌入式Linux (2)
- 数据库系统 (2)
- VC书籍 (2)
- 加密解密 (2)
- VHDL/FPGA/Verilog (2)
- 微处理器开发 (2)
- 软件 (2)
- VIP专区 (2)
- LED驱动及控制 (1)
- 通信网络 (1)
- 可编程逻辑 (1)
- 接口技术 (1)
- 生物技术 (1)
- Applet (1)
- Windows CE (1)
- 软件工程 (1)
- Jsp/Servlet (1)
- 电子政务应用 (1)
- 其他书籍 (1)
- FlashMX/Flex源码 (1)
- JavaScript (1)
- 编辑器/阅读器 (1)
- STL (1)
- 教育系统应用 (1)
- 并行计算 (1)
- Internet/网络编程 (1)
- CA认证 (1)
- 通讯编程文档 (1)
- 网络 (1)
- 3G开发 (1)
- Matlab (1)
- DSP工具/软件 (1)
- 其他 (1)
多国语言处理 The angles in degrees of the two spatially propagating signals Compute the array response vectors o
The angles in degrees of the two spatially propagating signals
Compute the array response vectors of the two signals
Compute the true covariance matrix
Internet/网络编程 使用INTEL矢量统计类库的程序,包括以下功能:  Raw and central moments up to 4th order  Kurtosis and
使用INTEL矢量统计类库的程序,包括以下功能:
&#61623 Raw and central moments up to 4th order
&#61623 Kurtosis and Skewness
&#61623 Variation Coefficient
&#61623 Quantiles and Order Statistics
&#61623 Minimum and Maximum
&#61623 Variance-Covariance/Correlation matrix
&#61623 Pooled/Group Varianc ...
人工智能/神经网络 Traveling Salesperson Problem Our branch-and-strategy splits a branch and bound solution into two
Traveling Salesperson Problem
Our branch-and-strategy splits a branch and bound solution into two groups:
one group including a particular arc and the other excluding this arc.
1.Each splitting incurs a lower bound and we shall traverse the searching tree with the "lower" lower bound.
2.If a const ...
CA认证 Playfair Cipher 1.not even the large number of keys in a monoalphabetic cipher provides security 2
Playfair Cipher
1.not even the large number of keys in a monoalphabetic cipher provides security
2.one approach to improving security was to encrypt multiple letters
3.the Playfair Cipher is an example
4.invented by Charles Wheatstone in 1854,but named after his friend Baron Playfair
Playfair Key M ...
通讯/手机编程 THIS DOCUMENT IS PROVIDED TO THE USER AS IS . Etc.etc. Data from HITACHI LIQUID CRYSTAL CHARACTE
THIS DOCUMENT IS PROVIDED TO THE USER AS IS . Etc.etc.
Data from HITACHI LIQUID CRYSTAL CHARACTER DISPLAY MODULE and OPTREX DOT MATRIX LCD MODULE databooks
数学计算 The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT alg
The code performs a number (ITERS) of iterations of the
Bailey s 6-step FFT algorithm (following the ideas in the
CMU Task parallel suite).
1.- Generates an input signal vector (dgen) with size
n=n1xn2 stored in row major order
...
文件格式 This section describes the development and extension of a basic power flow program in Matlab. To th
This section describes the development and extension of a basic power flow program in Matlab. To the extent feasible, complex vector operations are used, even for the calculation of the Jacobian matrix .
matlab例程 AHP toolbox AHPCALC Perform a complete AHP calculation. AHPHIER One-step hierarchic
AHP toolbox
AHPCALC Perform a complete AHP calculation.
AHPHIER One-step hierarchical assembly of AHP weighting vector.
AHPREORDER Internal reordering function called by AHPCALC.
AHPVECTOR Calculate the AHP ranking or weighting vector from an
AHP reciproal matrix.
...
matlab例程 list of matlab m-files on matlab 7.0. learning , support vector machine and some utility routines :
list of matlab m-files on matlab 7.0. learning , support vector machine and some utility routines : autocorrelation, linearly scale randomize the row order of a matrix
matlab例程 Two scripts are included here. 1. convsys.m - combines the state space representation of two syst
Two scripts are included here.
1. convsys.m - combines the state space representation of two systems connected in series.
[Ao,Bo,Co,Do]=convsys(A1,B1,C1,D1,A2,B2,C2,D2)
This algorithm gives the convolution of two state space representations
| A1 B1 | | A2 B2 |
u ==> | | == ...