代码搜索:Coding

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

代码结果 9,366
www.eeworm.com/read/428096/8895694

m st_coding.m

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

m channel_coding.m

function coded_user_bit = channel_coding( user_bit , UserRS_Coding , UserTrellis ,... TraceBackLen, turn_on ) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/186174/8955467

cpp fano_coding.cpp

#include #include #include // class DATA//数据类,采用双向表 { public://初始化PXi=1是为了在排序迭代时方便 DATA() { next=NULL; qian=NULL; r=NULL; PXi=1; for(int i=0;i
www.eeworm.com/read/427148/8972963

doc coding_style.doc

www.eeworm.com/read/426483/9018293

doc coding_style.doc

www.eeworm.com/read/381597/9084071

c arithmetic-coding.c

#include #include #define max 20 void main() { char a[max]; float sl[max],sh[max],L[max],H[max],p[max],ch[max]; int i,j,m,tag,k; float temp; u: printf("输入待编码字符串:");
www.eeworm.com/read/182980/9181853

txt huffman coding.txt

// HuffmanCoding.cpp : implementation file // #include "stdafx.h" #include "dimageprocess.h" #include "HuffmanCoding.h" #include "math.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FI