代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/330223/6302374
txt sentinel.txt
// Program to add a series of numbers entered by the user
// The adding ends when the user enters the number zero
import javax.swing.JOptionPane;
public class Sentinel
{
public static void
www.eeworm.com/read/330223/6302427
txt sentinel.txt
// Program to add a series of numbers entered by the user
// The adding ends when the user enters the number zero
import javax.swing.JOptionPane;
public class Sentinel
{
public static void
www.eeworm.com/read/156871/6324009
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/493294/6400415
m isclassifier.m
%ISCLASSIFIER Test on normed classifier
%
% I = ISCLASSIFIER(W)
% ISCLASSIFIER(W)
%
% A mapping W is a classifier if its OUT_CONV field is larger
% than zero. In that case confidences will be r
www.eeworm.com/read/493005/6403448
gd
NAME
gd - gudermannian function
SYNOPSIS
gd(z [,eps])
TYPES
z number (real or complex)
eps nonzero real, defaults to epsilon()
return number or "Log of zero or infinity" error
www.eeworm.com/read/492033/6430223
cpp pointset.cpp
#include "pointset.h"
/**
This constructor initializes class attributes to zero values
*/
pointset::pointset()
{
n = -1L;
ncoord = 0L;
coord = NULL;
}
/**
This destructor deallocate
www.eeworm.com/read/490151/6459347
c lowinit.c
/* - lowinit.c -
The function __low_level_init is called by the start-up code before doing
the normal initialization of data segments. If the return value is zero,
initialization is not
www.eeworm.com/read/490151/6459354
c lowinit.c
/* - lowinit.c -
The function __low_level_init is called by the start-up code before doing
the normal initialization of data segments. If the return value is zero,
initialization is not
www.eeworm.com/read/490151/6459365
c lowinit.c
/* - lowinit.c -
The function __low_level_init is called by the start-up code before doing
the normal initialization of data segments. If the return value is zero,
initialization is not
www.eeworm.com/read/490151/6459380
c lowinit.c
/* - lowinit.c -
The function __low_level_init is called by the start-up code before doing
the normal initialization of data segments. If the return value is zero,
initialization is not