|
.
|
- 페이지 1페이지
- 가격 1,000원
- 등록일 2004.10.06
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
#define _CRT_SECURE_NO_WARNINGS
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include <string.h>
#define H 1000
#define W 1000
#define ROUND(val) (int)(val+0.5)
unsigned char larray[H][W][3];
#define maxlevel 255
#define STEP 1000
#define PI 3.1415
|
- 페이지 10페이지
- 가격 4,000원
- 등록일 2020.11.05
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
#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주 판매 이력 없음
|
|
Sierpinski:1882-1969)에 의해 소개되었다. 그 당대에 시어핀스키는 가장 영향력 있는 수학자였으며, 실제로, 달의 분화구 중 하나를 그의 이름을 따서 지었다. 이 글에서는 평면과 공간의 경우로 나누어 평면에서 얻어진 삼각형 모양의 체를 시어핀
|
- 페이지 9페이지
- 가격 5,000원
- 등록일 2011.05.05
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
Sierpinski Gasket\");
glutIdleFunc (display);
glutMouseFunc (mouse);
glClearColor(1.0, 1.0, 1.0, 0.0); /* 흰 배경 */
glColor3f(1.0, 0.0, 0.0); /* 적색으로 그리기 */
glMatrixMode(GL_PROJECTION); /* 투영 행렬 모드 */
glLoadIdentity(); /* 단위 행렬 */
glOrtho(0.0, 500.0, 0.0, 500.0, -500.0, 500.0);
g
|
- 페이지 11페이지
- 가격 2,000원
- 등록일 2006.09.08
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|