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 best fitted in a tree structured graphical model. The TCA model can be applied in any situation where the data can be assumed to have been transformed by an unknown linear transformation.
標簽: tree-dependent implements component analysis
上傳時間: 2016-09-17
上傳用戶:cazjing
做網格的好程序,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).
上傳時間: 2014-01-06
上傳用戶:壞壞的華仔
1. 異常和標準C 對它的支持 (前言略) 1.1 異常分類 基于Dr. GUI 的建議,我把我的第一個專欄投入到“程序異常”的系列上。我認識到, “exception”這個術語有些不明確并和上下文相關,尤其是C++標準異常(C++ standard exceptions)和Microsoft 的結構化異常(structured exception handling)。不幸的的是, “異常”一詞太常見了,隨時出現在語言的標準和常見的編程文獻中。因為不想創造一個新 名詞,所以我將盡力在此系列的各部分中明確我對“異常”的用法。 Part 1 概述通常意義上的異常的性質,和標準C 庫提供的處理它們的方法。 Part 2 縱覽Microsoft 對這些標準C 庫方法的擴展:專門的宏和結構化異常處理。 Part 3 及其余將致力于標準C++異常處理體系。 (C 語言使用者可能在Part2 后放棄,但我鼓勵你堅持到底;我所提出的許多點子同樣 適用于C,雖然不是很直接。)
上傳時間: 2014-01-13
上傳用戶:aappkkee
1.1 異常分類 基于Dr. GUI 的建議,我把我的第一個專欄投入到“程序異常”的系列上。我認識到, “exception”這個術語有些不明確并和上下文相關,尤其是C++標準異常(C++ standard exceptions)和Microsoft 的結構化異常(structured exception handling)
上傳時間: 2013-12-23
上傳用戶:yepeng139
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
標簽: dictionary reference accepted commonly
上傳時間: 2013-12-21
上傳用戶:leixinzhuo
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) discretization of the convective parts and an explicit time stepping scheme. The free boundary value problems are treated with the MAC technique.
標簽: incompressible Navier-Sto The transient
上傳時間: 2013-11-30
上傳用戶:xfbs821
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 data can be stored together in arrays or structures.
標簽: programming variables language Fortran
上傳時間: 2017-05-18
上傳用戶:hongmo
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 necessarily an expert in both. All of the example programs in this book have been tested using standard C compilers in the UNIX and MS-DOS programming environments. In addition, the examples have been compiled using the real-time programing tools of specific real-time embedded DSP microprocessors (Analog Devices ADSP-21020 and ADSP-21062 Texas Instruments TMS320C30 and TMS320C40 and AT&T DSP32C) and then tested with real-time hardware using real-world signals.
標簽: M. Algorithms Real-Time complete
上傳時間: 2014-01-07
上傳用戶:epson850
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.
標簽: direction Abtract propose achieve
上傳時間: 2014-01-15
上傳用戶:鳳臨西北
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 approach, where a filter is applied at all positions and scales of an image. The first innovation is enriching the Dalal-Triggs model using a star-structured part-based model defined by a “root” filter (analogous to the Dalal-Triggs filter) plus a set of parts filters and associated deformation models. The score of one of star models at a particular position and scale within an image is the score of the root filter at the given location plus the sum over parts of the maximum, over placements of that part, of the part filter score on its location minus a deformation cost easuring the deviation of the part from its ideal location relative to the root. Both root and part filter scores are defined by the dot product between a filter (a set of weights) and a subwindow of a feature pyramid computed from the input image. Another improvement is a representation of the class of models by a mixture of star models. The score of a mixture model at a particular position and scale is the maximum over components, of the score of that component model at the given location.
標簽: 計算機視覺
上傳時間: 2015-03-15
上傳用戶:sb_zhang