代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/140797/7147139
h loadfile.h
#ifndef LIBUTIL_LOADFILE_H
#define LIBUTIL_LOADFILE_H
#include
/* loadfile() returns the true size of the file, but will guarantee valid,
zero-padded memory out to this boundary. */
#d
www.eeworm.com/read/452795/7432698
vhd cpupack.vhd
library ieee ;
use ieee.std_logic_1164.all ;
package cpupack is
subtype nibble is std_logic_vector( 3 downto 0) ;
subtype byte is std_logic_vector( 7 downto 0) ;
subtype twelve is std_logic_v
www.eeworm.com/read/298996/7901062
c smb363.c
#include
#include
#include
#include
#include
#include "ad7705.h"
#include "resconfig.h"
#include "macrodefine.h"
//--------------------
www.eeworm.com/read/287401/8687641
cpp lmpar.cpp
/* lmpar.f -- translated by f2c (version of 17 January 1992 0:17:58).
You must link the resulting object file with the libraries:
-lf77 -li77 -lm -lc (in that order)
*/
#include
#in
www.eeworm.com/read/283135/9040720
m zfabm.m
function [f, stdf, a, stda]=zfabm(data, dt)
%
% [f,stdf,a,stda]=zfabm(data, dt):
%
% Function to generate a zero-crossing (and extrema) frequency,
% amplitude and their standard deviatio
www.eeworm.com/read/283135/9040778
m dst.m
function z=dst(nt,dt,nzp)
% The function DST analyzes the degree of stationarity of data nt(n,m) by
% calculating the variance for each n, where n specifies the number
% of frequency values, an
www.eeworm.com/read/378188/9242734
f dsyr2k.f
SUBROUTINE DSYR2K( UPLO, TRANS, N, K, ALPHA, A, LDA, B, LDB,
$ BETA, C, LDC )
! ----------------------------------------------------------------------
Use numer
www.eeworm.com/read/363220/9964818
m sign1.m
function s=sign1(x)
%sign of real x: 1 for zero or positive, -1 for negative
s=1;
if x
www.eeworm.com/read/358450/10188995
c lmpar.c
/* lmpar.f -- translated by f2c (version of 17 January 1992 0:17:58).
You must link the resulting object file with the libraries:
-lf77 -li77 -lm -lc (in that order)
*/
#include "f2c.h"
/* Ta
www.eeworm.com/read/276264/10751830
f90 lm.f90
MODULE Levenberg_Marquardt
! MINPACK routines which are used by both LMDIF & LMDER
! 25 October 2001:
! Changed INTENT of iflag in several places to IN OUT.
! Changed INTENT of fvec to IN OU