代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/342308/12029520
c coder_frac.c
#define FIX_ERRORS
#define DO_LOG
#define MAX_SCALE_0
//#define MAX_SCALE_1
/** allowing scales hurts about 0.1 bpp,
* fixes and escapes are both reduce by about 200 (1400 -> 1200)
* b
www.eeworm.com/read/342308/12029601
c coder_vq.c
#define QUANTIZER 0
/*****
on checa 256 @ 0.50 bpp
z = 2 : psnr 36.89
z = 0 : psnr 37.16
so fixing is slightly better, but not much
on checa 256 @ 0.25 bpp
z = 10 : psnr 31.78
z
www.eeworm.com/read/255588/12070055
2 iso8859.2
#
# $Id: iso8859.2,v 1.2 1999/06/16 16:13:11 mleisher Exp $
#
# SAMPLE TTF2BDF MAPPING TABLE
#
# Mapping table from Unicode to ISO8859-2. Names are from the Unicode
# Character Database on ftp.
www.eeworm.com/read/255577/12072870
m f_vector.m
function f_vector (x,y,dx,dy,len,color)
%F_VECTOR: Draw a vector on current plot
%
% Usage: f_vector (x,y,dx,dy,len,color)
%
% Inputs:
% x = x coordinate of start of vector
%
www.eeworm.com/read/341613/12075828
m 7-15.m
%例程7-15 PCM编码
%首先,A律13折线量化的Matlab程序实现如下:
function y=pcmA13(x)
%A律13折线压缩特性
x=x/max(x); % x归一化
z=sign(x); %语音信号是双极性信号,负方向对称
x=abs(x);
for
www.eeworm.com/read/341517/12080247
m chap5_6f.m
function [kx,BsJ]=pid_fm_gaf(kx,BsJ)
global rin yout timef F
a=50;b=400;
ts=0.001;
sys=tf(b,[1,a,0]);
dsys=c2d(sys,ts,'z');
[num,den]=tfdata(dsys,'v');
u_1=0;u_2=0;
y_1=0;y_2=0;
e_1=0;
www.eeworm.com/read/152786/12083041
c x86_64-gcc.c
/*
* x86_64 BIGNUM accelerator version 0.1, December 2002.
*
* Implemented by Andy Polyakov for the OpenSSL
* project.
*
* Rights for redistribution and usage in source an
www.eeworm.com/read/152785/12084866
c atoi.c
/***************************************************************************
* __________ __ ___.
* Open \______ \ ____ ____ | | _\_ |__ _______ ___
* S
www.eeworm.com/read/152680/12093909
m chap5_4f.m
function [kx,BsJ]=pid_fm_gaf(kx,BsJ)
global rin yout timef F
a=50;b=400;
ts=0.001;
sys=tf(b,[1,a,0]);
dsys=c2d(sys,ts,'z');
[num,den]=tfdata(dsys,'v');
u_1=0;u_2=0;
y_1=0;y_2=0;
e_1=0;