资源列表
MAtlab
- image polar to convert an image from Matrice to polar conrdinate, its about 5 functions that works toguether
bmp
- 在用vc做程序时候,经常需要把输出的文本和图形保存到位图文件,当然可以有现成的控件来实现,但总不能如自己所愿,还是自己动手写吧!如下图: 一、实现方法 要把文本和图形保存到位图文件,只要对掌握位图结构有一定的了解,一切都ok呢。先必须要创建内存设备环境,然后内存设备环境创建的DIB区域,别忘了还要创建个CBitmap对象,CBitmap对象必须和DIB区域关联起来,把CBitmap对象选择到当前设备环境,然后在当前设备环境输出文本和图形就可以了。 -Vc
jp5
- 这是一组JPEG解码的说明和源代码,详细说明在文件的开头部分
csa0019001
- 石器源碼編程,天神降福(幸運星功能)在線充值、購買寵物及道具核心代碼,自動PK系統開始N秒後給未PK玩家自動分配戰鬥,裝備強化系統主要代碼-Stone source programming, god bless (Lucky features) online recharge, pets and props to buy the core code, PK system started automatically after N seconds, automatically assigned t
benchmark
- benchmark 测试程序代码,用于测试系统性能等指标-benchmark test program code, for testing system performance and other indicators
LZW-CLASS
- 这是一个简单的LZW编码程序,能实现字典编码的基本工能!用码树实现!实现LZW编码和译码,任意数一段字符之后,就能实现对其的LZW编码,按照格式输入一段解码字符段,会解码出字符!-This is a simple LZW coding procedure, can realize the basic encoding dictionary work can!!!! Tree with code true! Realize the coding and decoding LZW, arbitrar
onehuffman
- 纯c的HUFFMAN编码,希望大家喜欢。经VC6.0调试成功。-the pure c Speed HUFFMAN coding, hope you like them. Debugging by VC6.0 success.
lz77
- lz77压缩算法单元源文件出自王咏刚先生的《笨笨数据压缩教程》中的lz77.c由崔东伟修改为pascal单元-lz77 compression algorithm module source file from Mr. Wang Yonggang' s " simple-minded, data compression tutorial" in lz77.c by Choi Dong-wei was revised to pascal unit
comprox
- 一个完整的LZ77-ARI压缩程序,压缩率高于gzip。-A complete LZ77-ARI compressor, with compression ratio higher than gzip.
testZIP
- 使用java解zip文件包。-Zip file using java package solution.
JPEG-C
- jpeg解码:具有jpeg解码功能,标准C语言-jpeg decode
WinSockServer
- vb利用winsock控件进行通讯的服务器程序