|
s a terminal node
// if it is a terminal node, only num type will have value
// in the data field.
// There is nothing to do.
}
else { // this is a nonterminal node
for (i=0; i < curr->child_cnt ; i++)
evaluate_tree(curr->children[i]) ;
switch ( curr->rno_used ) {
case 0: curr->val =
|
- 페이지 7페이지
- 가격 1,000원
- 등록일 2007.05.08
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|