E D R , A S I H C RSS

Full text search for "a-1"

a-1


Search BackLinks only
Display context of search results
Case-sensitive searching
  • RandomWalk/영동 . . . . 6 matches
          if(a-1!=-1 && b-1!=-1) {
          if(square[a-1][b-1] == 0)
          if(a-1!=-1){
          if(square[a-1][b] == 0)
          if(a-1!=-1 && b+1!=input){
          if(square[a-1][b+1] == 0)
  • 오목/곽세환,조재화 . . . . 6 matches
          while(array[a-1][x] == z && a > 0 )
          a=a-1;
          while(array[a-1][b-1] == z && a>0 && b>0)
          a=a-1;
          while(array[a-1][b+1] == z && a>0 && b<10 )
          a=a-1;
  • 새싹교실/2012/아무거나/2회차 . . . . 5 matches
          while(b<2*a-1){
          for(b=1;b<=2*a-1;b++)
          while(b<2*a-1){
          for(b=1;b<=2*a-1;b++)
          for(b=1;b<=4*n-2*a-1;b++)
  • MagicSquare/성재 . . . . 3 matches
          for(k=0;k<mab*mab && a-1>0;k++)
          mbang[a-1][t+1]=k;
          if(a-1<0)
  • Chopsticks/문보창 . . . . 2 matches
         {{| D[a][n-3a+2 ~ (k+9-a)*2] = (L(i) - L(i-1))^2 + min<sub>i+2<=k</sub>{ D[a-1][k] } |}}
         {{| min<sub>i+2<=k</sub>{ D[a-1][k] } |}}은 앞의 계산 결과를 이용하여 O(1) 시간만에 계산 할 수 있고, a 는 K + 8 번 있으므로 O(kn) 복잡도가 걸린다.
  • InterWikiIcons . . . . 2 matches
         What about copy gentoo-16.png to gentookorea-16.png for InterMap entry 'GentooKorea'?
          * [[Icon(moin-new.gif)]][http://ko.wikipedia.org/ KoWikipedia] - http://puzzlet.org/imgs/kowikipedia-16.png (16x16x16M)
  • PowerOfCryptography/조현태 . . . . 2 matches
          2985: b = a-1;
          ;;ㅁ;; 음.. 영호선배는 넘흐 마니 알고이쩡..>ㅃ<;; C언어 소스 봐도 모르게떠용..ㅎㅎ 64비트형의 인트형의 변수를 두개 지정하고 a에다가 최대값을..(아마 부호가 있기 때문에 -1저장됬을듯한..)넣고 b에는 a-1을.. 그럼 -2가 저장..;; 음.. 이게 아니라 혹시 b가 포인터라서 메모리 한칸 앞쪽을 잡아주는 건가요? 음.. 그러면 할당되지않은 메모리를 건드는 사태가..;;ㅁ;; 이것도 아닌가.. 연구를..;;ㅁ;; - [조현태]
  • 덜덜덜/숙제제출페이지2 . . . . 2 matches
          for(c=1; c<=2*a-1; c++)
          for(b=length-1; b>=a-1; b--)
  • 데블스캠프2009/월요일/연습문제/svn코드레이스/박근수 . . . . 2 matches
         int a,i,j;void main(){scanf("%d",&a);for(;i<a;i++){for(j=0;j<a;j++)printf(j==0||j==a-1||i==0||i==a-1?"*":" ");puts("");}}
  • Gof/Singleton . . . . 1 match
         만약 저 코드를 제대로 수정하려 한다면 어떻게 해야 되나요? 참고로 저는 http://www.javaworld.com/javaworld/javaqa/2001-11/01-qa-1102-singleton.html에 있는 자바소스를 cpp로 포팅했습니다. -- FredFrith
  • TicTacToe/김홍선 . . . . 1 match
          if((board[a][b]==1 || board[a][b]==2) && board[a][b]==board[a-1][b-1]&& board[a][b]==board[a-2][b-2])
  • 기본데이터베이스/조현태 . . . . 1 match
          for (register int i=how_many_data-1; prv_del<=i; --i)
  • 마름모출력/S.S.S . . . . 1 match
          for n in range(a-1,0,-1):
  • 새싹교실/2011/씨언어발전/4회차 . . . . 1 match
          return Fact(a-1)*a;
  • 새싹교실/2012/AClass/1회차 . . . . 1 match
          -- : 감소연산자 예)a--는 a=a-1과 같다
  • 새싹교실/2012/아우토반/앞반/4.5 . . . . 1 match
          printf("%c",'A'+a-1);
  • 새싹교실/2013/라이히스아우토반/2회차 . . . . 1 match
          for(b=0;b<2*a-1;b++)
  • 피보나치/김정현 . . . . 1 match
          return fibonach(a-1) + fibonach(a-2)
  • 피보나치/민강근 . . . . 1 match
          return pi(a-1)+pi(a-2);
  • 피보나치/장창재 . . . . 1 match
          return pi(a-1) + pi(a-2);
Found 20 matching pages out of 7555 total pages (5000 pages are searched)

You can also click here to search title.

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