搜索结果
找到约 362 项符合
MATrix 的查询结果
按分类筛选
- 全部分类
- 技术资料 (48)
- matlab例程 (47)
- 数学计算 (35)
- 其他 (25)
- 数值算法/人工智能 (18)
- 单片机开发 (18)
- Java编程 (10)
- 其他嵌入式/单片机内容 (10)
- 数据结构 (9)
- 汇编语言 (8)
- 人工智能/神经网络 (8)
- 通讯/手机编程 (6)
- 压缩解压 (6)
- 文章/文档 (6)
- Delphi控件源码 (6)
- 书籍 (5)
- 嵌入式/单片机编程 (5)
- Linux/Unix编程 (4)
- 其他行业 (4)
- 行业发展研究 (4)
- 精品软件 (4)
- 单片机编程 (3)
- DSP编程 (3)
- 书籍源码 (3)
- 驱动编程 (3)
- 文件格式 (3)
- 嵌入式Linux (3)
- 软件设计/软件工程 (3)
- VC书籍 (3)
- VIP专区 (3)
- 软件 (2)
- 学术论文 (2)
- 加密解密 (2)
- 数据库系统 (2)
- 开发工具 (2)
- 电子书籍 (2)
- 编译器/解释器 (2)
- *行业应用 (2)
- 多国语言处理 (2)
- 微处理器开发 (2)
- VHDL/FPGA/Verilog (2)
- 其他 (1)
- LED驱动及控制 (1)
- 接口技术 (1)
- 软件工程 (1)
- 其他书籍 (1)
- DSP工具/软件 (1)
- Matlab (1)
- 通信网络 (1)
- 教程资料 (1)
- 教程资料 (1)
- 可编程逻辑 (1)
- Internet/网络编程 (1)
- 教育系统应用 (1)
- 编辑器/阅读器 (1)
- Applet (1)
- 网络 (1)
- CA认证 (1)
- 通讯编程文档 (1)
- STL (1)
- FlashMX/Flex源码 (1)
- 生物技术 (1)
- Windows CE (1)
- JavaScript (1)
- 电子政务应用 (1)
- 并行计算 (1)
- Jsp/Servlet (1)
- 3G开发 (1)
技术资料 MATLAB汉化指南.pdf
MATLAB汉化指南MATLAB是矩阵实验室(Matrix Laboratory)的简称,是美国MathWorks公司出品的商业数学软件,用于算法开发、数据可视化、数据分析以及数值计算的高级技术计算语言和交互式环境,主要包括MATLAB和Simulink两大部分。
技术资料 MATLAB软件教程
MATLAB 是MATrix LABoratory(“矩阵实验室”)的缩写,是由美国MathWorks 公司开发的集数值计算、符号计算和图形可视化三大基本功能于一体的,功能强大、操作简单的语言。是国际公认的优秀数学应用软件之一。
其他 In some graphs, the shortest path is given by optimizing two different metrics: the sum of weights o
In some graphs, the shortest path is given by optimizing two different metrics: the sum of weights of the edges and the number of edges. For example: if two paths with equal cost exist then, the path with the least number of edges is chosen as the shortest path. Given this metric, you have find out ...
单片机编程 PCF8578 LCD图形点阵液晶驱动器芯片简介及封装库
The PCF8578 is a low power CMOS1 LCD row and column driver, designed to drive dotmatrix graphic displays at multiplex rates of 1:8, 1:16, 1:24 or 1:32. The device has40 outputs, of which 24 are programmable and configurable for the following ratios ofrows/columns: 32¤8, 24¤16, 16¤24 or 8¤32. The ...
matlab例程 This toolbox was designed as a teaching aid, which matlab is particularly good for since source cod
This toolbox was designed as a teaching aid, which matlab is
particularly good for since source code is relatively legible and
simple to modify. However, it is still reasonably fast if used
with the supplied optimiser. However, if you really want to speed
things up you should consider compiling the ...
数值算法/人工智能 Batch version of the back-propagation algorithm. % Given a set of corresponding input-output pairs
Batch version of the back-propagation algorithm.
% Given a set of corresponding input-output pairs and an initial network
% [W1,W2,critvec,iter]=batbp(NetDef,W1,W2,PHI,Y,trparms) trains the
% network with backpropagation.
%
% The activation functions must be either linear or tanh. The network
...
生物技术 This a Bayesian ICA algorithm for the linear instantaneous mixing model with additive Gaussian noise
This a Bayesian ICA algorithm for the linear instantaneous mixing model with additive Gaussian noise [1]. The inference problem is solved by ML-II, i.e. the sources are found by integration over the source posterior and the noise covariance and mixing matrix are found by maximization of the marginal ...
其他 Solving Engineering Problems Using MATLAB C++ Math Library Introduction In the previous article, we
Solving Engineering Problems Using MATLAB C++ Math Library Introduction
In the previous article, we studied how can use MATLAB C API to solve engineering problems. In this article I will show you how can use MATLAB C++ math library. The MATLAB&reg C++ Math Library serves two separate constituencies: ...
matlab例程 MATLAB的SVM算法实现
MATLAB的SVM算法实现,Matlab Support Vector Machine Toolbox,This toolbox was designed as a teaching aid, which matlab is
particularly good for since source code is relatively legible and
simple to modify. However, it is still reasonably fast if used
with the supplied optimiser. However, if you reall ...
matlab例程 压缩包里包含了无约束优化问题常用的几种求解方法的源程序:变量轮换法(variable_rotation.m)、最速下降法(steepest_descent.m)、修正牛顿法(modified_newt
压缩包里包含了无约束优化问题常用的几种求解方法的源程序:变量轮换法(variable_rotation.m)、最速下降法(steepest_descent.m)、修正牛顿法(modified_newton.m)、共轭梯度法(conjugate_gradient.m)。另外,coefficient_matrix.m为目标函数系数获得矩阵,minval.m为最小值计算函数,gradient.m为梯度计算函数 ...