代码搜索:rows
找到约 10,000 项符合「rows」的源代码
代码结果 10,000
www.eeworm.com/read/168218/9932973
out smatrix.out
Enter number of rows, columns, and terms
Enter row, column, and value of term 1
Enter row, column, and value of term 2
Enter row, column, and value of term 3
Enter row, column, and value of term 4
www.eeworm.com/read/168218/9933002
out lsmatrix.out
Enter number of rows, columns, and terms
Enter row, column, and value of term 1
Enter row, column, and value of term 2
Enter row, column, and value of term 3
Enter row, column, and value of term 4
www.eeworm.com/read/168118/9937136
m auto2.m
function a = auto2(v,flag)
% AUTO2: returns the two-sided autocorrelation
%
% a=auto2(v,flag)
% a=auto2(v)
%
% auto computes the two sided autocorrelation of
% the vector 'v'. The 'zeroth lag
www.eeworm.com/read/168111/9939375
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/165424/10062952
cpp matrixs.cpp
// Matrixs.cpp: implementation of the Matrixs class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Dan_backcom.h"
#include "Matrixs.h"
www.eeworm.com/read/360113/10109263
txt contact.txt
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
public class lianliankan implements ActionListener
{
JFrame mainFrame; //主面板
Container thisContainer;
JPanel centerPanel
www.eeworm.com/read/163563/10153948
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/358191/10194151
out smatrix.out
Enter number of rows, columns, and terms
Enter row, column, and value of term 1
Enter row, column, and value of term 2
Enter row, column, and value of term 3
Enter row, column, and value of term 4
www.eeworm.com/read/358191/10194398
out lsmatrix.out
Enter number of rows, columns, and terms
Enter row, column, and value of term 1
Enter row, column, and value of term 2
Enter row, column, and value of term 3
Enter row, column, and value of term 4
www.eeworm.com/read/357616/10205020
m auto2.m
function a = auto2(v,flag)
% AUTO2: returns the two-sided autocorrelation
%
% a=auto2(v,flag)
% a=auto2(v)
%
% auto computes the two sided autocorrelation of
% the vector 'v'. The 'zeroth lag