|
BitPlaneRGB {
public final byte[] channels;
public BitPlaneRGB() {
channels = new byte[3];
}
public BitPlaneRGB(int R, int G, int B) {
channels = new byte[] {
(byte) R, (byte) G, (byte) B
};
}
} 개발 환경
BitPlane 결과 및 소스 설명
Dithering 결과 및 소스 설명
문제
|
- 페이지 16페이지
- 가격 2,000원
- 등록일 2012.10.25
- 파일종류 워드(doc)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
멀티미디어의 활용
6. TCP/IP
7. SMTP(Simple Mail Transfer Protocol)
8. FTP(File Transfer Protocol)
9. PPP(Peer to Peer Protocol)
10. SLIP(Serial Line Internet Protocol)
11. HTTP(Hyper Text Transfer Protocol)
12. 통신프로토콜의 기능
13. URL과 도메인 네임
14. 라우터(Router)
15. 게이
|
- 페이지 8페이지
- 가격 1,300원
- 등록일 2002.04.30
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|