代码搜索:zero

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

代码结果 10,000
www.eeworm.com/read/312649/13606685

1bk paranoia.1bk

Lest this program stop prematurely, i.e. before displaying `END OF TEST', try to persuade the computer NOT to terminate execution when an error like Over/Underflow or Division by Zero occur
www.eeworm.com/read/312649/13606738

1bk paranoia.1bk

Lest this program stop prematurely, i.e. before displaying `END OF TEST', try to persuade the computer NOT to terminate execution when an error like Over/Underflow or Division by Zero occur
www.eeworm.com/read/312649/13606915

1bk paranoia.1bk

Lest this program stop prematurely, i.e. before displaying `END OF TEST', try to persuade the computer NOT to terminate execution when an error like Over/Underflow or Division by Zero occur
www.eeworm.com/read/312649/13607018

1bk paranoia.1bk

Lest this program stop prematurely, i.e. before displaying `END OF TEST', try to persuade the computer NOT to terminate execution when an error like Over/Underflow or Division by Zero occur
www.eeworm.com/read/306970/13733866

c ogg2.c

/* * Ogg bitstream support * Luca Barbato * Based on tcvp implementation * */ /** Copyright (C) 2005 Michael Ahlberg, Måns Rullgård Permission is hereby
www.eeworm.com/read/306698/13739973

c dijkstra.c

/* * * Implementation of Dijkstra's method using a Matlab sparse matrix * as an adjacency matrix. Zero entries represent non-existent edges. * Uses linear search for simplicity * Inputs: -------
www.eeworm.com/read/306131/13751982

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
www.eeworm.com/read/305575/13765421

m isset.m

function[b]=isset(x) %ISSET Tests whether an input array is a set. % % ISSET(X) returns true if no elements of X are repeated, or % if X is empty or a scalar, and zero otherwise. % _________
www.eeworm.com/read/303195/13820359

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/301959/13845491

m coef.m

function [L,H]=coef(flt) %[L,H]=coef(flt) % % This function returns coefficients of given scalar or matrix filter bank. % Notice that sometimes zero coefficients are added in the beginning of