搜索资源列表
-
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下载:
基于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下载:
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
-