태그>decoding(총 5개의 글)
'decoding' 관련 최근글
-
- LDPC codes의 decoding algorithm과 neural network, 그리고 co..
-
yongjune by ykim|2012/01/11 06:07
Error control codes(ECC)의 일종인 LDPC (low-density parity check) codes는 가장 우수한 성능의 ECC 중 하나이다. 그런데, LDPC codes의 decoding algorithm은 neural network로 설명이 가능하다. (사실, decoding algorithm으로 사용되는 beli..
- LDPC codes의 decoding algorithm과 neural network, 그리고 co..
-
- [Java] Apache Commons Codec : encoding/decoding 라이브러리
-
Sigel's house made of ice 。。。 by Sigel|2008/05/07 15:44
HTTP 연결을 하면서 Base64로 인코딩할 일도 생겼다. 찾아보니 역시 Apache Commons 프로젝트에 쓰기 좋은 것이 있었다. Commons Codec이라는 이름의 라이브러리이고, Base64, Hex, Phonetic, URLs 등의 여러가지 encoding/decoding 기법을 제공한다...
- [Java] Apache Commons Codec : encoding/decoding 라이브러리