CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - bitwise Operations

搜索资源列表

  1. RBDS

    0下载:
  2. The decoding algorithm used in RBDS.c is based on error trapping. The program emulates the operation of the encoder and decoder of a binary cyclic codes, using bitwise shifts and xor for modulo g(x) operations. -The decoding algorithm used in RBDS.c
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2.56kb
    • 提供者:里海
  1. caculator.rar

    0下载:
  2. 多功能计算器 1.支持2进制,10进制,16进制数的加减乘除 2.支持2进制,10进制,16进制数的相互转化 3.支持2进制,10进制,16进制数的按位逻辑运算(与,或,同或,异或) 4.支持2进制数的移位和循环移位 ,1 multi-function calculator. 2 Supported hexadecimal, 10 hexadecimal, 16 hexadecimal number of addition and subtraction, multiplication
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:2.58kb
    • 提供者:li
  1. 1

    0下载:
  2. 此程序实现了一定的按位操作的运算,例如 :按位与,按位或 -This process to achieve a certain amount of by-bit computing operations, such as: bitwise and, bitwise or
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:5.22kb
    • 提供者:caizc
  1. bitwise

    0下载:
  2. for calculating results of bitwise operations
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:8.6kb
    • 提供者:samy
  1. scientific_calculator

    0下载:
  2. 使用说明: 1、该计算器对表达式的要求比较严格 2、该计算器默认采用弧度制,计算角度时则要转换:sin(π/6)=0.5 3、括号必须要匹配 4、注意像And这样的运算,前后数值需要括号:(1011)And(1000) 其他说明: Backspace :删除当前输入的最后一位。 CE :清除当前显示的表达式。 C :清除当前的计算,开始新的计算。 MC :清除存储器中的数据。 MR:调用存储器中的数据。 Mod求模(即整数相除求余数)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1008.75kb
    • 提供者:fay
  1. Erlang-N-queen

    0下载:
  2. 基于Erlang语言平台解决N皇后问题,通过对原有基于Erlang的N皇后问题算法进行分析,提出了一种新的改进算法。该算法利用位运算操作,并且在每一行只搜索可以放置皇后的位置。通过理论分析与实验验证,证明该算法能明显提升N皇后问题算法效率。-Solve the N-queens problem, based on the Erlang language platform through the original N-queens problem algorithm based on Erlang
  3. 所属分类:Other systems

    • 发布日期:2017-11-04
    • 文件大小:228.17kb
    • 提供者:陈嘉鑫
  1. tcal5.5

    0下载:
  2. 文本计算器说明 一、用法: 1、文本计算器具有关闭时是否保存计算结果的功能、计算结果的小数位选择功能,小数位0表示计算精度; 2、文本计算器打开时,可以自动加载上次的计算结果以及上次关闭时窗口位置; 3、双击计算器的文本框可打开数字键盘,方便笔记本用户使用; 4、输入数学表达式后,按回车键,自动计算结果; 5、一个表达式必须在一行内全部输入; 6、表达式不输入内容时直接回车,不再出现错误提示; 7、需要当记事本用时,在本行最前面加入 号,可不出现错误提示!
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-13
    • 文件大小:428.53kb
    • 提供者:gogol
  1. subset-of-solving

    0下载:
  2. C语言中采用位运算进行真子集的求解,主要作为位运算的例程或者引导学生的利用位运算的解题思路-Solving ideas using bitwise operations in C language proper subset solving, primarily as a bit arithmetic routines or guide students in the use of bit operations
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-03
    • 文件大小:8.86kb
    • 提供者:pupeng
  1. ShowJFrame

    1下载:
  2. 整数位运算及二进制显示。指定整数类型(byte,short,char,int)输入若干整数,选择位运算(&、|、^),显示位运算结果及整数二进制形式-The integer bitwise operations and binary display. Specified integer types (byte, short, char, int) Enter the number of integer bit arithmetic (& , |, ^), showing the resul
  3. 所属分类:Algorithm

    • 发布日期:2015-11-13
    • 文件大小:1kb
    • 提供者:邵小帅
  1. bit_operations.txt.tar

    0下载:
  2. Bitwise Operations, bit masking - AND, OR, NOT How to use them in your code. Examples, easy to follow.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:3.86kb
    • 提供者:Mike
  1. 1.6ALU-Behavioral

    0下载:
  2. behavior方式的简单ALU 实现了以下功能:all operations are combinational  ADD/SUB on N bits operands  MULTIPLY on N/2 bits operands (Least Significant Part of), result on N bits.  bitwise AND, OR, XOR on 32 bits operands.  Logical Shift Left, Right, Rot
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-08
    • 文件大小:106.03kb
    • 提供者:young
  1. 1207

    0下载:
  2. 此程序实现了一定的按位操作的运算,例如:按位与,按位或-This process to achieve a certain amount of by-bit computing operations, such as: bitwise and, bitwise or
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-15
    • 文件大小:5.27kb
    • 提供者:hui0713580
搜珍网 www.dssz.com