代码搜索:字符编码

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

代码结果 10,000
www.eeworm.com/read/302088/13842459

txt 红外遥控编码解码.txt

#include #define c(x) (x*110592/120000) sbit Ir_Pin=P3^2; unsigned char code Led_Tab[]={0xC0,0xF9,0xA4,0xB0,0x99,0x92,0x82, 0xf8,0x80,0x90,0x88,0x83,0xC6
www.eeworm.com/read/301701/13852125

txt java 程序编码规范.txt

作者:zergman email: zergman@chinaasp.com 日期:2001-6-15 13:24:42 [BLOCKQUOTE][BLOCKQUOTE][BLOCKQUOTE][BLOCKQUOTE][BLOCKQUOTE][BLOCKQUOTE] [b]Java 程序编码规范[/b] [b][/b][/BLOCKQUOTE][/BLOCKQUOTE][/BLOCKQU
www.eeworm.com/read/260718/6287416

frm 上海邮政编码.frm

VERSION 5.00 Begin VB.Form Form3 BorderStyle = 0 'None Caption = "Form3" ClientHeight = 9000 ClientLeft = 0 ClientTop = 0 ClientWidth
www.eeworm.com/read/484159/6591755

txt 简单jpeg编码程序.txt

简单jpeg编码程序 simplejpegenc.h /* 这是一个简单的jpeg编码程序,支持1:1:1采样的baseline彩色jpeg,输入只能是24bit的BMP文件 代码结构只求能说明各步骤过程,并不做特别的优化,效率较为一般。 */ #ifndef __JENC__ #define __JENC__ #include #include
www.eeworm.com/read/482925/6616248

cpp 贪婪算法huffman编码.cpp

#include #include using namespace std; typedef struct TNode { int weight; int parent,lchild,rchild; }TNode,*Huffmantree; void swap(int &a,int &b) { int temp=a; a
www.eeworm.com/read/482459/6624939

sln 哈弗曼编码.sln

 Microsoft Visual Studio Solution File, Format Version 10.00 # Visual Studio 2008 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "哈弗曼编码", "哈弗曼编码.vcproj", "{D001D1E9-D5B0-4D10-9747-2CCCDCAE0BD