代码搜索:rows
找到约 10,000 项符合「rows」的源代码
代码结果 10,000
www.eeworm.com/read/367830/9727780
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/414865/11098478
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/414455/11111310
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/414377/11117481
html s_ranswer.html
Starting with version 2.0, you can now customize the look of public survey results. The Results Answ
www.eeworm.com/read/414377/11117675
html s_ranswer.html
Starting with version 2.0, you can now customize the look of public survey results. The Results Answ
www.eeworm.com/read/268231/11149127
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 matr
www.eeworm.com/read/412853/11180532
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/411198/11253012
c immax.c
/*
*
* $Header: /usr/u/wjr/src/support/RCS/immax.c,v 1.6 1994/09/01 23:22:42 wjr Exp $
*
* Copyright (c) 1993, 1994 Cornell University. All Rights Reserved.
*
* Use, reproduction, preparati
www.eeworm.com/read/265706/11256148
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 ha
www.eeworm.com/read/265557/11261183
txt lianliankan.txt
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
public class lianliankan implements ActionListener
{
JFrame mainFrame; //主面板
Container thisContainer;
JPanel centerPanel