代码搜索:字符编码

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

代码结果 10,000
www.eeworm.com/read/130296/14198555

txt huffman编码程序.txt

Huffman编码程序 #include #include #include FILE *charsetfile; FILE *inputfile; FILE *outputfile; typedef struct{ int weight; int parent,lchild,rchil
www.eeworm.com/read/130296/14198560

txt 算术编码程序.txt

算术编码程序 编码程序 #include #include FILE *charsetfile; FILE *inputfile; FILE *outputfile; typedef struct{ double l; double r; }Interval; void main() { int i,j,l
www.eeworm.com/read/230206/14297201

plg 编码器.plg

礦ision2 Build Log Project: D:\直流电机的闭环控制c51源代码(编译通过)\直流电机的闭环控制c51源代码(编译通过)\8.8直流电机的闭环控制\编码器.uv2 Project File Date: 05/13/2005 Output:
www.eeworm.com/read/230206/14297204

c 编码器.c

//-----------------------函数声明,变量定义-------------------------------------------------------- #include sbit INT_0 =P3^2; // 将p3.2外部中断0 sbit pulse_A=P1^2; // P1.2为脉
www.eeworm.com/read/230206/14297215

opt 编码器.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {
www.eeworm.com/read/230206/14297218

lst 编码器.lst

C51 COMPILER V7.06 _嗦肫
www.eeworm.com/read/230206/14297220

obj 编码器.obj

www.eeworm.com/read/128446/14298456

txt 霍夫曼编码源码.txt

// Adaptive Huffman encoding #include #include #include "Huff.h" // global flags: // output in binary? or "0" "1"? int binary = 1; // if "01", break after each unit?