虫虫首页|资源下载|资源专辑|精品软件
登录|注册

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 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 的建议

    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,虽然不是很直接。)

    标签: 1.1 GUI Dr 标准

    上传时间: 2014-01-12

    上传用户:aappkkee

  • 1.1 异常分类 基于Dr. GUI 的建议

    1.1 异常分类 基于Dr. GUI 的建议,我把我的第一个专栏投入到“程序异常”的系列上。我认识到, “exception”这个术语有些不明确并和上下文相关,尤其是C++标准异常(C++ standard exceptions)和Microsoft 的结构化异常(Structured exception handling)

    标签: 1.1 GUI Dr 分类

    上传时间: 2013-12-23

    上传用户:yepeng139

  • 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

    标签: dictionary reference accepted commonly

    上传时间: 2013-12-21

    上传用户:leixinzhuo

  • 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) 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. 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 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

    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 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.

    标签: direction Abtract propose achieve

    上传时间: 2014-01-15

    上传用户:凤临西北

  • 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 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