|
설정
4.1.1 편집기 탭
4.1.2 편집기 형식 탭
4.1.3 일반 탭
4.1.4 결합 탭
4.1.5 환경 탭
4.1.6 고급 탭
5. 프로그래밍 전에 알아야 할 기본 용어들
5.1 VB와 윈도즈 프로그래밍 용어
5.2 프로그래밍 기초 용어
5.3 Visual Basic의 기본 용어
|
- 페이지 17페이지
- 가격 2,000원
- 등록일 2004.07.05
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
프로그래밍 - 한빛미디어
초보자를 위한 C++ - 인포북
visual c++ 5 - 곽용제 저
visual c++을 이용한 영상 처리 - 사이텍 미디어
기저함수의 대칭성을 이용한 저니키 모멘트의 효과적인 계산 방법 - 황선규, 김회율
캐릭터 이미지 검색을 위한 모양 기
|
- 페이지 14페이지
- 가격 2,000원
- 등록일 2006.09.25
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
임상, vol.26, No.3.
Hargreaves, D., & Tiggemann, M. (2002). The role of appearance schematicity in the development of adolescent body dissatisfaction. Cognitive Therapy and Research.
Jansen, A., Nederkoorn, C., & Mulkens, S. (2005). Selective visual attention for ugly and beautiful body parts in eat
|
- 페이지 9페이지
- 가격 2,500원
- 등록일 2009.01.12
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
C%8C%EC%9D%BC:Red_led_x5.jpg
12. 파란색 LED 이미지
http://ko.wikipedia.org/wiki/%ED%8C%8C%EC%9D%BC:%ED%8C%8C%EB%9E%91_%EB%B0%9C%EA%B4%91_%EB%8B%A4%EC%9D%B4%EC%98%A4%EB%93%9C.JPG
13.Future Display이미지
- http://contest.samsungdisplay.com/future.html
<그림3> OLED 소자의 에너지 밴드 구조 : OLE
|
- 페이지 17페이지
- 가격 2,000원
- 등록일 2015.06.29
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
C%8C%EC%9D%BC:Red_led_x5.jpg
12. 파란색 LED 이미지
http://ko.wikipedia.org/wiki/%ED%8C%8C%EC%9D%BC:%ED%8C%8C%EB%9E%91_%EB%B0%9C%EA%B4%91_%EB%8B%A4%EC%9D%B4%EC%98%A4%EB%93%9C.JPG
13.Future Display이미지
- http://contest.samsungdisplay.com/future.html
<그림3> OLED 소자의 에너지 밴드 구조 : OLE
|
- 페이지 18페이지
- 가격 2,300원
- 등록일 2014.06.18
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
Visual Impairment & Blindness, 97, 325-334.
Barraga, N. C.(1983). Visual handicaps and learning. Austin, TX: Exceptional Resources.
Corn, Anne L., Bell, Jennifer K., Andersen, Erika, Bachofer, Cynthia, Jose, Randall T., Perez, Ana M., (2003). Providing access to the visual environment: a model of lo
|
- 페이지 7페이지
- 가격 700원
- 등록일 2005.07.11
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <time.h>
#define LOOP 10
#define MAX 1000
int list[MAX], sorted[MAX];
int count;
void merge_sort(int list[], int n);
void merge_pass(int list[], int sorted[], int n, int s);
void merge(int list[
|
- 페이지 1페이지
- 가격 800원
- 등록일 2012.07.08
- 파일종류 기타
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#define LOOP 10
#define MAX 1000
int data[MAX];
int e, n, count, index;
int selection_sort(int data[], int n);
int bin_srch(int data[], int k);
int inter_srch(int data[], int k);
void main() {
int i
|
- 페이지 1페이지
- 가격 800원
- 등록일 2012.07.08
- 파일종류 기타
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <math.h>
#define LOOP 10
#define MAX 1000
int list1[MAX], list2[MAX];
int n, count, left, right;
int selection_sort(int list1[], int n);
void quicksort(int list2[], int left, int right);
void
|
- 페이지 1페이지
- 가격 800원
- 등록일 2012.07.08
- 파일종류 기타
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#define LOOP 10
#define MAX 1000
int data1[MAX],data2[MAX];
int count;
void quicksort(int data1[], int left, int right);
void bin_inser_sort(int data2[], int n);
void main() {
int i, j, qsum, bsum;
|
- 페이지 1페이지
- 가격 800원
- 등록일 2012.07.08
- 파일종류 기타
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|