代码搜索:rows
找到约 10,000 项符合「rows」的源代码
代码结果 10,000
www.eeworm.com/read/164985/10079508
txt canny_src.txt
"Canny" edge detector code:
---------------------------
This text file contains the source code for a "Canny" edge detector. It
was written by Mike Heath (heath@csee.usf.edu) using some pieces of
www.eeworm.com/read/164983/10079557
cs viewstu.aspx.cs
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System
www.eeworm.com/read/164983/10079581
cs editstusrc.aspx.cs
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System
www.eeworm.com/read/164983/10079655
cs addstu.aspx.cs
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System
www.eeworm.com/read/164578/10101277
cpp cmatrix3.cpp
#include "CMatrix3.h"
CMatrix::CMatrix(CMatrix & cm)
{
Create_Mem(cm.Nrows(),cm.Ncols());
for(int i=0 ;iMat[i][j];
}
www.eeworm.com/read/164422/10108759
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/164050/10134105
m exm04131_1.m
%exm04131_1.m
clear
S=['This string array '
'has multiple rows.']
size(S)
www.eeworm.com/read/359581/10135287
c showchar2.c
/* showchar2.c -- prints characters in rows and columns */
#include
void display(char cr, int lines, int width);
int main(void)
{
int ch; /* character to be printed
www.eeworm.com/read/359581/10135299
c showchar1.c
/* showchar1.c -- program with a BIG I/O problem */
#include
void display(char cr, int lines, int width);
int main(void)
{
int ch; /* character to be printed */
www.eeworm.com/read/359212/10161217
m loadinr.m
%LOADINR Load an INRIMAGE format file
%
% LOADINR(filename, im)
%
% Load an INRIA image format file and return it as a matrix
%
% SEE ALSO: saveinr
%
% Copyright (c) Peter Corke, 1999 Machine Vision