代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/407295/11422547
bak gauss_pdf.m.bak
%GAUSS_PDF Multivariate Gaussian PDF
%
% Syntax:
% [P,E] = GAUSS_PDF(X,M,S)
%
% In:
% X - Dx1 value or N values as DxN matrix
% M - Dx1 mean of distibution or N values as DxN matrix.
%
www.eeworm.com/read/407295/11422552
m gauss_pdf.m
%GAUSS_PDF Multivariate Gaussian PDF
%
% Syntax:
% [P,E] = GAUSS_PDF(X,M,S)
%
% In:
% X - Dx1 value or N values as DxN matrix
% M - Dx1 mean of distibution or N values as DxN matrix.
%
www.eeworm.com/read/407295/11422560
m gauss_pdf.m
%GAUSS_PDF Multivariate Gaussian PDF
%
% Syntax:
% [P,E] = GAUSS_PDF(X,M,S)
%
% In:
% X - Dx1 value or N values as DxN matrix
% M - Dx1 mean of distibution or N values as DxN matrix.
%
www.eeworm.com/read/347029/11704982
def wiz16.def
;module-definition file for WiZip-- used by link.exe
NAME WiZ ; application's module name
DESCRIPTION 'Windows Info-ZIP 4.0 by Info-ZIP, Mike White 1996'
EXETYPE WINDOWS
STUB
www.eeworm.com/read/346994/11706787
c returns.c
/* Demonstrates using multiple return statements in a function. */
#include
int x, y, z;
int larger_of( int a, int b);
int main( void )
{
puts("Enter two different integer
www.eeworm.com/read/258785/11843361
h fs_dev.h
/*
**********************************************************************
* Micrium, Inc.
* 949 Crestview Circle
* Weston, FL 333
www.eeworm.com/read/343396/11952041
qmsg prev_cmp_smallkeybaord.map.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "" 0}
www.eeworm.com/read/343396/11952501
qmsg prev_cmp_smallkeybaord.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "" 0}
www.eeworm.com/read/255258/12092829
readme
NAME
urifind - find URIs in a document and dump them to STDOUT.
SYNOPSIS
$ urifind file
DESCRIPTION
urifind is a simple script that finds URIs in one or more files (using
"URI::F
www.eeworm.com/read/152286/12124566
m 2-26.m
B=char('This is a example.','The example has multiple rows.')
% char函数示例
B = str2mat('您好!','这是一个示例。','由3行组成。')
% str2mat函数示例
B = strvcat('您好!','这是一个示例。','','由3行组成。')
% strvcat函数示例,含有“空串”