|
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#define ROUND(x) (int)(x+0.5)
#define MAX 500
int imageArray[MAX][MAX][3];
typedef struct {
float x;
float y;
} Point2D;
void main()
{
int i, j, c, w, h, maxLevel;
int k, p;
FILE *fp;
Point2D vertice[3];
|
- 페이지 2페이지
- 가격 5,000원
- 등록일 2008.11.28
- 파일종류 기타
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
glClearColor (1.0, 1.0, 1.0, 1.0);
glutMainLoop();
}
- 결 과 A.1 시어핀스키 가스켓
A.2 시어핀스키 가스켓의 순환적 생성
A.3 삼차원 시어핀스키 가스켓
A.4 순환적 삼차원 시어핀스키 가스켓
|
- 페이지 11페이지
- 가격 2,000원
- 등록일 2006.09.08
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#define ROUND(x) (int)(x+0.5)
#define MAX 500
typedef struct {
int x;
int y;
} Point2D;
typedef struct {
double x;
double y;
} XY;
Point2D controlP[5]; //기준점 5개
XY curve[30];
int imageAr
|
- 페이지 5페이지
- 가격 5,000원
- 등록일 2008.11.21
- 파일종류 기타
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#define MAX 500
#define COLOR 256
#define CENTERX -1.05
#define CENTERY 0.253
#define HEIGHT 0.0001
#define WIDTH 0.0001
#define MAX_ITER 100
#define N 500
#define M 500
float height = HEIGHT; /* size of window in
|
- 페이지 3페이지
- 가격 5,000원
- 등록일 2008.11.28
- 파일종류 기타
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
프로그램이다.
지식과 정보가 넘쳐나는 오늘날의 사회에서 여러 분야에서 자료의 분석은 중요한 가치로 여겨지고 있다. 매우 친근한 인터페이스와 그래픽 기능, 광범위한 데이터베이스로의 즉각적인 접근으로 학생들이 자료를 모으고, 탐구
|
- 페이지 11페이지
- 가격 2,000원
- 등록일 2014.07.07
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|