代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/185241/9047721
asm decode_2i40_9bits.asm
*****************************************************************************
** Description: decode_2i40_9bits() in d2_9pf.c
**
** Inputs
**
** AR1: Word16 subNr
** AR2: Word16 sign
www.eeworm.com/read/366144/9828123
m gm_percentsub.m
function outstring = gm_percentsub(instring, pre, post)
%% gm_percentsub: replace percent-sign markers with actual coordinates.
%% outstring = gm_percentsub(instring, pre, post)
%% Given a string w
www.eeworm.com/read/160929/10469635
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/160929/10470402
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/423552/10550132
m mfbox_temporalicag.m
function varargout=mfbox_temporalicag(varargin)
% MFBOX_TEMPORALICAG M-file for mfbox_temporalicag.fig
%
% See also: GUIDE, GUIDATA, GUIHANDLES
%
% Copyright by Peter Gruber and Fabian J. Theis
% Sign
www.eeworm.com/read/349839/10797459
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/417906/10971487
idx [hstv]eu.ch06.hdtv.x264-pathw.idx
# VobSub index file, v7 (do not modify this line!)
#
# To repair desyncronization, you can insert gaps this way:
# (it usually happens after vob id changes)
#
# delay: [sign]hh:mm:ss:ms
#
# Wh
www.eeworm.com/read/134649/6966203
asm displayl.asm
TITLE displayl
data SEGMENT
bufferb DB '?','$'
bufferw DW ?
temp DB ?
show DB 'This is what you have said:','$'
nl DB 'LTRD.txt',0
sign DW ?
count DW ?
tabel DW 52
www.eeworm.com/read/425933/7215541
m beruncoded.m
clear;
%EbNovector = 0:8;
EbNovector = 0:0.2:2;
bervector = zeros(length(EbNovector),1);
N=1000000;
%cantrep=10;
%for k=1:cantrep
source = sign(randn(N,1));
assignin('base','source',source