E D R , A S I H C RSS

Full text search for "OUT"

OUT


Search BackLinks only
Display context of search results
Case-sensitive searching
  • 데블스캠프2009/목요일/연습문제/MFC/서민관 . . . . 16 matches
         // CAboutDlg dialog used for App About
         class CAboutDlg : public CDialog
          CAboutDlg();
          //{{AFX_DATA(CAboutDlg)
          enum { IDD = IDD_ABOUTBOX };
          //{{AFX_VIRTUAL(CAboutDlg)
          //{{AFX_MSG(CAboutDlg)
         CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD)
          //{{AFX_DATA_INIT(CAboutDlg)
         void CAboutDlg::DoDataExchange(CDataExchange* pDX)
          //{{AFX_DATA_MAP(CAboutDlg)
         BEGIN_MESSAGE_MAP(CAboutDlg, CDialog)
         //{{AFX_MSG_MAP(CAboutDlg)
          // Add "About..." menu item to system menu.
          // IDM_ABOUTBOX must be in the system command range.
          ASSERT((IDM_ABOUTBOX & 0xFFF0) == IDM_ABOUTBOX);
          ASSERT(IDM_ABOUTBOX < 0xF000);
          CString strAboutMenu;
          strAboutMenu.LoadString(IDS_ABOUTBOX);
          if (!strAboutMenu.IsEmpty())
  • 스터디/Nand 2 Tetris . . . . 10 matches
          OUT out;
          Nand(a = a, b = a, out = out);
          OUT out;
          Nand(a = a, b = b, out = x);
          Nand(a = x, b = x, out = out);
          OUT out;
          Nand(a = a, b = a, out = x1);
          Nand(a = b, b = b, out = x2);
          Nand(a = x1, b = x2, out = out);
          OUT out;
          Nand(a = a, b = a, out = nota);
          Nand(a = b, b = b, out = notb);
          Nand(a = nota, b = b, out = x1);
          Nand(a = a, b = notb, out = x2);
          Nand(a = x1, b = x2, out = out);
          OUT out;
          Nand(a = s, b = s, out = nots);
          Nand(a = a, b = s, out = x1);
          Nand(a = b, b = nots, out = x2);
          Nand(a = x1, b = x2, out = out);
  • 데블스캠프2009/목요일/연습문제/MFC/김태욱 . . . . 8 matches
         // CAboutDlg dialog used for App About
         class CAboutDlg : public CDialog
          CAboutDlg();
          //{{AFX_DATA(CAboutDlg)
          enum { IDD = IDD_ABOUTBOX };
          //{{AFX_VIRTUAL(CAboutDlg)
          //{{AFX_MSG(CAboutDlg)
         CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD)
          //{{AFX_DATA_INIT(CAboutDlg)
         void CAboutDlg::DoDataExchange(CDataExchange* pDX)
          //{{AFX_DATA_MAP(CAboutDlg)
         BEGIN_MESSAGE_MAP(CAboutDlg, CDialog)
          //{{AFX_MSG_MAP(CAboutDlg)
          // Add "About..." menu item to system menu.
          // IDM_ABOUTBOX must be in the system command range.
          ASSERT((IDM_ABOUTBOX & 0xFFF0) == IDM_ABOUTBOX);
          ASSERT(IDM_ABOUTBOX < 0xF000);
          CString strAboutMenu;
          strAboutMenu.LoadString(IDS_ABOUTBOX);
          if (!strAboutMenu.IsEmpty())
  • 데블스캠프2009/목요일/연습문제/MFC/박준호 . . . . 8 matches
         // CAboutDlg dialog used for App About
         class CAboutDlg : public CDialog
          CAboutDlg();
          //{{AFX_DATA(CAboutDlg)
          enum { IDD = IDD_ABOUTBOX };
          //{{AFX_VIRTUAL(CAboutDlg)
          //{{AFX_MSG(CAboutDlg)
         CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD)
          //{{AFX_DATA_INIT(CAboutDlg)
         void CAboutDlg::DoDataExchange(CDataExchange* pDX)
          //{{AFX_DATA_MAP(CAboutDlg)
         BEGIN_MESSAGE_MAP(CAboutDlg, CDialog)
          //{{AFX_MSG_MAP(CAboutDlg)
          // Add "About..." menu item to system menu.
          // IDM_ABOUTBOX must be in the system command range.
          ASSERT((IDM_ABOUTBOX & 0xFFF0) == IDM_ABOUTBOX);
          ASSERT(IDM_ABOUTBOX < 0xF000);
          CString strAboutMenu;
          strAboutMenu.LoadString(IDS_ABOUTBOX);
          if (!strAboutMenu.IsEmpty())
  • 데블스캠프2009/목요일/연습문제/MFC/송지원 . . . . 8 matches
         // CAboutDlg dialog used for App About
         class CAboutDlg : public CDialog
          CAboutDlg();
          //{{AFX_DATA(CAboutDlg)
          enum { IDD = IDD_ABOUTBOX };
          //{{AFX_VIRTUAL(CAboutDlg)
          //{{AFX_MSG(CAboutDlg)
         CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD)
          //{{AFX_DATA_INIT(CAboutDlg)
         void CAboutDlg::DoDataExchange(CDataExchange* pDX)
          //{{AFX_DATA_MAP(CAboutDlg)
         BEGIN_MESSAGE_MAP(CAboutDlg, CDialog)
          //{{AFX_MSG_MAP(CAboutDlg)
          // Add "About..." menu item to system menu.
          // IDM_ABOUTBOX must be in the system command range.
          ASSERT((IDM_ABOUTBOX & 0xFFF0) == IDM_ABOUTBOX);
          ASSERT(IDM_ABOUTBOX < 0xF000);
          CString strAboutMenu;
          strAboutMenu.LoadString(IDS_ABOUTBOX);
          if (!strAboutMenu.IsEmpty())
  • 데블스캠프2009/목요일/연습문제/MFC/정종록 . . . . 8 matches
         // CAboutDlg dialog used for App About
         class CAboutDlg : public CDialog
          CAboutDlg();
          //{{AFX_DATA(CAboutDlg)
          enum { IDD = IDD_ABOUTBOX };
          //{{AFX_VIRTUAL(CAboutDlg)
          //{{AFX_MSG(CAboutDlg)
         CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD)
          //{{AFX_DATA_INIT(CAboutDlg)
         void CAboutDlg::DoDataExchange(CDataExchange* pDX)
          //{{AFX_DATA_MAP(CAboutDlg)
         BEGIN_MESSAGE_MAP(CAboutDlg, CDialog)
         //{{AFX_MSG_MAP(CAboutDlg)
          // Add "About..." menu item to system menu.
          // IDM_ABOUTBOX must be in the system command range.
          ASSERT((IDM_ABOUTBOX & 0xFFF0) == IDM_ABOUTBOX);
          ASSERT(IDM_ABOUTBOX < 0xF000);
          CString strAboutMenu;
          strAboutMenu.LoadString(IDS_ABOUTBOX);
          if (!strAboutMenu.IsEmpty())
  • BeeMaja/고준영 . . . . 7 matches
         #define SOUTH_WEST 3
         #define SOUTH 4
         #define SOUTH_EAST 5
          for (row=0; CAL(row) < willy; row++) move_posi(&posi, SOUTH_EAST);
          case SOUTH_WEST:
          case SOUTH:
          case SOUTH_EAST:
  • DevelopmentinWindows/APIExample . . . . 7 matches
         LRESULT CALLBACK About(HWND, UINT, WPARAM, LPARAM);
          case IDM_ABOUT:
          DialogBox(hInst, (LPCTSTR)IDD_ABOUTBOX, hWnd, (DLGPROC)About);
         LRESULT CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
          MENUITEM "About", IDM_ABOUT
         IDD_ABOUTBOX DIALOG DISCARDABLE 0, 0, 182, 63
         CAPTION "About"
          IDD_ABOUTBOX, DIALOG
         #define IDD_ABOUTBOX 102
         #define IDM_ABOUT 40001
  • NSIS/Reference . . . . 5 matches
         || OutFile || "example.exe" || 인스톨러의 화일 이름 ||
         || SetOutPath || outpath || output path를 설정한뒤 ($OUTDIR), 만일 해당 path가 존재하지 않으면 만든다. 반드시 full-pathname 이여야 하며 일반적으로 $INSTDIR 이 이용된다. ||
         || File || ([/r] file|wildcard [...]) | /oname=file.data infile.dat||해당 output path ($OUTDIR)에 화일들을 추가한다. 와일드카드 (?, *) 등을 이용할 수 있다. 만일 /r 옵션을 이용할 경우, 해당 화일들와 디렉토리들이 재귀적으로 추가된다. (rm -rf의 'r' 옵션의 의미를 생각하길) ||
         || Exec || command || 특정 프로그램을 실행하고 계속 다음진행을 한다. $OUTDIR 은 작업디렉토리로 이용된다. ex) Exec '"$INSTDIR\command.exe" parameters'||
         || ExecShell || action command [parameters] [SW_SHOWNORMAL | SW_SHOWMAXIMIZED | SW_SHOWMINIMIZED]|| ShellExecute를 이용, 프로그램을 실행시킨다. action은 보통 'open', 'print' 등을 말한다. $OUTDIR 은 작업디렉토리로 이용된다.||
          * $OUTDIR - 현재의 Output directory. SetOutPath 로 설정가능
          * .onUserAbout
          * un.onUserAbout
  • NamedPipe . . . . 5 matches
          BUFSIZE, // output buffer size
          PIPE_TIMEOUT, // client time-out
          (LPTHREAD_START_ROUTINE) InstanceThread, // InstanceThread를 생성시킨다.
          // Reply from the pipe is written to STDOUT.
          // STDOUT로 Reply 쓰기
          if (! WriteFile(GetStdHandle(STD_OUTPUT_HANDLE),
         || {{{~cpp WaitNamedPipe}}} || Connection 상태에서 Time-Out OR 정해준 시간이 되기 전까지 Wait한다. ||
  • Slurpys . . . . 4 matches
         === About [Slurpys] ===
         === output ===
         첫 줄에는 {{{~cpp"SLURPYS OUTPUT"}}}을 출력한다. N 개의 문자열 입력에 대해서 각 문자열이 스러피인지를 {{{~cpp "YES"}}} 또는 {{{~cpp"NO"}}}로 표기한다. 마지막으로 {{{~cpp"END OF OUTPUT"}}}를 출력한다.
         === Sample Output ===
         SLURPYS OUTPUT
         END OF OUTPUT
  • WinampPlugin을이용한프로그래밍 . . . . 4 matches
         input plugin은 해당 화일을 읽어드리고 output plugin 으로의 출력을 소스를 제공한다. output plugin 은 출력 소스를 사운드카드나 하드 디스크로의 출력을 관장한다. 이 중간에 DSP 와 Visual plugin 이 callback 으로 결과물을 받은뒤 변수들을 이용한다.
         컴파일하려면 in2.h 와 Out.h 가 필요하다. 이는 http://www.winamp.com/nsdn/ 에서 Winamp SDK를 다운받는다.
         typedef Out_Module* (*OUTHDRPROC)(void);
          HINSTANCE hout = LoadLibrary("out_wave.dll");
          OUTHDRPROC ohp = (OUTHDRPROC)GetProcAddress(hout,"winampGetOutModule");
          Out_Module* out = ohp();
          if (in->version != IN_VER || out->version != OUT_VER)
          FreeLibrary(hout);
          out->hMainWindow = NULL;
          out->hDllInstance = hout;
          if (in->UsesOutputPlug)
          in->outMod = out;
          out->Init();
          //for (;x=1 && in->GetOutputTime()<len;) Sleep(100);
          printf("current : %d ms\n", in->GetOutputTime()); // 진행중 play time (ms)
          out->Quit();
          FreeLibrary(hout);
  • MFC/MessageMap . . . . 3 matches
          afx_msg void OnAppAbout(); // 위저드로 생성되는 기본 코드에서는 오로지 ID_APP_ABOUT 매시지 만을 처리하는 함수가 존재한다.
          ON_COMMAND(ID_APP_ABOUT, OnAppAbout)
         in ''CAboutDlg implementation''
         class CAboutDlg : public CDialog
          CAboutDlg();
          //{{AFX_DATA(CAboutDlg)
          enum { IDD = IDD_ABOUTBOX };
          //{{AFX_VIRTUAL(CAboutDlg)
          //{{AFX_MSG(CAboutDlg)
         CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD)
          //{{AFX_DATA_INIT(CAboutDlg)
         void CAboutDlg::DoDataExchange(CDataExchange* pDX)
          //{{AFX_DATA_MAP(CAboutDlg)
         BEGIN_MESSAGE_MAP(CAboutDlg, CDialog)
          //{{AFX_MSG_MAP(CAboutDlg)
         void CEx14App::OnAppAbout()
          CAboutDlg aboutDlg;
          aboutDlg.DoModal();
          작게는 CAboutDlg 도 상기의 조건에 맞추어져서 정의되어 있음을 알 수 있다.
  • WindowsConsoleControl . . . . 3 matches
          SetConsoleCursorPosition(GetStdHandle(STD_OUTPUT_HANDLE),Cur);
          GetConsoleScreenBufferInfo(GetStdHandle(STD_OUTPUT_HANDLE),&BufInfo);
          GetConsoleScreenBufferInfo(GetStdHandle(STD_OUTPUT_HANDLE),&BufInfo);
  • 김희성/MTFREADER . . . . 3 matches
         #define OUT_OF_MEMORY_ERROR 2
          ErrorCode=OUT_OF_MEMORY_ERROR;
          ErrorCode=OUT_OF_MEMORY_ERROR;
  • 빵페이지/숫자야구 . . . . 3 matches
          cout <<"컴퓨터가 생각한 숫자 : " << num[0] << num[1] << num[2] << "\n";
          {cout <<"입력 : ";
          cout << "출력 : OUT\n";
          cout << "출력 : "<< bcount << "볼\n";
          { cout << "출력 : " << scount << "스트라이크\n";
          cout << "출력 : "<< scount << "스트라이크 " << bcount << "볼\n";
          cout << "프로그램을 종료해요.\n";
          cout << "3자리 숫자를 입력하세요(숫자가 겹치지 않게 쓰세요) : " ;
          cout << "\a 잘못 입력하셨습니다. 다시 입력하여 주세요. \n";
          cout << "\a 잘못 입력하셨습니다. 다시 입력하여 주세요. \n";
          if (strike == 0 && ball == 0) cout << "아웃입니다.\n";
          else cout << strike << "스트라이크, " << ball << "볼 입니다.\n";
          cout << "숫자를 맞추셨습니다.!!\n";
          if (i==8 && strike!=3) cout << "9회 게임 오버 입니다.\n";
          cout<<"컴퓨터가 생각하는 숫자:";
          cout<<num[0]<<num[1]<<num[2];
          cout<<"\n입력:";
          cout<<"세자리수를 입력하세요:";
          cout<<strike<<"스트라이크! 종료";
          {cout<<strike<<"스트라이크";
  • 10학번 c++ 프로젝트/소스 . . . . 2 matches
          SetConsoleCursorPosition(GetStdHandle(STD_OUTPUT_HANDLE),Cur);
          SetConsoleCursorInfo(GetStdHandle(STD_OUTPUT_HANDLE),&CurInfo);
          cout<<"□";
          cout<<"□";
          cout<<"□";
          cout<<"□";
          cout<<arr[h10][x];
          cout<<arr[h1][x];
          cout<<arr[m10][x];
          cout<<arr[m1][x];
          cout<<arr[s10][x];
          cout<<arr[s1][x];
          std::cout<<"0 : 00 : 00";
          std::cout<<m<<" : "<<std::setw(2)<<std::setfill('0')<<s<<" : "<<std::setw(2)<<std::setfill('0')<<ms<<std::endl;
          std::cout<<m<<" : "<<std::setw(2)<<std::setfill('0')<<s<<" : "<<std::setw(2)<<std::setfill('0')<<ms<<std::endl;
          std::cout<<"0 : 00 : 00";
          std::cout<<m<<" : "<<std::setw(2)<<std::setfill('0')<<s<<" : "<<std::setw(2)<<std::setfill('0')<<ms<<std::endl;
  • DirectDraw/Example . . . . 2 matches
         LRESULT CALLBACK About(HWND, UINT, WPARAM, LPARAM);
          case IDM_ABOUT:
          DialogBox(hInst, (LPCTSTR)IDD_ABOUTBOX, hWnd, (DLGPROC)About);
         // Mesage handler for about box.
         LRESULT CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
  • Slurpys/곽세환 . . . . 2 matches
          cout << "SLURPYS OUTPUT" << endl;
          cout << "YES" << endl;
          cout << "NO" << endl;
          cout << "END OF OUTPUT" << endl;
  • Slurpys/김회영 . . . . 2 matches
          cout<<"\nSLURPYS OUTPUT\n";
          cout<<"YES";
          cout<<"NO";
          cout<<endl;
          cout<<"END OF OUTPUT\n";
  • Slurpys/문보창 . . . . 2 matches
          cout << "SLURPYS OUTPUTn";
          cout << "YESn";
          cout << "NOn";
          cout << "END OF OUTPUTn";
  • Slurpys/신재동 . . . . 2 matches
          print 'SLURPYS OUTPUT'
          print 'END OF OUTPUT'
  • Slurpys/이상규 . . . . 2 matches
          printf("SLURPYS OUTPUT\n");
          printf("END OF OUTPUT\n");
  • Slurpys/황재선 . . . . 2 matches
          print 'SLURPYS OUTPUT'
          print 'END OF OUTPUT'
  • 2dInDirect3d/Chapter1 . . . . 1 match
          4. [OUT] 세번째 인자를 출력값이다. 그곳의 멤버 변수는 다음과 같다.
  • BusSimulation/태훈zyint . . . . 1 match
          cout << endl << " ";
          cout << waitingPeopleInBusStation[j] ;
          cout << "*";
          if(i<bus->BusLanelength()) cout << "-";
          for(i=0;i<=bus->BusLanelength()+BusStationNo;++i ) cout<< "-";
          cout << endl;
          cout << stationno << " ";
          cout << i;
          cout << i << endl;
          cout << i << ":" << bus[i].getBusPos() << "," << bus[i].isstation() << ", 승객수:" << bus[i].getPassengers() <<endl;
          cout << Now;
          SetConsoleCursorPosition(GetStdHandle(STD_OUTPUT_HANDLE), Pos);
  • DebuggingSeminar_2005/DebugCRT . . . . 1 match
         || _CRTDBG_MODE_FILE || output stream ||
         || _CRTDBG_FILE_STDOUT || 표준 출력 스트림으로 전달 ||
         = output in debug console (vc++6) =
         Upload:dcrt_output_debug_console.jpg
  • DylanProgrammingLanguage . . . . 1 match
         Warranty: Distributed WITHOUT WARRANTY OF ANY KIND
          format-out("hello there!\n");
  • Kongulo . . . . 1 match
         # Redistribution and use in source and binary forms, with or without
         # this software without specific prior written permission.
         # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
         # Digs out the text of an HTML document's title.
          fout = file("output.txt",'w');
          print >> fout,"\n****doctype********\n"
          print >> fout, doctype
          print >> fout,"\n****content********\n"
          print >> fout, content
          print >> fout,"\n******url******\n"
          print >> fout, url
          print >> fout,"\n*****time*********\n"
          print >> fout, pywintypes.Time(time.time() + time.timezone)
          print >> fout, "\n*****title*******\n"
          print >> fout, title
  • OurMajorLangIsCAndCPlusPlus/errno.h . . . . 1 match
         || ||int ETIMEDOUT||정해진 타임아웃을(timeout) 갖은 소켓 오퍼레이션이 정해진 시간 동안 응답을 받지 못했다.||
  • OurMajorLangIsCAndCPlusPlus/setjmp.c . . . . 1 match
         // Redistribution and use in source and binary forms, with or without
         // without specific prior written permission.
         // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  • RubyLanguage/InputOutput . . . . 1 match
         == InputOutput ==
          * STDOUT << , STDIN >>
  • SolarSystem/상협 . . . . 1 match
          gluQuadricOrientation(obj, GLU_OUTSIDE);
  • UbuntuLinux . . . . 1 match
         iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
  • 숫자야구/aekae . . . . 1 match
          cout << number << endl;
          cout << number << endl;
          cout << "3자리 숫자 입력: ";
          cout << strike << "S " << ball << "B " << endl;
          cout << "3자리 숫자 입력: ";
          cout << "OUT" << endl;
  • 숫자야구/곽세환 . . . . 1 match
          cout << ques[i];
          cout << endl;
          cout << "숫자입력 : ";
          cout << strike << "S" << ball << "B" << endl;
          cout << "OUT" << endl;
  • 이차함수그리기/조현태 . . . . 1 match
          SetConsoleCursorPosition(GetStdHandle(STD_OUTPUT_HANDLE), Pos);
          cout << "2차함수 출력 프로그램.";
          cout << "x y";
  • 조영준 . . . . 1 match
          * 소상공인 기능재부 챌린지(어울림) - 면접에서 OUT
Found 38 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.0128 sec