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

蟲蟲首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

Matrix-chain

  • 書系統(tǒng)地介紹MATLAB 7.0的混合編程方法和技巧。全書共分為13章。第1章和第2章介紹MATLAB的基礎(chǔ)知識(shí)

    書系統(tǒng)地介紹MATLAB 7.0的混合編程方法和技巧。全書共分為13章。第1章和第2章介紹MATLAB的基礎(chǔ)知識(shí),第3章簡(jiǎn)要介紹MATLAB混合編程,第4章至第9章分別介紹幾種典型的混合編程方法,包括C-MEX、MATLAB引擎、MAT數(shù)據(jù)文件共享、Mideva、Matrix和Add-in。第10章、第11章介紹MATLAB與Delphi和Excel的混合編程。第12章介紹MATLAB COM Builder,第13章以圖像處理為例介紹了一個(gè)綜合應(yīng)用實(shí)例。    本書按混合編程的具體方法進(jìn)行邏輯編排,自始至終用實(shí)例描述,每章著重闡述各種混合編程方法的實(shí)質(zhì)和要點(diǎn),同時(shí)穿插了作者多年使用MATLAB的經(jīng)驗(yàn)和體會(huì)。本書既適合初學(xué)者自學(xué),也適用于高級(jí)MATLAB用戶,可作為高等數(shù)學(xué)、計(jì)算機(jī)、電子工程、數(shù)值分析、信息工程等課程的教學(xué)參考書,也可供上述領(lǐng)域的科研工作者參考。    本書所附光盤內(nèi)容詳盡、實(shí)例豐富,包含MATLAB實(shí)例的源文件、函數(shù)/命令和注解以及程序?qū)嵗?/p>

    標(biāo)簽: MATLAB 7.0 混合編程

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

    上傳用戶:一諾88

  • the text file QMLE contains the quasi maximum likelyhood estimating procedure and performing Infor

    the text file QMLE contains the quasi maximum likelyhood estimating procedure and performing Information Matrix test for a univariate GARCH(1,1) model

    標(biāo)簽: estimating likelyhood performing the

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

    上傳用戶:zhenyushaw

  • This toolbox was designed as a teaching aid, which matlab is particularly good for since source cod

    This toolbox was designed as a teaching aid, which matlab is particularly good for since source code is relatively legible and simple to modify. However, it is still reasonably fast if used with the supplied optimiser. However, if you really want to speed things up you should consider compiling the matrix composition routine for H into a mex function. Then again if you really want to speed things up you probably shouldn t be using matlab anyway... Get hold of a dedicated C program once you understand the algorithm.

    標(biāo)簽: particularly designed teaching toolbox

    上傳時(shí)間: 2016-11-25

    上傳用戶:hustfanenze

  • PRINCIPLE: The UVE algorithm detects and eliminates from a PLS model (including from 1 to A componen

    PRINCIPLE: The UVE algorithm detects and eliminates from a PLS model (including from 1 to A components) those variables that do not carry any relevant information to model Y. The criterion used to trace the un-informative variables is the reliability of the regression coefficients: c_j=mean(b_j)/std(b_j), obtained by jackknifing. The cutoff level, below which c_j is considered to be too small, indicating that the variable j should be removed, is estimated using a matrix of random variables.The predictive power of PLS models built on the retained variables only is evaluated over all 1-a dimensions =(yielding RMSECVnew).

    標(biāo)簽: from eliminates PRINCIPLE algorithm

    上傳時(shí)間: 2016-11-27

    上傳用戶:凌云御清風(fēng)

  • Batch version of the back-propagation algorithm. % Given a set of corresponding input-output pairs

    Batch version of the back-propagation algorithm. % Given a set of corresponding input-output pairs and an initial network % [W1,W2,critvec,iter]=batbp(NetDef,W1,W2,PHI,Y,trparms) trains the % network with backpropagation. % % The activation functions must be either linear or tanh. The network % architecture is defined by the matrix NetDef consisting of two % rows. The first row specifies the hidden layer while the second % specifies the output layer. %

    標(biāo)簽: back-propagation corresponding input-output algorithm

    上傳時(shí)間: 2016-12-27

    上傳用戶:exxxds

  • % Train a two layer neural network with the Levenberg-Marquardt % method. % % If desired, it is p

    % Train a two layer neural network with the Levenberg-Marquardt % method. % % If desired, it is possible to use regularization by % weight decay. Also pruned (ie. not fully connected) networks can % be trained. % % Given a set of corresponding input-output pairs and an initial % network, % [W1,W2,critvec,iteration,lambda]=marq(NetDef,W1,W2,PHI,Y,trparms) % trains the network with the Levenberg-Marquardt method. % % The activation functions can be either linear or tanh. The % network architecture is defined by the matrix NetDef which % has two rows. The first row specifies the hidden layer and the % second row specifies the output layer.

    標(biāo)簽: Levenberg-Marquardt desired network neural

    上傳時(shí)間: 2016-12-27

    上傳用戶:jcljkh

  • Train a two layer neural network with a recursive prediction error % algorithm ("recursive Gauss-Ne

    Train a two layer neural network with a recursive prediction error % algorithm ("recursive Gauss-Newton"). Also pruned (i.e., not fully % connected) networks can be trained. % % The activation functions can either be linear or tanh. The network % architecture is defined by the matrix NetDef , which has of two % rows. The first row specifies the hidden layer while the second % specifies the output layer.

    標(biāo)簽: recursive prediction algorithm Gauss-Ne

    上傳時(shí)間: 2016-12-27

    上傳用戶:ljt101007

  • Mapack可用來(lái)做矩陣運(yùn)算 Mapack is a .NET class library for basic linear algebra computations. It supports th

    Mapack可用來(lái)做矩陣運(yùn)算 Mapack is a .NET class library for basic linear algebra computations. It supports the following matrix operations and properties: Multiplication, Addition, Subtraction, Determinant, Norm1, Norm2, Frobenius Norm, Infinity Norm, Rank, Condition, Trace, Cholesky, LU, QR, Single Value decomposition, Least Squares solver, Eigenproblem solver, Equation System solver. The algorithms were adapted from Mapack for COM, Lapack and the Java Matrix Package.

    標(biāo)簽: Mapack computations supports algebra

    上傳時(shí)間: 2017-01-26

    上傳用戶:tb_6877751

  • The software is capable to simulate space time code [1] for QPSK modulation using different number o

    The software is capable to simulate space time code [1] for QPSK modulation using different number of state. Examples of generator matrix up to 256 stetes are provided. Variable signal to noise ratio (SNR) might be applied to produce bit error rate (BER) or frame error rate (FER) curves.

    標(biāo)簽: modulation different software simulate

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

    上傳用戶:qq1604324866

  • SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems

    SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations on high performance machines. The library is written in C and is callable from either C or Fortran. The library routines will perform an LU decomposition with partial pivoting and triangular system solves through forward and back substitution. The LU factorization routines can handle non-square matrices but the triangular solves are performed only for square matrices. The matrix columns may be preordered (before factorization) either through library or user supplied routines. This preordering for sparsity is completely separate from the factorization. Working precision iterative refinement subroutines are provided for improved backward stability. Routines are also provided to equilibrate the system, estimate the condition number, calculate the relative backward error, and estimate error bounds for the refined solutions.

    標(biāo)簽: nonsymmetric solution SuperLU general

    上傳時(shí)間: 2017-02-20

    上傳用戶:lepoke

亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲日本国产| 欧美午夜久久久| 国产一区二三区| 国内精品免费午夜毛片| 精品91免费| 一区二区三区.www| 久久精品最新地址| 欧美美女bbbb| 1000部国产精品成人观看| 亚洲午夜视频| 欧美成人一区二区三区| 国产嫩草一区二区三区在线观看| 亚洲国产精品va在线观看黑人| 在线亚洲观看| 欧美不卡一区| 国产在线视频欧美一区二区三区| 一区二区三区国产在线| 欧美国产日本高清在线| 狠狠综合久久| 久久精品欧洲| 国产一区二区欧美| 午夜国产精品视频| 欧美日韩视频第一区| 在线免费观看欧美| 久久久综合网站| 国产亚洲欧美一区| 欧美一区二区三区啪啪| 欧美三级欧美一级| 亚洲精品婷婷| 欧美乱人伦中文字幕在线| 韩国一区二区三区美女美女秀| 亚洲综合欧美| 国产精品色在线| 亚洲欧美日韩成人| 国产女人精品视频| 亚洲主播在线观看| 国产精品制服诱惑| 欧美亚洲网站| 韩日精品视频一区| 久久视频在线视频| 亚洲二区视频在线| 欧美福利在线| 亚洲欧美综合v| 国产九区一区在线| 久久精品卡一| 在线精品视频在线观看高清| 久久久久成人精品免费播放动漫| 国产亚洲a∨片在线观看| 久久久久一本一区二区青青蜜月| 欧美成人午夜影院| 亚洲精品国产品国语在线app | 亚欧成人精品| 国产综合在线视频| 久久色中文字幕| 99热在线精品观看| 国产拍揄自揄精品视频麻豆| 久久综合久久综合这里只有精品| 亚洲精品中文字幕有码专区| 国产精品久久久久9999| 久久久亚洲人| 在线午夜精品| 激情久久五月天| 欧美日韩一区二区三区在线看| 午夜精品久久久99热福利| 精品99视频| 国产精品成人一区二区| 久久精品99国产精品| 亚洲人成亚洲人成在线观看| 国产精品久久久久久久久久直播| 久久一区二区精品| 亚洲自拍16p| 伊人久久久大香线蕉综合直播| 欧美少妇一区| 欧美高清一区二区| 欧美日韩一区二区在线观看| 亚洲永久在线| 亚洲麻豆一区| 伊人久久大香线| 国产精品自在欧美一区| 欧美色欧美亚洲另类二区| 另类春色校园亚洲| 久久aⅴ国产欧美74aaa| 亚洲午夜激情在线| 一本到12不卡视频在线dvd| 伊人久久婷婷| 国产亚洲午夜| 国产美女一区二区| 欧美午夜久久| 欧美日韩日本国产亚洲在线| 欧美成人在线免费观看| 久久免费视频在线观看| 亚洲欧美日韩一区二区三区在线观看 | 久久精品人人做人人综合 | 精品1区2区| 国产欧美精品一区| 欧美午夜理伦三级在线观看| 欧美片网站免费| 欧美日韩国产首页| 欧美日本国产一区| 欧美另类在线播放| 欧美经典一区二区| 欧美激情一区二区三区不卡| 美女诱惑一区| 欧美精品一区二区三区在线看午夜| 亚洲巨乳在线| 99国产精品久久| 9久草视频在线视频精品| 一本一本久久| 亚洲女同性videos| 午夜精彩视频在线观看不卡| 亚洲一区二区三区四区五区午夜| 99精品国产在热久久下载| 9i看片成人免费高清| 亚洲午夜视频在线| 欧美一区二区在线观看| 久久婷婷国产综合尤物精品| 欧美黄免费看| 欧美午夜电影一区| 国产自产在线视频一区| 在线播放不卡| 亚洲视频在线观看| 欧美一区亚洲| 免费日韩视频| 欧美日韩综合网| 国产在线视频欧美| 亚洲精品美女在线观看| 亚洲自拍高清| 麻豆9191精品国产| 欧美色123| 国产小视频国产精品| 91久久香蕉国产日韩欧美9色| 日韩亚洲精品在线| 欧美专区亚洲专区| 欧美好吊妞视频| 欧美视频在线视频| 在线观看日韩国产| 午夜国产欧美理论在线播放| 久久青青草综合| 国产精品红桃| 亚洲欧洲精品一区二区| 欧美一区二区三区四区高清| 欧美大色视频| 国产日韩一区在线| 一区二区三区鲁丝不卡| 久久久国产午夜精品| 欧美激情一区二区三级高清视频| 国产欧美一区视频| 亚洲小视频在线| 欧美成人免费在线视频| 国产一区二区电影在线观看 | 欧美午夜激情视频| 永久域名在线精品| 先锋影音国产精品| 欧美日韩亚洲视频一区| 亚洲大片免费看| 久久九九全国免费精品观看| 欧美日韩国产成人| 亚洲国产婷婷香蕉久久久久久99| 久久激情婷婷| 国产精品尤物福利片在线观看| 一区二区精品| 欧美日韩国产高清视频| 最新中文字幕一区二区三区| 久久日韩粉嫩一区二区三区| 国产日本欧美一区二区| 亚洲深夜福利网站| 欧美性猛交xxxx乱大交蜜桃| 一本久久a久久免费精品不卡| 欧美日本韩国一区二区三区| 亚洲激情婷婷| 欧美激情精品久久久久久免费印度| 亚洲电影专区| 欧美成人免费全部观看天天性色| 影音先锋久久资源网| 久久精品日产第一区二区| 国产午夜精品久久久久久免费视 | 亚洲性视频h| 国产精品久久久99| 香蕉成人久久| 极品尤物av久久免费看| 女女同性女同一区二区三区91| 亚洲日本成人网| 欧美视频日韩视频| 欧美一区二区精品在线| 伊人久久大香线蕉综合热线| 免费久久精品视频| 中文久久乱码一区二区| 国产女精品视频网站免费| 久久网站免费| 夜夜嗨av一区二区三区中文字幕| 欧美午夜片在线观看| 欧美一区二区视频97| 亚洲第一在线综合网站| 欧美日韩亚洲一区三区 | 亚洲自拍偷拍福利| 国产欧美日韩亚洲| 欧美jizz19性欧美| 亚洲在线播放电影| 狠狠色丁香婷婷综合久久片| 欧美激情一二区|