|
#1.hwp
1. 소스코드
1) lineDDA
#include <stdio.h>
#include <math.h>
// line drawing algorithms
#define ROUND(x) (int)(x+0.5)
#define HEIGHT 480
#define WIDTH 640
#define COLOR 3
unsigned char n_Image[HEIGHT][WIDTH][COLOR];
unsigned char n_color[COLOR];
void init(
|
- 페이지 27페이지
- 가격 3,000원
- 등록일 2012.08.31
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|