资源列表
jpeg
- 行程编码,jpeg压缩编码(基本系统) -Run-Length Coding, jpeg compression coding (basic system)
1926112
- PL/0词法分析,说明文档流程图尚未完成,-PL/0 lexical analysis, documentation flow chart has not yet completed,
ezw
- 期刊:基于嵌入式零树算法的图像压缩方法的改进和研究-Series: Based on the embedded zerotree algorithm to improve the image compression methods and research
EZW
- 期刊:基于嵌入式零树算法的图像压缩方法的改进和研究-Series: Based on the embedded zerotree algorithm to improve the image compression methods and research
CRC16
- CRC16效验码计算,很方便计使用,在MODBUS通讯中比较有用 -CRC16-tested terms, very easy of use, in the MODBUS communications more useful
HuffmanCoding
- 本代码是基于VC++用C语言编写的哈弗曼编码 调试已通过 可使用 程序有待改善之处是译码程序没有 -The code is based on the VC++ Using C language debugging哈弗曼coding procedures have been through the use of room for improvement is the decoding process is not
Haffman
- C语言编写Haffman算法包括编码解码,内容关涉栈、二叉树及森林-C language, including Haffman algorithm codec, content related to stack, tree and forest
tiexinyingxiangfenliang
- 该程序用来计算变压器互感,相关参数计算一定正确-The procedure used to calculate the mutual inductance of transformer, the relevant parameters must correct
dianrong
- 该方法用来计算变压器波过程,具有很高的适用价值-The method used to calculate the transformer wave process, the application of high value
bmp
- 在用vc做程序时候,经常需要把输出的文本和图形保存到位图文件,当然可以有现成的控件来实现,但总不能如自己所愿,还是自己动手写吧!如下图: 一、实现方法 要把文本和图形保存到位图文件,只要对掌握位图结构有一定的了解,一切都ok呢。先必须要创建内存设备环境,然后内存设备环境创建的DIB区域,别忘了还要创建个CBitmap对象,CBitmap对象必须和DIB区域关联起来,把CBitmap对象选择到当前设备环境,然后在当前设备环境输出文本和图形就可以了。 -Vc