|
#include <stdio.h>
#include <math.h>
#include <gl/glut.h>
#define WIDTH 500
#define HEIGHT 500
unsigned char mandelbrot[HEIGHT][WIDTH];
GLint TopLeftX, TopLeftY, BottomRightX, BottomRightY;
GLdouble h = 2, w = 2, cx = -0.5, cy = 0;
int iter = 200;
int flag=0;
|
- 페이지 5페이지
- 가격 7,000원
- 등록일 2020.11.05
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|