代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/171439/9754323
cs ch2_16.cs
using System;
class CH2_16
{
public static int AnExceptionFunction( int value )
{
if ( value == 0 ) // Can't divide by zero
throw new DivideByZeroException("Divide By 0
www.eeworm.com/read/171439/9754331
cs ch2_17.cs
using System;
class CH2_17
{
public static int AnExceptionFunction( int value )
{
if ( value == 0 ) // Can't divide by zero
throw new DivideByZeroException("Divide By 0
www.eeworm.com/read/367274/9763277
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/367274/9763287
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/367274/9763291
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/367274/9763301
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/367274/9763316
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/414865/11098481
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/268956/11112937
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/414230/11123895
commitinfo
# The "commitinfo" file is used to control pre-commit checks.
# The filter on the right is invoked with the repository and a list
# of files to check. A non-zero exit of the filter program will
# c