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

搜索资源列表

  1. 头文件

    0下载:
  2. 大三计算机的数据结构的 c++ 所用的 头文件-junior computer data structure used by the c in the first paper
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7.17kb
    • 提供者:聂威风
  1. Boyer-Moore-Hospool

    0下载:
  2. 匹配算法,Boyer-Moore-Hospool匹配算法 这个算法在大文件中搜索小pattern有很高效率。 推荐用来代替strstr() 这个实现我没有测过,不过应该不会有大问题。 C++的代码,容易使用:) -matching algorithm, Boyer - Moore-Hospool matching algorithm The algorithm in document search small pattern has a high efficiency
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.11kb
    • 提供者:彭诗力
  1. data_compression

    0下载:
  2. Intel 5.2 版本的zlib 库实现, 比zlib 1.2.3 库在压缩时有很大的速度提升大于两倍, 解压大文件时也有明显速度优势-5.2 version of the Intel zlib library realized, zlib 1.2.3 than in the compressed greatly enhance the speed of more than twice that Unpack the documents when there is an obvious spe
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:161.48kb
    • 提供者:白极
  1. LZHUF

    0下载:
  2. c语言压缩算法,LZHUF.高效率,适合于对大文件进行压缩.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4.22kb
    • 提供者:elipas
  1. LZW

    0下载:
  2. c语言压缩算法,LZW.高效率,适合于对大文件进行压缩.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3.54kb
    • 提供者:elipas
  1. Md5

    0下载:
  2. 用于生成MD5,对大文件操作非常的快,我用了,特别NB的呢。-Used to generate MD5, operations on large files very fast, I used, especially NB in it.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:53kb
    • 提供者:dumpling0606
  1. imaderectangle

    15下载:
  2. 本程序用matlab实现了求不规则图形的最小外接矩形和最大内接矩形,实验用的图形也附在了文件中,可直接运行-This matlab program graphical the irregular circum-rectangle minimum and maximum inscribed with rectangular, experiment graphics attached the documents and can be directly run
  3. 所属分类:matlab例程

    • 发布日期:2012-11-05
    • 文件大小:3.62kb
    • 提供者:庄稼汉
  1. stl

    1下载:
  2. 读取STL格式文件代码,通过建表简化拓扑结构,获取模型的最大值,最小值等参数。-STL format file to read the code, through the construction of simplified topology table, access to model maximum and minimum values ??and other parameters.
  3. 所属分类:STL

    • 发布日期:2016-01-25
    • 文件大小:3.92mb
    • 提供者:段昭亮
  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
    • 文件大小:5.04kb
    • 提供者: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
    • 文件大小:134.12kb
    • 提供者:在路上
  1. FilePartition

    0下载:
  2. vb做的文件分割器,实现大文件的分割和合并。-vb file to do the partitioning, and implementation of large files and merge partitions.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-26
    • 文件大小:30.6kb
    • 提供者:lg
  1. SingleFileDataStorage1.4.1

    0下载:
  2. SFDS虚拟文件系统,由一系列相关文件组成,其结构类似于压缩文件(但又不是压缩文件),可用于程序开发,其优点: (1)压缩/解压由系统自动完成,用户不必在此技术上花费大师精力; (2)完全兼容Delphi之流操作; (3)流可以从虚拟文件系统中间开始、结束,不必象一般压缩文件一样,从头开始读 (4)线程安全,可从同一文档中读写多个流 (5)最大支持2G的大文件 (6)可针对流建立“快捷方式”,类似于Winodws的快捷方式方式 (7)可进行各种检索 (8)开源、免
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:467.21kb
    • 提供者:王金其
  1. txt_auto_seperate_with_example

    0下载:
  2. 下载的小说章节大,在手机上看,可能看不完被其他事情打断或关机,重新看要找到接点很不方便,此程序可以自动将文件分割成连续多个小文件,方便阅读,只要记住小的序号即可打开继续阅读-Individual self matlab program, download large sections of the novel, speaking in the phone, may endless interrupted or shut down by other things, re-read to find
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:28.95kb
    • 提供者:蓝色的云
  1. textscantool

    0下载:
  2. matlab 导入大文件工具,可以自动生成代码-matlab import large files tool that can automatically generate code
  3. 所属分类:matlab

    • 发布日期:2017-05-22
    • 文件大小:6.56mb
    • 提供者:quliu
  1. MemoryFile

    0下载:
  2. 这是一本关于Windows下内存映射文件相关内容的书籍, 通过它可以操作文件,它的速度是I/O操作的20倍,及其适合大文件的操作-This is a book about Windows memory mapping document of relevant books, through which it can file, its speed is I/O operation20 times, and is suitable for large files
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:206.9kb
    • 提供者:张建国
  1. 快速文件分割的小工具

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

    • 发布日期:2017-11-01
    • 文件大小:109.62kb
    • 提供者:gitti
  1. SHA1(deep-optimization)

    0下载:
  2. SHA1汇编码的深度优化改写: 写个程序,用的了SHA1汇编码,百度了一堆,但是没有一个满意的。 并且都对500M以上的大文件支持不好,可怜单位配的256M内存的古董机!!!!! 于是自己决定重新写个,该源码对大文件的计算速度较快. 程序改写要点,除了对算子的优化外,还优化掉了数据表。由于优化掉了部分特种码,可以一定程度上避免PEiD类的软件侦测到所采用的算法类型 写完后,发现:中间那一堆代码怎么看怎么那么不顺眼呢!!,继续改写,进行了优化,把中间的算子优化掉。 附带全部
  3. 所属分类:Algorithm

    • 发布日期:2017-11-08
    • 文件大小:9.39kb
    • 提供者:liyu
  1. VC_FileCutter

    0下载:
  2. VC6.0测试通过 能对一个大文件分割成若干小文件,也能合并若为小文件为一个大文件, 学习的好例子-VC6.0 test able to split a large file into several small files, but also to merge the case of small files into one large file, learning a good example
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-18
    • 文件大小:3.76mb
    • 提供者:朱海晨
  1. FileSplit

    0下载:
  2. 大文件按filesize分割和合并,方便传送。-file separation and combintation
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:4.02kb
    • 提供者:sam
  1. 遗传算法求最大最小值

    0下载:
  2. 优化算法-遗传算法求最大最小值,包括全部的过程M文件(Optimization algorithm genetic algorithm for maximum and minimum)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-03
    • 文件大小:3kb
    • 提供者:Orin_Yu
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com