代码搜索:rows
找到约 10,000 项符合「rows」的源代码
代码结果 10,000
www.eeworm.com/read/441245/7672999
m prmemory.m
%PRMEMORY Set/get size of memory usage
%
% N = PRMEMORY(N)
%
% N : The desired / retrieved maximum size data of matrices (in
% matrix elements)
%
% DESCRIPTION
% This retoutine sets or ret
www.eeworm.com/read/439811/7701412
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/437670/7743155
txt 新建 文本文档.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/436731/7763080
java lianliankan.java
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/436037/7778580
m hysthresh.m
% HYSTHRESH - Hysteresis thresholding
%
% Usage: bw = hysthresh(im, T1, T2)
%
% Arguments:
% im - image to be thresholded (assumed to be non-negative)
% T1 - upper threshold
www.eeworm.com/read/209127/7811173
c ftst_v2d.c
/* HEADER: CUG300;
TITLE: Float array test;
DATE: 3/12/1989;
DESCRIPTION: "Test all float arrays functions";
VERSION: 2.03;
FILENAME: FTST_V2D.C;
SEE-ALSO:
www.eeworm.com/read/199077/7889871
cpp hour06_2.cpp
//Listing 6.13 //Illustrates nested for loops #include int main() { int rows, columns;
int i; char theChar; std::cout > rows; std
www.eeworm.com/read/433438/7930027
m circshiftpatch.m
function patch = circshiftpatch(P,rows,cols,shift)
%
% |----------------------------------------------------------|
% | Hybrid Texture Synthesis MATLAB package |
% |
www.eeworm.com/read/398648/7932091
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/298590/7950345
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