代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/378914/2679278
m p5_5.m
% Program P5_5
% Determines the binary equivalent of a
% decimal number in sign-magnitude form
d = input('Type in the decimal fraction = ');
b = input('Type in the desired wordlength = ');
d1 = abs(d)
www.eeworm.com/read/378914/2679426
m p5_5.m
% Program P5_5
% Determines the binary equivalent of a
% decimal number in sign-magnitude form
d = input('Type in the decimal fraction = ');
b = input('Type in the desired wordlength = ');
d1 = abs(d)
www.eeworm.com/read/262046/4314988
s qpribmapalib.s
/* qPriBMapALib.s - optimized bit mapped priority queue internals */
/* Copyright 1984-2001 Wind River Systems, Inc. */
.data
.globl copyright_wind_river
/*
* This file has been developed or sign
www.eeworm.com/read/154680/5635027
js dvmymodify.js
var CanUseTitle='False';
var vtitle='';
var sex='1';
var article='0';
var birthday='';
var sign='';
var showRe='1';
var usercookies='0'
var setusertrue='0'
var setuserinfo='0'
var realname='
www.eeworm.com/read/294870/8197019
m tffilter.m
function y = tffilter(tfr,x,t,trace);
%TFFILTER Time frequency filtering of a signal.
% Y=TFFILTER(TFR,X,T,TRACE) filters the signal X
% with a non stationary filter.
%
%
% X : input sign
www.eeworm.com/read/415793/11053769
vhd simple.vhd
LIBRARY ieee ;
USE ieee.std_logic_1164.all ;
ENTITY simple IS
PORT ( Clock, Resetn, w : IN STD_LOGIC ;
z : OUT STD_LOGIC ) ;
END simple ;
ARCHITECTURE Behavior OF simple IS
SIGN
www.eeworm.com/read/413144/11165314
vhd twiddle_mult.vhd
--Twiddle multiplier
--7/17/02
--Uses a both inputs same width complex multiplier
--Won't sign extend output, but will truncate it down
--(mult_width + twiddle_width >= output_width)
--
--Twidd
www.eeworm.com/read/146860/12607229
m tffilter.m
function y = tffilter(tfr,x,t,trace);
%TFFILTER Time frequency filtering of a signal.
% Y=TFFILTER(TFR,X,T,TRACE) filters the signal X
% with a non stationary filter.
%
%
% X : input sign
www.eeworm.com/read/132819/14072132
m tffilter.m
function y = tffilter(tfr,x,t,trace);
%TFFILTER Time frequency filtering of a signal.
% Y=TFFILTER(TFR,X,T,TRACE) filters the signal X
% with a non stationary filter.
%
%
% X : input sign
www.eeworm.com/read/163322/10166464
m c6l3.m
ORDER=3;
T=0.;
S=0.;
H=.001;
TS=.1;
TF=10.;
PHIS=0.;
XJ=1.;
F=[0 1 0;0 0 1;0 0 0];
Q=[0 0 0;0 0 0;0 0 PHIS];
P=[100 0 0;0 100 0;0 0 100];
HMAT=[1 0 0];
HT=HMAT';
SIGN2=1.^2;
PHIN=SIGN2*T