搜索结果
找到约 110 项符合
Maximum 的查询结果
按分类筛选
- 全部分类
- matlab例程 (19)
- 其他 (7)
- 单片机编程 (6)
- 技术资料 (6)
- 模拟电子 (4)
- 电源技术 (4)
- 技术管理 (4)
- 单片机开发 (3)
- 数学计算 (3)
- 数值算法/人工智能 (3)
- 人工智能/神经网络 (3)
- 书籍 (3)
- 可编程逻辑 (2)
- 其他书籍 (2)
- 书籍源码 (2)
- 系统设计方案 (2)
- 通讯/手机编程 (2)
- Java编程 (2)
- 汇编语言 (2)
- 学术论文 (1)
- PCB相关 (1)
- 通信网络 (1)
- 嵌入式综合 (1)
- C/C++语言编程 (1)
- 测试测量 (1)
- USB编程 (1)
- 软件设计/软件工程 (1)
- 文件格式 (1)
- 行业发展研究 (1)
- 多国语言处理 (1)
- 驱动编程 (1)
- DSP编程 (1)
- 文章/文档 (1)
- 3G开发 (1)
- 网络 (1)
- 其他行业 (1)
- 数据结构 (1)
- 金融证券系统 (1)
- Internet/网络编程 (1)
- 加密解密 (1)
- VHDL/FPGA/Verilog (1)
- Symbian (1)
- 认证考试资料 (1)
- 技术书籍 (1)
- 接口技术 (1)
- 其他文档 (1)
- 其他 (1)
- 软件 (1)
- 手册 (1)
- 精品软件 (1)
软件设计/软件工程 function y_cum = cum2x (x,y, maxlag, nsamp, overlap, flag) %CUM2X Cross-covariance % y_cum = cum2x
function y_cum = cum2x (x,y, maxlag, nsamp, overlap, flag)
%CUM2X Cross-covariance
% y_cum = cum2x (x,y,maxlag, samp_seg, overlap, flag)
% x,y - data vectors/matrices with identical dimensions
% if x,y are matrices, rather than vectors, columns are
% assumed to correspond to independent real ...
其他 Input The input consists of two lines. The first line contains two integers n and k which are the l
Input
The input consists of two lines. The first line contains two integers n and k which are the lengths of the array and the sliding window. There are n integers in the second line.
Output
There are two lines in the output. The first line gives the minimum values in the window at each position, ...
行业发展研究 A one-dimensional calibration object consists of three or more collinear points with known relative
A one-dimensional calibration object consists of three or more collinear points with known relative positions.
It is generally believed that a camera can be calibrated only when a 1D calibration object is in planar motion or rotates
around a &macr xed point. In this paper, it is proved that when a m ...
技术管理 This paper addresses a stochastic-#ow network in which each arc or node has several capacities and m
This paper addresses a stochastic-#ow network in which each arc or node has several capacities and may
fail. Given the demand d, we try to evaluate the system reliability that the maximum #ow of the network is
not less than d. A simple algorithm is proposed "rstly to generate all lower boundary poin ...
技术管理 This paper addresses a stochastic-#ow network in which each arc or node has several capacities and m
This paper addresses a stochastic-#ow network in which each arc or node has several capacities and may
fail. Given the demand d, we try to evaluate the system reliability that the maximum #ow of the network is
not less than d. A simple algorithm is proposed "rstly to generate all lower boundary poin ...
技术管理 This paper addresses a stochastic-#ow network in which each arc or node has several capacities and m
This paper addresses a stochastic-#ow network in which each arc or node has several capacities and may
fail. Given the demand d, we try to evaluate the system reliability that the maximum #ow of the network is
not less than d. A simple algorithm is proposed "rstly to generate all lower boundary poin ...
技术管理 This paper addresses a stochastic-#ow network in which each arc or node has several capacities and m
This paper addresses a stochastic-#ow network in which each arc or node has several capacities and may
fail. Given the demand d, we try to evaluate the system reliability that the maximum #ow of the network is
not less than d. A simple algorithm is proposed "rstly to generate all lower boundary poin ...
驱动编程 This directory builds the Tape class driver for Microsoft® Windows® Server 2003. The class dri
This directory builds the Tape class driver for Microsoft&reg Windows&reg Server 2003. The class driver implements device-independent support, and exports support routines for device-specific tape miniclass drivers. It handles device-independent tape requests and calls the tape minidriver routines t ...
matlab例程 This program compress and recostruct using wavelets. We can select level of decomposition(here maxim
This program compress and recostruct using wavelets. We can select level of decomposition(here maximum 4 levels are given) of images using selected wavelet.
For eg:-wavelets can be haar, db1, db2,dmey...............
Decomposition can be viewed in figure.
(Please note that select 256X256 image for be ...
数学计算 Using Jacobi method and Gauss-Seidel iterative methods to solve the following system The require
Using Jacobi method and Gauss-Seidel iterative methods to solve the following system
The required precision is   =0.00001, and the maximum iteration number N=25. Compare the number of iterations and the convergence of these two methods