|
CES], int distance[], int n, short int found[])
{/*distance[i] : 정점 v에서 i로의 최단 경로, 최단 경로가 발견되면 found[i] = 1*/
int i, u, w;
node_pointer ptr, temp, next;
for(i = 0; i < n; i++) {
found[i] = FALSE;
distance[i] = cost[v][i];
}
found[v] = TRUE;
distance[v] = 0;
for(i = 0; i < n-
|
- 페이지 7페이지
- 가격 1,500원
- 등록일 2014.12.05
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
.queue[j].plane.remain_time <= 0 ))
{
// 그것의 인덱스를 저장.
idx.i = i;
idx.j = j;
return idx;// 인덱스 반환.
}
}
}
// 아닐경우. -1,-1 반환
return idx;
}
//////////////////////////////////////////////////////////////////////////
// queue method
// 삭제.
PLACE queue_pop_front( QUEUE* queue )
|
- 페이지 58페이지
- 가격 3,000원
- 등록일 2011.11.08
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
));
printf(\"\\n\");
}
}
else if(w != v)
low[u] = low[u] < dfn[w] ? low[u] : dfn[w];
}
}
/*stack operation for bicon method*/
void adds(stack_pointer *top, int v1, int v2) {
stack_pointer temp = (stack_pointer)malloc(sizeof(stack));
if(IS_FULL(temp)) {
fprintf(stderr, \"The memory is full\\n\");
|
- 페이지 56페이지
- 가격 3,000원
- 등록일 2011.11.09
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
data;
int x=50,y=11,a;
for(h=0; h<10; h++)
{
insert_data = (int *)malloc(sizeof(int)*nArray[h]);
for(i=0; i<10; i++)
{
for(j=nArray[h]-1 ; j>=1; j--)
//최악의 시간을 구하기 위해 역순정렬데이터 만듦
insert_data[j]=k++;
start = GetTickCount();//소트 처음 시작 시간 구함
insert_sort(
|
- 페이지 39페이지
- 가격 3,000원
- 등록일 2011.11.09
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
ueue[j].plane.remain_time <= 0 ))
{
// 그것의 인덱스를 저장.
idx.i = i;
idx.j = j;
return idx;// 인덱스 반환.
}
}
}
// 아닐경우. -1,-1 반환
return idx;
}
//////////////////////////////////////////////////////////////////////////
// queue method
// 삭제.
PLACE queue_pop_front( QUEUE* queue )
{
|
- 페이지 58페이지
- 가격 1,500원
- 등록일 2011.11.16
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|