10 20 MFC

카테고리 없음 2008. 10. 20. 11:48
Posted by 펀잡

학생연구

카테고리 없음 2008. 10. 16. 13:39
Posted by 펀잡

컴그 (10.13)

카테고리 없음 2008. 10. 13. 11:33

void CMy1014View::OnDraw(CDC* pDC)
{
 CMy1014Doc* pDoc = GetDocument();
 ASSERT_VALID(pDoc);
 // TODO: add draw code for native data here
 
 
 
 
  for(int x=0; x<100;x++)
  {
   for(int y=0;y<800;y++)
  {
  pDC->SetPixel(x,y,RGB(255,255,255));
  pDC->SetPixel(x+100,y,RGB(255,0,0));
  pDC->SetPixel(x+100*2,y,RGB(0,255,0));
  pDC->SetPixel(x+100*3,y,RGB(0,0,255));
  pDC->SetPixel(x+100*4,y,RGB(0,255,255));
  pDC->SetPixel(x+100*5,y,RGB(255,0,255));
  pDC->SetPixel(x+100*6,y,RGB(255,255,0));
  pDC->SetPixel(x+100*7,y,RGB(0,0,0));


  }
  }
  /*
  for(int i=0;i<266;i++)
  {
 
   
   pDC->SetPixel(i,i,RGB(255,1,1));
   
     pDC->SetPixel(266,266-i,RGB(1,255,1));
     pDC->SetPixel(266,266-i,RGB(1,255,255));
     pDC->SetPixel(266-i,i,RGB(1,255,1));
     pDC->SetPixel(266+i,i,RGB(1,255,225));
     pDC->SetPixel(266+i,266+i,RGB(1,21,255));
     pDC->SetPixel(266+i,280+i,RGB(1,21,255));
     }
  */
 }

Posted by 펀잡
Posted by 펀잡

헤헤

카테고리 없음 2008. 7. 5. 18:21
uart 통신에 대한 전반적인
step모터 구동방법및 기타 등등
servo모터
프로그램 전체적인 흐름도
pT 프리젠터 학교에서 빌려오기
ATmega128공부
CTC mode
MCU 기타등등
임베디드
Posted by 펀잡

ftp관련

카테고리 없음 2008. 5. 26. 11:22
Posted by 펀잡
Posted by 펀잡