代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/412853/11180535
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/335984/12484801
ph putb8a.ph
%PS_Utopia_Bold = (
name => 'Utopia-Bold',
widths => {
"Ntilde" => 739, "multiply" => 600, "zero" => 560, "eth" => 585,
"Ograve" => 768, "uacute" => 629, "braceleft" => 365,
"Th
www.eeworm.com/read/335984/12484824
ph phvro8an.ph
%PS_Helvetica_Narrow_Oblique = (
name => 'Helvetica-Narrow-Oblique',
widths => {
"multiply" => 479, "Ntilde" => 592, "zero" => 456, "eth" => 456,
"Ograve" => 638, "uacute" => 456, "br
www.eeworm.com/read/335984/12484830
ph phvb8an.ph
%PS_Helvetica_Narrow_Bold = (
name => 'Helvetica-Narrow-Bold',
widths => {
"multiply" => 479, "Ntilde" => 592, "zero" => 456, "eth" => 501,
"Ograve" => 638, "uacute" => 501, "bracelef
www.eeworm.com/read/335984/12484844
ph ptmr8a.ph
%PS_Times_Roman = (
name => 'Times-Roman',
widths => {
"multiply" => 564, "Ntilde" => 722, "zero" => 500, "eth" => 500,
"Ograve" => 722, "uacute" => 500, "braceleft" => 480,
"Th
www.eeworm.com/read/335984/12484869
ph ptmb8a.ph
%PS_Times_Bold = (
name => 'Times-Bold',
widths => {
"multiply" => 570, "Ntilde" => 722, "zero" => 500, "eth" => 500,
"Ograve" => 778, "uacute" => 556, "braceleft" => 394,
"Thor
www.eeworm.com/read/248954/12529892
cpp 12_3.cpp
#include
using namespace std;
class ZeroExcep //异常处理类
{public:
ZeroExcep() : message( "Exception by dividing zero!" ) {} //异常信息
const char *what() const {return message
www.eeworm.com/read/334931/12561302
m program_11_1.m
% Program 11_1
% Impulse Response Computation
%
n = input('Impulse response length desired = ');
num = input('Numerator coefficients = ');
den = input('Denominator coefficients = ');
x = [1 zero
www.eeworm.com/read/334931/12561572
m program_11_1.m
% Program 11_1
% Impulse Response Computation
%
n = input('Impulse response length desired = ');
num = input('Numerator coefficients = ');
den = input('Denominator coefficients = ');
x = [1 zero
www.eeworm.com/read/300728/13895768
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