代码搜索:zero

找到约 10,000 项符合「zero」的源代码

代码结果 10,000
www.eeworm.com/read/471671/6887842

m endpointdetect.m

function [endPoint, volume, zcr, soundSegment] = endPointDetect(y, fs, nbits, plotOpt, epdParam) % endPointDetect: End point detection based on volume and zero-crossing rate % Usage: [endPoint, vo
www.eeworm.com/read/471460/6894005

m zbuildpi.m

% This program forms the complex bus impedance matrix by the method % of building algorithm. Bus zero is taken as reference. % This program is compatible with power flow data. % Copyright (C) 199
www.eeworm.com/read/295361/8168200

c krx50400.c

/* Exercise 5-4. Write the function strend(s,t), which returns 1 if the string t occurs at the end of the string s, and zero otherwise. Author : Bryan Williams */
www.eeworm.com/read/294214/8245961

cpp serialport.cpp

#include "stdafx.h" #include "SerialPort.h" #include // // Constructor // CSerialPort::CSerialPort() { m_hComm = NULL; // initialize overlapped structure members to zero
www.eeworm.com/read/294203/8246631

m scalar.m

function x = scalar(q) % SCALAR Quaternion scalar part. % % This function returns zero in the case of pure quaternions, % whereas the function S gives an error if q is pure. % Copyright
www.eeworm.com/read/392271/8353513

cpp serialport.cpp

#include "stdafx.h" #include "SerialPort.h" #include // // Constructor // CSerialPort::CSerialPort() { m_hComm = NULL; // initialize overlapped structure members to zero
www.eeworm.com/read/370224/9608639

h minpack.h

#ifndef __MINPACK_H__ #define __MINPACK_H__ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /* Declarations for minpack */ /* find a zero of a system of N nonlinear functions in N variable
www.eeworm.com/read/369539/9641262

cpp serialport.cpp

#include "stdafx.h" #include "SerialPort.h" #include // // Constructor // CSerialPort::CSerialPort() { m_hComm = NULL; // initialize overlapped structure members to zero
www.eeworm.com/read/369299/9655948

cpp serialport.cpp

#include "stdafx.h" #include "SerialPort.h" #include // // Constructor // CSerialPort::CSerialPort() { m_hComm = NULL; // initialize overlapped structure members to zero
www.eeworm.com/read/367830/9727784

m mmpsim.m

function y=mmpsim(x,tol) %MMPSIM Polynomial Simplification, Strip Leading Zero Terms. % MMPSIM(A) Deletes leading zeros and small coefficients in the % polynomial A(s). Coefficients are considered sma