해밍_가중값,Hamming_weight

Hamming weight : symbol sequence에서 0이 아닌 것의 수. 즉 binary sequence에서 1의 수. [https]source

binary codeword의 (0이 아닌) 1 개수 세기와 관련.

Relation:
해밍_코드,Hamming_code에서 해밍_거리,Hamming_distance 관련.
오류,error 제어 때문에 중요한 주제.
bit_manipulation and/or bitwise_operation
{
MKL
비트,bit (binary digit)
binary_numeral or binary_number
연산,operation
바이트,byte
해밍_가중값,Hamming_weight
논리게이트,logic_gate
논리연산,logical_operation - cmp. curr rr
bitstream = bit_stream .... WpKo:비트스트림_(컴퓨터_과학) WpEn:Bitstream .... is_a 스트림,stream
bitwise_negation ... WpEn:Bitwise_negation ... is_a 부정,negation 보수,complement
bitfield = bit_field ... WpKo:비트_필드 WpEn:Bit_field
bit_string = bit_array = bit_vector ~= bitmap = bit_map
mask / bit_mask ... 마스크,mask? ... WpKo:마스크_(컴퓨팅)
레지스터,register
arithmetic_logic_unit ... WpKo:산술_논리_장치 WpEn:Arithmetic_logic_unit (ALU)
logical_matrix = Boolean_matrix ..... WpEn:Logical_matrix is_a 행렬,matrix
...

Topics
bit_shift .... WpEn:Bit_shift (redir.)

Bit Sets: An introduction to bit manipulation // 자바스크립트,JavaScript
https://alexharri.com/blog/bit-sets


}

tmp del ok
{
2진수 표현에서 1의 개수 세기 (2007) https://kylog.tistory.com/6
}