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

搜索资源列表

  1. FixMath

    3下载:
  2. 这是我本人编写的一个32位定点小数运算的函数库。对于没有浮点运算器的场合,可以提供进行小数运算的一种途径-This is my prepared in a 32-bit fixed point decimal computing functions. For no floating point unit occasions, it can provide for fractional arithmetic, as a way to
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:215044
    • 提供者:吴雨
  1. Projectjohu123006

    1下载:
  2. crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC,Cyclic Redundancy Code)是采用多项式的 编码方式,这种方法把要发送的数据看成是一个多项式的系数 ,数据为bn-1bn-2…b1b0 (其中为0或1),则其对应的多项式为: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:数据“10010101”可以写为多项式 X7+X4+X2+1。 循环冗余校验CRC 循环冗余校验方法的原理如下:
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:460182
    • 提供者:johu
  1. myfloatk

    0下载:
  2. 纯C写的48位软件模拟浮点运算,可移植 测试版,V0.0000.01 需进一步测试及优化
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:41364
    • 提供者:邓彬伟
  1. add

    0下载:
  2. 本程序中,进行加法运算的整数的长度任意,利用双向循环链表实现长整数的存储,每个节点含一个整型变量,每个节点中仅存十进制数的4位,即不超过9999的非负整数,整个链表表示为万进制数,利用头结点数据域的符号代表长整数的符号,相加过程中不破坏两个操作数链表。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3380
    • 提供者:
  1. HugeInt

    0下载:
  2. CHugeInt,处理任意位的超大整形数据的基本运算
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1776
    • 提供者:梁雨
  1. jfqs_multiplier

    0下载:
  2. 使用加法器树乘法器实现8位乘法运算,VHDL语言予以实现
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:359863
    • 提供者:zxzx
  1. bigno1_1

    0下载:
  2. 无限位的大数加减运算,纠错能力很强,界面间接-unlimited majority of the modified bit computing, a strong correction capabilities, interface indirectly
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2279
    • 提供者:李南宁
  1. 定点运算器.rar

    0下载:
  2. 实现二进制定点运算: 1.定点整数补码加法 2.定点整数补码减法 3.定点小数Booth补码一位乘法 4.定点小数原码一位除法(加减交替法) 5.定点小数补码一位除法(加减交替法) 6.定点小数原码一位乘法 7.定点小数原码两位乘法 8.定点整数原码乘法 9.定点整数原码除法,achieve binary fixed point operations : 1. Sentinel integral complement Adder 2. Sentinel integral
  3. 所属分类:数据结构常用算法

    • 发布日期:2016-01-23
    • 文件大小:11053
    • 提供者:陈婷
  1. DataStructure

    0下载:
  2. 展示数据结构的一些实用技巧. 包含: 1.运用kmp算法计算无穷概率 2.矩阵乘法的十种经典运算技巧 3.位运算的实用技巧(1) (2) (3)-Data structure to display a number of practical skills. Includes: 1. The use of KMP algorithm infinite probability 2. 10 kinds of classical matrix multiplication comp
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:686471
    • 提供者:int
  1. exp

    0下载:
  2. 处理了正确的算术表达式的转换为逆波兰式后进行计算,可处理多位整型数的运算,如:10*(15-5)+30/3#-Dealing with the correct arithmetic expression is converted to Reverse Polish-style after the calculation, can handle a number of integer arithmetic, such as: 10* (15-5)+ 30/3#
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:2313
    • 提供者:sara
  1. yunsuan

    0下载:
  2. 设计一个实现任意长的整数进行减法运算的演示程序。要求输入和输出每四位一组,组间用逗号隔开。如:1,0000,0000,0000,0000。-The design of a realization of arbitrary long integer subtraction calculations to carry out a demonstration program. Input and output requirements for each of four groups of groups
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2112
    • 提供者:xiongdong
  1. RYC

    1下载:
  2. 问题描述:设计一个程序实现两个任意长的整数的求和运算。 基本要求:利用双向循环链表,设计一个实现任意长的整数进行加法运算的演示程序。要求输入和输出每四位一组,组间用逗号隔开。如:1,0000,0000,0000,0000。 -Problem Descr iption: Design a program to achieve the two arbitrary long integer summation operator. Basic requirements: the use of t
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:40400
    • 提供者:迟浩东
  1. weichu

    0下载:
  2. 用位运算的方法实现无符号整数的除法程序 -The method used to achieve bit unsigned integer division procedure
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:981
    • 提供者:li shu
  1. 2965

    0下载:
  2. poj上的第2965题,用广度优先算法加上位运算实现,语言是C-poj the first 2965 title, with added-bit computing breadth-first algorithm implementation language is C++
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1088
    • 提供者:chenchencehn
  1. Huffman

    0下载:
  2. 哈弗曼树,其中有二叉树,位运算还压缩算法-Huffman trees, including binary, bit operations but also compression algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:244472
    • 提供者:董飞
  1. NQueen_bit

    0下载:
  2. N皇后问题的一种简单解法,利用位运算来解决,当N较大时,能有效算出解法的种数。-N-Queens problem is a simple solution, the use of bit operations to solve, when N is large, it can effectively calculate the solution of the species.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:229272
    • 提供者:邹伟豪
  1. NQ

    0下载:
  2. N皇后问题(位运算,C语言版) N皇后问题求解 位运算-N-Queens problem (bit computing, C-language version) N-Queens problem solving-bit computing
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1806
    • 提供者:sohingkeung
  1. poj2777

    0下载:
  2. poj2777线段树 统计区间颜色 位运算-poj2777 segment tree statistical range of color bit computing
  3. 所属分类:Data structs

    • 发布日期:2017-12-09
    • 文件大小:709
    • 提供者:王寅初
  1. dfs

    0下载:
  2. 通过位运算实现可输入数据的八皇后运算问题-By bit arithmetic the eight queens operator input data
  3. 所属分类:Data structs

    • 发布日期:2017-12-03
    • 文件大小:840
    • 提供者:熊风
  1. Nqueen

    0下载:
  2. 给出了用三种方法实现的N皇后,包括循环、递归、位运算等,方便初学者进行研究学习。-Three ways to achieve the N-Queens, including loops, recursion, bit operation, easy for beginners to study learning.
  3. 所属分类:Data structs

    • 发布日期:2017-11-19
    • 文件大小:241766
    • 提供者:子木
« 12 »
搜珍网 www.dssz.com