登录
首页 » MultiPlatform » unzip540

unzip540

于 2020-06-26 发布 文件大小:1019KB
0 337
下载积分: 1 下载次数: 2604

代码说明:

  完整的解压zip文件的源码。包含密码功能(The source of uncompress zip file, contains password)

文件列表:

acorn
.....\acorn.c
.....\htm" target=_blank>Contents
.....\makefile
.....\htm" target=_blank>ReadMe
.....\riscos.c
.....\riscos.h
.....\htm" target=_blank>RunMe1st
.....\srcrename
.....\swiven.h
.....\swiven.s
amiga
.....\amiga.c
.....\amiga.h
.....\htm" target=_blank>Contents
.....\crc_68.a
.....\filedate.c
.....\flate.a
.....\makefile.azt
.....\makesfx.c
.....\mkGoff.c
.....\smakefile
.....\stat.c
.....\timezone.doc
.....\time_lib.c
.....\z-stat.h
.....\z-time.h
aosvs
.....\aosvs.c
.....\aosvs.h
.....\htm" target=_blank>Contents
.....\make_unz.cli
.....\htm" target=_blank>README
api.c
apihelp.c
atari
.....\atari.c
.....\htm" target=_blank>Contents
.....\Makefile
.....\Makefile.old
.....\make_unz.mup
.....\README.old
beos
....\beos.c
....\beos.h
....\beosmain.cpp
....\htm" target=_blank>Contents
....\Makefile
....\htm" target=_blank>README
....\unzip.rsc
....\unzipsfx.rsc
BUGS
cmsmvs
......\ccunzip.exec
......\INSTALL.CMS
......\mc.exec
......\mvs.mki
......\README.CMS
......\README.MVS
......\unzip.exec
......\unzip.makefile
......\unzmvsc.job
......\unzvmc.exec
......\vmmvs.c
......\vmmvs.h
......\vmstat.h
......\WHATSNEW.CMS
......\zipinfo.exec
consts.h
Contents
COPYING
crc32.c
crctab.c
crc_i386.S
crypt.c
crypt.h
ebcdic.h
envargs.c
explode.c
extract.c
fileio.c
file_id.diz
flexos
......\htm" target=_blank>Contents
......\flexos.c
......\flxcfg.h
......\hc.pro
......\makefile
......\htm" target=_blank>README
funzip.c
funzip.doc
globals.c
globals.h
History.540
human68k
........\htm" target=_blank>Contents
........\human68k.c
........\Makefile.gcc
........\options.s
inflate.c

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • LCD
    液晶屏,液晶面板的专业用语,适合初学者。(LCD screen, LCD panel of professional language, suitable for beginners.)
    2009-10-24 01:49:19下载
    积分:1
  • lzw
    Compressing method....lzw
    2020-10-13 17:17:31下载
    积分:1
  • error-rates-awgn
    介紹在AWGN頻道上bit error rate的推導過程。附有詳盡的圖解與算示。(Describes the AWGN channel bit error rate of the derivation. Accompanied by detailed diagrams and calculation shown.)
    2010-02-14 23:57:20下载
    积分:1
  • ya_shuo
    一个可以简单的压缩小程序,是利用游程编码原理(One can simply compress small program is the use of run-length coding theory)
    2014-12-18 14:06:52下载
    积分:1
  • Aviation
    ECG compress algorithm
    2020-12-09 06:59:20下载
    积分:1
  • digitalaudio
    详细介绍了数字音频的压缩和传输,同时介绍了mp3、wma和AC-3音频的关键技术。(Details of digital audio compression and transmission, at the same time introduced the mp3, wma and AC-3 audio of key technologies.)
    2007-11-16 00:57:18下载
    积分:1
  • OOMP
    OOMP算法是压缩传感的一种算法,其对OMP算法进行改进,提高了正确率。(OOMP Compressed sensing algorithm is an algorithm to improve its OMP algorithm to improve the accuracy.)
    2013-09-16 09:50:09下载
    积分:1
  • 200430481
    赫夫曼编译码器: 用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编/译码系统。 [基本要求]一个完整的系统应具有以下功能: (1)I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2)E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3)D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中。 (4)P:印代码文件(Print)。将文件CodeFile以紧凑格式显示在终端上,每行50个代码。同时将此字符形式的编码文件写入文件CodePrin中。 (5)T:印哈夫曼树(Tree printing)。将已在内存中的哈夫曼树以直观的方式(树或凹入表形式)显示出,同时将此字符形式的哈夫曼树写入文件TreePrint中。()
    2021-03-06 09:19:30下载
    积分:1
  • zsccompress
    说明:  对流数据的压缩,主要针对二进制的数据代码进行各种长度宽度的压缩。(convection data compression, mainly with regard to the binary code of various length width of the compression.)
    2005-11-17 12:52:02下载
    积分:1
  • 霍夫曼
     用霍夫曼编码实现的简单的文本压缩解压缩C++源程序
    2022-08-25 19:49:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载