代码搜索:rows
找到约 10,000 项符合「rows」的源代码
代码结果 10,000
www.eeworm.com/read/384180/8892288
frm frmyj.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "msflxgrd.ocx"
Begin VB.Form frmyj
Caption
www.eeworm.com/read/427909/8913087
m beta_sample.m
function r = betarnd(a,b,m,n);
%BETARND Random matrices from beta distribution.
% R = BETARND(A,B) returns a matrix of random numbers chosen
% from the beta distribution with parameters A an
www.eeworm.com/read/383561/8935776
h matrix.h
//#include "abnormal.h"
#include
#include
#include"exception.h"
templateclass Matrix;
templateistream& operator>>(istream& in,Matrix &m);
template
www.eeworm.com/read/383557/8935971
h matrix.h
//#include
#include
#include"StdAfx.h"
//using namespace std;
templateclass Matrix;
//templateistream& operator>>(istream& in,Matrix &m);
//templa
www.eeworm.com/read/186310/8945814
java puzzlepad.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.border.*;
import java.util.Vector;
import java.awt.image.*;
public class PuzzlePad extends JPanel implements
www.eeworm.com/read/186234/8951427
java puzzlepad.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.border.*;
import java.util.Vector;
import java.awt.image.*;
public class PuzzlePad extends JPanel implements
www.eeworm.com/read/427216/8965786
m boundmirrorensure.m
function B = BoundMirrorEnsure(A)
% Ensure mirror boundary condition
%
% The number of rows and columns of A must be greater than 2
%
% for example (X means value that is not of interest)
%
% A = [
%
www.eeworm.com/read/426643/9007556
cpp matrix.cpp
#include
using namespace std;
class matrix
{
public:
matrix ();
void getmatrix ();
void print ();
matrix operator+ (const matrix& othermatrix)const;
matrix operator