代码搜索:rows
找到约 10,000 项符合「rows」的源代码
代码结果 10,000
www.eeworm.com/read/329960/12924031
h obsolete.h
#ifdef GHMM_OBSOLETE
#ifndef GHMM_OBSOLETE_H
#define GHMM_OBSOLETE_H
#include "scanner.h"
#include "model.h"
/*================== matrix.h ===============================================*/
/**
R
www.eeworm.com/read/243505/12936842
m numrows.m
%
% NUMROWS(m)
%
% Return the number of rows in the matrix m
%
function r = numrows(m)
[r,x] = size(m);
www.eeworm.com/read/328849/12998375
c ae2ea.c
#include
#include //for Matlab mx and mex fuctions
#include
// 0 0
//stopcol=AE2EA(AE)
void mexFunction( int nlhs, mxArray *plhs[],
www.eeworm.com/read/328849/12998439
c ae2ea.c
#include
#include //for Matlab mx and mex fuctions
#include
// 0 0
//stopcol=AE2EA(AE)
void mexFunction( int nlhs, mxArray *plhs[],
www.eeworm.com/read/328849/12998646
c ae2ea.c
#include
#include //for Matlab mx and mex fuctions
#include
// 0 0
//stopcol=AE2EA(AE)
void mexFunction( int nlhs, mxArray *plhs[],
www.eeworm.com/read/140698/13066485
c alg042.c
/*
* ROMBERG ALGORITHM 4.2
*
* To approximate I = integral ( ( f(x) dx ) ) from a to b:
*
* INPUT: endpoints a, b; integer n.
*
* OUTPUT: an array R. ( R(2,n) is the approximat
www.eeworm.com/read/242293/13081483
txt play.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/241396/13147507
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/139485/13154225
c mvnorm.c
/*----------------------------------------------------------------------
File : mvnorm.c
Contents: Multivariate normal distribution estimation and management
Author : Christian Borgelt
His
www.eeworm.com/read/241225/13163185
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