E D R , A S I H C RSS

Full text search for "Flags"

Flags


Search BackLinks only
Display context of search results
Case-sensitive searching
  • TheJavaMan/지뢰찾기 . . . . 7 matches
          private int numFlags; // 깃발 꼿은 수
          // numMines - numFlags = 남은 폭탄 수
          numFlags = 0;
          numFlags--;
          numLeftMines.setText(String.valueOf(numMines - numFlags));
          numFlags++;
          numLeftMines.setText(String.valueOf(numMines - numFlags));
  • JollyJumpers/임인택 . . . . 4 matches
          assertEquals(2, jj.flags.length);
          jj.getFlags();
          jj.getFlags();
          public boolean flags[];
          flags = new boolean[arr.length-1];
          if( arr.length != flags.length )
          if( arr[i] != flags[i] ) {
          public void getFlags() {
          if( tmp<array.length && !flags[tmp-1]) {
          flags[tmp-1] = true;
          getFlags();
  • 데블스캠프2009/목요일/연습문제/MFC/서민관 . . . . 4 matches
         void CTestMFC2Dlg::OnKeyUp(UINT nChar, UINT nRepCnt, UINT nFlags)
          CDialog::OnKeyUp(nChar, nRepCnt, nFlags);
         void CTestMFC2Dlg::OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags)
          CDialog::OnKeyDown(nChar, nRepCnt, nFlags);
  • 5인용C++스터디/멀티미디어 . . . . 3 matches
         void CSoundView::OnLButtonDown(UINT nFlags, CPoint point)
          CView:OnLButtonDown(nFlags, point);
          CView::OnLButtonDown(nFlags, point);
  • ComputerNetworkClass/Report2006/PacketAnalyzer . . . . 3 matches
          dwFlags,
          dwFlags = 0;
          ret = WSARecv(s, &wbuf, 1, &dwBytesRet, &dwFlags, NULL, NULL);
  • DirectDraw . . . . 3 matches
         ddsd.dwFlags = DDSD_CAPS|DDSD_BACKBUFFERCOUNT; // 구조체와 backbuffercount를 사용가능
          * dwFlags : ddsd의 성격에 대해 들어가는 부분입니다.
         ddsd.dwFlags = DDSD_CAPS|DDSD_HEIGHT|DDSD_WIDTH; // 높이와 넓이를 지정할 수 있음
  • 새싹교실/2012/세싹 . . . . 3 matches
          U16 Flags; // inUse 0x0001 Directory 0x0002
          U16 Flags;
          U16 Flags;
  • 오목/곽세환,조재화 . . . . 3 matches
          afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
         void COhbokView::OnLButtonDown(UINT nFlags, CPoint point)
          CView::OnLButtonDown(nFlags, point);
  • 오목/재니형준원 . . . . 3 matches
          afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
         void COmokView::OnLButtonDown(UINT nFlags, CPoint point)
          CView::OnLButtonDown(nFlags, point);
  • 오목/재선,동일 . . . . 3 matches
          afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
         void CSingleView::OnLButtonDown(UINT nFlags, CPoint point)
          CView::OnLButtonDown(nFlags, point);
  • 오목/진훈,원명 . . . . 3 matches
          afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
         void COmokView::OnLButtonDown(UINT nFlags, CPoint point)
          CView::OnLButtonDown(nFlags, point);
  • NSIS/예제3 . . . . 2 matches
         InstProgressFlags smooth colored
         InstProgressFlags: 3 (smooth=1,colored=1)
  • 2dInDirect3d/Chapter2 . . . . 1 match
          DWORD Flags,
  • Chapter II - Real-Time Systems Concepts . . . . 1 match
         === Event Flags ===
  • MFC/Print . . . . 1 match
         || m_dwFlags || m_bDocObject가 TRUE일때만 유호. DWORD값으로 lPrint::Print에 전달된 플래그 ||
  • MineFinder . . . . 1 match
          SetFlagsAround (j,i);
  • 이영호/nProtect Reverse Engineering . . . . 1 match
         |CreationFlags = 0
Found 17 matching pages out of 7557 total pages (3180 pages are searched)

You can also click here to search title.

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