代码搜索:LZSS
找到约 204 项符合「LZSS」的源代码
代码结果 204
www.eeworm.com/read/463952/7171646
txt lzss_explained.txt
The LZSS Algorithm
==================
Badly explained by me, Jonathan Bennett (jon@hiddensoft.com)
============================================================
View with a fixed width font.
www.eeworm.com/read/455819/7364035
bas comp_lzss.bas
Attribute VB_Name = "Comp_LZSS"
Option Explicit
'This is a 1 run method but we have to keep the whole contents
'in memory until some variables are saved wich are needed bij the decompressor
www.eeworm.com/read/396111/8125582
bas comp_lzss.bas
Attribute VB_Name = "Comp_LZSS"
Option Explicit
'This is a 1 run method but we have to keep the whole contents
'in memory until some variables are saved wich are needed bij the decompressor
www.eeworm.com/read/243990/12901398
bas comp_lzss.bas
Attribute VB_Name = "Comp_LZSS"
Option Explicit
'This is a 1 run method but we have to keep the whole contents
'in memory until some variables are saved wich are needed bij the decompressor
www.eeworm.com/read/305667/13763640
bas comp_lzss.bas
Attribute VB_Name = "Comp_LZSS"
Option Explicit
'This is a 1 run method but we have to keep the whole contents
'in memory until some variables are saved wich are needed bij the decompressor
www.eeworm.com/read/149916/6337031
bas comp_lzss.bas
Attribute VB_Name = "Comp_LZSS"
Option Explicit
'This is a 1 run method but we have to keep the whole contents
'in memory until some variables are saved wich are needed bij the decompressor
Pr
www.eeworm.com/read/488041/6495343
bas comp_lzss.bas
Attribute VB_Name = "Comp_LZSS"
'#########################################################################
'★★★★★ http://www.cnpopsoft.com [华普软件] ★★★★★
'★★★★★ VB专业论文与源码荟
www.eeworm.com/read/487357/6509056
bas comp_lzss.bas
Attribute VB_Name = "Comp_LZSS"
Option Explicit
'This is a 1 run method but we have to keep the whole contents
'in memory until some variables are saved wich are needed bij the decompressor
Pr
www.eeworm.com/read/150994/12240786
bas comp_lzss.bas
Attribute VB_Name = "Comp_LZSS"
' **********************************************************************
' 描 述:21种加密54种压缩 算法模块 海阔天空收集整理
' Play78.com : 网站导航,源码之家,绝对开源
' 海阔天空整理,有问题请上www.paly78
www.eeworm.com/read/337906/12333759
pas lzss16.pas
{$G+}
Unit LZSS16;
{
LZSSUNIT - Compress and uncompress unit using LZ77 algorithm for
Borland (Turbo) Pascal version 7.0.
Assembler Programmer: Andy Tam, Pascal Conversion: Douglas W