当前位置:
首页 资源下载
搜索资源 - bitwise Operations
搜索资源列表
-
0下载:
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
-
-
0下载:
多功能计算器
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
-
-
0下载:
此程序实现了一定的按位操作的运算,例如
:按位与,按位或
-This process to achieve a certain amount of by-bit computing operations, such as: bitwise and, bitwise or
-
-
0下载:
for calculating results of bitwise operations
-
-
0下载:
使用说明:
1、该计算器对表达式的要求比较严格
2、该计算器默认采用弧度制,计算角度时则要转换:sin(π/6)=0.5
3、括号必须要匹配
4、注意像And这样的运算,前后数值需要括号:(1011)And(1000)
其他说明:
Backspace :删除当前输入的最后一位。
CE :清除当前显示的表达式。
C :清除当前的计算,开始新的计算。
MC :清除存储器中的数据。
MR:调用存储器中的数据。
Mod求模(即整数相除求余数)
-
-
0下载:
基于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
-
-
0下载:
文本计算器说明
一、用法:
1、文本计算器具有关闭时是否保存计算结果的功能、计算结果的小数位选择功能,小数位0表示计算精度;
2、文本计算器打开时,可以自动加载上次的计算结果以及上次关闭时窗口位置;
3、双击计算器的文本框可打开数字键盘,方便笔记本用户使用;
4、输入数学表达式后,按回车键,自动计算结果;
5、一个表达式必须在一行内全部输入;
6、表达式不输入内容时直接回车,不再出现错误提示;
7、需要当记事本用时,在本行最前面加入 号,可不出现错误提示!
-
-
0下载:
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
-
-
1下载:
整数位运算及二进制显示。指定整数类型(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
-
-
0下载:
Bitwise Operations, bit masking - AND, OR, NOT
How to use them in your code.
Examples, easy to follow.
-
-
0下载:
Test bitwise operations with undefined.
-
-
0下载:
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
-
-
0下载:
此程序实现了一定的按位操作的运算,例如:按位与,按位或-This process to achieve a certain amount of by-bit computing operations, such as: bitwise and, bitwise or
-