代码搜索:rows
找到约 10,000 项符合「rows」的源代码
代码结果 10,000
www.eeworm.com/read/192032/8410594
m rc.m
function [R]=rc(A,E)
% Syntax: [R]=rc(A,E);
% This function calculates the 'reconstructed components' using the
% eigenvectors (E, from ssaeig.m) and principal components (A, from pc.m).
% R is
www.eeworm.com/read/290205/8496316
m shiftud.m
function y=shiftud(a,n,cs)
%SHIFTUD Shift or Circularly Shift Matrix Rows.
% SHIFTUD(A,N) with N>0 shifts the rows of A DOWN N rows.
% The first N rows are replaced by zeros and the last N
% rows of A
www.eeworm.com/read/433264/8535100
m triblocksolve.m
function x=triblocksolve(A,b,N)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% triblocksolve.m
%
% Solves the block tridiagonal system Ax=b, where A is com
www.eeworm.com/read/188426/8541349
m pqcost.m
function [pcost, qcost] = pqcost(gencost, ng, on)
%PQCOST Splits the gencost variable into two pieces if costs are given for Qg.
% [pcost, qcost] = pqcost(gencost, ng, on) checks whether gencost
www.eeworm.com/read/433114/8545610
m correlation.m
function c = correlation(a,b)
% Function computes the correlation of the two input vectors/matrices
% (if one of the inputs is a matrix, the other must either
% be a vector or a matrix with the sam
www.eeworm.com/read/388251/8623278
hpp matrixbaseoperators.hpp
#pragma ident "$Id: MatrixBaseOperators.hpp 70 2006-08-01 18:36:21Z ehagen $"
/**
* @file MatrixBaseOperators.hpp
* Matrix operators for the base class
*/
#ifndef GPSTK_MATRIX_BASE_OPERATORS_H
www.eeworm.com/read/388079/8637134
m rc.m
function [R]=rc(A,E)
% Syntax: [R]=rc(A,E);
% This function calculates the 'reconstructed components' using the
% eigenvectors (E, from ssaeig.m) and principal components (A, from pc.m).
% R is
www.eeworm.com/read/431634/8664358
m ss_tbl31.m
Gold sequences for the table of problem 3.1 of Spread Spectrum Chapter
Note that the sequences are the columns of the below matrix not the rows,
so we have to take the transpose of the following m
www.eeworm.com/read/287843/8665291
m ss_tbl31.m
Gold sequences for the table of problem 3.1 of Spread Spectrum Chapter
Note that the sequences are the columns of the below matrix not the rows,
so we have to take the transpose of the following m
www.eeworm.com/read/386389/8750925
java lianliankan.java
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
public class lianliankan implements ActionListener
{
JFrame mainFrame; //主面板
Container thisContainer;
JPanel centerPanel