代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/136827/5847186
c set_zero.c
/*
********************************************************************************
* GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
* R99 Vers
www.eeworm.com/read/136827/5847199
h set_zero.h
/**********************************************************************
** Copyright (C) 2000-2005 Trolltech AS and its licensors.
** All rights reserved.
**
** This file is part of the Qtopia Environ
www.eeworm.com/read/126641/6015431
pod bn_zero.pod
=pod
=head1 NAME
BN_zero, BN_one, BN_value_one, BN_set_word, BN_get_word - BIGNUM assignment
operations
=head1 SYNOPSIS
#include
int BN_zero(BIGNUM *a);
int BN_one(BIGNUM *a);
www.eeworm.com/read/124347/6052987
cc fhandler_zero.cc
/* fhandler_dev_zero.cc: code to access /dev/zero
Copyright 2000, 2001, 2002 Red Hat, Inc.
Written by DJ Delorie (dj@cygnus.com)
This file is part of Cygwin.
This software is a copyrighted w
www.eeworm.com/read/101042/6258963
pod bn_zero.pod
=pod
=head1 NAME
BN_zero, BN_one, BN_value_one, BN_set_word, BN_get_word - BIGNUM assignment
operations
=head1 SYNOPSIS
#include
int BN_zero(BIGNUM *a);
int BN_one(BIGNUM *a);
www.eeworm.com/read/493456/6393664
m gen_zero.m
% Chapter 7 Matlab Figure on
% A general Zero Constellation
%
subplot(1,1,1)
r = 0.6; theta = 50*pi/180;
z1 = r*exp(j*theta); % an arbitrary zero location
z2 = 1/z1;
www.eeworm.com/read/489229/6476945
m zero_count.m
function num_fxpow=zero_count
%usage: num_fxpow=zero_count
global NUM_COUNT
if exist('NUM_COUNT')==1,
num_fxpow=NUM_COUNT;
end
NUM_COUNT=0;
www.eeworm.com/read/485380/6560924
vhd zero_detect.vhd
--SINGLE_FILE_TAG
-------------------------------------------------------------------------------
-- $Id: zero_detect.vhd,v 1.1 2007/10/12 09:11:36 stefana Exp $
--------------------------------------
www.eeworm.com/read/481239/6645396
c zero_pad.c
#include
void main ()
{
int value = 5;
printf ("%01d\n", value);
printf ("%02d\n", value);
printf ("%03d\n", value);
printf ("%04d\n", value);
}
www.eeworm.com/read/480189/6667939
java division_by_zero.java
//【例5.1】 发现除数为0错。
public class Division_by_zero
{
public static void main (String args[])
{
// System.out.println(""+(3/0)); //整数除法,除数为0,抛出算术异常
System.out.p