|
#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주 판매 이력 없음
|
|
#include<stdio.h>
#include<stdlib.h>
#include<math.h>
#define LOOP 10
#define MAX 1000
typedef struct{
int key;
int link;
}element;
element list[MAX];
int count;
int rmerge(element list[], int lower, int upper);
int listmerge(element list[], int
|
- 페이지 1페이지
- 가격 800원
- 등록일 2012.07.08
- 파일종류 기타
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
\n\n");
printf("번호 선택 : [ ]\b\b\b");
fflush(stdin); // 버퍼 지우기
scanf("%c", &choice);
switch(choice)
{ 20.1KB
|
- 페이지 1페이지
- 가격 2,300원
- 등록일 2012.07.08
- 파일종류 기타
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
C.-T. Sun, E. Mizutani, Neuro-Fuzzy and Soft Computing, Prentice Hall, 1997.
[17]Kazuo Tanaka, Hua O. Wang, Fuzzy Control Systems Design and Analysis, Wiley Interscience, 2001.
[18]Chin-Teng Lin, C.S. George Lee, Neural Fuzzy Systems, Prentice Hall, 1996.
[19]Bezdek, J.C., Pattern Recognition with F
|
- 페이지 35페이지
- 가격 5,000원
- 등록일 2003.11.28
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
C 언어의 특징이 아닌 것은?
① 간결성 ② 이식성
③ 효율성 ④ 객체지향성
정답 : ④
3. 다음 중 C 언어의 주 사용 분야가 아닌 것은?
① 운영체제 등의 시스템 프로그래밍 ② 성능 위주의 프로그래밍
③ 하드웨어 제어 목적의 프로그
|
- 페이지 93페이지
- 가격 3,000원
- 등록일 2014.11.14
- 파일종류 아크로벳(pdf)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
프로그래밍
결과
6.11 C언어 과목에 대한 평점을 계산하는 프로그램을 중간시험, 기말시험, 보고서 그리고 출석의 정수형 점수를 100점 만점에 중간 30%, 기말 40%, 보고서 20% 그리고 출석 10%로 가정하여 각 점수의 원 점수와 비율을 곱한 점수를
|
- 페이지 7페이지
- 가격 1,000원
- 등록일 2011.07.06
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
c_5601-1987"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Name="blackjack"
ProjectGUID="{A5F580AB-2DCC-4DDC-8F98-0831ACCF7ADE}"
RootNamespace="blackjack"
Keyword="Win32Proj"
TargetFrameworkVersion="19661
|
- 페이지 30페이지
- 가격 3,000원
- 등록일 2012.10.25
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|