搜索结果
找到约 12 项符合
Schmidt 的查询结果
按分类筛选
软件工程 C 与C++中的异常处理 Robert Schmidt 著 无情 译 目 录 1. 异常和标准C 对它的支持..........................................
C 与C++中的异常处理
Robert Schmidt 著
无情 译
目 录
1. 异常和标准C 对它的支持...............................................................................................2
2. Microsoft 对异常处理方法的扩展..............................................................................12
3. 标准C++异 ...
VC书籍 这本书是国外的一个叫Robert Schmidt的工程师写的
这本书是国外的一个叫Robert Schmidt的工程师写的,总结了C和C++编程中出现的一些异常情况,及其处理,对我们编程过程中出现的问题有一定的参考价值
嵌入式/单片机编程 Description The MUSIC algorithm, proposed by Schmidt, first estimates a basis for the noise subspace
Description The MUSIC algorithm, proposed by Schmidt, first estimates a basis for the noise subspace and then determines the peaks the associated angles provide the DOA estimates.
The MATLAB code for the MUSIC algorithm is sampled by creating an array of steering vectors corresponding to the angles ...
VC书籍 Robert Schmidt的专栏
Robert Schmidt的专栏,中文的
学术论文 MUSIC算法的FPGA实现
在军事通信和民用通信的许多场合,都需要估计无线电信号的方向(DOA)。信号子空间方法是阵列测向方法中非常重要的一类。1979年Schmidt提出的 MUSIC算法是信号子空间方法的基础,具有高精度和高分辨的性能。但是由于算法的...
单片机编程 [Arduino:A.Quick-Start.Guide].Maik.Schmidt.文字版
Arduino 一些资料
数值算法/人工智能 基本矩阵运算 : + - *, power, transpose, trace, determinant, minor, matrix of minor, cofactor, matrix of co
基本矩阵运算 : + - *, power, transpose, trace, determinant, minor, matrix of minor, cofactor, matrix of cofactor, adjoint, inverse, gauss, gaussjordan, linear transformation, LU decomposition , Gram-Schmidt process, similarity. b) Basic vectors functions : norm, distance, innerproduct,coldim, rowdim ...
其他书籍 Addison.Wesley-C++.Network.Programming,.Volume.2,.Systematic.Reuse.with.ACE.and.FrameworksWrite by D
Addison.Wesley-C++.Network.Programming,.Volume.2,.Systematic.Reuse.with.ACE.and.FrameworksWrite by Douglas C.Schmidt,Stephen D.Huston经典作品,英文版,网站上没有.
matlab例程 LiScNLS is a Matlab application for the numerical study of some nonlinear differential equations o
LiScNLS is a Matlab application for the numerical study of some nonlinear
differential equations of the form Lu=Nu, using the Lyapunov-Schmidt method.
Downloading the LiScNLS package creates a new LiScNLS folder on the computer.
数学计算 数值线性代数的Matlab应用程序包 共13个程序函数
数值线性代数的Matlab应用程序包
共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名
程序名称 用途 Method 方法
GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特
MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修正格拉母-斯密特
househol ...