最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
一个优化后的压缩算法(下)
时间:2022-07-02 12:14:19 编辑:袖梨 来源:一聚教程网
'类中压缩与解压算法
Private Sub Compress()
Dim lngTemp As Long, intCount As Integer
Dim intBufferLocation As Integer
Dim intMaxLen As Integer
Dim intNext As Integer
Dim intPrev As Integer
Dim intMatchPos As Integer
Dim intMatchLen As Integer
Dim intInputFile As Integer
Dim intOutputFile As Integer
Dim aintWindowNext(mcintWindowSize + 1 + mcintWindowSize) As Integer
Dim aintWindowPrev(mcintWindowSize + 1) As Integer
Dim intByteCodeWritten As Long
Dim intBitCount As Integer
Dim abytWindow(mcintWindowSize + mcintMaxMatchLen) As Byte
Dim udtFileH As FileHeader
Dim strOutTmpFile As String
Dim lngBytesRead As Long
Dim lngFileLength As Long
Dim lngCurWritten As Long
Dim lngInBufLen As Long, abytInputBuffer() As Byte, abytOutputBuffer() As Byte
Dim lngOutBufLen As Long, lngInPos As Long, lngOutPos As Long
Dim intErrNo As Integer
相关文章
- 剑星联动妮姬DLC白雪人偶如何获取 07-09
- pi币最新消息-了解派币是什么?预测2025年达到上主网条件 07-09
- 美国财政部外国资产控制办公室制裁与网络犯罪有关的俄罗斯公司 07-09
- 沙丘觉醒高级工具建筑包如何解锁 07-09
- 幻想生活i主要神祠位置汇总 07-09
- 洛克王国世界立方人如何获取 07-09