|
void CPrintTextView::Midpoint(int Xa, int Xb, int Ya, int Yb) // Midpoint algorithm을 위한 함수
{
int Mx, My, Ca, Cb, Pk, Y, Y1, X, X1; // 계산식을 위한 변수 선언
if(i==0) // 전역변수 i에 따라 전역변수 r,g,b의 값을 넣어준다
r=250, g=0, b=0;
i
|
- 페이지 20페이지
- 가격 2,000원
- 등록일 2006.01.25
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
왼쪽 구간 정렬
quickSort(tmpd+left+1,num-left-1);// 오른쪽 구간 정렬
} 1.과제 설명
2.프로그램 설명
3.3원 다단계 합병 알고리즘 구현에 이용된 함수 설명
4.프로그램 실행 과정 설명
5.프로그램 소스 파일 첨부 및 설명
|
- 페이지 13페이지
- 가격 2,500원
- 등록일 2006.09.27
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
알고리즘(maximum algorithm)
2. 선형 탐색 알고리즘(linear search algorithm)
3. 삽입정렬(insertion sorting algorithm)
4. 버블 정렬 알고리즘(bubble sorting algorithm)
5. 2진탐색 알고리즘(binary search algorithm)
(문제기술
분석
코딩
프로그램
결과
개선
|
- 페이지 22페이지
- 가격 3,000원
- 등록일 2004.06.26
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
AES.CPP
// AES 암호화 프로그램
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <malloc.h>
#define Nb 4 //state의 column 수
#define Nk 4 //32bit짜리 워드의 개수
//#define Nr 10
|
- 페이지 13페이지
- 가격 11,000원
- 등록일 2013.12.16
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
/* 상수 정의 */
#define BLOCK_SIZE 8 // DES 블록 사이즈
#define DES_ROUND 16 // DES 라운드 수
/* 타입 정의 */
typedef unsigned char BYTE;
typedef unsigned int
|
- 페이지 1페이지
- 가격 11,000원
- 등록일 2013.12.16
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|