E D R , A S I H C RSS

Full text search for "AB"

AB


Search BackLinks only
Display context of search results
Case-sensitive searching
  • 그래픽스세미나/5주차 . . . . 52 matches
         [[TableOfContents]]
          *MESH_FACE 0: A: 0 B: 2 C: 3 AB: 1 BC: 1 CA: 0 *MESH_SMOOTHING 2 *MESH_MTLID 1
          *MESH_FACE 1: A: 3 B: 1 C: 0 AB: 1 BC: 1 CA: 0 *MESH_SMOOTHING 2 *MESH_MTLID 1
          *MESH_FACE 2: A: 4 B: 5 C: 7 AB: 1 BC: 1 CA: 0 *MESH_SMOOTHING 3 *MESH_MTLID 0
          *MESH_FACE 3: A: 7 B: 6 C: 4 AB: 1 BC: 1 CA: 0 *MESH_SMOOTHING 3 *MESH_MTLID 0
          *MESH_FACE 4: A: 0 B: 1 C: 5 AB: 1 BC: 1 CA: 0 *MESH_SMOOTHING 4 *MESH_MTLID 4
          *MESH_FACE 5: A: 5 B: 4 C: 0 AB: 1 BC: 1 CA: 0 *MESH_SMOOTHING 4 *MESH_MTLID 4
          *MESH_FACE 6: A: 1 B: 3 C: 7 AB: 1 BC: 1 CA: 0 *MESH_SMOOTHING 5 *MESH_MTLID 3
          *MESH_FACE 7: A: 7 B: 5 C: 1 AB: 1 BC: 1 CA: 0 *MESH_SMOOTHING 5 *MESH_MTLID 3
          *MESH_FACE 8: A: 3 B: 2 C: 6 AB: 1 BC: 1 CA: 0 *MESH_SMOOTHING 6 *MESH_MTLID 5
          *MESH_FACE 9: A: 6 B: 7 C: 3 AB: 1 BC: 1 CA: 0 *MESH_SMOOTHING 6 *MESH_MTLID 5
          *MESH_FACE 10: A: 2 B: 0 C: 4 AB: 1 BC: 1 CA: 0 *MESH_SMOOTHING 7 *MESH_MTLID 2
          *MESH_FACE 11: A: 4 B: 6 C: 2 AB: 1 BC: 1 CA: 0 *MESH_SMOOTHING 7 *MESH_MTLID 2
          *MESH_FACE 0: A: 0 B: 1 C: 2 AB: 1 BC: 1 CA: 1 *MESH_SMOOTHING 3 *MESH_MTLID 0
          *MESH_FACE 1: A: 0 B: 2 C: 3 AB: 1 BC: 1 CA: 1 *MESH_SMOOTHING 2 *MESH_MTLID 0
          *MESH_FACE 2: A: 0 B: 3 C: 4 AB: 1 BC: 1 CA: 1 *MESH_SMOOTHING 5 *MESH_MTLID 0
          *MESH_FACE 3: A: 0 B: 4 C: 1 AB: 1 BC: 1 CA: 1 *MESH_SMOOTHING 6 *MESH_MTLID 0
          *MESH_FACE 4: A: 1 B: 5 C: 2 AB: 1 BC: 1 CA: 1 *MESH_SMOOTHING 4 *MESH_MTLID 0
          *MESH_FACE 5: A: 2 B: 5 C: 3 AB: 1 BC: 1 CA: 1 *MESH_SMOOTHING 4 *MESH_MTLID 0
          *MESH_FACE 6: A: 3 B: 5 C: 4 AB: 1 BC: 1 CA: 1 *MESH_SMOOTHING 4 *MESH_MTLID 0
  • Slurpys/박응용 . . . . 33 matches
         Slimps: AH, ABAHC, ABABAHCC, ADFGC, ADFFFFGC, ABAEFGCC, ADFDFGC
         Not Slimps: ABC, ABAH, DFGC, ABABAHC, SLIMP, ADGC
         Slurpys: AHDFG, ADFGCDFFFFFG, ABAEFGCCDFEFFFFFG
         Not Slurpys: AHDFGA, DFGAH, ABABCC
          #Slimps: AH, ABAHC, ABABAHCC, ADFGC, ADFFFFGC, ABAEFGCC, ADFDFGC
          self.assertEquals(True, Slimp().match('ABAHC'))
          self.assertEquals(True, Slimp().match('ABABAHCC'))
          self.assertEquals(True, Slimp().match('ABAEFGCC'))
          #Not Slimps: ABC, ABAH, DFGC, ABABAHC, SLIMP, ADGC
          self.assertEquals(False, Slimp().match('ABC'))
          self.assertEquals(False, Slimp().match('ABAH'))
          self.assertEquals(False, Slimp().match('ABABAHC'))
          #Slurpys: AHDFG, ADFGCDFFFFFG, ABAEFGCCDFEFFFFFG
          self.assertEquals(True, isSlurpy('ABAEFGCCDFEFFFFFG'))
          #Not Slurpys: AHDFGA, DFGAH, ABABCC
          self.assertEquals(False, isSlurpy('ABABCC'))
  • 장용운/알파벳놀이 . . . . 25 matches
         AB
         ABC
         ABCD
         ABCDE
         ABCDEF
         ABCDEFG
         ABCDEFGH
         ABCDEFGHI
         ABCDEFGHIJ
         ABCDEFGHIJK
         ABCDEFGHIJKL
         ABCDEFGHIJKLM
         ABCDEFGHIJKLMN
         ABCDEFGHIJKLMNO
         ABCDEFGHIJKLMNOP
         ABCDEFGHIJKLMNOPQ
         ABCDEFGHIJKLMNOPQR
         ABCDEFGHIJKLMNOPQRS
         ABCDEFGHIJKLMNOPQRST
         ABCDEFGHIJKLMNOPQRSTU
  • 데블스캠프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())
  • Bigtable/DataModel . . . . 13 matches
         [[TableOfContents]]
         [[pagelist(^Bigtable)]]
         테이블 -> 태블릿 -> SSTABLE -> block
          1. 태블릿은 SSTABLE들의 집합으로 구성되어있으며 SSTABLE들의 리스트를 저장하고 있다.
          1. SSTABLE은 block의 집합이며 block들의 주소와 오프셋으로 구성되어있다.
         태블릿은 SSTABLE들의 집합으로 구성되어있으며 SSTABLE들의 리스트를 저장하고 있다.
          1. 태블릿은 SSTABLE의 ID+오프셋을 리스트를 저장하고 있다.
         == SSTable ==
         SSTABLE은 하나의 memtable과 block의 시작주소와 오프셋들로 이루어져있다.
          1. SSTABLE 명?
          1. 다수의 태블릿이 하나의 SSTable을 참조할 때의 문제점?
          1. 여러 태블릿이 하나의 SSTable을 참조해도 블럭들을 오프셋으로 참조하므로 같은 부분을 참조하는 일이 없다.
          1. 각 태블릿의 majorCompaction시 태블릿별로 SSTable들이 나누어지므로 결국 SSTable은 하나의 태블릿에 피참조된다.
          1. SSTABLE의 주소와 오프셋으로 블록들이 구분된다.
          1. 명시적인 자료구조가 아니라 SSTable에서 row key들로 구분되어진 범위이다.
         == memtable ==
          1. '''인덱스 블럭 : 태블릿이 참조하고 있는 SSTable의 블럭 인덱스들 merge'''
         1. 할당된 메모리 크기가 다 차서 더이상 쓸 수 없을 때 SSTABLE로 저장한다.
         1. SSTABLE들의 인덱스를 가진다
          1. 커밋로그의 가장 마지막 타임스탬프와 memtable의 가장 오래된 타임스탬프와 비교하여 memtable의 타임스탬프가 더 최신이라면 로그삭제가능
  • DevelopmentinWindows/APIExample . . . . 13 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)
         1 TEXTINCLUDE DISCARDABLE
         2 TEXTINCLUDE DISCARDABLE
         3 TEXTINCLUDE DISCARDABLE
         IDC_API MENU DISCARDABLE
          MENUITEM "About", IDM_ABOUT
         IDD_ABOUTBOX DIALOG DISCARDABLE 0, 0, 182, 63
         CAPTION "About"
         GUIDELINES DESIGNINFO DISCARDABLE
          IDD_ABOUTBOX, DIALOG
         #define IDD_ABOUTBOX 102
         #define IDM_ABOUT 40001
  • Slurpys/황재선 . . . . 12 matches
          if aStr[0:2] == 'AB' and self.isSlimp(aStr[2:-1]):
          self.assertEquals(True, slimp.isSlimp('ABAHC'))
          self.assertEquals(True, slimp.isSlimp('ABABAHCC'))
          self.assertEquals(True, slimp.isSlimp('ABAEFGCC'))
          self.assertEquals(False, slimp.isSlimp('ABC'))
          self.assertEquals(False, slimp.isSlimp('ABAH'))
          self.assertEquals(False, slimp.isSlimp('ABABAHC'))
          self.assertEquals(True, slurpy.isSlurpy('ABAEFGCCDFEFFFFFG'))
          self.assertEquals(False, slurpy.isSlurpy('ABABCC'))
  • Slurpys . . . . 11 matches
         === About [Slurpys] ===
         Slimps: AH, ABAHC, ABABAHCC, ADFGC, ADFFFFGC, ABAEFGCC, ADFDFGC
         Not Slimps: ABC, ABAH, DFGC, ABABAHC, SLIMP, ADGC
         Slurpys: AHDFG, ADFGCDFFFFFG, ABAEFGCCDFEFFFFFG
         Not Slurpys: AHDFGA, DFGAH, ABABCC
  • Slurpys/신재동 . . . . 11 matches
          self.assertEquals(True, slurpys.isSlimp('ABAHC'))
          self.assertEquals(True, slurpys.isSlimp('ABABAHCC'))
          self.assertEquals(True, slurpys.isSlimp('ABAEFGCC'))
          self.assertEquals(False, slurpys.isSlimp('ABC'))
          self.assertEquals(False, slurpys.isSlimp('ABAH'))
          self.assertEquals(False, slurpys.isSlimp('ABABAHC'))
          self.assertEquals(True, slurpys.isSlurpy('ABAEFGCCDFEFFFFFG'))
          self.assertEquals(False, slurpys.isSlurpy('ABABCC'))
  • Bigtable기능명세 . . . . 10 matches
         [[TableOfContents]]
         [[pagelist(^Bigtable)]]
          * 구글의 분산 데이터베이스 Bigtable 분석하고 설계하기
          * http://nforge.zeropage.org/projects/bigtablet
         Tablet Server 등록 ★★★
         SSTABLE Compaction ★★★
          1. 해당 태블릿의 SSTABLE들을 minor compaction
          1. 클라이언트에게 요청받은 row는 먼저 커밋로그에 기록 후 memtable에 쓴다.
         원형 자료구조를 사용해 공간의 재활용필요 -> 한바퀴 돌아서 공간이 없어지면 memtable들의 minor compaction이 필요하다.
          1. memtable에 쓰기를 하기 전
          1. 커밋로그에 sstable명과 쓰려는 값 기록
          1. memtable이 copaction으로 sstable이 되면 해당 sstable의 로그는 삭제되어야 한다.
         == SSTABLE Compaction ★★★ ==
         마스터는 태블릿의 SSTABLE 리스트도 알고있어야 하나?
         memtable에 더이상 쓰기 연산을 수행할 수 없을 때 SSTABLE로 변환. 파일형태로 DFS에 쓴다.
          1. memtable에게 할당된 메모리를 다 사용해서 더 이상 쓰기를 할 수 없을 때
         SSTABLE들을 합병하여 최근 기록만을 남긴다.
          1. SSTABLE 합병 시기?
          1. major compaction을 하면 SSTABLE이 항상 1개가되나?
         커밋로그에서 로그를 읽어와 memtable 복구하는 것
  • 데블스캠프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())
  • CivaProject . . . . 6 matches
         class Serializable;
         typedef shared_ptr<Serializable> Serializable_Handle;
         class Comparable;
         typedef shared_ptr<Comparable> Comparable_Handle;
         == civa.io.Serializable ==
         #ifndef CIVA_IO_SERIALIZABLE_INCLUDED
         #define CIVA_IO_SERIALIZABLE_INCLUDED
         class Serializable {
         #endif // CIVA_IO_SERIALIZABLE_INCLUDED
         == civa.lang.Comparable ==
         #ifndef CIVA_LANG_COMPARABLE_INCLUDED
         #define CIVA_LANG_COMPARABLE_INCLUDED
         class Comparable {
         #endif // CIVA_LANG_COMPARABLE_INCLUDED
          virtual void finalize() throw() {/*아무것도 안함*/ } //Throwable
         #include "../io/Serializable.h"
         #include "Comparable.h"
         : public Object, civa::io::Serializable, Comparable, CharSequence {
  • vending machine . . . . 6 matches
         커피값이 150원이고 사용하는 동전의 최대값이 500원이므로 거스름돈을 계산하기 위해서 상태는 0~450원까지를 상태 변수로 설계한다. 따라서 상태변수는 4개가 필요하게 된다. ABCD=0000일때는 현재 남아있는 돈이 0원인 상태이고, ABCD=0001 일때는 남아있는 돈이 50원인 상태, ABCD=0010 일때는 남아있는 돈이 100원인 상태, ABCD=0011 일때는 남아있는 돈이 150원인 상태, ... , ABCD=1001 일때는 남아있는 돈이 450원인 상태, 그리고 ABCD=1010 이후는 사용하지 않는 무정의 조건 상태(Don't care condition)로 처리한다. 또한 Filp-flop은 D Flip-flop을 사용하기로 한다.
  • ProjectPrometheus/DataBaseSchema . . . . 5 matches
         {{{~cpp DataBase Create Query for MySQL }}}{{{~cpp
         CREATE TABLE IF NOT EXISTS BtoBRel(
         CREATE TABLE IF NOT EXISTS UtoBRel(
         CREATE TABLE IF NOT EXISTS book(
         CREATE TABLE IF NOT EXISTS puser(
         CREATE TABLE review(
         ["ProjectPrometheus"]/{{{~cpp DataBaseSchema}}}
  • XMLStudy_2002/XML+CSS . . . . 5 matches
         [[TableOfContents]]
         <ABSTRACT>
         </ABSTRACT>
         <!ELEMENT MYDOC (TITLE,DATE*,AUTHOR*,DOCDESC?,ABSTRACT?,BODY?,FOOT?)>
         <!ELEMENT ABSTRACT ANY>
         ABSTRACT{
  • 데블스캠프2013/셋째날/머신러닝 . . . . 5 matches
          diffSum += abs(firstDataList[i] - secondDataList[i]);
          diffValue += abs(atoi(firstDataList[i].c_str()) - atoi(secondDataList[i].c_str()));
          const int Label_Num=20;
          int Labels[Label_Num]={0,};
          int Labels_Number[Label_Num]={0,};
          float Words_Sum[Label_Num][Word_Num]={0,};
          FILE * LABEL, *WORD;
          LABEL = fopen("train_class11293x20","r+");
          fscanf(LABEL, "%d",&Labels[i]);
          fscanf(LABEL, "%d\n",&Labels[19]);
          int Label_turn_num;
          if(Labels[i]==1){
          Label_turn_num=i;
          Labels_Number[i]++;
          Words_Sum[Label_turn_num][i]+=Words[i];
          Words_Sum[Label_turn_num][19]+=Words[19];
          for(int k=0; k<Label_Num; k++){
          Words_Sum[k][i]/=Labels_Number[k];
          fclose(LABEL);
          float Test_Sum_Subb[Label_Num]={0,};
  • 이차함수그리기/조현태 . . . . 5 matches
         일단 그래프가 너무 길어서(y값이 25나 나오오. 세로 25면 일반 콘솔창을 넘어버리는.. 앞으로 조그맣게 하자궁..ㅎㅎ)tab을 넣어 줄이기로함.
         원래 모습을 보고싶으면 TAB_Y의 값을 1로 해주면 됨.
         tab값을 1이외의 값으로 할때, 일단 반올림을 하게 해두었으나, 원래 축소 연산을 할때는 일부 값을 손실시켜야 하는데, 귀찮아서 놔두었더니 1이하로 내려갈때는 그래프에 점이 중복되는 현상이 생긴다는..
         const float TAB_X=1;
         const float TAB_Y=0.5;
         void make_image(int where_x, int where_y, float min_x, float max_x, float tab_x, float tab_y)
          for (register float x=min_x; x<=max_x; x+=tab_x)
          gotoxy(banollim(x-min_x+1+where_x),(where_y+max_y*tab_y));
          gotoxy(banollim(-min_x+1+where_x),(where_y-banollim(y)*tab_y+max_y*tab_y));
          for (register float x=min_x; x<=max_x; x+=tab_x)
          gotoxy(banollim(x-min_x+1+where_x),(where_y-banollim(function_x_to_y(x))*tab_y+max_y*tab_y));
          make_image( 10 , 5 , MIN_X, MAX_X,TAB_X,TAB_Y);
  • 튜터링/2011/어셈블리언어 . . . . 5 matches
          je EXIT_LABEL
          jz EVEN_LABEL
         ODD_LABEL:
         EVEN_LABEL:
         EXIT_LABEL: exit
  • 05학번만의C++Study/숙제제출/2 . . . . 4 matches
         ABC
         ABC
         >>ABC
         ABC
  • AproximateBinaryTree/김상섭 . . . . 4 matches
         void createABT(data_pointer dp)
          createABT(dp->left_child);
          createABT(dp->right_child);
          createABT(root);
  • DPSCChapter3 . . . . 4 matches
         = Abstract Factory(31) =
         ABSTRACT FACTORY(DP 87)
          패턴은 실제로 아주 간단하다. 문제 상황은 많은 부분들을 포함한다. Abstract Factory 패턴이 적용될 수 있는 예제를 보도록
          우리는 Abstract Factory Pattern을 이용해서 두가지 목표를 이룰 수 있다.
          (정리 : Abstract Factory Pattern은 Factory Pattern을 추상화시킨 것이다.Factory Pattern의 목적이 Base Class로부터 상속
          Abstract Factory Pattern는 여러 개의 Factory중 하나를 선택할 수 있도록 해주는 것을 수행한다. )
          ^ToyotaBody new
          Abstract Factory로, 부분들을(part) 결합시키는 것은 팩토리의 클라이언트가 하는 일이다. 팩토리는 부분들의(part) 하나의 집합의 (family)로 부터 나온다는 것을 보장한다. 하지만, 팩토리는 단지 부분을(part) 반환하는 일만 할 뿐이다. 최종 상품은 팩토리가 조립하지 않는다. 그것은 클라이언트의 일이다. (우리는 Abstract Factory와 Builder 패턴 사이의 주요한 차이점을 나중에 볼 것이다.)
          다형성의 힘 때문에, 클라이언트는 코드 구현을 한번만 하면된다. ABSTRACT FACTORY PATTERN을 사용하지 않을 경우, 자동차 생성 코드는 다음과 같이 보일 것이다.(아주 비효율적인 코드)
          "Without Abstract Factory."
          따라서, CarAssmebler를 만들기 위한 자동차 종류가 무엇이고 그 하위 부분들이 무엇을 해야하고, 그것의 실제 부분의 인스턴스가 무엇을 수행해야 할지를 결정한다. ABSTRACT FACTORY 해결은 우리가 CarAssembler 객체 밖의 모든 행동들을 추상화시킨다. 그리고 팩토리로 분리한다. 특별한 자동차 팩토리로 CarAssembler 확인을 한 후에, CarAssembler는 간단하게 구체적인 자동차와 하위 부분을 만들기 위한 팩토리를 호출한다.
          ABSTRACT FACTORY 접근은 좀더 모듈적이고, 좀더 쉽게 확장 가능한 디자인을 할 수 있다. 시스템에 새로운 타입의 자동차를 추가하기 위해서, 우리는 CarPartFactory의 서브 클래스를
  • Kongulo . . . . 4 matches
         # * Redistributions of source code must retain the above copyright
         # * Redistributions in binary form must reproduce the above
         # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
         # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
         # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
         # Matches URLs in <a href=...> tags. Chosen above htmllib.HTMLParser because
          '''Adds ability to parse robot files where same user agent is specified
          def IsCrawlable(self, url):
          """Returns true if it's OK to crawl the absolute URL provided."""
          if self.rules.IsCrawlable(url):
          # if available.
         # print ('ERROR: You need to install Google Desktop Search to be able to '
  • MFC/MessageMap . . . . 4 matches
         {{|[[TableOfContents]]|}}
          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 도 상기의 조건에 맞추어져서 정의되어 있음을 알 수 있다.
  • OurMajorLangIsCAndCPlusPlus/setjmp.c . . . . 4 matches
         // 1. Redistributions of source code must retain the above copyright
         // 2. Redistributions in binary form must reproduce the above copyright
         // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
         // ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
         // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
         // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  • 강소현 . . . . 4 matches
          * 난 이거 예전에 해봤을때 ABABC 일귀신 타입 나왔었어.. - [김수경]
          * ABBAB 자의식이 지나친 나의 황금기 타입.. 대부분 답이 그렇다 혹은 중간쯤임.. - [송지원]
  • ComputerGraphicsClass/Exam2004_2 . . . . 3 matches
         폴리곤 ABC의 법선벡터(Normal Vector)를 구하시오. (단, 폴리곤이 보이는 면은 시계 반대 방향으로 ABC 순서로 보이는 면이며 단위벡터를 구하는 것이 아님)
         점 D 는 선분 AB 의 중점이고, 점 E는 선분 AC를 3 : 2로 나눈 점이다. 또한 F는 D 와 E의 중점이다. 점 A,B,C의 색이 각각 red(1,0,0), green(0,1,0), white(1,1,1)일 때 점 D,E,F의 색을 (r,g,b) 형태로 나타내어라.
  • EightQueenProblem/용쟁호투SQL . . . . 3 matches
         IF EXISTS(SELECT name FROM sysobjects WHERE name = N'temp_queen_attack' AND type = 'U') DROP TABLE temp_queen_attack
         CREATE TABLE temp_queen_attack(
          TRUNCATE TABLE temp_queen_attack
  • SummationOfFourPrimes/곽세환 . . . . 3 matches
         #define PRIME_TABLE_SIZE 100
         int primeTable[PRIME_TABLE_SIZE];
         void makePrimeTable()
          primeTable[primeCnt++] = 2;
          for (i = 3; primeCnt < PRIME_TABLE_SIZE; i += 2)
          if (i % primeTable[j] == 0)
          else if (i / primeTable[j] <= primeTable[j])
          primeTable[primeCnt++] = i;
          makePrimeTable();
          if (sumOfThreePrimes == primeTable[i] + primeTable[j] + primeTable[k])
          primes[1] = primeTable[i];
          primes[2] = primeTable[j];
          primes[3] = primeTable[k];
  • ViImproved/설명서 . . . . 3 matches
          예 제 set wm=3 set sm ## 축약어 사용. 입력시 bbm을 bbmaster@flower.chungnam.ac.kr로 바뀐다 ab bbm bbmaster@flower.chungnam.ac.kr ## 스펠링 체크 매크로 map V :w^M:!spell -x %^M:e!^M^M
          ^D 한 문자 back tab. autointent의 왼쪽 마진을 리셋
          행의 선두에 back tab. autointent의 왼쪽 마진을 리셋하지 않음
          O^D 행의 선두에 back tab autointent의 왼쪽 마진을 리셋
          :g/ABC/s/B/Z/g
          전체화일에서 ABC를 찾아(s/B/Z)
          ABC중 B 를 Z로 치환한다 (/g)
         $ 현 line의 끝으로 이동 ^i tab (삽입모드에서) :w >> <file> 작업중인 화일<file>에 저장
         ~ 대문자↔소문자 변환 ^p 위로 이동(명령어 모드) :ab <1> <2> 약어 설정
         " 레지스터 저장 Q 끝내고 ex 실행 :unab <1> 약어 해제
         beautify(bf) nobf 입력하는 동안 모든 제어 문자를 무시 단 tab, newline, formfeed는 제외
         slowopen(slow) tab을 눌렀을 경우 이동한 공간 설정
         tabstop(ts=) 다른 화일의 tab간격이 다른 경우
         taglength(tl=) tab 화일의 내용중에 의미있는 문자수를 결정
  • ACM_ICPC/2011년스터디 . . . . 2 matches
         [[TableOfContents]]
         || [김태진] || 2606 || Rabbit hunt ||좀 쉬워보이는 기하문제에 도전합니당 ||
          * [RabbitHunt/김태진] // 왜 소숫값을 못받니.. 어째 코드가 완성이 되가더니.. (아직 낫 accept;;)
          * 예제가 단순히 ABC를 CDE처럼 2 더한거로 되어있어서 단순히 substitution cipher 중에서도 시저 사이퍼를 썼으려니 하고 푸는 뻘짓을 한ㅠㅠ 그냥 알파벳을 일대일 대칭하는 거임. 말 그대로 substitution이 대칭이니 ;ㅅ; 간단히 ABC가 RHN으로 변한다 해도 YES가 떠야하는거 ;ㅅ; A->R, B->H, C->N으로 바뀐거지. - [강소현]
  • Bicoloring/문보창 . . . . 2 matches
          cout << "BICOLORABLE.\n";
          cout << "NOT BICOLORABLE.\n";
  • Bigtable/MasterServer . . . . 2 matches
          1. 태블릿 내의 SSTABLE 리스트도 알고 있어야 함(알아야 하나?)
          * 난 태블릿도 SSTABLE의 리스트를 저장하는 파일로 관리하겠어 -> 이러면 마스터가 몰라도되나?
  • BlueZ . . . . 2 matches
         [[TableOfContents]]
          // bind socket to port 1 of the first available
          char dest[18] = "01:23:45:67:89:AB";
          // bind socket to port 0x1001 of the first available
          char dest[18] = "01:23:45:67:89:AB";
  • DirectDraw/Example . . . . 2 matches
         // Global Variables:
         LRESULT CALLBACK About(HWND, UINT, WPARAM, LPARAM);
          HACCEL hAccelTable;
          hAccelTable = LoadAccelerators(hInstance, (LPCTSTR)IDC_SIMPLEDX);
          if (!TranslateAccelerator(msg.hwnd, hAccelTable, &msg))
         // In this function, we save the instance handle in a global variable and
          hInst = hInstance; // Store instance handle in our global variable
          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)
  • HelloWorld . . . . 2 matches
         <BODY><TABLE BORDER=1><TR><TD>
         </TD></TR></TABLE></BODY>
  • InsideCPU . . . . 2 matches
         [[TableOfContents]]
          * GDTR ( GLOBAL DESCRIPTOR TABLE REGISTER )
         GDTR은 GDT (Global Descriptor Table)을 정의하기 위한 레지스터이다. GDT의 용도는 무엇인가? 글로벌 메모리는 어떠한 태스크라도 접근 가능한 메모리를 말한다. 그리고 이를 정의하는 레지스터가
          * LDTR ( LOCAL DESCRIPTOR TABLE REGISTER )
  • IsThisIntegration? . . . . 2 matches
         아래에 정사각형 ABCD의 그림이 나와있다. AB = BC = CD = DA = a 다. 그리고 각각 A, B, C, D를 중심으로 하고 반지름이 a인 네 개의 원호가 그려져 있다. A를 중심으로 하는 호는 꼭지점 B에서 시작해서 꼭지점 D에서 끝난다. 다른 모든 호도 비슷한 방식으로 그려진다. 이렇게 하면 서로 모양이 다른 세 가지 영역이 만들어진다. 이렇게 서로 모양이 다른 각 영역의 넓이 합을 구하라.
  • JavaStudyInVacation/과제 . . . . 2 matches
          * 클라이언트가 접속되면 클라이언트의 IP 주소와 포트를 출력해주고, 클라이언트로 "ABCDEFG" 라는 문자열을 보내준다.
          * 서버로부터 문자열을 받아 화면에 출력해준다. ("ABCDEFG" 가 나와야 한다.)
  • MySQL . . . . 2 matches
         || [[TableOfContents]] ||
         jdbc:mysql://localhost/database?user=user&password=xxx&useUnicode=true&characterEncoding=KSC5601
         mysqldump -p암호 -u사용자 --database DB명 > mysqlbackup.sql
         mysqldump -p암호 -u사용자 DB명 TABLE명 > tablebackup.sql
         mysql -p암호 -u사용자 --database db명 < mysqlbackup.sql
          * Database mysql의 user 테이블을 변경후 {{{~cpp flush privileges}}}를 수행한다.
         CREATE DATABASE jeppy;
  • OpenCamp/첫번째 . . . . 2 matches
         - MySQL Create Database -----
         CREATE DATABASE ZPOC;
         CREATE TABLE member (
         - MySQL Create Database END -----
  • PyIde/Scintilla . . . . 2 matches
         configFileAbsolutePath = os.path.abspath("stc-styles.rc.cfg")
         STCStyleEditor.STCStyleEditDlg(stcControl, language, configFileAbsolutePath)
         CmdKeyExecute(stc.wxSTC_CMD_TAB)
         CmdKeyExecute(stc.wxSTC_CMD_BACKTAB)
  • TheJavaMan . . . . 2 matches
         [http://www.yes24.com/home/pd.asp?SID=G4JaiuIvSpuwzia6CMCpwdLN6ycFuMHPjStWSgEBltChZEnIOvC8UAlza&AK=67883&TABID=1 Core JAVA 코아 자바 2: 제1권 : 기초편]
         [http://www.yes24.com/home/pd.asp?SID=G4JaiuIvSpuwzia6CMCpwdLN6ycFuMHPjStWSgEBltChZEnIOvC8UAlza&AK=376933&TABID=1 Thinking in Java]
  • WinAPI/2011년스터디 . . . . 2 matches
         [[TableOfContents]]
         ||WS_DISABLED||6.사용금지/입력 못받음 ||
         ||WS_TABSTOP||18.tab으로 포커스 지정 가능 ||
  • html5/webSqlDatabase . . . . 2 matches
         [[tableofcontents]]
          * WebSqlDatabase는 보다 구조적이고 체계화된 관계형 데이터 베이스를 대량으로 저장
         if(!!window.openDatabase) {
          alert("현재 브라우저는 Web SQL Database를 지원합니다")
          alert("현재 브라우저는 Web SQL Database를 지원하지 않습니다")
         == Indexed Database ==
          * SeeAlso) [html5/indexedDatabase]
          * Indexed Database는 새로 등장한 또다른 로컬 저장소 스펙이다
          * 2009년 말까지 사양 책정이 진행중이던 Web SQL Database 의 대안으로 탄생했다
          * 현재 Web SQL Database 는 사양 책정이 중지된 상태이며, IndexedDB 라는 새로운 스펙이
          html5rocks.webdb.db = openDatabase('Todo', '1.0', 'todo manager', dbSize);
          * {{{todo table. ID, todo, added_on}}}
         html5rocks.webdb.createTable = function() {
          tx.executeSql('CREATE TABLE IF NOT EXISTS ' +
          html5rocks.webdb.createTable();
         var db = openDatabase('mydb', '1.0', 'my first database', 2 * 1024 * 1024);
          tx.executeSql('CREATE TABLE IF NOT EXISTS foo (id unique, text)');
          * http://www.html5rocks.com/tutorials/webdatabase/todo/
          * http://html5doctor.com/introducing-web-sql-databases/
          * http://dev.w3.org/html5/webdatabase/
  • 노스모크모인모인 . . . . 2 matches
          * AB
          * ABCD
          * AAAAbbbCCCDDD
  • 데블스캠프2011/셋째날/String만들기 . . . . 2 matches
         String str("abcdef");
         String str2("abcb");
         String str3(" aB c ");
         || compareTo || str2.compareTo("abcb") == 0 ||
         || compareToIgnoreCase || str2.compareTo("AbCb") == 0 ||
         || concat || str.concat(str) == "abcdefabcdef" ||
         || startsWith || str.startsWith("abc") == TRUE ||
         || equals || str.equals(new String("abcdef")) == TRUE ||
         || equalsIgnoreCase || str.equalsIgnoreCase(new String("ABcdEf")) == TRUE ||
         || split || str.split("c") == {"ab", "def"} ||
         || trim || str3.trim() == "aB c" ||
         || toLower || str3.toLower() == " ab c " ||
         || toUpper || str.toUpper() == "ABCDEF" ||
  • 서지혜/단어장 . . . . 2 matches
          1. [https://www.evernote.com/shard/s104/sh/ea2d5494-8284-4cef-985e-a5909ed7a390/0bb87979321e1c49adb9edbd57e6ae61 Vocabulary]
         = vocabulary =
          당황하게 하다 : The thing that baffles me is that the conversations do not center around the adults but almost exclusively about their respective kids
         '''Abbreviate'''
          1. What you need to do, instead, is to abbreviate.
          2. Mister is usually abbreviated to Mr.
         '''Syllable'''
          음절 : 1. Don't breathe a syllable(word) about it to anyone. 2. He explained it in words of one syllable. 3. He couldn't utter a syllable in reply(그는 끽소리도 못했다)
         '''Accountable'''
          식별하다 : The computer program was unable to discriminate between letters and numbers.
         '''invariably'''
          invariably the reply came back, "Not now!"
          executables for stack architectures are invariably smaller than executables for register architectures.
          우성 : Dominance in genetics is a relationship between alleles of a gene, in which one allele masks the expression (phenotype) of another allele at the same locus. In the simplest case, where a gene exists in two allelic forms (designated A and B), three combinations of alleles (genotypes) are possible: AA, AB, and BB. If AA and BB individuals (homozygotes) show different forms of the trait (phenotype), and AB individuals (heterozygotes) show the same phenotype as AA individuals, then allele A is said to dominate or be dominance to allele B, and B is said to be recessive to A. - [dominance gene wiki]
         Breathe a word(syllable)
  • 영호의바이러스공부페이지 . . . . 2 matches
         what our good friend Patti Hoffman (bitch) has written about it.
          current directory. On bootable diskettes, this file will normally
         it being detected by SCAN we'll see about that.
         data_2e equ 1ABh ;start of virus
          lea dx,[si+1ABh] ;offset of jump to virus code
         about 75% of the time.
         back to the lab. Oh well you get the point.
         ; This program has the potential to permanently destroy executable
         tab equ 9 ; Tab ASCII code
         ; All executable code is contained in boundaries of procedure "main".
         virus_msg1 db cr,lf,tab,"ATTENTION! Your computer has been afflicted with$"
         virus_msg2 db cr,lf,tab,"the incurable decay that is the fate wrought by$"
         virus_msg3 db cr,lf,tab,"Leprosy Strain B, a virus employing Cybernetic$"
         virus_msg4 db cr,lf,tab,"Mutation Technology(tm) and invented by PCM2 08/90.$"
         Heres another for you virus fiends. Its been labled 1992, the latest in the
  • 위시리스트/130511 . . . . 2 matches
          * Mastering MATLAB, (저자: Duane Hanselman) -[김태진]
          * MATLAB 활용, (저자: Stormy Attaway) -[김태진]
  • 파킨슨의 법칙 . . . . 2 matches
         [[HTML( <TABLE BORDER=1><TR><TD> )]]
         [[HTML( </TR></TABLE> )]]
  • .bashrc . . . . 1 match
         shopt -s cdable_vars
         shopt -s extglob # programmable completion에 유용
         # PROGRAMMABLE COMPLETION - 오직 BASH 2.04 이후에서만 동작
          echo "programmable completion 을 쓰려면 bash 2.05 이상으로 업그레이드가 필요합니다."
         set +o nounset # 이렇게 안 하면 programmable completion 몇 가지는 실패함
         complete -A variable export local readonly unset
         complete -A enabled builtin
         # Local Variables:
  • 2010php/방명록만들기 . . . . 1 match
         $sql = "CREATE TABLE guest
          die('Can not create table');
         $tableconn = mysql_select_db("csephp_db", $dbconn);
  • 5인용C++스터디/더블버퍼링 . . . . 1 match
         HBITMAP hBit, hBaby;
         DrawBitmap(hMemDC,0,0,hBaby);
          VARIABLE_PITCH | FF_ROMAN,"궁서");
          hBaby=LoadBitmap(g_hInst,MAKEINTRESOURCE(IDB_BITMAP1));
          DeleteObject(hBaby);
  • 5인용C++스터디/키보드및마우스의입출력 . . . . 1 match
         VK_TAB / 09 / Tab
  • AKnight'sJourney . . . . 1 match
         시나리오 시작 번호는 1입니다. 모든 시나리오에 대한 출력은 "Scenario # I:"으로 시작합니다. 다음 기사 이동과 체스판의 모든 사각형을 방문하는 순서는 '''사전 편찬(집필) 상의 순서'''를 따라야 합니다. 방문 가능한 경로는 여러 가지가 있을 수 있지만, ABC, 123 의 순서를 따지면 결과는 하나로 정해져 있습니다. 최종 경로는 한 줄에 제공해야합니다. 전부 방문할 수 있는 경로가 존재하지 않으면, 당신이 한 줄에 출력 불가능합니다.
  • Applet포함HTML/상욱 . . . . 1 match
          classid = "clsid:CAFEEFAC-0014-0001-0001-ABCDEFFEDCBA"
          codebase = "http://java.sun.com/products/plugin/autodl/jinstall-1_4_1_01-windows-i586.cab#Version=1,4,1,1"
          <PARAM NAME = "scriptable" VALUE = "false">
          scriptable = false
  • Applet포함HTML/영동 . . . . 1 match
          classid="clsid:CAFEEFAC-0014-0000-0003-ABCDEFFEDCBA"
          codebase="http://java.sun.com/products/plugin/autodl/jinstall-1_4_0_03-win.cab#Version=1,4,0,30">
          <PARAM NAME="scriptable" VALUE="false">
          scriptable=false
  • Applet포함HTML/진영 . . . . 1 match
          classid = "clsid:CAFEEFAC-0014-0001-0001-ABCDEFFEDCBA"
          codebase = "http://java.sun.com/products/plugin/autodl/jinstall-1_4_1_01-windows-i586.cab#Version=1,4,1,1"
          <PARAM NAME = "scriptable" VALUE = "false">
          scriptable = false
  • ComputerNetworkClass/Report2006/PacketAnalyzer . . . . 1 match
         [[TableOfContents]]
          WSABUF wbuf;
          printf("Unable to obtain an interface\n");
  • CppUnit . . . . 1 match
         || [[TableOfContents]] ||
         #define CPPUNIT_ENABLE_NAKED_ASSERT 1
         기타 자세한 내용들은 (flag 들) cppunit/portability.h 를 참조하면 된다.
          You probably forgot to enable RTTI in your project/configuration. RTTI are disabled by default.
          Enable RTTI in Projects/Settings.../C++/C++ Language. Make sure to do so for all configurations.
  • CrackingProgram . . . . 1 match
         004010AB add eax,dword ptr [ebp+0Ch]
  • D3D . . . . 1 match
         [[TableOfContents]]
          if (fabs (a.x - b.x) < EPSILON)
          if (fabs (a.y - b.y) < EPSILON)
          if (fabs (a.z - b.z) < EPSILON)
         v` = (vA)B => v` = v(AB) // 오!~
         ==== 조종 - about move 1 ====
  • DirectX2DEngine . . . . 1 match
         [[TableOfContents]]
          * SDK는 이 주소로 받으세요 : [http://www.microsoft.com/downloads/info.aspx?na=90&p=&SrcDisplayLang=en&SrcCategoryId=&SrcFamilyId=1FD20DF1-DEC6-47D0-8BEF-10E266DFDAB8&u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2f5%2ff%2fd%2f5fd259d5-b8a8-4781-b0ad-e93a9baebe70%2fdxsdk_jun2006.exe DOWNLOAD]
  • ExploringWorld/20040315-새출발 . . . . 1 match
          * Network LAB -> PC실 PC옮기기
  • Garbage collector for C and C++ . . . . 1 match
         A* a1 = new A[ 10 ]; // collectable or uncollectable? (컴파일러마다 다른 결과가 나온다.)
         A* a2 = new (GC) A[ 10 ]; // collectable
         # -DSILENT disables statistics printing, and improves performance.
         # Finalization and the test program are not usable in this mode.
         # -DGC_SOLARIS_THREADS enables support for Solaris (thr_) threads.
         # -DGC_SOLARIS_PTHREADS enables support for Solaris pthreads.
         # -DGC_IRIX_THREADS enables support for Irix pthreads. See README.irix.
         # -DGC_HPUX_THREADS enables support for HP/UX 11 pthreads.
         # -DGC_LINUX_THREADS enables support for Xavier Leroy's Linux threads.
         # -DGC_OSF1_THREADS enables support for Tru64 pthreads. Untested.
         # -DGC_FREEBSD_THREADS enables support for FreeBSD pthreads. Untested.
         # -DGC_DGUX386_THREADS enables support for DB/UX on I386 threads.
         # Necessary for heaps larger than about 500 MB on most machines.
         # Recommended for heaps larger than about 64 MB.
         # -DDONT_ADD_BYTE_AT_END disables the padding.
         # -DNO_SIGNALS does not disable signals during critical parts of
         # be either GC_malloc or GC_malloc_uncollectable, or
         # (Probably works for UNIX, and win32.) If you build with DBG_HDRS_ALL,
         # Reduces code size slightly at the expense of debuggability.
         # finalize.c). Objects reachable from finalizable objects will be marked
  • Gof/FactoryMethod . . . . 1 match
         [[TableOfContents]]
         == Applicability : 적용 ==
         == Collaborations : 협력 ==
          5. Naming conventions. It's good practice to use naming conventions that make it clear you're using factory methods. For example, the MacApp Macintosh application framework [App89] always declares the abstract operation that defines the factory method as Class* DoMakeClass(), where Class is the Product class.
          { return new RoomWithABomb(n); }
         A more esoteric example in Smalltalk-80 is the factory method parserClass defined by Behavior (a superclass of all objects representing classes). This enables a class to use a customized parser for its source code. For example, a client can define a class SQLParser to analyze the source code of a class with embedded SQL statements. The Behavior class implements parserClass to return the standard Smalltalk Parser class. A class that includes embedded SQL statements overrides this method (as a class method) and returns the SQLParser class.
         Abstract Factory (87) is often implemented with factory methods. The Motivation example in the Abstract Factory pattern illustrates Factory Method as well.
         Factory methods are usually called within Template Methods (325). In the document example above, NewDocument is a template method.
  • LinuxProgramming/SignalHandling . . . . 1 match
         [[TableOfContents]]
          SIGABRT - process aborted
          SIGURG - urgent data available on socket
          SIGPOLL - pollable event
  • OurMajorLangIsCAndCPlusPlus/errno.h . . . . 1 match
         || ||int ECONNABORTED||네트웍 연결이 실패하였다. 네트웍 연결이 단절되었는데 그 이유는 원격 시스템이 재부팅하거나 아 니면 복구할수 없는 프로토콜 위반인 경우처럼 로컬 호스트의 제어를 벗어난 것이 이유이다.||
  • OurMajorLangIsCAndCPlusPlus/signal.h . . . . 1 match
          || SIGABRT || 그 프로그램과 abort가 호출되면 발생 ||
  • PHP-방명록만들기 . . . . 1 match
          mysql_query("CREATE DATABASE IF NOT EXISTS problem CHARACTER SET euckr",$connect);//$dbname = mysql_create_db("problem", $connnect);와 동일
          $mt = "create table IF NOT EXISTS Memo (";
  • PPProject/20041001FM . . . . 1 match
         [[TableOfContents]]
          string str = "abcde";
         char * string="ABCDEFGHIJKLMNOPQRSTUV";
  • Postech/QualityEntranceExam06 . . . . 1 match
          5. right linear 로 AB* U C* 인거 그래머로 적기
  • ProjectSemiPhotoshop/SpikeSolution . . . . 1 match
          * color table can be less than the number of bits per pixel
          /* Calculate the number of colors in the color table based on
          if((m_hImage = (HDIB)::GlobalAlloc(GMEM_MOVEABLE | GMEM_ZEROINIT, dwBitsSize)) == NULL) return FALSE;
          pPixels = DataBits(pDIB);
  • R'sSource . . . . 1 match
          pattern = re.compile('(^<TABLE.*<a.*number=)(.*)&view=2.*\[1\].*')
  • RecentChangesMacro . . . . 1 match
         {{{[[RecentChanges(item=5,table)]]}}}
         [[RecentChanges(item=5,table)]]
         table 식으로 출력할 때 TABLE과 각 TD에 class를 부여해야 CSS를 쓸 수 있습니다.
          이름이야 엿장수 맘이지만, 전 .rcTable, .icon, .page, .timestamp로 했습니다.
  • Telephone . . . . 1 match
          QZ ABC DEF
  • Unicode . . . . 1 match
         [[TableOfContents]]
         Establishing Unicode involves an ambitious project to replace existing character sets, many of them limited in size and problematic in multilingual environments. Despite technical problems and limitations, Unicode has become the most complete character set and one of the largest, and seems set to serve as the dominant encoding scheme in the internationalization of software and in multilingual environments. Many recent technologies, such as XML, the Java programming language as well as several operating systems, have adopted Unicode as an underlying scheme to represent text.
         UCS 는 코드값의 테이블이라고 생각하면 됩니다. UTF 는 인코딩의 방법(즉, 바이트의 연속된 순서를 어떻게 표현할 것이냐 하는 정의)이고, UCS 는 미리 정의되어 있는 각 글자 코드를 테이블 화 해놓은 것입니다. 가령 글자 '가' 는 유니코드에서 U+AC00 에 해당하는데, UCS2 에서는 0xAC00 테이블 좌표에 위치하고 있습니다. 이것을 UTF-8 인코딩하면, 0xEAB080 이 됩니다.
  • ZP도서관 . . . . 1 match
         ZeroPagers 의 도서목록들. 새로 추가할때 가나다 (ABC) 순으로 정리해서 기록합시다.
         [[TableOfContents]]
         || Java performance and Scalability, volume 1 ||.||Addison Sesley||["nautes"]||원서||
         || about FreeBSD ||.|| 영진 || 광식, ["ddori"] || 한서 ||
  • django/Model . . . . 1 match
         CREATE TABLE "manage_risk" (
  • 방울뱀스터디/GUI . . . . 1 match
         == Label ==
         textWrite = Label(frame, text="Hello World!")
         check = Checkbutton(frame, text="Check Button", variable=var, command=cb)
          w.configure(text='Variable is Set')
          w.configure(text='Variable is Reset')
         radio1 = Radiobutton(frame, text="One", variable=var, value=1)
         radio2 = Radiobutton(frame, text="Two", variable=var, value=2)
         같은 그룹내에 있는 라디오 단추들은 같은 variable을 공유해야한다.
         (역으로 varivable이 같으면 같은 그룹이라고 봐야하는건있지...???)
         ※Label을 텍스트를 표시만 해줄수 있음..
         textArea.config(state=DISABLED)
  • 새싹교실/2011/무전취식/레벨1 . . . . 1 match
         [[TableOfContents]]
         문자는 소문자 대문자를 구별한다. char babo; char BABO;
         특수문자는 언더바만 된다. char babo_sora;
  • 새싹교실/2012 . . . . 1 match
         [[TableOfContents]]
         ||1||[새싹교실/2012/ABC반]||이민규, 김현기, 모영종, 한주만 || 6회차 진행 || 금요일 5시+ 수시 ||
  • 여사모 . . . . 1 match
         게 strlen()함수야. 문자열을 초기화할 때에는 예를 들어 char * arr = "ABCDE"; 라고 하면 arr[5]에는 자동
  • 위키QnA . . . . 1 match
         A : 아. 한번 고쳐봤습니다; 위의 네비게이션 바에 tab index를 주었습니다. 맨 처음 focus 는 바로가기 GO 입력창에 커서가 오고요. 그 다음 Shift + Tab 을 누르면 TAB 이 최근바뀐글 -> 검색 -> 제목색인 순으로 움직입니다. (반발이 3명 이상 나오면 원상복귀 하겠습니다;;) --석천
         ==== Thread About Regular and Semi project ====
         A: {{{~cpp [[TableOfContents]] }}} 매크로를 사용해보시는 건 어떨까요? 소제목들에 대한 내부링크를 만들어줍니다. 링크의 기준은 === ===, == == 등으로 묶인 헤더태그들 기준입니다.
  • 위키에대한생각 . . . . 1 match
          * SeeAlso NoSmok:일반게시판 NoSmok:위키게시판 NoSmok:WikiIsNotABulletinBoard
  • 일반적인사용패턴 . . . . 1 match
         [[TableOfContents]]
          * 제목색인 - 지금까지 열린 페이지들이 ABCD 순으로 배열됩니다.
Found 89 matching pages out of 7540 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.3127 sec