代码搜索:rows
找到约 10,000 项符合「rows」的源代码
代码结果 10,000
www.eeworm.com/read/429877/8784335
m normrnd.m
function r = normrnd(mu,sigma,m,n);
%NORMRND Random matrices from normal distribution.
% R = NORMRND(MU,SIGMA) returns a matrix of random numbers chosen
% from the normal distribution with p
www.eeworm.com/read/429797/8788359
m tablegui.m
function out = tableGUI(varargin)
% TABLEGUI - Spreadsheet like display and edition of a generic 2D array. By generic it is
% mean that the array can be a numeric MxN matrix or a MxN cell array
www.eeworm.com/read/384940/8833079
m fm_report.m
function fm_report
% FM_REPORT write the power flow report.
%
% The report is saved in a text file with the same name of
% the data file followed by "_xx" where xx is a progressive
% number. Finally t
www.eeworm.com/read/285511/8834614
m maxiter.m
clear all
close all
clc
tic
rows=512;
cols=1024;
H=gen_ldpc(rows,cols);%generates a 100 x 200 H matrix( the IG parity
%check matrix)
[newh,rearranged_cols]=rearrange_
www.eeworm.com/read/285508/8834765
m youwu4.m
clear all
close all
clc
tic
rows=32;
cols=64;
H=gen_ldpc(rows,cols);%generates a 100 x 200 H matrix( the IG parity
%check matrix)
[newh,rearranged_cols]=rearrange_col
www.eeworm.com/read/187173/8848880
java tabletransferhandler.java
/*
* TableTransferHandler.java is used by the 1.4
* ExtendedDnDDemo.java example.
*/
import javax.swing.*;
import javax.swing.table.*;
import java.awt.*;
import java.awt.datatransfer.*;
public cla
www.eeworm.com/read/285204/8860932
frm frmkqcheckresult.frm
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form frmkqcheckresult
Caption = "考勤查询结果列表"
ClientHeight = 7170
ClientLeft
www.eeworm.com/read/285204/8860998
frm frmresult.frm
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFlxGrd.Ocx"
Begin VB.Form frmResult
Caption = "员工基本信息列表"
ClientHeight = 8025
ClientLeft =
www.eeworm.com/read/384426/8870298
m laplace2d.m
% laplac2d() - generate a 2 dimensional laplace matrice
%
% Usage :
% >> [ laplacemat ] = laplac2d( rows, columns, sigma, ...
% meanR, meanC, cut)
%
% Example
www.eeworm.com/read/284875/8885834
sql 14.countfilter.sql
SELECT COUNT(*) AS 'Number of Rows'
FROM ShareDetails.Shares
WHERE CurrentPrice > 10