代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/179705/9344001
c airy_zero.c
/* specfunc/airy_zero.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Ge
www.eeworm.com/read/179063/9375339
wave_final_no_zero
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate -format Logic /ssdt_tb/fs
add wave -noupdate -format Logic /ssdt_tb/rst
add wave -noupdate -format Logic /ssdt_tb/cs
add wave
www.eeworm.com/read/178375/9405967
c set_zero.c
/*
********************************************************************************
* GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
* R99 Vers
www.eeworm.com/read/178375/9405993
h set_zero.h
/*
********************************************************************************
*
* GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
* R99 Ve
www.eeworm.com/read/366524/9810428
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/365779/9848644
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/168432/9916763
asm zero_con.asm
ZERO_DEBUG .SET 0
;&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
.IF ZERO_DEBUG
.version 50
.mmregs
;.OPTION X
;.GLOBAL A,Z,XY
;-------------
.BSS SIGNFLAG,1
.BSS ACCBUF,2
.sect "DRAM"
Z .
www.eeworm.com/read/361963/10026566
c dev_zero.c
/*
* Cisco router simulation platform.
* Copyright (C) 2005,2006 Christophe Fillot. All rights reserved.
*
* Zeroed memory zone.
*/
#include
#include
#include
#i
www.eeworm.com/read/359349/10153993
m zero_pole.m
%===========================================================
% 程序名:zero_pole
% 本程序绘制系统函数的零点、极点在s平面上的分布图。
% A:系统函数分母多项式系数向量,实验者从键盘上输入
% B:系统函数分子多项式系数向量,实验者从键盘上输入
% p:函数返回的系统函数极点位置行向量
% q:函
www.eeworm.com/read/163146/10173440