E D R , A S I H C RSS

BackLinks search for "y"

BackLinks of y


Search BackLinks only
Display context of search results
Case-sensitive searching
  • DataStructure/Graph
          * 2차원 배열로 표현합니다. 정식 이름은 Adjacency Matrix(맞나?--;)
          * Adjacency List(Linked List로 표현)
          * 배열 : θ(1) - 2차원 배열의 첨자로 ar[x][y] 단번에 접근 가능! 고로 배열이 좋단 말입니다.
          * Edge들을 순서에 따라 하나씩 연결한다. 연결하다가 Cycle이 생기면 그것은 잇지말고 제거한다. 다 이어지면 그만둔다.
          * 표현은 인접 행렬(Adjancey(??) Matrix)로 표현(그러니까 2차원 배열)
          * Floyd - Warshall Algorithm
          * 역시 표현은 2차원 배열로 한다. 그런데 이 알고리즘은 (-) Weight 도 허용한다.(그리로 가면 이득이 된다는 말이다.) 하지만 Negative Cycle은 안된다.
          * Negative Cycle? 그 사이클을 돌면 - 가 나오는길을 말한다.
  • 랜웍/이진훈
          int y = rand()%3;
          y = y+b;
          pan[x][y] = 1;
          else if ((x+a >= 0 && x+a < 3) && (y+b >= 0 && y+b < 3))
  • 새싹교실/2014/배반/6주차
         int array[11][11]={0,};
          array[i][j]=num;
          array[i][j]=num;
          printf(" %3d",array[m][l]);
          int i,j,k,AllCount,x,y,num=1 ;
          x=0,y=0;
          MAP[x][y]=num;
          y++;
          y--;
          MAP[x][y]=num;
          MAP[x][y]=num;
          y--;
          y++;
          MAP[x][y]=num;
  • 오바마 협박글
         Do you know about Obama threats in South Korea?
         You never know what has happened in South Korea.
         A South Korean youth was arrested on suspicion of intimidating President Obama and threatening to kill Ambassador Lippert in 2015.
         For the politically inspired news leaks, police and prosecutors made him open to public criticism.
         South Korean journalists reproached him by revealing a distinctive hysteria of hatred and repulsion to disregard human rights of this man.
         During the trial toward guilty, attorneys and judges make up for the police and prosecutor's groundless and inconsistent investigation reports with modifications and complements.
         After about a year and two months of trial, the South Korean court sentenced him to 18 months in jail for allegedly attempting to threaten the US president because of fermenting the diplomatic troubles.
         He continued to make innocent claims, so he suffered hunger in solitary confinement during his imprisonment, harassed by jailers, and received unusual medicinal treatments in a psychiatric hospital.
         South Koreans who numbed humanity forced him to commit suicide in order to close the case. For the first time in his life, he was greatly disappointed by the human nature.
         About two and a half years later, the second trial is ongoing. The court has failed to make a ruling on the appeal, and has still extended his ban on leaving the country.
         The fabricated evidence at the first trial is found to have been concocted by his devoted mother, it is necessary to the judicial officers to start afresh to revise and to supplement to maintain to convict of the charge.
         The South Korean government will soon be choose the method of sentencing guilty, soothe the US government's anger, and conceal the torture and medication.
         I hope you may help him to receive a fair trial.
         If you keep the interest on this case, reveal the truth and remember him, he can get a fair trial in South Korea.
         I think there is no other way to help him better than this.
         If this is happening to our world as our indifference continues to build up, you maybe end up with facing the similar thing because the next will be you.
         Unfortunately, I cannot respond to your inquiries because of South Korea's Internet censorship, intelligence tracking and monitoring by Korean National Police Agency Cyber Bureau (an intelligence service).
         Sounds crazy, but I have caught evidence of a huge conspiracy of the South Korean government under the pretext of investigating the Obama threat for other purposes from the beginning.
         In addition, I analyzed that the South Korean government is in perplexity by the request for strong punishment that the US government was seriously upset since it did not initially expect that it would react seriously.
         I am worried about whether to reveal more sensitive documents or to take them to the grave, if so I promise to change the sender and send it to you once more.
Found 4 matching pages out of 7544 total pages

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
Processing time 0.0420 sec