代码搜索:maximo

找到约 33 项符合「maximo」的源代码

代码结果 33
www.eeworm.com/read/407122/11428936

m iniciar_variaveis.m

function Iniciar_variaveis global teta1 teta4 teta5 teta6 d2 d3 d4 l1 Px Py Pz tetaf tetap y_joy_anteriord2 z_joy_anteriord3 y_joy_anteriorteta1 global flag_joystick y_joy_anteriorteta4 y_joy_a
www.eeworm.com/read/270936/11019314

m maximal_comb.m

function combined =Maximal_comb(multipaths,option) %This is maximo combining in the Rake Receiver combined1 =zeros([1,12288]); %we combine the best 3 signals in proportion %one finger if opti
www.eeworm.com/read/443616/7128101

m adpcm_decod.m

function [ydec]=adpcm_decod(ycod,a,Xmax,B,alfa); %Decodificador del ADPCM %ycod:entrada codificada; %a:filtro de prediccion; %Xmax_q:valor maximo representable en el cuantificador uniforme %B:
www.eeworm.com/read/443615/7630173

asv dpcm_decod.asv

function ydec=dpcm_decod(ycod,a,Xmax,B); %DPCM_DECOD %Decodificador del PCM diferencial %ycod:entrada codificada; %a:filtro de prediccion; %Xmax:valor maximo representable en el cuantificador uni
www.eeworm.com/read/443615/7630177

m dpcm_decod.m

function ydec=dpcm_decod(ycod,a,Xmax,B); %DPCM_DECOD %Decodificador del PCM diferencial %ycod:entrada codificada; %a:filtro de prediccion; %Xmax:valor maximo representable en el cuantificador uni
www.eeworm.com/read/407356/11420283

h encdec.h

/* by My Destiny Team */ #ifndef __GAMESERVER_ENCDEC_H__ #define __GAMESERVER_ENCDEC_H__ #include // Tempo maximo para o client ficar sem responder #define MAX_TIMEOUT 30 // Decry
www.eeworm.com/read/407356/11420297

h encdec.h

#ifndef __GAMESERVER_ENCDEC_H__ #define __GAMESERVER_ENCDEC_H__ #include // Tempo maximo para o client ficar sem responder #define MAX_TIMEOUT 30 // Decrypta o pacote // // Retor
www.eeworm.com/read/407355/11420316

h encdec.h

/* by My Destiny Team */ #ifndef __GAMESERVER_ENCDEC_H__ #define __GAMESERVER_ENCDEC_H__ #include // Tempo maximo para o client ficar sem responder #define MAX_TIMEOUT 30 // Decry
www.eeworm.com/read/407355/11420334

h encdec.h

#ifndef __GAMESERVER_ENCDEC_H__ #define __GAMESERVER_ENCDEC_H__ #include // Tempo maximo para o client ficar sem responder #define MAX_TIMEOUT 30 // Decrypta o pacote // // Retor
www.eeworm.com/read/443616/7128104

m decod2_adpcm.m

function [rq]=decod2_adpcm(ycod,B,Xmax,alfa); %Funcion que decodifica y decuantifica cada diferencia entre muestra y muestra %ycod:entrada codificada; %Xmax_q:valor maximo representable en el cu