代码搜索:Coding

找到约 9,366 项符合「Coding」的源代码

代码结果 9,366
www.eeworm.com/read/483783/6595077

tex channel coding.tex

\documentclass[10pt,a4paper]{article} \usepackage{amsmath, mathrsfs} \usepackage{amssymb, graphicx, epsfig, subfigure} \title{\textbf{Channel coding}} \author{Jinkyu Kang} \date{2008.01.20}
www.eeworm.com/read/483783/6595082

dvi channel coding.dvi

www.eeworm.com/read/410811/11268917

doc coding_style.doc

www.eeworm.com/read/408889/11366048

m st_coding.m

function st_coded = st_coding( mod_sym,N_Tx_ant,N_data_sym,ST_Code) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % 发送分集 , 2发或4发 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/408889/11366084

m channel_coding.m

function coded_user_bit = channel_coding( user_bit,ChCodingMethod,Dec_alg,L_total,Generator,Puncture,... N_iter,RateChCoding,Alpha,Turbo_frame,N_Turbo_frame,UserRS_Coding ,UserTrellis,.
www.eeworm.com/read/262616/11398388

html x-coding.html

Coding Conventions
www.eeworm.com/read/400058/11583908

m coding_callback.m

% b1; %%%输入代码中出现的字符,按ASCII排序 % m1; %%%b1中字符在codes中首次出现的位置 % n1; %%%codes中字符在b1中出现的位置 function coding_callback(Incodes) global decod clc; digits(16);%%设置输出编码的小数点位数 Incodes=input('please
www.eeworm.com/read/347829/11634548

txt unicode coding.txt

Windows环境下的Unicode编程   国际上规定了两种二进制文字内码表示方法。   ASCII是8位的,表示汉字需要两个字节以前大部分应用都使这种,不过有的时候会有乱码出现。UNICODE是16位的,比较好。   ASCII是American Standard Code for Information Interchange的缩写,用来制订计算机中每个符号对应的代码,这也叫做 ...
www.eeworm.com/read/347508/11660222

doc coding_style.doc