搜索资源列表
encode
- base64 encode source
TestUTF8Text
- Encode/Decode UTF-8 format from/to text format-Encode / Decode UTF-8 format from / to text f ormat
tchf
- 本程序运用哈夫曼编码原理对数据进行二进制编码压缩。 进入界面要求输入进行编码的数据,注意输入的数据彼此不能相同。 然后,敲回车将显示数据排序信息及表示二进制形成的二叉树。 敲回车显示字符和对应二进制编码。 键入?显示帮助信息。 键入#进行编码数据输入与二进制数据输入的切换。 键入tree显示图形二叉树。 键入huff显示编码信息。 键入reset刷新缓冲区,重新输入要求编码的数据。 键入exit退出程序。 在TC2.0上运行。 注意正确配置图形驱动路径
20070305_chungyu_G711_v2
- 使用mediastreamer2的g711common.h. unsigned char s16_to_alaw(int pcm_val). 将16bit的原始样本encode 成为8bit的a-law码.-use mediastreamer2 the g711common.h. Unsign ed char s16_to_alaw (int pcm_val). to the original 16bit samples The encode into a 8 bit-law code.
Encode
- 转换汉字到16进制编码和10进制编码的小工具, java编写,源程序不小心删除了,请反编译即可得到。
encode
- 预测编码中的全搜索编码方法 该算法用c实现 大家可以参考参考
barcode-generator
- 条码生成器。条码编译码程序,希望能给大家带来帮助。-Bar code encode-decode
MenuAppend
- 采用win32编写的菜单程序,能够实现菜单功能-encode in win32,can realize the menu bar function
PalleteDraw
- 能够实现调色板功能,采用MFC实现,VC-encode in MFC VC++,can realize the function of Pallete
DES-ENCODE
- 这个是网上很难找的DES加解密算法!FOR C++BUILDER使用!-This is difficult to find online DES encryption and decryption algorithms! FOR C++BUILDER use!
G711_csharp
- The project is arranged into five C# files. One is Program.cs, which is not really important until later, and even then, it isn t so terribly important. The other four are static classes, MuLawEncoder, MuLawDecoder, ALawEncoder, and ALawDecoder, whic
Password7Demo
- password-type7 加解密密钥展示程序-password type7 encode and decode windows frame programe.
AlarmRecord
- 使用MediaCodec和MediaMuxer 来完成Android摄像头预览和MP4视频编码-Android camera preview and encode to mp4 using MediaCodec and MediaMuxer
audio
- 实现简单的录音功能,C#实现的WINDOWS录音与回放,使用WAVE系列API函数--C# implement windows wave record and play back, using wave api. Very good purpose. Include encode lib and network module,can convert to network chat program.