Page 782 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 782

Ⅳ.  CodeVision  Source  Code




                        {
                              index=chcheck(dataa[2]);
                              place  =  index  +  1;
                              if(index  !=  10)
                              {
                                   if(status[index]==0)
                                   {
                                        status[index]='O';
                                   }
                                   else  if(status[index]!=0)
                                   {
                                        status[index]=0;
                                   }
                                   DoStart(index);
                              }
                        }
                        if(dataa[1] ==  'P')
                        {
                              index=chcheck(dataa[2]);
                              place  =  index  +  1;
                              if(index  !=  10)
                              {
                                   if(status[index]==0)
                                   {
                                        status[index]='P';
                                   }
                                   else  if(status[index]!=0)
                                   {
                                        status[index]=0;
                                   }
                                   DoStart(index);
                              }
                        }
                   }


              }


              void DoStart(int in){
                   switch(in)
                   {


                                                                                               정보통신기기과
                                                         -  775  -
   777   778   779   780   781   782   783   784   785   786   787