|
C., Edwards, S., & Prickett, H. (1999). Reading?...Pah!(I got it!): Innovative reading techniques for successful deaf readers. American Annals of the Deaf, 144(4), 298-308.
Stokoe, W. (1960). Sign language structure: An outline of the visual communication systems of the american deaf. Linstok Press.
|
- 페이지 14페이지
- 가격 3,000원
- 등록일 2005.03.16
- 파일종류 한글(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주 판매 이력 없음
|
|
C", "Al Kelly", "홍릉과학출판사", 830, 24000);
book mybook = {"C@PL.com", "강 환수", "학술정보", 530, 20000};
software visualc = {"Visual C++", "MS", "개발도구", 500, 800000};
printf("C 언어 국내 서적\n");
printf("저자 : %s, 제목 : %s, 페이지수 : %d \n", mybook.author, mybook.ti
|
- 페이지 2페이지
- 가격 600원
- 등록일 2007.10.31
- 파일종류 기타
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
프로그래밍 - 한빛미디어
초보자를 위한 C++ - 인포북
visual c++ 5 - 곽용제 저
visual c++을 이용한 영상 처리 - 사이텍 미디어
기저함수의 대칭성을 이용한 저니키 모멘트의 효과적인 계산 방법 - 황선규, 김회율
캐릭터 이미지 검색을 위한 모양 기
|
- 페이지 14페이지
- 가격 2,000원
- 등록일 2006.09.25
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
visual pathway in children with reading disability. New England Journal of Medicine, 328, 989-996.
Lyon G. R., & Rumsey, J. M. (1996). Neuroimaging: A window to the neurological foundations of learning and behavior in children. Baltimore, MD: Paul H. Brookes.
Mercer, C. D. (1991). Students with lear
|
- 페이지 10페이지
- 가격 1,300원
- 등록일 2002.08.07
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
Visual C++ 버전에 대한 정보와 응용 프로그램 마법사를 사용하여 선택한
플랫폼, 구성 및 프로젝트 기능에 대한 정보가 들어 있습니다.
BizCard.vcxproj.filters
응용 프로그램 마법사를 사용하여 생성된 VC++ 프로젝트의 필터 파일입니다.
|
- 페이지 53페이지
- 가격 3,300원
- 등록일 2014.03.01
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
#include<stdio.h>
#include<math.h>
#include<time.h>
#include<string.h>
#include<stdlib.h>
#define LOOP 10
#define MAX 1000
int d, e, n, count, index, count1;
int data[MAX], list1[MAX], list2[MAX];
int seq_srch(int data[], int k);
int selection_sort(int l
|
- 페이지 1페이지
- 가격 800원
- 등록일 2012.07.08
- 파일종류 기타
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <time.h>
#define LOOP 10
#define DATA 1000
int data[DATA];
int selection_sort(int data[]);
void main() {
int i, j, count, sum=0, avg=0;
for(i=0; i<LOOP; i++) {
|
- 페이지 1페이지
- 가격 800원
- 등록일 2012.07.08
- 파일종류 기타
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
C로 코딩한 전화번호부 소스입니다. window XP, visual studio 6 환경에서 작업했으며,
삽입,수정,검색,저장,로드 기능을 탑재했습니다.
제가 c 초보자이기 때문에 누구나 한번 보면 알 수 있는 쉬운 코드로 작성했습니다.
실행결과 완벽하게
|
- 페이지 1페이지
- 가격 1,000원
- 등록일 2008.06.13
- 파일종류 기타
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
점점 빨라집니다. 다음 블럭과 점수를 계산하여 화면에 나타냅니다.
원하시는 대로 조금만 변형하면 더 괜찮은 테트리스 게임이 될 것입니다.
Visual C++ 6.0 으로 제작하였으며 Visual Studio 2005 와 같은 상위 버전에서도 불러올 수 있습니다.
|
- 페이지 15페이지
- 가격 900원
- 등록일 2007.10.12
- 파일종류 기타
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|