|
#include <avr/signal.h>
#include <avr/pgmspace.h>
#include <avr/io.h>
#include <avr/signal.h>
#include <avr/interrupt.h>
#include <avr/delay.h>
#include <avr/wdt.h>
#include <avr/iom16.h>
#define BYTE unsigned char
#define WORD unsigned in
|
- 페이지 9페이지
- 가격 4,000원
- 등록일 2008.12.03
- 파일종류 기타
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
l, &ftol, &n);
break;
case 2:
perform(&a, &b, &xtol, &ftol, &n);
break;
case 3:
printf("수고하셨습니다. \n");
break;
default:
printf("오류입니다. 다시 실행해 주십시요.!");
}
}while(menu>0 && menu<3);
return 0;
}
< 실행 결과 및 분석 >
1. 올바른 범위의 값을 입력하였을
|
- 페이지 6페이지
- 가격 1,300원
- 등록일 2006.05.23
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
#include <stdio.h>
#include <stdlib.h>
#include <conio.h>
typedef struct double_node
{
struct double_node *llink;
int data;
struct double_node *rlink;
}linked_node;
linked_node *new_ad, *dpointer, *head;
|
- 페이지 1페이지
- 가격 1,000원
- 등록일 2005.02.28
- 파일종류 기타
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
#include <stdio.h>
#include <stdlib.h>
#include <conio.h>
#define SIZE 5
int init_Q();
int insert_Q(char insert_data);
int delete_Q();
int print_Q();
int isempty();
int front_exam();
typedef struct Q_node{
int data;
Q_node *link;
}queue_node;
queue_node *new
|
- 페이지 1페이지
- 가격 1,000원
- 등록일 2005.02.28
- 파일종류 기타
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
#include <stdio.h>
#include <stdlib.h>
#include <conio.h>
#define ARRY_SIZE 10
int a[ARRY_SIZE];
int size = 0;
int init_array();
int ins_value();
int del_value();
int prn_array();
|
- 페이지 1페이지
- 가격 1,000원
- 등록일 2005.02.28
- 파일종류 기타
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
<conio.h>
#define MAX_TREM 8
typedef struct tree_node{
bool lthread;
struct tree_node *lchild;
char data;
struct tree_node *rchild;
bool rthread;
}tree_noded;
tree_noded *head_node, *new_node[15], *current_node;
char term[MAX_TREM]={NULL, '+', '/', '*', 'a', 'b', 'c', 'd
|
- 페이지 1페이지
- 가격 1,000원
- 등록일 2005.02.28
- 파일종류 기타
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
>
#define BUS_STOP 19
#define BUS_INTERVAL 300
#define BUS_DRIVE 180
#define HUMAN_ARRIVAL 30
#define BOARDING_TIME 6
const int numOfbus = 30;
enum {BUS_LEAVE,BUS_ARRIVE,HUMAN_ARRIVE}; //event type
struct EVENT_TYPE { long time;
int event_type,data;
EVENT_TYPE* next;
};
void insertq(long,int,int)
|
- 페이지 13페이지
- 가격 2,300원
- 등록일 2002.09.22
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
프로그램을 종료합니다. *\n";
cout <<"* *\n";
cout <<"*******************************************\n\n\n\n";
cout << endl;
system("pause");
}
char menuprint()
{
char ch;
cout <<"*************************
|
- 페이지 1페이지
- 가격 1,000원
- 등록일 2011.05.31
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
최적의 길을 찾아주는 C#소스코드입니다.
start점과 end점을 찍고 run을 해주면 최적의 길을 찾습니다.
지하철서브웨이시스템의 최적루트검색이나 기타분야에서 응용될 수 있습니다.
참고하시기 바랍니다.
|
- 페이지 50페이지
- 가격 9,000원
- 등록일 2009.12.07
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
#include <stdio.h>
void main()
{
int p1x,p1y,p2x,p2y;
int m_A,m_B,m_C;
p1y = sizeof(p1x);
printf("!!!!!!!!!!--지정된 이외의 행동을 하면 책임못짐: %d\n\n",p1y);
printf("처음 좌표값을 너슈 P1(x1,y1): ");
scanf("%d%d",&p1x,&p1y);
|
- 페이지 2페이지
- 가격 800원
- 등록일 2005.11.30
- 파일종류 기타
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|