void CContrastView::OnDraw(CDC* pDC){CContrastDoc* pDoc = GetDocument();ASSERT_VALID(pDoc);DrawColorImg();//원본 이미지를 뿌려주는 함수for(int y=0; y<256; y++){//영상처리후 결과를 뿌려주는 부분for(int x=0; x<256; x++){pDC->SetPixel(x+300, y, RGB(pDoc->m_ResultImg[y][x],pDoc->m_ResultImg[y][x],pDoc->m_ResultImg[y][x]));}}pDC->TextOut(50,265,pDoc->m_OText);//원본 영상 밑에 삽입될 글자pDC->TextOut(320,265,pDoc->m_Text);//처리된 영상 밑에 삽입될 글자}
1. The body uses certain nutrients to : a. supply energy. b. repair and maintenance cells. c. regulate cellular activities. d. to transport materials. e. all of th aboveAnswer : e2. In general, Vitamins and minerals : a. can be made by the body. b. regulate body processes. c. are not found in foods. supply energy for all cells. e. are non-nutrients.Answer : b3. Chemists classify most compounds as organic if they contain a. iron b. oxygen. c. carbon. d. sodium. e. calcium.Answer : c