Description: 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 is ba sed 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) ope rations. Platform: |
Size: 2624 |
Author:里海 |
Hits:
Description: 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 is ba sed 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) ope rations. Platform: |
Size: 2048 |
Author:里海 |
Hits:
Description: 此程序实现了一定的按位操作的运算,例如
:按位与,按位或
-This process to achieve a certain amount of by-bit computing operations, such as: bitwise and, bitwise or Platform: |
Size: 5120 |
Author:caizc |
Hits:
Description: 使用说明:
1、该计算器对表达式的要求比较严格
2、该计算器默认采用弧度制,计算角度时则要转换:sin(π/6)=0.5
3、括号必须要匹配
4、注意像And这样的运算,前后数值需要括号:(1011)And(1000)
其他说明:
Backspace :删除当前输入的最后一位。
CE :清除当前显示的表达式。
C :清除当前的计算,开始新的计算。
MC :清除存储器中的数据。
MR:调用存储器中的数据。
Mod求模(即整数相除求余数)
And按位与, Or按位或, Xor按位异或
dms度分秒切换
Lsh左移, Not按位取反, Int取整数部分
三角函数运算,cos余弦, sin正弦, tan正切
log常用对数, n!阶乘, ln自然对数,
指数运算,F-E科学计数法开关
-Instructions:
1, the calculator more stringent requirements for expression
2, the calculator defaults to radians, the angle will have to calculate the conversion: sin (π/6) = 0.5
3, the brackets must be matched
4, note that operations such as And, need parentheses around the value: (1011) And (1000)
Other notes:
Backspace: Delete the current input of the last one.
CE: Clear the current display of expression.
C: clear the current calculation, start a new calculation.
MC: Clear memory data.
MR: call data in the memory.
Mod Modulus (division remainder is an integer number)
And by bit and, Or by bit or, Xor bitwise XOR
dms degrees minutes and seconds to switch
Lsh left, Not bitwise negation, Int take the integer part
Trigonometric functions, cos cos, sin sine, tan tangent
log common logarithm, n! factorial, ln the natural logarithm,
Exponentiation, F-E switch in scientific notation Platform: |
Size: 1033216 |
Author:fay |
Hits:
Description: 基于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 analysis, a new improved algorithm. The algorithm uses the bitwise operations, and search only the Queen' s position can be placed in each row. Show that this approach can significantly enhance the efficiency of the N-queens problem algorithm through theoretical analysis and experimental verification. Platform: |
Size: 233472 |
Author:陈嘉鑫 |
Hits:
Description: 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 Platform: |
Size: 9216 |
Author:pupeng |
Hits:
Description: 整数位运算及二进制显示。指定整数类型(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 result of the operation and integer binary form Platform: |
Size: 1024 |
Author:邵小帅 |
Hits:
Description: Bitwise Operations, bit masking - AND, OR, NOT
How to use them in your code.
Examples, easy to follow.
Platform: |
Size: 4096 |
Author:Mike |
Hits:
Description: 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, Rotate Left, Rotate Right-Simple ALU behavior the way to achieve the following functions: 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, Rotate Left, Rotate Right Platform: |
Size: 108544 |
Author:young |
Hits:
Description: 此程序实现了一定的按位操作的运算,例如:按位与,按位或-This process to achieve a certain amount of by-bit computing operations, such as: bitwise and, bitwise or Platform: |
Size: 5120 |
Author:hui0713580 |
Hits: