|
c;
init_stack();
while (*p)
{
if (*p >= \'0\' && *p <= \'9\')
{
i = 0;
do
{
if(*p == \'.\')
{
s=p;
while(*s++!=\' \') //공백을 만나면 카운트의 종료//
{
cnt++;
}
++p; //소수점을 만나면 건너뜀//
}
i = i * 10 + *p - \'0\';
p++;
} while (*p >= \'0\' && *p <= \'9\' || *p == \'.\');
state2
|
- 페이지 9페이지
- 가격 1,000원
- 등록일 2010.04.07
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
C언어 CCS-C 실전가이드”,
오정원, 컴파일 테크놀로지(주)
(3) “Intoduction to Robotics Analysis, Systems, Applications",
Saeed B. Niku, Pearson Education
(4) “로봇 축구 시스템”, 김종환, 대영사
(5) "Unix/Linux 환경에서 C 프로그래밍 감각익히기“,
신경희외 2, 영한
|
- 페이지 23페이지
- 가격 3,000원
- 등록일 2011.07.16
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
#include <windows.h>
#include <stdio.h> //printf(), getchar()
#include <time.h> //clock() clock_t CLK_TCK, time(), srand()
#include <conio.h> //putch(), kbhit()
#include "graphics2.h"
#include <stdlib.h>
#include <string.h>
#include "mmsystem.h" //
|
- 페이지 16페이지
- 가격 2,000원
- 등록일 2007.12.06
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
Programming Examples in C" - DCT (158p)
[2] Randy Crane, "A simplified approach to image processing" - Histogram specification (49p)
[3] http://www.photomosaic.com/rt/fineart.htm 1. 서론
1.1 연구 배경
1.2 연구 내용
2. 본론
2.1 관련 연구
2.2 시스템 개요 및 전처리 과정
2.3 밝기
|
- 페이지 13페이지
- 가격 2,000원
- 등록일 2005.05.26
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
Problem: Distance Formula (distance.c)
To test their idea, the Math Academy would first like a short program that computes the distance between two points on a Cartesian Plane. The students are expected to work their problems on paper and then compare their answers to the answers generated by your
|
- 페이지 3페이지
- 가격 1,300원
- 등록일 2012.07.23
- 파일종류 워드(doc)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
c)
{
return data[c];
}
int getCount()
{
return count;
}
};
int main(void)
{
int count;
List<int> l;
srand(time(NULL));
l.Add(12);
l.Add(52);
l.Add(38);
l.Add(87);
l.Add(28);
l.Add(10);
cout<<"List 삽입 원소 : 12,52,38,87,28,10"<<endl;
cout<<"랜덤 출력 값 : ";
count = rand()%l
|
- 페이지 10페이지
- 가격 2,300원
- 등록일 2014.11.04
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
----------------------"<<endl;
}
};
int main()
{
Stack s;
try{
s.push(3);
s.display();
s.push(4);
s.display();
s.pop();
s.display();
s.pop();
s.display();
s.pop();
//s.display();
}
catch(char *e)
{
cout<<e<<endl;
}
return 0;
}
4. 성적을 처리하는 클래스 ProcessScore를 작성하라.
#inc
|
- 페이지 7페이지
- 가격 2,300원
- 등록일 2014.11.04
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
linux.gz를 다시 mylinux로 풀려면
gunzip mylinux.gz
명령으로 하면 됩니다.
26.USB 저장장치를 포맷합니다.
/etc/mtools.conf를 열고 다음과 같이 e:로 /dev/sda1을 등록합니다.
drive a: file="/dev/fd0" exclusive mformat_onlydrive b: file="/dev/fd1" exclusive mformat_onlydrive e: file="
|
- 페이지 12페이지
- 가격 2,000원
- 등록일 2007.08.14
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
C 컴파일러입니다.
GCC 는 매우 단순해서, 일반적인 통합환경 개발도구와는
다르게 콘솔 상에서 컴파일에 필요한 모든 명령을 집어
넣어주어야 합니다. 1.GCC 란?
2.GCC 설치방법
3.GCC 사용 옵션
4.GCC 결 론
5.리눅스의 JAVA
6.JAVA 설
|
- 페이지 29페이지
- 가격 1,000원
- 등록일 2006.04.19
- 파일종류 피피티(ppt)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
c WLAN_Rx.c 가 큰 틀이고, 메인 프로그램은 WLAN_server.c WLAN_client.c 입니다.
* WLAN_Tx.c에서 타겟 PC의 IP를 수정해 주시면 됩니다.
* WLAN_Tx.c, WLAN_Rx.c는 무한히 돌아가도록 while loop로 이루어져 있습니다. 이는 조건을 설정하시거나 없애주시면 편
|
- 페이지 1페이지
- 가격 1,500원
- 등록일 2006.11.13
- 파일종류 기타
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|