代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/383510/8941072
m oversamp.m
% Program 3-4
% oversamp.m
%
% Insert zero data to input data
%
% Programmed by H.Harada
%
function [out] = oversamp( indata, nsymb , sample)
%****************** variables ***************
www.eeworm.com/read/283498/9016292
asm numbers.asm
; Numbers.asm
;
; This program converts written English numbers in the range "zero"
; to "sixty five thousand five hundred thirty five" to the corresponding
; integer value.
.xlist
include
www.eeworm.com/read/283135/9040739
m fazb.m
function [f, a] = fazb(datay, deltat);
% [f, a] = fazb(datay, deltat):
%
% Function to generate a zero-crossing (and extrema) frequency
% and amplitude of datay(k,n),
% where k is num
www.eeworm.com/read/182909/9185994
m oversamp.m
% Program 3-4
% oversamp.m
%
% Insert zero data to input data
%
% Programmed by H.Harada
%
function [out] = oversamp( indata, nsymb , sample)
%****************** variables ***************
www.eeworm.com/read/379525/9194233
c malloc.c
#
/*
*/
/*
* Structure of the coremap and swapmap
* arrays. Consists of non-zero count
* and base address of that many
* contiguous units.
* (The coremap unit is 64 bytes,
* the swapmap unit i
www.eeworm.com/read/379443/9197317
m oversamp.m
% Program 3-4
% oversamp.m
%
% Insert zero data to input data
%
% Programmed by H.Harada
%
function [out] = oversamp( indata, nsymb , sample)
%****************** variables ***************
www.eeworm.com/read/374010/9423747
m dscale.m
function [X,Xscale]=dscale(X)
% DSCALE
% ------
% [X,Xscale]=dscale(X) scales data to zero mean and variance 1.
%
% INPUTS:
% X - Data matrix
% (dimension is # o
www.eeworm.com/read/365844/9844837
m find.m
function ind = find(chr,name)
% FIND - finds the index of a chromosome with a specific name in an array.
% index=find(chr,'name') if the chromosome is not found the function
% returns zero
ind=[];
www.eeworm.com/read/364127/9921599
txt registers.txt
// Initial register values
// Value Name Number Usage
//------ ----- ------- ------------------------------------
00000000 // $zero 0 0x00 Constant 0
00000000 // $at 1 0x01 R
www.eeworm.com/read/168218/9932678
out roots.out
There are two real roots 3 and 2
There is only one distinct root 4
The roots are complex
The real part is -1
The imaginary part is 2
Bad input. a is zero.