CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - lz

搜索资源列表

  1. dstile-0.2

    0下载:
  2. 一个可以切割遥感图片的程序代码。需安装FWTools获得GDSL库支持 命令格式为dstile.exe tile lztsd ×× --wwcache --overviews oout_putfile file_source(图片来源)-a remote sensing images can be cut to the program code. FWTools need to be installed to support the order GDSL format dstile.exe
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:84652
    • 提供者:lijingfu
  1. lz

    0下载:
  2. 信息论与编码重要算法lz算法、汉明码实现码字 分组编码。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2263
    • 提供者:夜叉
  1. C_Complexity_SP

    0下载:
  2. 计算离散时间序列的复杂度,只要是离散序列就可以计算其“LZ”复杂度,采用基本C语音编程-Discret Time Signal s Complexity
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1251956
    • 提供者:yanjun
  1. elzed

    0下载:
  2. LZ compressor/decompressor
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:43726
    • 提供者:ibraheem Ali
  1. dfountain

    0下载:
  2. LZ编码 一种有用的信道编码,我直接从网站上下的,没有运行过-LZ channel modulator ,i v get it from the web just now!!!
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:462535
    • 提供者:XY
  1. 2dimensionFDTDprogram

    0下载:
  2. 2维FDTD的MATLAB代码,TM波代码-2 dimension FDTD program (TM mode) All boundaries are perfect conductors. // For Visualization of the field, I use PGPLOT which is available as port // (for FreeBSD) or binary package (for Debian Linux). // (1) In Free
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1049
    • 提供者:chen
  1. LZ

    0下载:
  2. implementation for lz algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:102484
    • 提供者:nebras
  1. LZDCode

    1下载:
  2. 这是一款把先把文本转换为其二进制码(英文为ASCII码),然后再对应其二进制码进行LZ编码的软件。它可以见到字典的换分,以及每一个字典内容对应的编码内容及其字典编号!-This is a first text to convert its binary code (English as ASCII code), and then the binary codes corresponding to the LZ encoding software. It can see the dictionar
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-15
    • 文件大小:3637607
    • 提供者:
  1. arandlz

    0下载:
  2. 改程序为实现了算数码和LZ码,采用C++语言编写,无需调试,直接运行即可。-Reform program to achieve a numerical digital and LZ code, using C++ language, without debugging, you can directly run.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1019829
    • 提供者:koukou
  1. LZ

    0下载:
  2. 从指定路径的文件中读取要编码的字符串,编成LZ码-File from the specified path string to be encoded to read, compiled code LZ
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:2362
    • 提供者:姚小蔡
  1. directX_lz

    0下载:
  2. 游戏开发的DirectX粒子系统运用,源码有注释-The development of DirectX games using particle systems, source code annotated
  3. 所属分类:DirextX

    • 发布日期:2017-04-10
    • 文件大小:1172038
    • 提供者:唐洁
  1. LZ

    0下载:
  2. 用C语言实现基于LZ77字典压缩算法的通信系统-Using C language dictionary based compression algorithm LZ77 communication system
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2262148
    • 提供者:沈旭
  1. de

    0下载:
  2. 運用LZ編碼後的文件,輸出為32bits,解碼檔為讀取32bits,在循序解碼成原始文件,文件使用為txt檔案-LZ compression test, using a test for general text file compression, output 32bit, decode txt file
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:1043
    • 提供者:snight
  1. encode

    0下载:
  2. LZ编码解码,应用于信息论的信道编码,离散信源无失真编码-LZ codec, used in information theory, channel coding, lossless coding of discrete sources
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:261300
    • 提供者:yuhan
  1. p1009

    0下载:
  2. lzoj problem1009AC源代码-this is a solution of problem in lz online judge
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:570
    • 提供者:wnzh
  1. unicode_program

    0下载:
  2. unicode编程的各种知识 GBK->Unicode的,直接根据编码对应放置相应的转换后编码才是,直接通过计算就可以定位,何苦还二分法... LZ的表格查起来得多慢呀...不敢想像 ============================== 附转换函数如下 -unicode program u16 gbk2uni(u8 c1,u8 c2) { return (c1>=0x81 && c1<=0xfe) && (c2>
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:43128
    • 提供者:rosex
  1. lz

    0下载:
  2. 都是些经典例子哦,值得一看,并且有助于学习C语言.-These are the classic example of Oh, worth a visit, and help C language learning
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:682
    • 提供者:gxl
  1. LZ

    1下载:
  2. LZ系列算法用一种巧妙的方式将字典技术应用于通用数据压缩领域,而且,可以从理论上证明LZ系列算法同样可以逼近信息熵的极限。-LZ Series algorithm uses an ingenious way dictionary data compression technology in the field of general and can be theoretically proved LZ series approximation algorithms can also limit t
  3. 所属分类:Other systems

    • 发布日期:2015-05-21
    • 文件大小:9216
    • 提供者:姚凯莉
  1. LZ

    0下载:
  2. lz 编码,自带图片,求图像的lz编码,绝壁有效-it s a answer to lz codes.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:61942
    • 提供者:诸葛睿博
  1. LZ

    0下载:
  2. LZ的matlab代码,含有主函数、编码和解码-LZ s code
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2113
    • 提供者:张娟
« 12 3 4 5 6 »
搜珍网 www.dssz.com