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

搜索资源列表

  1. projet

    0下载:
  2. 自适应编码 本发明的目标是生成一种方法:对数组压缩和解压缩编码,特别是二进制数组;对数组整体的编码技术;展现了一个通过极限熵得到的特别的压缩比率。 -Adaptive Coding goal of the invention is to generate a Method : array compression coding, in particular binary array; a whole array of coding techniques; demonstrated a li
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:102.99kb
    • 提供者:11111111
  1. pgcd

    0下载:
  2. 2个数和多个数求最大公约数及 bezout 数组-number two and number of majors and a few seeking bezout array
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:11.51kb
    • 提供者:leslie
  1. sdfyheer

    0下载:
  2. 通过使用控件数组来实现画不同的图形,希望能喜欢-through the use of controls to achieve the array of different painting graphics, like hope
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1.93kb
    • 提供者:xupeng
  1. lzwnhuffman

    0下载:
  2. The LZW compression class i mplemented as a fixed length code which you can specify, the huffman algorithm implementation encodes a byte into a variable length bit array. Both of them can work with streams
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:7.74kb
    • 提供者:sdfsdfwe
  1. big_second

    0下载:
  2. 求数组中最大、次大值 本程序运用了算法思想,如果数据很大的时候,就可以看出本程序的效率了-Array for the largest and second largest value of this procedure to use the algorithm of thought, a lot of time if the data, we can see that the efficiency of this procedure
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:1kb
    • 提供者:lfk
  1. stack

    0下载:
  2. 自动生成的数据的一个栈,其中有用到数组的,但这个算法应该还有改进的余地,希望你们能有所发现.-Automatically generate a stack of data, which useful to the array, but the algorithm should be there is room for improvement, and I hope you can be found.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:1.03kb
    • 提供者:陈大圣
  1. suanshu

    0下载:
  2. 首先,计算出码元符号集中各个码元的累积概率,并存放在F数组里面。 然后,开始循环编码,直至输入序列循环完毕。 最后,将所得的累计概率由小数形式转化成二进制形式。 对解码。首先,计算码元符号集中各个码元的累积概率,并存放在F数组里面。 然后,开始循环解码,此次循环是在码元符号集中,由高概率码元向低概率码元循环,这是由于编码的输出肯定是不大于高概率码元的累积概率的。那么如果我们从高到底循环,所找到的第一个小于编码结果fs的码元即为所译码的码元。 最后,我们可以利用此码
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:1.18kb
    • 提供者:张继红
  1. filecompress

    0下载:
  2. 头压缩算法是一种常用的稀疏数组压缩算法,在数据联机分析处理(OLAP)等领域有着重要 应用。针对头压缩算法的特点,给出基于STL 的实现方法,并对解压算法进行改进。仿真实验表明,改进 后的解压算法的计算效率要优于原有解压算法-Head-compress algorithm was a commonly used algorithm for compressing sparse array, which was widely applied in OLAP(Online Analyti
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-26
    • 文件大小:224.04kb
    • 提供者:周晨
  1. CHENGXU

    0下载:
  2. 定义3个结构数组,对A表、B表进行交替冒泡排序,合并递增排列的C表,输出排序后的A表、B表,输出合并后的C表-3 the structure of the definition of an array of A form, B form to the turn of bubble sort, merge table in ascending order of C, the output of the A table after sorting, B form, the combined outp
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:3.95kb
    • 提供者:柏德胜
  1. shuzu

    0下载:
  2. 已知数组a[]中含有N个整数,试为a[]中各个元素按其值从大到小的熟悉连续编号, a[i]中的编号对应于b[i]中,要求a[]中允许有相同的编号-Known to the array a [] contains an integer N a test for a [] in the smallest value of the various elements according to their familiarity with the consecutive number, a [i] c
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:740byte
    • 提供者:廖龙云
  1. zlib

    0下载:
  2. Zlib.dll 压缩可用 压缩byte数组-Zlib.dll compressed byte array can be compressed
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:26.1kb
    • 提供者:y
  1. Dynamic_Ar18214111242004

    0下载:
  2. this code will increase the size of array on run time - this code will increase the size of array on run time
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:237.39kb
    • 提供者:csp
  1. dynarray

    0下载:
  2. 动态数组应用实例。将动态数组运用于房间的计算,包括房间个数,总面积,平均面积,最大以及最小房间面积等-Dynamic array application example. Dynamic arrays used in the calculation of the room, including the room number, the total area, average size, maximum and minimum room size, etc.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:3.89kb
    • 提供者:y.g
  1. Array

    0下载:
  2. array serch arra y serch array serch-array serch array serch array serch array serch
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:759byte
    • 提供者:kakaka
  1. Myteacher_util

    0下载:
  2. 这是老师送我们的他多年来开发的工具包,包括date\io\array\net等的处理-This is the teacher sent us over the years, he developed a toolkit, including the date \ io \ array \ net address, etc.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:557.2kb
    • 提供者:刘记天
  1. Bonus

    0下载:
  2. 紅利計算 -------------------------------------- 要求: 1.輸入資料:預設輸入的人數,人名、及每季績效 2.獎勵辦法: (1)每季超過1 000 000獎金12000元 (2)四季全部超過1000000獎金10000元 (3)全年第一名獎金33000元 全年第二名獎金22000元 全年第三名獎金11000元 全年第四名獎金8000元 3.最後要印出每ㄧ個人的名字和有多少獎金 -----
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:1.44kb
    • 提供者:novicemind
  1. mowangyuyan

    0下载:
  2. 通过三个栈和一个数组实现魔王语言解释,没有用队列-Through three stacks and an array of implementation devil language interpreter, did not use the queue
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:907byte
    • 提供者:赵双
  1. DynamicArray

    3下载:
  2.  完成满足上述接口的动态数组(Dynamic array)的程序;  需要遵循基本的编程规范和风格;  动态分配内存用C++的函数new/delete,不用malloc/free;  处理好动态分配的运用,不要出现内存泄漏;  了解C++类的构造函数和析构函数的作用;  熟悉C++类的写法(*.h, *.cpp);  各种情况考虑周到,不要出现程序崩溃; -
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2014-07-29
    • 文件大小:247kb
    • 提供者:陈婉
  1. bmptoarray

    0下载:
  2. This program transform an image from bmp type to array. it s visual c-This program transform an image from bmp type to array. it s visual c++
  3. 所属分类:Compress-Decompress algrithms

  1. palindnomic-array.Rar

    0下载:
  2. 回文数组,数组逆置,最大数值三种常用程序的程序-Palindrome array, the array inverse, largest numerical program of three kinds of commonly used program
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-24
    • 文件大小:17.02kb
    • 提供者:张哓梦
« 12 3 »
搜珍网 www.dssz.com