• 통합검색
  • 대학레포트
  • 논문
  • 기업신용보고서
  • 취업자료
  • 파워포인트배경
  • 서식

전문지식 6,833건

#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주 판매 이력 없음
hile(E[i]-y1>0.0001)//오차 10-4 { y1=y+h*(f(c,y)+f(x,y1))/2;//개량된 Euler 구하기 } y=y1; } return; } // f(t,y) 서브루틴 double f(double x, double y) { return(x*pow(y,1/3)); } 주어진 문제 ) y ' = x · y1/3 =f(x, y) y ( 1 ) = 1 개량된 Euler 방법에 의한 Y값 추정 N=100 H=0.01 x=1 y=1 y(1)=
  • 페이지 5페이지
  • 가격 1,000원
  • 등록일 2003.12.09
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
error 출력 printf("\n===== parity bit =====\n"); for(i=0;i<file_size;i++)printf("%c",dec[i]); printf("\n"); printf("\n전체 에러 %d byte중 %d byte 에러 발견\n",parity_number, parity_num[0]); } float Uniform() { float rv; rv=(float)rand()/(float)RAND_MAX; return rv; } 결과 1 결과 2 없음
  • 페이지 10페이지
  • 가격 1,200원
  • 등록일 2005.11.24
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
est.cpp Bitmaptest.dsp Bitmaptest.dsw Bitmaptest.h Bitmaptest.ncb Bitmaptest.opt Bitmaptest.plg Bitmaptest.rc BitmaptestDoc.cpp BitmaptestDoc.h BitmaptestView.cpp BitmaptestView.h ChildFrm.cpp ChildFrm.h MainFrm.cpp MainFrm.h ReadMe.txt resource.h StdAfx.cpp StdAfx.h 파일 42,
  • 페이지 42페이지
  • 가격 3,000원
  • 등록일 2014.04.08
  • 파일종류 압축파일
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
top