Coding the Matrix _ Linear Algebra through Computer Science Applications
著名线性代数和矩阵课程的课本,亚马逊销量第一
资源简介:Coding the Matrix _ Linear Algebra through Computer Science Applications 著名线性代数和矩阵课程的课本,亚马逊销量第一
上传时间: 2016-11-14
上传用户:kitool
资源简介:performs one of the Matrix-vector operations y := alpha*A*x + beta*y, or y := alpha*A *x + beta*y, where alpha and beta are scalars, x and y are vectors and A is an m by n Matrix
上传时间: 2014-08-17
上传用户:qlpqlq
资源简介:Implement the Matrix function about 16bits on FPGA BOARD
上传时间: 2014-01-01
上传用户:fxf126@126.com
资源简介:Compute the Matrix of mel filter coefficients given the sampling frequency, the length of the FFT and the number of desired mel filter channels.
上传时间: 2017-05-16
上传用户:偷心的海盗
资源简介:Enter the Matrix MS-DOS screensaver. Sample of using bios functions (by int 10h) for text data output (monitor in the text mode) and keyboard input. Requires: Borland C++ 3.1 for DOS.
上传时间: 2013-11-29
上传用户:hopy
资源简介:Computes estimates for the number of forests of a graph, input as a 0-1 incidence Matrix. Notes: Compile in C++, "g++ -o span_forest span_forest.c". the program does not demand that the Matrix is symmetric with 0 diagonal, but uses only the...
上传时间: 2013-12-26
上传用户:com1com2
资源简介:the module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statistics algorithm AS 274 (see comments at the start of the module). A planar-rotation algorithm is used to update the QR- factorization. This m...
上传时间: 2015-05-14
上传用户:aig85
资源简介:ARM下 Implement Matrix multiplication of 2 square matrices, with data read from an input file and printed both to the console and to an output file. • Assume a file with correct data (no garbage, characters, etc.). • you must ch...
上传时间: 2014-08-30
上传用户:dsgkjgkjg
资源简介:the Joint Video Team (JVT) of ISO/IEC MPEG and ITU-T VCEG are finalising a new standard for the Coding (compression) of natural video images. the new standard [1] will be known as H.264 and also MPEG-4 Part 10, “Advanced Video Coding”. ...
上传时间: 2015-12-08
上传用户:561596
资源简介:the Joint Video Team (JVT) of ISO/IEC MPEG and ITU-T VCEG are finalising a new standard for the Coding (compression) of natural video images. the new standard [1] will be known as H.264 and also MPEG-4 Part 10, “Advanced Video Coding”. ...
上传时间: 2013-12-21
上传用户:yuzsu
资源简介:1) Write a function reverse(A) which takes a Matrix A of arbitrary dimensions as input and returns a Matrix B consisting of the columns of A in reverse order. Thus for example, if A = 1 2 3 then B = 3 2 1 4 5 6 6 5 4 7 8 9 9 8 7 ...
上传时间: 2016-04-16
上传用户:waitingfy
资源简介:KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-means algorithm to set the centres of a cluster model. the Matrix DATA represents the data which is being clustered, with each row correspond...
上传时间: 2014-01-07
上传用户:zhouli
资源简介:This chapter contains sample programs for determining capacity. the reader is advised to go through the Coding. the file "capacity_water.m" is for measuring the waterfilling capacity. It should be made to work with a file similar to "cap...
上传时间: 2016-08-24
上传用户:yph853211
资源简介:H.264/AVC, the result of the collaboration between the ISO/IEC Moving Picture Experts Group and the ITU-T Video Coding Experts Group, is the latest standard for video Coding. the goals of this standardization effort were enhanced compres...
上传时间: 2013-12-30
上传用户:dongbaobao
资源简介: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 ...
上传时间: 2016-12-27
上传用户:exxxds
资源简介:% 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 se...
上传时间: 2016-12-27
上传用户:jcljkh
资源简介: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...
上传时间: 2017-02-20
上传用户:lepoke
资源简介:图的深度优先遍历和广度优先遍历,以邻接矩阵方式输入。(按照提示输入)! - the chart depth first spreads the calendar and the breadth first spreads the calendar, is next the Matrix way input. (According
上传时间: 2014-01-27
上传用户:徐孺
资源简介:MATLAB的SVM算法实现,Matlab Support Vector Machine Toolbox,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 f...
上传时间: 2013-12-20
上传用户:jkhjkh1982
资源简介: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 re...
上传时间: 2016-11-25
上传用户:hustfanenze
资源简介: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....
上传时间: 2016-12-27
上传用户:ljt101007
资源简介:Unique net-enabled GUI system based state of the art Coding solutions with strong XML support.
上传时间: 2013-12-24
上传用户:1101055045
资源简介:Some of the basic Matrix operations
上传时间: 2014-12-05
上传用户:小宝爱考拉
资源简介:QR ALGORITHM To obtain the eigenvalues of a symmetric, tridiagonal n by n Matrix
上传时间: 2014-01-15
上传用户:凌云御清风
资源简介:exmat - the Expression Template Matrix Library,是矩阵运算模板库
上传时间: 2014-01-24
上传用户:zukfu
资源简介:the Molgedey and Schuster decorrelation algorithm, having square mixing Matrix and no noise . Truncation is used for the time shifted Matrix, and it is forced to be symmetric . the delay Tau is estimated . the number of independent compo...
上传时间: 2013-12-13
上传用户:c12228
资源简介:Context-based adaptive binary arithmetic Coding in the H.264AVC video compression
上传时间: 2015-07-04
上传用户:wanghui2438
资源简介:Computes the permanent of a nonnegative integer Matrix. Notes: Compile in C++, "g++ -o permanent permanent.c".
上传时间: 2013-12-23
上传用户:zhangyi99104144
资源简介:Computes the hafnian of a nonnegative integer Matrix. Notes: Copy hafnian.c to main.c, in the same directory as Rothberg s code (see above). You can download the .tar directory with the code weighted-match.tar here. then "make" the codes (t...
上传时间: 2013-12-23
上传用户:lmeeworm
资源简介:computes the eigenvalues of a symmetric tridiagonal * Matrix T. the user may ask for all eigenvalues, all eigenvalues in the half-open interval (VL, VU], or the IL-th through IU-th eigenvalues.
上传时间: 2014-01-21
上传用户:CSUSheep