代码搜索:编码应用

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

代码结果 10,000
www.eeworm.com/read/183123/9177930

doc 算术编码.doc

www.eeworm.com/read/378236/9239873

doc 游程编码.doc

www.eeworm.com/read/375545/9356993

txt rscturbo编码.txt

clear; D_k=round(rand(10,100));%产生10*100的2进制数 d_k1=reshape(D_k,1,sum(size(D_k))); d_k2=reshape(D_k.',1,1000); b=[0 0 0 0]; c=[0 0 0 0]; for n=1:length(d_k1) x_k(1,n)=d_k1(1,n); a_k1=mo
www.eeworm.com/read/178122/9417955

exe led编码.exe

www.eeworm.com/read/364699/9898007

doc 编码规范.doc

www.eeworm.com/read/168619/9904943

html 编码解码.html

天堂鸟交流论坛 http://www.spzone.net
www.eeworm.com/read/361877/10030669

c hafuman编码.c

#include #include #include #define leave 256 #define bignumber 987654321 #define max 256 int n=0; /* 叶子树*/ int m=0 ; /* 结点总数*/ char s[1000];/*输入字符串*/ int len
www.eeworm.com/read/358836/10178127

doc 编码规范.doc

www.eeworm.com/read/358836/10178129

ppt 编码规范.ppt

www.eeworm.com/read/357933/10198238

cpp 赫夫曼编码.cpp

#include "stdlib.h" #include "stdio.h" #include "string.h" #define N 30 typedef struct { unsigned int weight; unsigned int parent,lchild,rchild; } HTNode, *HuffmanTree; typedef