CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 文件 大小

搜索资源列表

  1. filesegmrg_edwardversion

    0下载:
  2. 1.简介 本程序是用C语言编的一个基于命令行的文件合并分割器。主要用于分割和合并文件,可以按大小分或者按个数等分。支持分割和合并的批处理。其中命令行以及批处理语句有一定的规则,需要用户学习后才能熟练使用。 2.功能  能够实现多个文件的合并功能  能够实现同一目录下的所有文件或所有具有相同属性(同后缀)的文件,按照文件名的顺序合并  能够实现对于一个文件的分割功能,可以按照两种要求进行分割:第一,按照用户给出的分割个数;第二,按照用户给出的每个文件大小
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:9967
    • 提供者:李军
  1. the_annotated_STL_sources

    1下载:
  2. 《STL源码剖析》侯捷 著,PDF扫描版,简体中文,全本!529页(看看文件大小可知) the_annotated_STL_sources
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:11644174
    • 提供者:伍尚
  1. treeView

    0下载:
  2. 查看各目录文件大小,可以很快查找出个文件的大小,当硬盘空间不足时。-See the directory file size, can quickly find out the size of files, when the hard disk space is insufficient.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:13399
    • 提供者:mate
  1. LZ77

    0下载:
  2. 以前为研究加解密码算法,曾分析了LZ77算法,但觉得所研究的例子压缩文件大小存在限制,所以就着手改进了其算法,使其支持大文件压缩和解压.-Previous study solutions for cryptographic algorithms, has analyzed the LZ77 algorithm, but I studied the existence of examples of compressed file size limit, so working to improve
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:5157
    • 提供者:hante
  1. packer

    0下载:
  2. 这是我用C语言写的一个很好的打包程序,压缩软件就是这样的原理,理解了这个程序,下一步你就可以写一个压缩软件。 功能: 1.能把若干个任何类型的小文件打包到一个大文件中。 2.可以查询打包后的大文件里包含哪些小文件,以及每个小文件的大小。 3.可以原样不变地解压出来。 如果你再加入一段Huffman代码就成为一个小型压缩软件了-This is one I used the C language to write the package procedures, functions
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:137343
    • 提供者:在路上
  1. sort

    0下载:
  2. 本人自己写的外排序,可以根据数据类型、文件大小,受限内存大小手动调整,非常适合学习外排序的爱好者下载和学习。-I wrote it myself, outside the sorting may be based on data type, file size, is limited to manually adjust the memory size is very suitable for learning outside the sort of fans to download and s
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:3137
    • 提供者:天外沙
  1. JPEG

    0下载:
  2. 对一段原始视频图像序列做压缩,生成压缩文件;对此压缩文件做解压缩处理,生成显示图像;将此显示图像与原始图像做质量、压缩文件大小等各个方面做比较。-On the original video image sequence to do a compression to generate compressed file to do this compressed file decompression processing to generate display images this shows
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-19
    • 文件大小:5604013
    • 提供者:tosh
  1. Szip

    0下载:
  2. 利用哈夫曼编码进行对已有文件进行重新编码,大大提高减小文件大小,减少存储空间,也就是压缩。在文件使用时,再对压缩文件进行解压缩,也就是译码,复原原有文件。-Using Huffman coding re-encoding of existing files, greatly reducing the file size increase, reduce storage space, which is compressed. When used in the file, then extract
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:780745
    • 提供者:杨柳强
  1. Huffman

    0下载:
  2. Huffman编码实现文本文件压缩,实现最基本的哈夫曼编码,对文件进行两次扫描,第一次统计概率,第二次进行编码。压缩和解压缩时分别重新建立树,重新编码,以减小压缩后文件大小。-Huffman Coding a text file compression, Huffman coding to achieve the most basic, two scans of documents, the first statistical probability, and the second encode
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-10
    • 文件大小:2558016
    • 提供者:刘姗
  1. 2009101818545989

    0下载:
  2. 用蒙特卡罗法求圆周率,试验次数自选!资源类别: Delphi源码¦算法 文件大小: 195KB -Monte Carlo Method pi, the number of trials choice! Resource type: Delphi source ¦ algorithm file size: 195KB
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:201047
    • 提供者:yyuan2014
  1. 2

    0下载:
  2. 设计一个哈夫曼编码、译码系统。对一个ASCII编码的文本文件中的字符进行哈夫曼编码,生成编码文件;反过来,可将编码文件译码还原为一个文本文件。 (1) 从文件中读入任意一篇英文短文(文件为ASCII编码,扩展名为txt); (2) 统计并输出不同字符在文章中出现的频率(空格、换行、标点等也按字符处理); (3) 根据字符频率构造哈夫曼树,并给出每个字符的哈夫曼编码; (4) 图形化输出哈夫曼树、哈夫曼编码; (5) 将文本文件利用哈夫曼树进行编码,存储成压缩文件(编码文件后缀
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2844298
    • 提供者:eric
  1. PersistCircleQue

    0下载:
  2. 循环队列模板,数据存入在文件中,增加数据时文件大小不变,新数据会挤出旧数据。-Data stored in the file c++ circular queue template, when the file reaches a certain size, the old data out of the new data will go, but the file size remains unchanged. When the batch reading can significantly
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1105
    • 提供者:anyw
  1. Compression-techniques

    0下载:
  2. 压缩技术,把文件进行编码压缩,是文件大小变小-Compression techniques
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:7211
    • 提供者:小强
  1. jieguo1

    0下载:
  2. matlab,导入txt程序,文件大小大于1g-matlab, Import txt program, file size is greater than 1g
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:535778
    • 提供者:sle
  1. MYhuffman

    0下载:
  2. 重写的经典huffman算法,本类融合了快速排序,插入排序,压缩阶段:每个assic从根递归写入一个DWORD中,当写满DWORD的32位的时候,写入一次内存压缩快>然后循环 解压过程:每次读取一个DWORD长度数据再反响循环&过滤该从左还是右子树进行还原当到达叶节点时候,读取对应节点的assic编码 再加压与解压末尾时候会出现不满足4个字节的数据,我把它们简称为补码,用来效验最终文件大小.-Huffman algorithm rewrite the classic blend o
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-12
    • 文件大小:4990
    • 提供者:杨斌
  1. 快速文件分割的小工具

    0下载:
  2. 一个快速文件分割的小工具,可以自定义大小分割任意格式文件。分割后自动生成合并批处理文件,运行批处理(.bat)即可合并还原原文件,是大文件分割移动的实用小工具。-Fast File Splitter Fast File Splitter Fast File Splitter
  3. 所属分类:压缩解压

    • 发布日期:2017-11-01
    • 文件大小:112249
    • 提供者:gitti
  1. project

    0下载:
  2. LZW压缩,包括文本文档,图片。且能够实现计算源文件,压缩文件大小的计算和显示-LZW compression, text documents, pictures. And be able to achieve the calculation of the source file, compressed file size calculation and display
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-12-03
    • 文件大小:1467671
    • 提供者:yinwei
  1. rjkj_huffman

    0下载:
  2. 在VS2010中用C语言实现以哈夫曼编码为基础的压缩与解压缩,处理文件大小限制为2G(可以通过修改源码来改变)-VS2010 using C language to Huffman coding based compression and decompression processing the file size is limited to 2G (can be changed by modifying the source code)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-14
    • 文件大小:5322
    • 提供者:lnf
  1. The-size-of-the-file-viewer

    0下载:
  2. 文件大小查看器,可根据您输入文件的路径,自动查找到文件,并计算出该文件的大小-File Size Viewer, you enter the path to the file, automatically find the file, and calculate the file size
  3. 所属分类:Algorithm

    • 发布日期:2017-11-13
    • 文件大小:254942
    • 提供者:李强
  1. DCT中值均值

    0下载:
  2. 1)图像平滑算法程序设计: 2)DCT压缩(保留不同系数),要求显示原图像、压缩后图像的文件大小、压缩比或算术编码压缩
  3. 所属分类:matlab例程

« 12 3 4 5 6 7 »
搜珍网 www.dssz.com