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

搜索资源列表

  1. lzss_huf

    0下载:
  2. This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary tree is proposed by Bell [3]. The algorithm is quite simple: Keep a ring buffer, which initially co
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3660
    • 提供者:冰冰
  1. lzari_huf

    0下载:
  2. In each step the LZSS algorithm sends either a character or a <position, length> pair. Among these, perhaps character \"e\" appears more frequently than \"x\", and a <position, length> pair of length 3 might be commoner than one of length
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4636
    • 提供者:冰冰
  1. matrixcompress

    1下载:
  2. C语言实现矩阵压缩的小程序 掌握特殊矩阵通过压缩存储算法进行压缩存储的方法,并编程实现相关功能。 基本要求: (1) 可以对对称矩阵、上三角矩阵、下三角矩阵、三对角矩阵进行压缩存储; (2) 原始矩阵通过键盘输入,执行后输出压缩后的矩阵; (3) 输入在原始矩阵中的位置,能够得出压缩后的位置; (4) 原始矩阵的行列数从键盘输入。 -C language implementation of small programs to master matrix comp
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:1689
    • 提供者:123
  1. newkmp

    0下载:
  2. 串的模式匹配 按要求从主串中找出子串对应的位置,并加以输出-String pattern matching required to find out from the main string of the corresponding sub-string position, and make the output
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:4002
    • 提供者:王蕾
  1. 3DPosition

    0下载:
  2. generate 3d position for you.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:132514
    • 提供者:saeed
  1. c

    1下载:
  2. 1.问题描述 对于给定的正整数n,格雷码为满足如下条件的一个编码序列: (1) 序列由2n个编码组成,每个编码都是长度为n的二进制位串。 (2) 序列中无相同的编码。 (3) 序列中位置相邻的两个编码恰有一位不同。 例如:n=2时的格雷码为:{00, 01, 11, 10}。 -1. Problem Descr iption for a given positive integer n, Gray code to meet a coding sequence of the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-09-18
    • 文件大小:19862
    • 提供者:杨小明
  1. GPS

    0下载:
  2. GPS数据处理源代码,提供了星历处理.伪距定位.载波定位的函数-GPS data processing source code, provides ephemeris processing. Pseudo-range position. Carrier positioning function
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:124107
    • 提供者:吴哥
  1. 7-8

    0下载:
  2. 找出一个二维数组中的鞍点,即该位置上的元素是该行上最大,在该列上最小。也可能没有鞍点。-Find a saddle point in two-dimensional array, that is, the position of the element is the bank' s largest and the smallest in the column. May not have saddle points.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:8896
    • 提供者:sun
  1. lz772

    0下载:
  2. LZ77压缩算法核心,CopyBits : 复制内存中的位流 memDest - 目标数据区 nDestPos - 目标数据区第一个字节中的起始位 memSrc - 源数据区 nSrcPos - 源数据区第一个字节的中起始位nBits - 要复制的位数 说明: 起始位的表示约定为从字节的高位至低位(由左至右)依次为 0,1,... , 7 要复制的两块数据区不能有重合-LZ77 compression algorithm core, CopyBits: copy memory bit st
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:24487
    • 提供者:kims
  1. lzw

    0下载:
  2.  LZW码能有效利用字符出现频率冗余度进行压缩,且字典是自适应生成的,但通常不能有效地利用位置冗余度。-Effective use of LZW code redundancy character frequency compression, and adaptive dictionary is generated, but usually can not effectively use the position redundant.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:960518
    • 提供者:杨勃泉
  1. cipher

    0下载:
  2. 置换密码。本程序没有把变换的矩阵解出来,而是通过数学变换,求得每一列最后的在位置,再求模得出密文。-Replacement password. This procedure did not change the matrix solution out, but by mathematical transformation, obtained in the final position of each column, then the modulus obtained ciphertext.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1605
    • 提供者:路过
  1. dct_final

    0下载:
  2. Un codage type Huffman ou arithmétique continue la compression des données. La dernière étape de la compression JPEG est le codage de la matrice DCT quantifiée. Ce codage est réalisé sans perte d informations, en utilisant des mécanismes économ
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:887
    • 提供者:lamine
  1. fasm_packer

    0下载:
  2. Simple packer, the loader is written in assembly (FASM) and the builder in Delphi. For the technical part, this packer is good for: - A non dependent code of its address with the delta offset - Load API by hash - Research in Export Ad
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:232157
    • 提供者:Lord Noteworthy
  1. KcMethod

    0下载:
  2. 关于偏移的算法,可以让回转波归位,解决画弧的问题。-About the migration algorithm, can let the rotating wave position, solve the problem of drawing arc.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-08
    • 文件大小:1940492
    • 提供者:
  1. AnyGanttFlex

    0下载:
  2. 基本实现了 左边一颗表格树,当展开时候甘特图也展开,关闭时甘特图也关闭,而且横向进度可以左右移动,扩大缩小,连接线 也根据位置自动变换连接 当子进度移动或扩大时,父进度也跟着放大缩小移动,根据XML 文件配置整个甘特图,点击列头时候, 自动拉伸-Form the basic realization of a tree on the left, when you expand it also launched a Gantt chart, Gantt chart when you clos
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:597830
    • 提供者:彪仔
  1. HDB3

    0下载:
  2. HDB3码 连“0”个数计数 V脉冲位置记录变量B脉冲位置记录变量 让0000的最后一个0改变为与前一个非零符号相同极性的符号-Even HDB3 code " 0" count the number of pulse position record variable B V pulse position to make 0000 a record variable is changed to 0 and the last one before a non-zero symbo
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:771
    • 提供者:hqx
  1. sqlist

    0下载:
  2. 顺序表操作,显示数据(遍历线性表),修改数据(提供位置和新值), 插入数据(提供位置和新值,.删除数据,读取数据(提供位置),数据反转,求表长度-Order table operation, display data (traverse linear meter), modify the data (position and provide new value), insert data (position and provide new value, delete data, read dat
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-07
    • 文件大小:1239833
    • 提供者:CBY
  1. DR.m

    0下载:
  2. 这个程序可以用来产生理想轨迹,包括速度位置和姿态-This program can produce ideal trajectory can be generated, including position, velocity and attitude.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:768
    • 提供者:冰火
  1. sensorless_PMSM

    2下载:
  2. 永磁同步电机无位置传感器双闭环 1000转左右时运行可靠波形非常好-Permanent magnet synchronous motor without position sensor double closed loop 1000 rpm when running reliable waveform is very good
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-25
    • 文件大小:16287
    • 提供者:王少坤
搜珍网 www.dssz.com