代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/400586/11572381
java polezeroplot.java
package IIRFilterDesign;
import java.awt.*;
public class PoleZeroPlot extends Canvas {
float[] pReal, pImag, z;
int order = 0;
int gridIntervals = 10;
int zSize = 4; // zero symbo
www.eeworm.com/read/400047/11585485
m compoversamp.m
% Program 3-8
% compoversamp.m
%
% Insert zero data to Ich and Qch input data
%
% programmed by H.Harada
%
function [iout,qout] = compoversamp( idata, qdata , nsymb , sample)
%***********
www.eeworm.com/read/261064/11667749
f randn.f
real*8 function randn( seed )
integer*4 seed
! Random number generator; Normal (Gaussian) dist.
! Input
! seed Integer seed (DO NOT USE A SEED OF ZERO)
! Output
! randn Ran
www.eeworm.com/read/157615/11682566
c net.c
/* Network interface functions
Debug option: reverse the order in which IP fragments are sent */
#define SUBFIRST 0 /* Set non-zero to transmit subframes first */
/* Debug options to drop frames o
www.eeworm.com/read/260897/11689020
pas xlscommon.pas
unit XLSCommon;
interface
uses SysUtils;
type
ExlsFileError = class(Exception);
const
MAX_COL_COUNT = 255;
MAX_ROW_COUNT = 65535; {zero based}
MAX_SHEET_COUNT
www.eeworm.com/read/260829/11700614
m compoversamp.m
% Program 3-8
% compoversamp.m
%
% Insert zero data to Ich and Qch input data
%
% programmed by H.Harada
%
function [iout,qout] = compoversamp( idata, qdata , nsymb , sample)
%***********
www.eeworm.com/read/157384/11713963
c storage_sql.c
/*
* Copyright (C) 2002 TheUndying
* Copyright (C) 2002 zap-zero
* Copyright (C) 2002,2003 Dizzy
* Copyright (C) 2002 Zzzoom
*
* This program is free software; you can redistribute it and/or
*
www.eeworm.com/read/157277/11722867
vhd reg.vhd
-- reg.vhd
-- This module implements a 16-bit general purpose register. The contents of
-- register is loaded on the rising edge of "clk". It is cleared to zero when
-- "reset" is asserted low. T
www.eeworm.com/read/346528/11739276
m singlet.m
%singlet Defines a singlet state.
% singlet(n) gives the state vector for an n-qubit singlet state.
% (This is a state with zero total angular momentum.)
% If argument n is omitted than the
www.eeworm.com/read/260055/11749651
java fastvector.java
//File Interface
package apriori;
import java.util.*;
import java.io.*;
/**Vector ()
* Constructs an empty vector with an array size of 10 and a capacity increment of zero.
* Vector (int ini