搜索结果
找到约 44 项符合
Structured 的查询结果
按分类筛选
人工智能/神经网络 The tca package is a Matlab program that implements the tree-dependent component analysis (TCA) alg
The tca package is a Matlab program that implements the tree-dependent
component analysis (TCA) algorithms that extends the independent
component analysis (ICA), where instead of looking for a linear transform
that makes the data components independent, we are looking for components
that can be bes ...
数学计算 做网格的好程序
做网格的好程序,PARAMESH is a package of Fortran 90 subroutines designed to provide an application developer with an easy route to extend an existing serial code which uses a logically cartesian structured mesh into a parallel code with adaptive mesh refinement(AMR).
软件设计/软件工程 1. 异常和标准C 对它的支持 (前言略) 1.1 异常分类 基于Dr. GUI 的建议
1. 异常和标准C 对它的支持
(前言略)
1.1 异常分类
基于Dr. GUI 的建议,我把我的第一个专栏投入到“程序异常”的系列上。我认识到,
“exception”这个术语有些不明确并和上下文相关,尤其是C++标准异常(C++ standard
exceptions)和Microsoft 的结构化异常(structured exception handling)。不幸的的是,
“异常”一 ...
电子书籍 1.1 异常分类 基于Dr. GUI 的建议
1.1 异常分类
基于Dr. GUI 的建议,我把我的第一个专栏投入到“程序异常”的系列上。我认识到,
“exception”这个术语有些不明确并和上下文相关,尤其是C++标准异常(C++ standard
exceptions)和Microsoft 的结构化异常(structured exception handling) ...
软件设计/软件工程 The purpose of the design pattern dictionary is to serve as reference point for commonly accepted s
The purpose of the design pattern dictionary is to serve as
reference point for commonly accepted software design patterns
and idioms. It contains structured summaries of
some 30 design patterns and idioms, commonly used in object oriented
programming
数值算法/人工智能 The 2D CFD Program NaSt2D The program is a 2D solver for the incompressible, transient Navier-Sto
The 2D CFD Program NaSt2D
The program is a 2D solver for the incompressible, transient Navier-Stokes equations including the temperature equation and free boundary problems. It uses finite differences for discretization on a structured equidistant staggered grid, central and upwind (donor-cell) d ...
VC书籍 As a programming language, C is rather like Pascal or Fortran.. Values are stored in variables. Pro
As a programming language, C is rather like Pascal or Fortran.. Values are stored in variables.
Programs are structured by defining and calling functions. Program flow is controlled using loops, if
statements and function calls. Input and output can be directed to the terminal or to files. Related d ...
DSP编程 In C Algorithms for Real-Time DSP, author Paul M. Embree presents a complete guide to digital signal
In C Algorithms for Real-Time DSP, author Paul M. Embree presents a complete guide to digital signal processing techniques in the C programming language. This book is structured in such a way that it will be most useful to the engineer who is familiar with DSP and the C language, but who is not nece ...
行业发展研究 Abtract - We propose a new family of fi lter banks, named NDFB, that can achieve the direction
Abtract - We propose a new family of fi lter banks,
named NDFB, that can achieve the directional decomposition
of arbitrary N-dimensional (N ≥ 2) signals with a simple and
effi cient tree-structured construction.
技术书籍 LatentSVM论文
The object detector described below has been initially proposed by
P.F. Felzenszwalb in [Felzenszwalb2010]. It is based on a
Dalal-Triggs detector that uses a single filter on histogram of
oriented gradients (HOG) features to represent an object category.
This detector uses a sliding window approac ...