代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/144832/12770532
m symconvup.m
function z = symconvup(x,f1,f2,fln,keep)
y = zero([2 1].*size(x)); y(1:2:end,:) = x;
y = conv2(y,f1');
z = zeros([1 2].*size(y)); z(:,1:2:end) = y;
z = conv2(z,f2);
z = z(fln - 1:fln +
www.eeworm.com/read/245849/12777471
m s_create_wavelet.m
function wav=s_create_wavelet(varargin)
% Function computes wavelet and stores it in a seismic data structure; The
% wavelet is scaled in such a way that its maximum amplitude (maximum of the
% instan
www.eeworm.com/read/144399/12797616
c binsearch.c
/* File: binSearch.c
*
* C source code for MEX version of binary search routine
* G.W. Recktenwald, 5 Jan 1998
*/
#include
#include "mex.h"
/* Input Arguments */
#define X
www.eeworm.com/read/243293/12949915
c other.c
/////////////////////////////////////////////////////////////////////////////////
// Copyright(c) 2001-2002 Hybus Co,.ltd. All rights reserved.
//
// Module name:
// lstring.c
//
// Descrip
www.eeworm.com/read/243262/12952215
h spim.h
/* SPIM S20 MIPS simulator.
Definitions for the SPIM S20.
Copyright (C) 1990-2004 by James Larus (larus@cs.wisc.edu).
ALL RIGHTS RESERVED.
Changes for DOS and Windows versions by David A.
www.eeworm.com/read/328099/13046565
c lstring.c
/////////////////////////////////////////////////////////////////////////////////
// Copyright(c) 2001-2002 Hybus Co,.ltd. All rights reserved.
//
// Module name:
// lstring.c
//
// Description:
www.eeworm.com/read/140851/13059197
m gmmpost.m
function [post, a] = gmmpost(mix, x)
%GMMPOST Computes the class posterior probabilities of a Gaussian mixture model.
%
% Description
% This function computes the posteriors POST (i.e. the probabi
www.eeworm.com/read/140828/13060156
v alu.v
//=============================================================================
//32-bits ALU Module
//
// 32-bits ALU ( with
www.eeworm.com/read/138798/13212287
m gmmpost.m
function [post, a] = gmmpost(mix, x)
%GMMPOST Computes the class posterior probabilities of a Gaussian mixture model.
%
% Description
% This function computes the posteriors POST (i.e. the probabi