亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

VECTOR-space

  • MULTIDIMENSIONAL SCALING in matlab by Mark Steyvers 1999 %needs optimization toolbox %Modified b

    MULTIDIMENSIONAL SCALING in matlab by Mark Steyvers 1999 %needs optimization toolbox %Modified by Bruce Land %--Data via globals to anaylsis programs %--3D plotting with color coded groups %--Mapping of MDS space to spike train temporal profiles as described in %Aronov, et.al. "Neural coding of spatial phase in V1 of the Macaque" in %press J. Neurophysiology

    標(biāo)簽: MULTIDIMENSIONAL optimization Modified Steyvers

    上傳時(shí)間: 2015-08-26

    上傳用戶:kytqcool

  • This version of malloc for VxWorks contains two different algorithms. One is the BSD based Kingsley

    This version of malloc for VxWorks contains two different algorithms. One is the BSD based Kingsley "bucket" allocator which has some unique fragmentation behavior. The other is Doug Lea s well tested allocator that tries to minimize fragmentation while keeping the speed/space requirements. 非常實(shí)用,可移植用作實(shí)現(xiàn)跨平臺的嵌入式的內(nèi)存分配機(jī)制.

    標(biāo)簽: algorithms different Kingsley contains

    上傳時(shí)間: 2015-08-28

    上傳用戶:hfmm633

  • ReBEL is a Matlabtoolkit of functions and scripts, designed to facilitate sequential Bayesian infer

    ReBEL is a Matlabtoolkit of functions and scripts, designed to facilitate sequential Bayesian inference (estimation) in general state space models. This software consolidates research on new methods for recursive Bayesian estimation and Kalman filtering by Rudolph van der Merwe and Eric A. Wan. The code is developed and maintained by Rudolph van der Merwe at the OGI School of Science & Engineering at OHSU (Oregon Health & Science University).

    標(biāo)簽: Matlabtoolkit facilitate sequential functions

    上傳時(shí)間: 2015-08-31

    上傳用戶:皇族傳媒

  • 含此文檔只表示此壓縮包來自于DELPHI盒子網(wǎng)站 ------------------------------------------------------------------------

    含此文檔只表示此壓縮包來自于DELPHI盒子網(wǎng)站 ------------------------------------------------------------------------- DELPHI盒子 二零零三新版 http://www.2ccc.com http://www.delphibox.com Email:root@2ccc.com DELPHI相關(guān)源碼下載,作品發(fā)布,個(gè)性論壇,支持WEB/FTP文件上傳,會員WEB空間,VIP會員***@2ccc.com郵箱。 2ccc技術(shù)論壇 http://bbs.2ccc.com 2ccc個(gè)人網(wǎng)絡(luò)空間,免費(fèi)8M永久使用web空間,可以上傳任何文件,上傳進(jìn)度顯示,送個(gè)人留言板,VIP會員可申請100M空間。 http://my.2ccc.com 2003-9-25 第9次改版正式開通,每日更新。 -------------------------------------------------------------------------- DELPHIBOX New Version @ 2003 http://www.2ccc.com http://www.delphibox.com Email:root@2ccc.com DELPHI Code,App,Simple to Publish,forum,WEB/FTP uploads Support,member WEB Space or email addr. 2ccc Tech Forum. http://bbs.2ccc.com 2ccc Web Space,Free 8M Space,Upload any file-type. http://my.2ccc.com 2003-9-25 New Version WebSite ninthly,Update everyday.

    標(biāo)簽: DELPHI 文檔 子網(wǎng)

    上傳時(shí)間: 2015-09-05

    上傳用戶:qiaoyue

  • This paper deals with the problem of speech enhancement when a corrupted speech signal with an addi

    This paper deals with the problem of speech enhancement when a corrupted speech signal with an additive colored noise is the only information available for processing. Kalman filtering is known as an effective speech enhancement technique, in which speech signal is usually modeled as autoregressive (AR) process and represented in the state-space domain.

    標(biāo)簽: speech with enhancement corrupted

    上傳時(shí)間: 2015-09-07

    上傳用戶:zhangyi99104144

  • This paper deals with the problem of speech enhancement when only a corrupted speech signal is avai

    This paper deals with the problem of speech enhancement when only a corrupted speech signal is available for processing. Kalman filtering is known as an effective speech enhancement technique, in which speech signal is usually modeled as autoregressive (AR) model and represented in the state-space domain.

    標(biāo)簽: speech enhancement corrupted problem

    上傳時(shí)間: 2013-12-20

    上傳用戶:569342831

  • 回溯(b a c k t r a c k i n g)是一種系統(tǒng)地搜索問題解答的方法。為了實(shí)現(xiàn)回溯

    回溯(b a c k t r a c k i n g)是一種系統(tǒng)地搜索問題解答的方法。為了實(shí)現(xiàn)回溯,首先需要為問題定義一個(gè)解空間( solution space),這個(gè)空間必須至少包含問題的一個(gè)解(可能是最優(yōu)的)。在迷宮老鼠問題中,我們可以定義一個(gè)包含從入口到出口的所有路徑的解空間;在具有n 個(gè)對象的0 / 1背包問題中(見1 . 4節(jié)和2 . 2節(jié)),解空間的一個(gè)合理選擇是2n 個(gè)長度為n 的0 / 1向量的集合,這個(gè)集合表示了將0或1分配給x的所有可能方法。當(dāng)n= 3時(shí),解空間為{ ( 0 , 0 , 0 ),( 0 , 1 , 0 ),( 0 , 0 , 1 ),( 1 , 0 , 0 ),( 0 , 1 , 1 ),( 1 , 0 , 1 ),( 1 , 1 , 0 ),( 1 , 1 , 1 ) }。

    標(biāo)簽: 搜索

    上傳時(shí)間: 2014-01-17

    上傳用戶:jhksyghr

  • If we have two individually sorted vectors "a" and "b" but they are not sorted with respect to each

    If we have two individually sorted vectors "a" and "b" but they are not sorted with respect to each other and we want to merge them into vector "c" such that "c" is also a sorted vector. Then c=mergesorted(a,b) can be used.

    標(biāo)簽: sorted individually respect vectors

    上傳時(shí)間: 2015-09-23

    上傳用戶:comua

  • This lab exercise will cover the use of AccelDSP’s design exploration capabilities that include mapp

    This lab exercise will cover the use of AccelDSP’s design exploration capabilities that include mapping variables to memory and unrolling loop and vector operations. You will learn how to create different hardware architectures without modifying the MATLAB source to explore different area/performance tradeoffs.

    標(biāo)簽: capabilities exploration AccelDSP exercise

    上傳時(shí)間: 2014-12-22

    上傳用戶:eclipse

  • 來自澳大利亞Qeensland大學(xué)的計(jì)算機(jī)視覺Matlab工具箱。 This Toolbox provides a number of functions that are useful in co

    來自澳大利亞Qeensland大學(xué)的計(jì)算機(jī)視覺Matlab工具箱。 This Toolbox provides a number of functions that are useful in computer vision, machine vision and related areas. It is a somewhat eclectic collection reflecting the author s personal interest in areas of photometry, photogrammetry, colorimetry. It covers functions such as image file reading and writing, filtering, segmentation, feature extraction, camera calibration, camera exterior orientation, display, color space conversion and blackbody radiators. The Toolbox, combined with MATLAB and a modern workstation computer, is a useful and convenient environment for investigation of machine vision algorithms. It is possible to use MEX files to interface with image acquisition hardware ranging from simple framegrabbers to Datacube servers.

    標(biāo)簽: Qeensland functions provides Toolbox

    上傳時(shí)間: 2015-09-30

    上傳用戶:qb1993225

主站蜘蛛池模板: 元氏县| 新平| 高密市| 南雄市| 威信县| 武胜县| 雅江县| 芷江| 富裕县| 琼结县| 石台县| 黄平县| 鱼台县| 麻城市| 松潘县| 永安市| 彰化县| 海淀区| 平谷区| 睢宁县| 沐川县| 桐乡市| 榆林市| 邻水| 犍为县| 安仁县| 清徐县| 浙江省| 三明市| 阿拉善左旗| 西乌| 仁布县| 凤冈县| 财经| 营口市| 渝中区| 廉江市| 洛宁县| 兖州市| 潜山县| 新余市|