代码搜索:特征码
找到约 10,000 项符合「特征码」的源代码
代码结果 10,000
www.eeworm.com/read/357068/10216640
c yejing.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
#pragma data:code
const uchar table1[]=" Welcom to"; //双引号将字符转换位ANSIC码
const uchar table2[]="www.qu
www.eeworm.com/read/280938/10277685
c 97.c
#include
#include
#include
#include
/*定义宏来指定控制键的ASCII码值*/
#define ESCGAME 1
#define SHOOT 57
#define MOVELEFT 75
#define MOVERIGHT 77
/*定义潜艇的移
www.eeworm.com/read/161357/10421995
m decoder_3gpp_max_new.m
function soft_out=decoder_3GPP_MAX_new(in)
%****************************************************************
% 内容概述:利用硬件化的方式实现TURBO码的MAX-LOG-MAP译码
% 生成矩阵按照3GPP标准为[1 1 0 1;1 0 1 1]
%
www.eeworm.com/read/161357/10422132
asv com_decoder_zhang_new.asv
function [soft_out,ex_info]=com_decoder_zhang(in,app)
%****************************************************************
% 内容概述:利用硬件化的方式实现TURBO码的MAX-LOG-MAP译码
% 生成矩阵按照3GPP标准为[1 1 0 1;1 0 1
www.eeworm.com/read/161357/10422181
m com_decoder.m
function [so,e_p] = com_decoder(a_p,in)
%****************************************************************
% 内容概述:子解码器,输入a_p是先验信息,in是RSC编码器输出
% 利用硬件化的方式实现TURBO码的p-MAX-LOG-MAP译码
%
www.eeworm.com/read/161357/10422194
m com_decoder_zhang.m
function [soft_out,ex_info]=com_decoder_zhang(in,app)
%****************************************************************
% 内容概述:利用硬件化的方式实现TURBO码的MAX-LOG-MAP译码
% 生成矩阵按照3GPP标准为[1 1 0 1;1 0 1
www.eeworm.com/read/161357/10422241
m com_decoder_zhang_new.m
function [soft_out,ex_info]=com_decoder_zhang(in,app)
%****************************************************************
% 内容概述:利用硬件化的方式实现TURBO码的MAX-LOG-MAP译码
% 生成矩阵按照3GPP标准为[1 1 0 1;1 0 1
www.eeworm.com/read/161357/10422248
asv com_decoder_zhang.asv
function [soft_out,ex_info]=com_decoder_zhang(in,app)
%****************************************************************
% 内容概述:利用硬件化的方式实现TURBO码的MAX-LOG-MAP译码
% 生成矩阵按照3GPP标准为[1 1 0 1;1 0 1
www.eeworm.com/read/278515/10529031
u870ע
patch870:
----------------------------------------------------------
用户名: kjtools@hotmail.com.2008
注册码: b=3CYKkbc4fBeCTkH3DZ7DHuObeV25GKYsjSMSIKmXZ9N2SgBQjgaSzT75wlWSFH04LrI7IS2ApLP3bQn9iXAGwW9khIk
www.eeworm.com/read/278132/10566407
m g729code.m
function G729code(speech)
%clc;
%clear all;
%yout=wavread('2');
%speech=yout';
%以80点为一帧确定帧数
tic
L=floor(length(speech)/80);
codestream=[];%编码码流
%定义全局变量
QuanJuValue(speech);
present_speech