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

搜索资源列表

  1. BMalthorithm

    0下载:
  2. BM算法找出产生该段序列的最短级数的线性反馈移位寄存器(LFSR),如对序列a=(1001101011),结果为LFSR(25,4)即周期为25,寄存器级数为4,此处所给为固定长度。-Using BM algorithm to find the linear feedback shift registers with the least steps corresponding to certain sequence. For example, as for a=(1001101011), the
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:164514
    • 提供者:richard
  1. shujulianbiao

    0下载:
  2. 数据结构对于链表的操作 包括创建,添加,删除,移位,插入等操作-Linked list data structure for the operation, including create, add, delete, shift, insert, such as operation
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2455
    • 提供者:包涵
  1. minheaptemplate

    0下载:
  2. 最小堆模板完整类,将最小堆模板精简下用移位来处理插入删除速度有所提快-Integrity of the smallest stack template class, the minimum reactor under the streamlining template to deal with shift to insert quickly to remove the speed mentioned
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:579
    • 提供者:hxn
  1. 33

    0下载:
  2. 实验目的:熟练掌握字符串处理以及循环控 问题描述 实现移位密码:k表示26个字母向前循环位移的字符个数 加密: 输入:k,以及小写表示的明文字母,输出:大写字母表示的密文 解密:输入:k,以及大写字母表示的密文,输出:小写字母表示的明文 -Experimental Objective: To master the string processing and circulation control descr iption of the problem to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:6937
    • 提供者:吴海
  1. Copimtion

    0下载:
  2. C代码优化方案 目录 __ 2 C代码优化方案__ 4 1、选择合适的算法和数据结构__ 4 2、使用尽量小的数据类型__ 5 3、减少运算的强度__ 5 (1)、查表(游戏程序员必修课)_ 5 (2)、求余运算__ 6 (3)、平方运算__ 6 (4)、用移位实现乘除法运算__ 6 (5)、避免不必要的整数除法__ 8 (6)、使用增量和减量操作符__ 8 (7)、使用复合赋值表达式__ 8
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:10631
    • 提供者:dingchao
  1. BIgNum

    0下载:
  2. 实现了大数的创建,加减乘除,移位(左右),微分,积分等基本操作。-Realized the creation of tarsus, add, subtract, multiply and divide, shift (or so), differential, integral, and other basic operation
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1303104
    • 提供者:
  1. Rearrangement-Algorithm

    0下载:
  2. 基因组重构是改变基因在基因组中排列顺序的生物过程,可归结为三种主要操作:移位、反转和转位。重组距离即从一个基因组转化为另一个基因组所需的最少重组次数。双重基因组中每条染色体都是成对出现的。双重基因组重构问题,即要求计算一个与给定基因组移位距离最短的双重基因组。对于该问题,Nadia El-Mabrouk等人给出了一个多项式时间算法。本文利用Delphi集成开发环境,将该算法实现为双重基因组重构软件:(1)设计了优化的数据结构 (2)给出了详细的实现方法。(3)调试验证了算法的正确性。 本文首先介
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2141171
    • 提供者:廖世龙
  1. loopmove

    0下载:
  2. 将一段字符串按照指定的长度进行循环移位,循环移位后的字符串长度与原始长度仍一致-realize the loopmove of a string with the specialed length
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:27280
    • 提供者:芳草
  1. multiple_verification

    0下载:
  2. 移位乘法器算法的验证代码,通过C语言描述的移位乘法器的算法的验证,证明算法的正确性-multiple verification code
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:6909
    • 提供者:lefroyguo
  1. yiwei

    0下载:
  2. 移位寄存器的小程序,程序不长,自己写的。如果有不完善的地方,望批评指正。-Shift register of small program, and the program is not long, wrote. If there is no perfect place, hope criticism and corrections.
  3. 所属分类:Data structs

    • 发布日期:2017-11-17
    • 文件大小:246735
    • 提供者:邓扬
  1. IEEE754

    0下载:
  2. 将单精度浮点数的IEE754表示解析为实数,采用两种方法:移位法和指针转换法。-Analyse the float point number
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:537
    • 提供者:郭武楠
  1. kwic_oo

    0下载:
  2. key word in content. 包含输入,循环移位,排序,输出。使用面向对象技术开发-key word in content. includes an input, the cyclic shift, the sort and output. Using object-oriented technology development
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2656
    • 提供者:叶绮灵
  1. 272379

    0下载:
  2. ex2_1 利用Z变换求系统输出 ex2_2 求DFT ex2_3 求序列的圆周移位 ex2_4 求序列的圆周卷积 ex2()
  3. 所属分类:数据结构

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:dhd&5413
搜珍网 www.dssz.com