代码搜索:字符编码

找到约 10,000 项符合「字符编码」的源代码

代码结果 10,000
www.eeworm.com/read/373050/9476299

c mess_mms_encode.c

/* 编码 _MmsEncode(MMS_STRUCTION *messmms); //编码接口,messmms为当前彩信结构体, 由外部定义、申请以及释放空间,该函数返回彩信编码后的数组。其中,这个存储数组空间由内部 申请,但用完后需外部进行释放或置NULL。 zhusj_2007.4(start) */ /********
www.eeworm.com/read/458772/7289606

m code.m

function ret=Code(lenchrom,opts,bound) %本函数将变量编码成染色体,用于随机初始化一个种群 % lenchrom input : 染色体长度 % opts input : 编码方法 % bound input : 变量的取值范围 % ret output: 染色体的编码值 switch opts c
www.eeworm.com/read/448579/7530485

m code_uncode.m

clear close all clc pe_1(1,41)=0; pe_2(1,41)=0; eb=1;%one bit energy a=[1 1 0 0 1 0 0 1 0 1];%编码前的数据 %---------------- c=2*a-1; %未编码的bpsk映射 %---------------- %NRZI编码 re(1)=a(1); for i
www.eeworm.com/read/196895/8052031

m code.m

function ret=Code(lenchrom,opts,bound) %本函数将变量编码成染色体,用于随机初始化一个种群 % lenchrom input : 染色体长度 % opts input : 编码方法 % bound input : 变量的取值范围 % ret output: 染色体的编码值 switch opts c
www.eeworm.com/read/241108/6306400

m detect.m

%检测一种编码是否为唯一可译码 function outinformation=detect(user_code); %input code user_code=input('输入待验证的编码:','s'); k=1; while k
www.eeworm.com/read/492758/6408617

m tchfs_zihuan.m

echo off close all clear all %桢个数 N=10; %信息序列 signal=round(rand(1,N*260)); %编码 for n=0:(N-1) %外编码 ex_en_sig(1:267)=T_FS_EX_EN(signal([1:260]+n*260)); %内编码 neibian_sig(1:456)=nei_bi
www.eeworm.com/read/342343/12027074

h config.h

#define ratio_126_312 #ifdef ratio_74_156//码率为74/156的RCPC编码 #define period 74//删除周期 #define length 74//RCPC编码前的数据块data的大小 #define size_rcpc 156//RCPC编码后的数据块encode的大小 #endif #ifdef ratio_142_
www.eeworm.com/read/290238/3983182

m tchfs_zihuan.m

echo off close all clear all %桢个数 N=20; %信息序列 signal=round(rand(1,N*260)); %编码 for n=0:(N-1) %外编码 ex_en_sig(1:267)=T_FS_EX_EN(signal([1:260]+n*260)); %内编码 neibian_sig(1:456)=nei_bi
www.eeworm.com/read/285546/4049643

m tchfs_zihuan.m

echo off close all clear all %桢个数 N=20; %信息序列 signal=round(rand(1,N*260)); %编码 for n=0:(N-1) %外编码 ex_en_sig(1:267)=T_FS_EX_EN(signal([1:260]+n*260)); %内编码 neibian_sig(1:456)=nei_bi
www.eeworm.com/read/387631/8661962

c text_code.c

/************************************************************************** 图象纹理编码函数代码 * **************************************************************************/ #include "text_defs.h"