E D R , A S I H C RSS

Full text search for "[김성민]"

[김성민]


Search BackLinks only
Display context of search results
Case-sensitive searching
  • 2011년독서모임 . . . . 26219 matches
         = 2011 =
          * 2011 . (학 활 , )
          * ''' 5'''
          * 테 .
          * : [], [], [], []
          * [2011/]
         = 행 =
         == 2011 학 ==
         === 1 ===
          * : 2011
          * : 1 5 3 ~ 5
          * : PC.
          * : [], [], []
         ==== ====
          * [] - [http://www.yes24.com/24/goods/3258460?scode=032&OzSrank=1 힘]
          * [] - [http://www.yes24.com/24/Goods/436056?Acode=101 한 CEO ]
          * [] - [http://www.yes24.com/24/goods/419426?scode=029&OzSrank=6 ]
         === 1 ===
          * : ,
          * : 1 12 3 ~ 5
  • 1002/Journal . . . . 23946 matches
          ["Refactoring"] & 키 페 .
         하 : 5 2. ( 함)
         할
          * TPOCP - O
          * retrofitting -> 6 - O
          * Retrofitting UT
          * -> 1 한 TOC . - O
          -> 해하 -> restatement & .
          *
          * dotplot
          * index card
          * 1 30. 한 - o
          * 10 30 - o
          * - o
          * -> restatement .
         ' ' 10 화 & .
         3 : 30 ~ 9 : 00
          ~ 9 : 13
          ~ 9 : 33 & & &
          ~ 9 : 46
  • Linux/필수명령어/용법 . . . . 23568 matches
         
         
          .
         
         
          . , .
         - Full name: Park Chan Wook ,,
         - GD [100]: ,, .
          , . 패 , .
          행하 .
         
         - at -q [-m][-f 파] 큐(queue)
         - at -r
         
         -q 큐 : . CPU .
         -r 호 : 큐 . .
         -l : . .
         -m : .
         -f 파 : 표 .
         
  • MoreEffectiveC++/Efficiency . . . . 22798 matches
          * Item 16:80-20 .
         DeleteMe ) 해 . , --
         '''80-20 ''' ? 80% 20% .: 80% 20% ;80% 20% .;80% disk 20% .:80% (maintenance effort) 20% .[[BR]]
         80-20 , (Operating System), . 80-20 .; , () .
         80-20 . 90-10 , . 확한 , ,포 .: .
          80-20 '''편하(택하)''', '''히()''' . '''편하(택하)''' , 80-20 . 80% 히 해 . , . '''히()''' 80-20 험하 . , , . 80-20 .: , 행해.
          (bottleneck) 한 해 . , , tarot ( ) Ouija( , ) , , , , . , .
         (DeleteMe 호하. . . )[[BR]]
          . . . , . (I/O-bound) . I/O . , CPU-bound 한 포() .
         , ? 80-20 . , . 하 . ?
          20%, . 한 20% (profiler:) . (profiler:) . . , (profiler:) . 한 향 .
         (profiler:) . (performance) . , , . 하 . . ( , )
          , 함 . 한 형태 , . , 함 , 해하 . . (e.g., operators new, new[], delete and delete[] - Item 8)
         ,(profiler:) . ( )한, , - 80%. - . . 화 하 . .
          한한 . ( 한 클) . . (. --;) (tuning), .
          * Item 17:lazy evaluation .
         DeleteMe ) lazy evaluation 한 한 . . --
         (efficiency) 행하 . ? . 행하? 행하 행(excuting) ?
          (keyword) '''lazy''' .
          , . "" 하 . . . - . . 한한 . .
  • MoreEffectiveC++/Miscellany . . . . 22164 matches
          * Item 32:
         (: , .)
          화한.
          , . 하 . , , , . . '''화한.''' . (: , .)
         :As software developers, we may not know much, but we do know that things will change. We don't necessarily know what will change, how the changes will be brought about, when the changes will occur, or why they will take place, but we do know this: things will change.
          . , , , . , , , 황() . , 포함 . - 화하 - ''program in the future tens''( : ) .
         ''program in future tense'', , . , (overloading) , . , . , , 확히 . , , . , 해, , .
          , , C++ . ''' ''', , C++ .; '''Item 26''' . ''' Heap ''', 클 () . '''Item 27''' . , (assignment) (private) . C++한 힘, , 표 . .
         DeleteMe 호 [[BR]]
         "화한.", 험 . (:Given that things will change, writeclasses that can withstand the rough-and-tumble world of software evolution.) "demand-paged" . , .(호, :Avoid "demand-paged" virtual functions, whereby you make no functions virtual unless somebody comes along and demands that you do it) ''meaning'' , . , (virtual) , . , (nonvirtual) , 편하 .; .
         (assignment), . " " . . 한 함 , private . . 호한 호 . ( )
          .: . built-in( ) 형 : int
          '''할''' '''할.''' . . . , . . . null . ''' .''' 확히 , . 클 , , . ( Item 33 )
          . . .(Item 16) 한 하 , , . , 히 하, . , 한 OS 패해, .
          , 화(화:localized) . 한한 화 하: private 하. (unamed) namespace, file-static (Item 31) . . 한 클 화 해. - (Item 4) if-than-else 한 RTTI .(Item 31) 항 화한. . , warning .
          , . 훌 C++ .
          * B* D .
          B D . B (virtual destroctor) .
         class B { ... }; // .
          , .
  • MoreEffectiveC++/Techniques1of3 . . . . 17943 matches
          * Item 25: .
          === Virtual Constructor : ===
          , . , , 포 , (virtual) 함 ? ? , ''' ''' ?
          . 하 . newsletter , .
         class NLComponent{ // News Letter
         class TextBlock:public NLComponent{ //
         class Graphic:public NLComponent{ //
         class NewsLetter { // , News Letter
          list<NLComponent*> components; //
          .
         list 클 STL , Item 35 . 크(double linked list) .
         NewsLetter . NewsLetter 해 istream NewsLetter
         
          (component object) str .
          newsletter components .
          readComponent
          // istream str
          // 해 , readComponent
          // readComponent newsletter
         readComponent . readComponent TextBlock Graphic형 . 환해 list . . , . . . ?
  • MoreEffectiveC++/Techniques2of3 . . . . 16446 matches
          * Item 29:
          === ===
         Reference counting( , ) . , '''''' heap . 하 , new delete . , new delete , . '''''' . , , , 파 .
          형태 . 합할 .
         class String { // 표
         public: // ,
         a~e "Hello" . . (assignment) .
          if (this == &rhs) return *this; // Item E17
          return *this; // Item E15
          .
          .
         "Hello" , . 하 "Hello" , 파 . "Hello" , 0 , .
          5 '''''Reference count''''' . ''use count'' , 학 . 하 (scott mayer) .
          === Implementing Reference Counting : ===
          String 클 , 한 클 . , , , StringValue . String (private) .[[BR]]
          .
          ... // String member
          struct StringValue { ... }; // , String .
          StringValue *value; //
          String ,( RCString?) 하 String , 킨 String .
  • HolubOnPatterns/밑줄긋기 . . . . 15047 matches
         == 학 ==
         === ===
          * 트, , 훅, . ~~~ .
          * , 항 . - []
          * . 하(ㅋㅋ) - [혜]
         === ===
          * .
          * ? - []
          * ~~ ..~~ , ( ). ㅋㅋ 1. . 2. 한 확 . - [혜]
          * 힘 ㅠㅠㅠㅠ ... - []
         == OO ==
         === 패 vs ===
          * .
          * . - []
          * . - []
          * 1980 C .
          * C . - []
          * . .
          * 트헤 " 행하 "한 . ? ? - [혜]
          * ? 100% . - []
  • ProjectPrometheus/Journey . . . . 14504 matches
         ["ProjectPrometheus"] . ["ThreeFs"] . , . .
          * TestCase 통 ZeroPageServer TestCase
         === 10.3 () ===
          * .
          * ZeroPage Release. ["Ant"] Build 화
          * 패키 , .
          * 패키 , , . . ( .)
          * 한 ["Java"] 화 ["Ant"] , ZeroPage Resin , .
          * '화 ' . 하, '화 ' . [""] . , YAGNI , . , . (Property class .)
          * Release 하 Release . Chaos (?) . -_-; . , . .
          * Pair 휘할 . . . --["1002"]
         === 10.2 () ===
          * Mypage Best Point .
          * 해 페
          . 효한 . , 5 Stand Up Meeting . Pair , . --["1002"]
          * .
          * UI .
         === 9.30 () ===
          * Test . 테 .
          * UnitTest . Extract, 테 .
  • EffectiveC++ . . . . 13347 matches
         : (["erunc0"]) [[BR]]
         Effective C++
         preprocessor() compiler 호한 .[[BR]]
         DeleteMe #define(preprocessor) 해 const inline(compile) . --
         ASPECT_RATIO .[[BR]]
         define ASPECT_RATIO 1.653 ASPECT_RATIO symbol table ? . debugging . -
          .[[BR]]
         1. (constant pointer) .
         2. 한하
          static
          .
          static const int NUM_TURNS = 5; // ! ()
          int scores[NUM_TURNS]; // .
          const int GamePlayer::NUM_TURNS; // .
         #define -> inline ( )
          * inline: 함 .. . .
          // .
          // .
          // #define inline..
          inline int max(int a, int b) { return a > b ? a : b; } // int형 ..
  • MoreEffectiveC++/Exception . . . . 12197 matches
          * Item 9: .
          .
         ALA (Adorable Little Animal.)
          puppy kitten . Item 25 할 ''virtual constructor'' , .
          (?) .
         pa processAdoption() exception . 하, exception "delete pa;" . propagate해 .
          . , try-catch-throw . 하.. ? 해 .() , .
          . smart pointer Standard C++ 포함 auto_ptr template 클 한 해 auto_prt .
          auto_prt .
          auto_ptr .
          .
          C createWindow and destroyWindow . destroyWindow(w) . .
         auto_ptr .
          * Item 10: .
          , 호, , , .
          BookEntry .
          //
          if (imageFileName != ""){ // .
          if (audioClipFileName != "") { // .
          theImage theAudioClip null . C++ null delete . 하... new ?
  • 작은자바이야기 . . . . 9317 matches
         == ==
          * -- ?--
          * 2012 Java !
         === ? ===
          * 튜: []
          * 튜티: [], [], [], [], [], []
          * . .
          * Java 2학 1학
          * Java .
          * - [혜]
          * 흥 한 형편 .. 흥 . - []
         === ? ===
          * 토 1
         === ? ===
          * 2 6 ZeroPage학회
         === ? ===
          * 학 Java
          *
          * Java Technology
          * Java
  • 시간관리인생관리/요약 . . . . 8566 matches
         = =
          * <!> ''' : 화 훈'''
          * ''' 1'''
          - .
          - , . .
          - , 히 할 .
          - .
          * ''' 2'''
          - .
          - , 2 행하.
          * 1,2 .
          == ? ==
          === 1 험 ===
          * .
          || ''' ''' || ''' ''' ||
          || 호하 || . ||
          || 큰 , || . ||
          || , || . ||
          || , || .||
          || ,|| . ||
  • Android/WallpaperChanger . . . . 8518 matches
         = =
          * 2012 4 []
          * .
          * 5 -ㅅ-ㅋ - []
         = =
          1.
          * Android Gallery Intent .
          * Android Wallpaper API
          *
          1. 통합
          1.
         = 크 =
         == Android Gallery Intent ==
          * Android Provider .
          * Stack Overflow
         == Android Wallpaper API ==
          * Wallpaper Permission (Androidmenifest.xml파 함)
          * WallpaperManager 클 통해 할
          * BitmapFactory 통해
          * {{{ manager.setBitmap(Bitmap.createScaledBitmap(b, d.getWidth()*4, d.getHeight(), true)); }}} * 4 4
  • 데블스캠프2012/둘째날/후기 . . . . 8464 matches
          * ''' : [ThreeFs]'''
          * : [], [], [], [혜], [], [], [], [], [], [], [], [], [], [], [], [환], [], [], [], [형]
         = =
          * [] - ( ) . git . .
          * [] - . 한 호?.. . . . . 1 ...
          * [] - . ㅠㅠㅠㅜ ㅠㅠㅠ
          * [] - ㅋㅋ
          * [] - . .
          * [] - 트할 .
          * [] - . .
          * [형] - , . '함' . ~~
          * [] - XE MySQL , DB . 한 탓 , 해할 . 해 140 Queueing Server . .
          * [환] - 히히 ㅠㅜ ㅋㅋㅋㅋㅋㅋ . ㅠㅜ
          * [] - . . . , . ... ...
          * [] - . DB , . . . . .
          * [] - . , .
          * [] - , . . ㅎㅎ
          * [] - . .
          * [] - Skill 트 '1 ' . .
          * [] - . . . 하 . .
  • ProjectZephyrus/ClientJourney . . . . 8156 matches
         클 . 한//훈(["ThreeFs"]) 함. ( ; 포;)
          * . . . . ...CVS . .. . . , . 행했 . . 형하 pair 하 . ... -_-;; ...-_-;;
         [""]
          * . 12 . , . Pair ["Refactoring"] 해 . -_-; (, 패킷 핸 . -_-; . (^^;) 했 ;)
          * . . ( , , . . . Cost Estimate Cost .) ( , 함) .
          * 학 . 학 , . , . . , , . CVS , . ( -_-; ) . (Configuration Management .)
          * wiki:NoSmok:InformationRadiator ; ;
          * , . ( ).
          * Java Study + Team Project . , 패 ( . . , ) . ( ) 한편, 행했 . . (하, Java Study Team Project 험 향 , . Team Project 해 PairProgramming, , CVS commit , .) , . Good Pattern Anti Pattern .
          * . , , . ["DoItAgainToLearn"] 했. . --
          * .. .. , .. . .. MainSource .. --;; .. , , .. 하 .. Design Architecture(?) .. 행해 . .. ~~ ㅠ.ㅠ ~ ..
          *() 형 .. .. .. .. .. --;; .. .. , .. ^^
          ''100% 100% . Output 70-80% , Java Study Team Play 40-50% . ( .) , 패했 . --''
          * 1002 . . ( . -_-;) . , .)
          * . / , . 행한 행할 . ( 한 Interface .) Javadoc . (Coding Standard , Javadoc ; ; 하 javadoc generator document .)
          * TDD Interface . Main 함 hard coding 한 ["Refactoring"] , TDD Interface . UnitTest . 하, 2 . -_- , TDD . Client .
         === 6.3 () ===
          * 5 Pair 5Play.. .. 형 .. --;; 1:1 Dialog !! (Focus ) .. .. .. .. 1.7G . .. .... .. .. ㅠ.ㅠ 히 해.. .. Try Catch .. .. . .. ~ ~~ -_-V (1002형 Adviser ... ㅡ_ㅡ;;) 험해.. 3 .. -_-V -
          '' . -_-v (. Pair 할. Swing ) , 크하. 1:1 Dialog 1 10 . --''
         === 5.31 () ===
  • 데블스캠프2002/날적이 . . . . 8089 matches
          , , 훈 (ThreeFs 페 ) . , 향해 , ' ?' 하 .
          ThreeFs , . "" .
         "히 하", "" . 패한 .
         , 톡톡히 ,
          *
          *
          *
          * /
          *
          * / /
          * (DoItAgainToLearn) ,
          .
          "" "" .
         = 6. 28( ) =
          1002 . .
         1. Class - . ~ , ~ .
         
          - , 판 [[BR]]
          - [[BR]]
          .
  • SmallTalk/강좌FromHitel/강의2 . . . . 8086 matches
          :[] Smalltalk #2 :
          :홍() 1998-11-23 10:40 회:392 1/34
         
          Smalltalk #2
          1998. 11. 22.
          1. Smalltalk
          1.1.
          →1.2. Smalltalk
          1.3. Smalltalk
          1. Smalltalk
         
          1.2. Smalltalk
          Smalltalk
          Smalltalk 환 . Object Arts
          Dolphin Smalltalk , Dolphin Smalltalk
          .
          Dolphin Smalltalk Smalltalk 환 포하
          . Dolphin Smalltalk 1.1판 , 2.1판 .
          1.1판.
          .
  • 데블스캠프2002/진행상황 . . . . 7829 matches
         = 01 =
         / . 한 ["ThreeFs"] . , . ( ), , , , , .
         == ==
          * + TCP/IP . (http://edu.hackerslab.com/home/html/temp/movie.htm)
          * ["RandomWalk2"] CRC . (["ScheduledWalk/&"], ["ScheduledWalk/&"]) , . ( 1002 Support)
         === ===
          * . , ; ^^; traceroute ; TCP/IP .
          * , , RandomWalk .
          * CRC 화하 . 1002 ' ?' .
          * 3. 2 . 한편 , 7 RandomWalk . .
          * 화 - 5 . , '. ?' .
          . NoSmok: . .
          , 화 . ( . 화 , ..)
          * me too-- [""]
         === 훈 ===
          * . . .
         == ==
         === 한 ===
          " " . , 함 , / , .
          , " " . "". .
  • Z&D토론백업 . . . . 7758 matches
         페 .
          .
          ? ? [[BR]]
         DeleteMe ) TV --
          * , . 'EditText' . ( . ^^; . .) 편하 ( 택한 '툴 ' , Only DocumentMode , ThreadMode 토 .)
         == ZeroPage Devils 황 ==
         ["Z&D토/학회황"] .
         == ZeroPage Devils 통합 ( 항) ==
          : [http://zeropage.org/jsp/board/thin/?table=open&service=view&command=list&page=3&id=4926&search=&keyword=&order=num 200217]
         === 학회 ===
          * () 함. . ( ? offline ? online?)
          * 학회 ["Z&D토/학회"] .
         === ===
          ZeroPage .
         === 회 ===
         === ===
         한
         === 회 ===
          .
         === 02 ===
  • 새싹교실/2012/startLine . . . . 7445 matches
         = /startLine =
          * :
          * :
          * : 환희, 훈, ,
         = =
         == 1회-환희, 훈 (2012-03-21) ==
         === ===
          * .
          * wiki .
          * 0 1 (ASCII code).
          * .
          * .
          * , (printf, scanf)트 함(assert).
          * 트 함 .
         === ===
          * .
         === ===
          * , . . . ... . - []
          * ㅋㅋㅋㅋㅋ -
          * ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ - 환희
  • 정모/2011.4.4 . . . . 7277 matches
          * : [], [], [], [혜], [], [], [], [], [], [황], []
         == ==
          * .
          * [], [혜], [] 한 XPer 3 험한 .
         == ZeroPage ==
          * 행한 트, , ZeroPager .
          *
          * .
          * 20 .
          * .
          *
          * 택하 .
          * .
          * ''' 해하 . ?'''([])
          * for(①; ②; ③) {④} , ① ②④③ ②④③ ②④③ ②④③...... . ([황])
          * , , , - [Enoch]
          * 해할 . "Hello world!" .([])
          * , , ([])
          * '''튜 . .'''([])
          * 튜 . , 튜 1 C, C++ . ! . map, set , UML , MVC , , , 테 ... ... ㅠㅠ([])
  • Java Study2003/첫번째과제/장창재 . . . . 7252 matches
          * .
          - (Java) . , , (Assembly), 포트(FORTRAN), (COBOL), 파(PASCAL), C , API(Application Programming Interface) (Java Virtual Machine) (Platform) . , Visual C++ , 95/98/NT 95/98/NT API .
          (Java Language) (Java Program) (Java Compiler) (Java Byte code) , 해 해 , 한 해 (interpreter) . .
          (Java Compiler):
          (intermediate language) 형태 <.
          (Java Byte code):
          CPU . 95/98/NT . , 한 플 . , , . 95/98/NT, , 킨토 .
          (Java Interpreter) (Java Virtual Machine):
          , ( 95/98/NT, , 킨토 ) . , .
          . , , . . JDK(Java Development Kit) 포함 , 호환 . , . write once, run anywhere . , ( 95/98/NT, , , 킨토 ) 통해 . , .
          2. 플
         플 . . . .
          (Java Virtual Machine; Java VM):
          , 한 하 포팅(poring) . , 95/98/NT, , 킨토 , , .
          API(Java Application Programming Interface):
          API API . , . API 패키 .
          *
          .
         (Simple):
          C/C++ , C/C++ , 포, 포 , , (overloading) 해하 해한 .
  • 새싹교실/2012/세싹 . . . . 7229 matches
         = =
          * .
          * : 화 15:00~16:00
          12:00~13:00
          .
          * : everything you want
         = =
         || || [] ||
         ||<|2> || [] ||
         || [] ||
          * : pkccr1@gmail.com
          * : pkccr@nate.com
          * ZeroPage 4F([ThreeFs] + Future Action Plan) feedback .
          * Facts, Feelings, Findings, Future Action Plan. , , , , 획.
          * : " 5 .() .() .() .( 획)"
          * ?
          * feedback .
          * ZeroWiki . 하 .
          * . 학 .
          * ZeroWiki MoniWiki Engine Google Chrome Mozila Firefox, Safari Internet Explorer .
  • SmallTalk/강좌FromHitel/소개 . . . . 6932 matches
          Smalltalk
          98. 11. 16.
          Smalltalk
         . Dolphin Smalltalk 98 Object Arts "Dolphin
         Smalltalk White pager" Smalltalk
          .
          Smalltalk 한 편.
          C/C++ , Delphi
          Visual Basic .
          Smalltalk
          . Smalltalk ,
         Smalltalk
         .
          90 Smalltalk
          , Dolphin Smalltalk
          .
          Smalltalk
          . ,
          Smalltalk
          .
  • SmallTalk_Introduce . . . . 6930 matches
          Smalltalk
          98. 11. 16.
          Smalltalk
         . Dolphin Smalltalk 98 Object Arts "Dolphin
         Smalltalk White pager" Smalltalk
          .
          Smalltalk 한 편.
          C/C++ , Delphi
          Visual Basic .
          Smalltalk
          . Smalltalk ,
         Smalltalk
         .
          90 Smalltalk
          , Dolphin Smalltalk
          .
          Smalltalk
          . ,
          Smalltalk
          .
  • 데블스캠프2008/등자사용법 . . . . 6845 matches
          ~
          .
         PPT ;;
          . .
         
         
         
         
          파티 2 1
         
         
         
          ?
          'ㅂ'
         확
         
          ?
         
         %
         
  • 새싹교실/2012/주먹밥 . . . . 6816 matches
         = =
          || 학 || ||
          || 06 || ||
         || 12 || 한표 ||
         || 12 || 훈 ||
         || 12 || ||
         = 황 =
         || || 3/21 || 3/28 || 4/3,4 || 4/5 || 4/11 || 4/16 ||
         || || O || O || O || O || O || O ||
         || 한표 || O || O || O || X || O || X ||
         || 훈 || O || O || X || O || X || O ||
         || || O || O || X || O || X || O ||
         = 표 =
          * [] : 획했 3 . C . +@
          * [] : + , , .
          * [훈] : c , .
          * [한표] : .
         = =
         == ==
          * - []
  • 데블스캠프2011/다섯째날/후기 . . . . 6728 matches
         == 태/Python 크 ==
         === ===
          * 파 (python turtle .) . 해하 해하 . server Client .. ㅋ 헌 .
         === ===
          * . Rurple Python . 파 , . CAU_MAC MAC .. .ㅋㅋ 11학 2 .. . ( ... 했 ㅎㅎㅎ;)
         === ===
          * turtle /클 패킷 . . . . . . . ...
         === ===
          * c TCP/IP c . . . . . -_-
         === ===
          * turtle . . ( ;;) (-_-) 해 . . . 3 . , 하 . .. ..... a
         == /Lua ==
         === ===
         === ===
         === ===
         === ===
          * (?) , . . ,, -ㅅ-;; .(?) . .. .
         === ===
          * 4 . 1학 ' ' . ㅠㅠ
         === ===
  • 새싹교실/2012/AClass . . . . 6695 matches
         == ==
          * 표 : C
          * : 3~4.
          * : jereneal20@. .
          * :
          * 토 : []
          * 티 : , 희, 한, 황혜
          * 획 :
          * 1(5/9) - (for)
          * 2(5/16) - 함, + Search
          * 3(5/23) - , 포 + Search, Sort
          * 4(5/30) - , 2 + Stack, Queue
          * 5(6/6) - C++ , String + Linked list ( 행)
          * 6(6/13) - 1~5 화하 한 한 .
          * - Class, Object + Tree, Graph
          * .. .
          * .
          *
          [[pagelist(^/2012/AClass/)]]
         == 1회(5/9) ==
  • SmallTalk/강좌FromHitel/강의4 . . . . 6552 matches
         nosmokmoin .
         ["Vim"] .
          Smalltalk #4
          1998. 11. 27.
          1. Smalltalk
          1.1.
          1.2. Smalltalk
          1.3. Smalltalk
          1.4.
          →1.5. Smalltalk 환
          1.5.1.
          1.5.2.
          1.5.3.
          1.5.4.
          1.5.5.
          1.5.6.
          1.5.7.
          1.5.8.
          1.5.9.
          1. Smalltalk
  • MFCStudy_2001/진행상황 . . . . 6519 matches
         = =
          * neocoin@orgio.net . .
          * Release . 행파
          * 1 9 : [http://zeropage.org/pds/Alcanoid1_혜.exe 혜] [http://zp.cse.cau.ac.kr/~nuburizzang/Arca.exe ] [http://zeropage.org/pds/arkanoid_호.exe 호] [http://zeropage.org/pds/omok_협.exe 협] ( )
          * 1 15 2 pc . . 15 .
          * 2002. 1. 22 화 2 pc : , 29 .
          * 29 30 . 29 ibm .
          * 30 , . . .
         = =
          * 2002. 1. 7 1 ( ) :
          * 2002. 1. 15 화 : 협+= ( 히 하.), +호=MM Timer , 화( GDI 해)
          * 2002. 1. 22 . , 항,
          * 2002. 1. 30
          * 학 1 MFCStudy, 2 2학 MFCStudy
          * ,
          *
          * : 2 3 . 4~6 .
          * 2002. 2.14 : .
          * 2002. 2.22 트 했.
         = , 토 항, 한, : . =
  • 회원자격 . . . . 6514 matches
          * ZeroPage .
         = (2023~) =
         === ===
         1. 1
         2. ZeroWiki ' ' 한 ', , '
         2-1. A
          - A
          - [/2023.01.04]
          - [/2023.01.11]
          - [/2023.01.18]
          - [/2023.01.25]
          - [OMS]
          .
         3. [https://zeropage.org/hello 판]
         4. .
         === ===
          6 1
         A. ( 4회 ) AND (OMS 1 )
         B. (OMS 1회 표) AND (OMS 2 )
         C. (1 ) OR (1 트) 5회
  • 지금그때/OpeningQuestion . . . . 6468 matches
          [""] .
         == ? ==
         == ? ==
         == ? ==
         == ? ==
         == , 향? ==
         == ? ==
         (/해) 행. 평 , . 트 해. , . --JuNe
         == ? ==
          . 해해 ( , . . ).
          ( ) . 하 .
         , ( ) 편하(!) . .
         == ? ==
         AnswerMe ?
          '' 한 탈.''
         == ? ? ==
          . , , . 학 " " . " " . --JuNe
         == Programming Language ? ==
         == Progaramming Language ? ==
          , , . (e.g. 토크) . --JuNe
  • ACM_ICPC/2011년스터디 . . . . 6351 matches
         == 표 ==
          * .
          * ACM-ICPC 2011 Asia Daejeon Regional .
         == ==
          * 한 .
          *
          * 10
          * (11 2)
          *
          *
          * .
          * 회 : []
         == ==
          *
          *
          * ?
          * http://poj.org
         == 크 ==
         || || [] || [혜] || [] || [] || [] || [] || [] || [] ||
         || || []|| [] || [] || [] || [] || [] || [] ||
  • 논문번역/2012년스터디/서민관 . . . . 6351 matches
          off-line
         off-line .
          (segmentation-free approach) .
         , , 통 , , , 한 .
         히, 형 판(linear discriminant analysis) allograph , 통 합한 .
          (lexicon-off) .
         1.
         패 .
          off-line .
          , .
          .
         하 .
          off-line 한 Hidden-Markov-Model .
          , .
          , 형 판, allograph , 통 .
          .
          3 .
          , , 통 .
          한 평 7 .
         2.
  • 이영호/64bit컴퓨터와그에따른공부방향 . . . . 6252 matches
          .
         8트 -> 16
         16트 -> 32
          .
          .
          ? .
          32 .
          32
          .
          .
         32트 -> 64 .
          32 .
          한 64bit 32 .
         하 . 64bit .
          32bit .
          .
         패 편하 C++
          .
          Network, Linux Kernel
         Assembly. Assembly Assembly .
  • MineFinder . . . . 6146 matches
         == ==
          * : Mine Finder
          * : (99, ["1002"])
          * : 2002. 2. 10 ~ 2.23 ( 포함해.. 2 .)
          * 표 : 화, .
          * 툴 : Visual C++ 6.0, cppunit 1.62, SPY++, 2000, 98
          * : . . -_-;
          * : XP .
          * 템 : 1G 256RAM WIN 2000
         == 획 ==
          . --;
         2 16 . 2 23 .
          * - . -_-; 2 28. ! --;
         === spec ===
          * 98, 2000 ( 2000 . 98 호환 )
          * '' '' .
          * '' 해 - 환하 . bitmap 1:1 matching , .
          * '' 해 - 할 행 . 형태 .
          * DP StrategyPattern StatePattern . ["Refactoring"] 해 항. ["Refactoring"] DLL . (' ' 확하. -_-a)
         == 황 ==
  • 새싹교실/2011/데미안반 . . . . 6097 matches
         = =
         ||||3/16||3/23||3/30||3/31||4/7||4/27||5/4||5/11||5/18||5/25||6/8||
         |||| O || O || O || O || O || O || O || O || O || O || O ||
         |||| O || O || O || O || O || O || O || O || X || O || O ||
         |||| O || O || △ || O || O || O || O || O || O || O || O ||
         = =
         == 1회(3/16) ==
          * - 10:00 ~ 12:00
         === ===
          * C
          * C &
          *
          *
          * ?
          * ||Application||DB||||크||
          || core|||||| ||
          ||학||학||학||||
          . (3-1학) . (4-1학) . ''''''했, C ''' ㅎㅎ'''
          * 텅 ; ?
          * ; , printf("Hello World"); .
  • 프로그래머의길 . . . . 6092 matches
          7 (1999 ) . . (판 200 . -_-;)
          .
         " ? "
          '해 .'. 하 .
          , .
         ' . .'
          . 화 , 화 화판 . . . 하 . .
          . . , . . 하 . 택할 .
          . . . (?) , . . 한 희 , .
          택하 . . 흔히 . , . , , . . , .
          . . , 히 할 . . . , .
          . , ''' ''' ''' ''', ''' ''' . ''' ''' ''' ''' , ''' ''' .
          . . . 통해 , . 해 할 , . . . .
          . . 하 . ' ?'하 . ' ' , . .하 파하 한 해 . . .
         " 해한 ."
          해할 , 통하 . . 해하 . . 해하 . , 해한 .
          ''' ''' . . . . , 해할 . . 하 형태 . . 해하 .
          ? 해하 . 확한 해 . ''' ''' ''' ''' . 하 . ''' .''' . 10 20 . 10 표한 10 20 . 표한 10 . 패했 . ' ' .
          ''' ''', . . . . . , . , .
          . , . . . .
  • 데블스캠프2011/첫째날/후기 . . . . 5959 matches
         = / =
         === ===
          * /형 트하 nForge ' ?!' 하 .. SVN . ! ( 하형 .ㅋㅋ)
         === ===
          * nForge . 홈페 ? .
         === ===
          * . ....
         === ===
         === ===
          * . ...
         === 혜 ===
          * .. svn nforge ? ..
         === ===
          * SVN . . SVN -_- ...
         === ===
          * SVN . .
         === ===
         === ===
         === ===
          * ㅜㅜ 5 행하 . ㅠㅠㅠ
  • ViImproved/설명서 . . . . 5898 matches
         
         ▶파 (binary)
          텍트 파 source data (ASCII)
         ▶Editor(unix system) Line editor (ex ed)
          Screen editor (vi)
         ▶Vi vi ex The University of California, Berkeley California computer Science Division, Department of Electrical Engineering and Computer Science
         ▶Vi (편) , , ; <ESC>
          (a A I ...) : <ESC>
          형 (: / ? !) CR( ) <DEL> 트 ;
         ▶Vi [from][.][to][][ ] or [n][][ ]
          행/ 호 (z G | ) (^D ^U) ( )
          (.) 택(d s c ..)
         ▶.exrc 파 vi vi vi환 set .exrc파 set default
          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
          vi ) d , dw , db .
          Ctrl키 ) ^u Ctrl키 u키
          . )
         
          트 파
         ▶File
  • 회칙 . . . . 5890 matches
         == 행 회 ==
         행 2019.4.3
         2022.08.17
         2023.05.11
         1
         1() 학회 ZeroPage .
         2() ZeroPage(하 "학회") .
         2
         3(회 ) ① 학회 .
          ② .
          ③ , .
          ④ .
         4(회 ) ① 회 한 학회 .
          ② 학회 한 회 .
         5(휴) ① .
          1.
          3.
          ② 휴 , 휴 .
          ③ 휴 한 회 .
          ④ 휴 포함하 , 포함한.
  • 논문번역/2012년스터디/이민석 . . . . 5849 matches
         = =
          * LaTeX
         == ==
         see also
         coarse ,
          * Experiments in Unconstrained Offline Handwritten Text Recognition
          * 1학 1학 Linear Algebra and Its Applications 1.10, 2.1, 2.2
         == Experiments in Unconstrained Offline Handwritten Text Recognition( 험) ==
          URL: http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.6.6413&rep=rep1&type=pdf
         ''''''
          . . , (feature extraction), 통 형화 , , 험하. 형 판 (Linear Discriminant Analysis), (allograph) 형, 통 통합 .
         '''1 '''
          . . [14] (unconstrained) . . , .
          한, 휘(lexicon)-free , 행했. 형 판 , , 통 . 토한. 3 . , , 통 . 평 해 7 .
         '''2 '''
          . legal amount 한, . [2] [8]
          . . . [1, 9, 11, 18, 15, 17] . 형(HMM) 환형 HMM [1, 18] [15] . [15] 행한 [1, 18] . [16] .
         한 할하 해 [9] , . 합하 . [11] , . . 형, HMM 형 판 (LDA) .
         '''3 (corpus)'''
         훈 Lancaster-Oslo/Bergen . [7] Bern IAM 형태 [10] 행하. (, , 화, 픽...) 포함하 500 1200 형태 . 250 [a..f] form 한 하합 c03 .
  • 데블스캠프2012/셋째날/후기 . . . . 5758 matches
          * ''' : [ThreeFs]'''
          * : [], [], [], [], [], [], [], [], [], [], [], [], [], [], [환], [], [], [형] .. ..
         = , , OpenAPI =
          * [] - ,, -_-;;
          * [] - APMSetup . Naver API ( package . ) . . javascript =ㅂ= [2012//]
          * [] - .. 08 ...
          * [] - API . 한
          * [] - . .(..ㅠㅠ). 홈페 .
          * [] - . ^^ 하 c ㅠㅠㅠ
          * [] - http request . 픈api . -_-
          * [] - 통해 , OpenAPI 통해 . . ㅋㅋㅋ
          * [형] - 해하 , OpenAPI . API . .
          * [환] - .
          * [] - OpenAPI . ...
          * [] - , . 해하 . , Open API .
          * [] - 1학 . . + HTTP + Open API . 혁 ... 하 1학한테 . .
          * [] - API . 해하 . ㅠㅠㅠ 하 .
          * [] - . OPEN API . APM .
         = 테 한 CTIP =
          * [] - SE 한? . 한테 ... . 한테 테 . .
  • JavaNetworkProgramming . . . . 5526 matches
         : (["woodpage"])[[BR]]
         etc(?): (["erunc0"])
         *''' . 2 .'''
         *'''하 해하 ㅠ.ㅠ'''
         *''' . Java Network Programming ^^;;'''
          . [[BR]]
         == PART1 ==
          *1 :
          *2 :
          *3 :
          *4 :
         === Chapter1 ===
          * . (TCP/IP,UDP. )
         === Chapter2 ===
          *
          * : 통해
          * :
          * URL,IP트,DNS,,HTTP ,SOCKS, DNS
         === Chapter3 ===
          *
  • 정모/2011.4.11 . . . . 5452 matches
          * : [], [], [희], [], [혜], [], [], [], [하], [호], [], [], [], []
          *
          * , 한 .
          * !
          * .
         == 트// ==
         === ===
          * [Spring/탐험]
          * Spring Framework .
          * .
          * 한히 throw하 .
          * [DesignPatterns/2011]
          * [HolubOnPatterns] DB 통해 .
          * .. - [혜]
          * DesignPatterns ZeroWiki .
          * [JavaScript/2011]
          * 텍 (?) .
          * .
          * ZeroPage .
          * 테 함ㅋㅋ - [혜]
  • ProjectVirush/Idea . . . . 5448 matches
          . !
          === [태] ===
          ~~~ ..히. ... .
          .^^
          투??ㅎㅎ
          ..... ' ' . ! ;;ㅁ;;
          ''. . ' .' . , " 1 ." . , . 티플 . 플 1 2 . .
          . , . .
          ' 티'플. 한 . . 한 , 협 폭 하 .
          '' . ... 한 플 , . ' .' , 한 플 .
          '' . . . ...
          . . '' '' . .
         
          A. .
          B. AI .
          C. AI .
          D. .
          E. .
          F. .
          G. .
  • 데블스캠프2010/셋째날/후기 . . . . 5339 matches
         == Eight Queen (: ) ==
         == 학 (: ) ==
          * 험(?) ^^ 평 . ! - [혜]( ...ㅎㅎ)
          * 평 . - [호]
          * , . .... 힘 , 학 . - []
          * .. 한테 ... - []
          * . . - []
          * '' ! ㅎㅎ -[]
          * .- []
          * simulation 통해 . 플할 험해 . 통해 . 통해 . simulation . [홍]
          * ㅎㅎ ! - [호]
          * 행했. . . 표하 , 표하 표하 . , 해 한 . ', ' , ' ' . - []
          * . 할하 . . - [협]
          1. , 표했 . . 황 하 , . ' ' . . .
          2. ' ? .' . . 해했 , .
          3. , . '히' . , , , . - []
          * . , ' ' . ' ?' ' 10 ?' . ', ' . .
          합할 ' ' 'J , J , J ' 택하 . 해, .
          . . . .
          . 행할 . ;; , 행할 해 확 ' ', ' 통(?)', '' . 회 통해 , .
  • CCNA/2013스터디 . . . . 5319 matches
         = =
         == ==
          [], [], []
         == ==
          * , 14:00 - 16:00
         == ==
          * [http://library.cau.ac.kr/search/DetailView.ax?sid=1&cid=431143, Cisco Network & New CCNA] - ..
          * [http://www.hanb.co.kr/edu/view_detail.html?hi_id=72, CCNA(640-801) ]
          * ...()
          * [http://library.cau.ac.kr/search/DetailView.ax?sid=1&cid=438553, : ]
         = 표 =
          * 7 CCNA
         = 황 =
          * '''OSI 7 '''
          *
          * :
          * Peer to Peer 통:
          * OSI
          * - 한 통
          * -
  • 정모/2011.3.14 . . . . 5279 matches
          * : [], [], [희], [], [혜], [], [], [], [], [], [], [황], [호], [], []
          * [] '' '' IceBreaking 1 행.
          * 포 3 .
          * .
          * 한 .
          *
          * .
          * [황] : Objective-C
          * :
         = =
          *
          * 평 .
          * .
          * .
          * .
          * 평
          * ''' 행하 통해 ZeroPage '''
          *
          * .
          * 행했 ZeroPage .
  • CToAssembly . . . . 5248 matches
          : http://blog.naver.com/webman21/18265245
          . 흠.. ㅡ.ㅡ copy paste ;; 키 .
         = =
          ? (microprocessor unit, MPU), 템, 템, 템, . .
          . . () ( ) .
          행하한 함 포함.
          , , 편, . , , .
          해하 행할 . , 해할 . . . (assembler), (compiler) (interpreter).
         C/C++ 환할 . GNU C/C++ -S . , 함, C 해하 . 해하 Intel x86 .
         = =
          hello world 한 C , -S . . GCC `.c' `.s' . .
         80386 , . GNU 해할 .
          (label), 호(mnemonic), (operand) . . . . 80386 eax, ebx, ecx (32트) . , ebp esp . GNU Assembler (GAS) :
          eax 10 . `%' (immediate value) '$' . .
          1 first.s 파 .
         # 1
         cc first.s 행하 크하 a.out . GNU cc `.s' 확 , .
          . .globl main . main C 크하 . 'undefined reference to symbol main' ( main ) (한). eax 20 환한.
         = , , =
          2 eax (factorial) . ebx .
  • 열린제로페이지 . . . . 5218 matches
         == ==
         ''' 1-1. '''
          '' . , . . 한 '' 학회 . '' , ( '' 회 .) 학회 '' . 학회 . 학회 .
         ''' 1-2.'''
          '' . , . . 학회 '픈페' '' . 학회 '픈페' . '' '픈페' 한 화 .
         ''' 2-1'''
          '' , . , . MFC 학회 '' '' '' 회 . '' .
         ''' 2-2'''
          '' , . , . MFC 학회 '픈페' '' '픈페' . 해 '' .
          ''' 확한 회 ''' . 1-1, 2-1 . 1-2, 2-2 . 히 학 학회. [""] 학회 .
          [""] . [""] 해해 . . ( . .)
         --
          , 한 . . , 할한 . 1-1, 2-1 ' ', ' ' , 한 학회 . . .( .) , . ' ' 호회 . , . , . , , . .
          . . . . 하, , . . , . , . 한 , 한 [""] . , 할하 .
         --
          . . 1-2, 2-2 . , . 1-1, 2-1 '' ' ', ' ' '' 학회 . [""] .
         , . '' .'' . . 하 화하 . . . . .
         '' , .'' . '''''' [""] ( ) .
         --
         DeleteMe . ^^
  • 제12회 한국자바개발자 컨퍼런스 후기/유상민의후기 . . . . 5141 matches
         ["12회 한 "]
          : 한 /12회 키 페
          * , (?), . JCO pdf . --NeoCoin
         == 키트 ==
          . 회하 .
         , ' (한 )' , '' . . , , 활 하.
         == 키텍트 할 12/97 ==
         
         KPLOP 6,7
         
         === ===
          * ~ (stan2j) , walking skeleton . .
          * ~ . 해하 . 해하 .
         == 키텍 ==
          ~ SW
         
          . 1 .
          ' ?' , . .
         === ===
          * ~ . .
  • WOWAddOn/2011년프로젝트/초성퀴즈 . . . . 5114 matches
         == ==
         == ==
         === Lua 팅 ===
         WOW Lua Ruby .
          Programming in Lua . 1 .
         Lua 팅하 .
         Lua-Eclipse . (LunarEclipse )
         Eclipse Java . Lua . LuaProfiler LuaInterpreter .
         
          Windows .
         호. .
          Eclipse Profiler Interpreter lua.exe path Eclipse Project Lua파 .
         === ===
         WOW .
         히 한 .
          UTF-8 .
          UNICODE .
          : UNICODE 포함하 . ... U-00000800 - U-0000FFFF ??
          !! .
          .
  • 책거꾸로읽기 . . . . 5095 matches
         [2005] OST
          .
         = =
         [] . '''''' .
         = 항 =
          : 19
          : .
          : 2005.3.24
          : 2005.3.29 화
         == Chapter6. ==
         : 20
          . . . 한 ''' . XX.''' .
          . . (ex, ) .
         * [] .
         == Chapter5. ==
         : 40
          . 10 . 4 . 행할 .
          . . 하 . ''' , ''' . ''''''. ? 합한 .
          . AIDS 2 .
          .
  • HowToStudyDesignPatterns . . . . 5083 matches
         DPSC , DP " " . (DPSC ... )
          , ( ) .
          " . . ."
          " " . , "!!! !!"하 , , . . , (construct)할 .
          :
          '' " " . . , " " 한 화하 해하 .
          , , 통해 .
          "" , . horse horse , . , 해하 .
          -- 해 크 . , , . , .
          "" . (input) . "" . .
          통한 " " . " " . '' . , , , 한 '' , .
          . , 화해 . 하 .
         패 , , . . .
         DP (GoF) :
          ""하 .
         , 패 한 한 . .
         패 . -- . . "++" , "I love you" "I hate you" . 패 , 통해 하 . .
         DP . , .
          GoF :
          Read Design Patterns like a novel if you must, but few people will become fluent that way. Put the patterns to work in the heat of a software development project. Draw on their insights as you encounter real design problems. Thats the most efficient way to make the GoF patterns your own.''
  • 새싹교실/2012/AClass/2회차 . . . . 5071 matches
         = =
         
         1.0 1000 .
          printf("0 1000 :\n");
          printf(" 합 : %d \n",sum);
         2. .
          printf(" : ");
          printf(" :%c\n", replace-32);
          printf(" :%c\n", replace+32);
         3. .
         한 2 .
          if(10>x) printf(" ");.
         4. .
         #include<stdio.h>// ..
         5. .( 21 )
         //1.3.6.10 .. 6 6 ..
          printf(" :");
          //
         6. 형태 .
         // .
  • PairProgramming토론 . . . . 5054 matches
         from 키.
         PairProgramming , Driver Observer , . , . . . , , Driver Observer " "하 "" . . , . (ExtremeProgramming ) , .
          pairing, 한테 . . , ".. PrinterStatus PrintersStatus ...", '!'하 . , , , " . "하 , .
         PairProgramming http://www.pairprogramming.com , IEEE Software , http://www.cs.utah.edu/~lwilliam/Papers/ieeeSoftware.PDF. UncleBob Rob Koss PairProgramming . http://www.objectmentor.com/publications/xpepisode.htm
          , .
         --
         PP .. (파 XP .) , '효 .' 히 1 -> 2 .
         한편, / pairing 할 . .. 한편, ' ...' . ( ' ' .. -_-;;) --
          . " " " 트" .
          , / . PairProgramming, , (확히 ) . , . . .
          SoloProgramming . , (full-speed) . 하, . PairProgramming .
          . , 해하 , 항 , (/ ""하 ) . ? , PairProgramming -- . , . --
         PairProgramming . ( XP .. XP .)
         XP , PairProgramming. XP 행해, . . --
         Strengthening the Case for Pair-Programming(Laurie Williams, ...) . Pair-Programming . Pair-Programming pair-analysis pair-design .( .) pair-implementation . Pair-Programming Performance . Performance Time dependent job . Performance Pair-Programming . . -
         Pair 할 . ( , .) / Pair coding . Pair , Pair . (하 .)
         XP XP .. ( ..) . ( .. 흐.) --
          ps. .. XP , .
          . ( ?) , . 팩토 XP . , . --
         '' Pair-Programming .''
  • 토비의스프링3/오브젝트와의존관계 . . . . 4983 matches
         = DAO =
          * JDBC API 해 DB 회할 한 DAO .
          * DB 회, 트.
          * .
          * (JavaBean)
          * .
          * 트.
          *
          * 파 폴트
          * getter setter 통해 회, .
          * User :
          * USER 테
         || || || ||
          * UserDao : JDBC , DAO 클
         == main() 한 테트 ==
          *
          * DAO 통해
          * UserDao .
          * .
          * main 한 테
  • OpenGL스터디 . . . . 4980 matches
         = < 1>. openGL =
          ?할 openGL 한 페. openGL .
          openGL superbible 3판 + openGL Game programming . openGL superbible 5판 ,
          .
         == Chapter 1.OpenGL 3D ==
          * openGL 한? .
         === 팝핑(popping) ===
          * 핵 : 2 3 '''팝핑 ''' .
         {{{: example : . .
          팝핑 3 해한. 3 . '''''' ''' '''.
         '''팝핑 '''
         ''' '''
         === & (render) ===
          * 핵 : 3 (2) '''(render)한''' .
         === ===
          2. 하 3D 3 . 하 2 3 . 2 3 ? . ''' .''' 확히 ''' 3 ''' .
          .
         === , ===
         3 . ''' ''' . 통해 , 3 .
         === 텍 핑 ===
  • 새싹교실/2012/AClass/1회차 . . . . 4958 matches
         = =
         == ==
         1. (Compile), (Build), 크(Linking) .
         - : 해할 환하
          : . 행할 형태 크:
         2.형, , 2 .
         -형 : 환 할 , (#define,const)
          형 ( .int, float)
         3.char형 . ASCII 통해 .
         -char형( )
          ascii 택해 함. 포함하 128
         4.#include, , include .
         - 한 파 . include<stdio.h>
         5.#define , 한 '한' .
         - 확 , #define .
         6.++, --, &&, ||, +,-, !=, ==, = .
         -++:하
          --:하
          +:
          -:
  • 요정 . . . . 4927 matches
          < >
          () 화했. . . . .
         < >
         ' ' '' . . . .
         < >
          , ( ) () . 풍토 . 택해 . . . . . 투 . . ( )
          1평 . 5 1, 6 24 (하), 10 31 (할) , , 한, 황 .
         < >
         호히 . . ' ' , '평화 ', ' ', '', '' . , .
         < >
          .
         < >
          . , , , .
         < >
          , . . , . , , . , ' ' . , . . , . .
         < >
          활한 , . 해하 해하 . . . . . 택한. '' . . .
         < >
          템포 , 히 ' (jig- 화 '' . )' .
         < >
  • PatternOrientedSoftwareArchitecture . . . . 4862 matches
         wiki:NoSmok:OpeningStatement
         = =
          * 3 ( , , idioms) . 한 통합 , 12 .
          * .
          * .
          * . ^^;
          * 패 .
          * .
          * 크 .
         || || || ||
         || From Mud to Structure || Layer, Blackboard Pattern || 호 협 .||
          * (Example) : 흔히 . TCP/IP .
          * 환(Context) : 한 큰
          * (Problem - balance in following forces)
          * 한 component component .
          * interface .
          * . (Design for change in general is a major facilitator of graceful system evolution - .)
          * It may be necessary to build other systems at a later date with the same low-level issues as the system you are currently designing ( 확한 , ....)
          * 해하 (responsibilities) 화 한.
          * component .
  • JavaScript/2011년스터디 . . . . 4860 matches
         = =
          * 2011 JavaScript .
          * : ''' 5, 토 6'''
          * : [], [], [], [], [], []
         == 페 트 ==
         = 표 =
          * ? - []
         = =
         = =
         = 7 =
          *
         || || [] || [] || [] || [] || [] ||[]||
         == 6 ==
         == 9 ==
          *
          * 함
          *
          *
         === ===
          * [] - javascript . javascript . . DOM . 하..
  • ScheduledWalk/석천 . . . . 4856 matches
         === ===
         ["2002"] StructuredProgramming 행하 . , . . , . ^^;
         Spec Test Case ["RandomWalk2"] .
         === ===
         StructuredProgramming StepwiseRefinement 하. TopDown , Depth First (트 ) . UnitTest , UnitTest Code .
         === Version 0.1 - ===
          . '' . ' , .' ;
         Process () 확하 , .
          1 , . ..~ . void 형 return false; . .
          한 15 . 10 .~ .~
          ["2002"] HIPO .
          , HIPO . (. Top-Down Design . 하, , 큰 해하 . )
         (Hierarchy Input-Process-Output) . ( )
         10 - 1 55. ;
          . (, , )
         . 하 .
          . . DFD 해 표 , . , . HIPO Argument . ( . 하, .~)
          .
          1. - -> . . ( . UnitTest )
          2. Depth-Module First. -> , . (, Bottom-Up .. 확하 . .)
  • PairProgramming . . . . 4841 matches
         하 .
         PairProgramming ,
          * Pair Refactoring - 키 페 한 [""] . 히, 해 , Pair .
          * 5 Pair-Change - . , Pair Feedback . , Junior 해할 . 5 , Change .
         == 효 ==
          * - .
          * Protocol Analysis, - Seminar:CognitivePsychology . , . .
          * 해 , Pair Pressure - 평 ( , 핑, ) . . ["TestDrivenDevelopment"] (["Python"] ..) Feedback .
         == Pair Programming 해? ==
          * Pair Expert Junior ? - Junior Feedback . Expert '' .
          * Junior : Expert - [http://www.caucse.net/phpwiki/index.php?PairProgramming PairProgramming]
          * Junior : Junior Pair ? - . Junior Output . Pair .
         PairProgramming PairSynchronization .
         == PairProgramming ==
         === ===
         행한 : , 혁 [[BR]]
          . PP VPP. 해 .
         ==== & 해 ====
         Expert : Junior . , 해 : . . (Expert : Expert . . Junior : Junior (?) . ( . -_-;)) Expert () Expert .
          Expert (-_-;) Observer . Junior , ' ?' , reference, .
  • Z&D토론/통합반대의견 . . . . 4838 matches
          .
          ZP ( ,
          )
          1(0.5+0.5) 1+1 .
         , ZP ,
         0.5 1 . 하, 1 2
          ,, ,, 2 ,
         0.6 . 0.3+0.3 ..
          1 1 2
          1 , 1+1=1 .
          , 통합 .
          , ..
          .. -- technika ( 태 ) 2002-01-24 10:47:44 from 211.219.9.77
          .
          .. -_-;
          .
         ( .. (__) )
         흠.. .
         합 ..
          학회
  • 데블스캠프계획백업 . . . . 4836 matches
         2002 6 1 [""] . [""] . . --
         = ? =
          * 30 [""] 행할 . , .
         = 행하 ? =
          * . . . . [""] . ...^^ --
          * ["PairProgramming"] .. .. . --태호형
          ''["PairProgramming"] , 한 . 페 "["PairProgramming"] " , . " " , . --JuNe''
          * ["PairProgramming"] . .. . 하 ["PairProgramming"] . . ["PairProgramming"] . . 해 할 ["PairProgramming"] . -태호-
          * .. ..--; ..--; .. . ? ? -
          * '( .) + + + ...' . . . 20 . --
          * [""] 한( ..^^) , . .. Team . 한 1학 ( ) . --
          * .. , .. 02 ? ..-
          * 1학 . . . 파트 . . '' . HTML, C/C++, API, MFC . API, MFC . . --
          * , . ? see also Wiki:SustainablePace --JuNe
          * NoSmok:ApprenticeShip , , , . NoSmok:ApprenticeShip . , ( ) . . , , . , , 팔 . Journeyman Apprentice , . (항해) . ""( ) ""( ) . " " , , , . (Toy Problem) . --JuNe
          * .. 합할.( .) . . 한 확 함. --태호형
          '' . 하 , ( ) . , ( ) . . (, NoSmok:ApprenticeShip 한, DNA . . .) --JuNe''
          * . NoSmok:ApprenticeShip . . [""]( . 95 8 ..) . . 행해 . -태호-
          '' [""] . ZeroPagers JuNe [""] ' ' . , , . . --''
          , . . . 해하 ... :) --JuNe
  • ZeroPage정학회만들기 . . . . 4802 matches
         = =
          * ZeroPage 학회 히 활 . 하 학회 . 2003 . ZeroPage , 활히 학회 ZeroPage .
         = =
          * .
          * 학 , 학 .
          * 해 : 학회 .
          -> .
          학회 .
         
         
          .
          ( .
          .)
          ..
         
          학 .
          학 . 학
          학 .
          학 ''
          해 .
  • 데블스캠프2010/첫째날/후기 . . . . 4725 matches
         = (: ) =
          * SVN ~ - []
          * . ㅎㅎ - [허]
          * ~[]
          * .... ...ㅋㅋㅋ ㅋㅋ - []
          * SVN - []
          * ㅋㅋ - []
          * ㅋㅋㅋㅋㅋㅋ - [호]
          * Wiki SVN ㅋㅋ - [홍]
          * !!!ㅋㅋㅋ ..ㅠㅠㅠ - []
          * . - []
          * SVN 훗..^^ - []
          * SVN ㅋㅋㅋ . - [혁]
          * wiki - [하]
          * wiki ...ㅎ_ㅎ - [혜]
          * wiki 페 , SVN Commit ! 헤헤! ~ - []
          * SVN - []
          * └ . - []
          * ㅋㅋㅋ ㅎ_ㅎ - [호]
         = (: ) =
  • 새싹교실/2011/무전취식/레벨10 . . . . 4714 matches
          * : 2011/5/31 5~ 7
          * : 06
          * : 11
          * : 11
          * : 11
         == ==
          * [/2011//9]
          *
          * 파
          : 5 . 6 4 . . 하 . . 30 . 8 . . . . . 트 한 .
          "" . .
          : . 1 "" . 6 30 "" . : ㅋㅋㅋㅋ 펙트 : ~~ ㅋㅋ . 6 . : ㅋㅋㅋㅋ 탐. ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ킨ㅓㅋㅋㅋㅋㅋ . 한테 L . ㅋㅋ .
          : 화 . . 1 . Fail 펙트. . 4 " " 4 한테 . . . . .
         태 : 하형한테 " " . 킴. . . 함. ... . 3 .
          : 4 . 2 2 . "학 " . 10 . 1 택하
          . .
          : . . Fail Fail~~~ ㅠㅠ. . . MSDN MSDN하 www.google.co.kr 통해 . . 함.
          : "" . . 함. 해. 함. 함. . . 1. . . .
         == ==
          * C 1 2.
  • 정모/2011.3.21 . . . . 4708 matches
          * : [], [호], [황], [], [], [], [혜], [], [], [], [], [한], []
          * 키
          * [황] 학 한 키 Ice Breaking 행했.
          * 행해 :)
         == 트/ ==
          * [2011]
          * .
          * [JavaScript/2011]
          * .
          * 22 6 4 .
          * Javascript .
          * [DesignPatterns/2011]
          * 토 3 .
          * 2 함.
          * [Spring/탐험]
          * [], [혜], [] [] 학 .
          * SpringFramework .
          * .
          * 6 행하 .
          *
  • 위키설명회2005/PPT준비 . . . . 4682 matches
         = [회2005]/PPT =
         [회2005]페 .
         == 회 PPT ==
         === ZeroPage ===
         ==== ? ====
          학회 .
          ...
          .
          학회 .
          ...
          .
         . , 항 학회. 화한. .
         ==== ====
         zeropage 91학 .
         8bit CPU 6502 .
         6502 16bit addressing 한 CPU . , $0000 ~ $FFFF .
         6502 13 access , zero page addressing .
          8bit , 8bit 00 addressing
         $0000~$00FF . access .
          zero page .
  • CleanCode . . . . 4644 matches
          * . ..? - [혜]
          * [http://refactoring.com/ Martin Fowler refactoring home]
          * [http://dogfeet.github.io/progit/progit.ko.pdf git pro git . ]
         == 5 4 ==
          *
          * : [http://www.amazon.com/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882 Clean Code]
          * [혜] my-calculator 함.
         == 5 11 ==
          * Clean Code 해 토(Chap 01, Chap 09)
          * 클 -info, -data .
          * Account AccountInfo . Account 클 Info.
          * -List List API -List . -List API -s .
          * Account AccountInfo 클 getAccountInfo() ? -> . getAccountInfo() .
          * . .
          * . 함. . .
          * . 테 .
          * 테 input .
          * ? -> java reflection framework(mockito ) .
          * gerrit
          * [http://alblue.bandlem.com/2011/02/gerrit-git-review-with-jenkins-ci.html ]
  • 임베디드방향과가능성/정보 . . . . 4619 matches
          C, Assembly, Kernel, , Master .
         하 . .
         ( ... --... ... -_- ... ...)
         .
          pc .. 100% . 20~15 , dos pc ..? . , .. .. 하 100 (ldpc) ASIC backend tools(synthesis,testing) 20~40 . 80 (?) . .
          . . PC PC . "하 USB .." . general한 pc. application specific, implementation specific한 . general한 tool( visual한 tool) . 행하 embedded linux .
          . pc application . visual tool hw specific한 . 하 . pc windows os kernel . application specific/implementation specific하 / constraint implementation 할 hw/sw . chip design .( fpga fpga . SoC+. SoC . ASIC application specific하 asic .) , ( ) . .
          . PC . general한 pc . . 홈, , , , 템, 항.. . 5~8호 템(mpc series). 20
          . micom+, . cpu , .(, .)
          . . . 하 ? . , it . . 하 .(, pc .. .)
         한 . constraint pc. (pc 200 ..? ) 하 constraint . 크,,,,,,time-to-market ..
         한 pc (플,x-box) ko패 . pc .(pda,smart phone..) PC ( ) , .( robotics, , 해 digital .. digital world=embedded)
         PC . CPU INTEL OS MS . PC USER pc TOOL . . pc ms intel standard embedded . (ms win ce . cover할 .)
          OA PC .( pc (?)..)
          3000 .(학,학,)
          (한 .. .)
         .
          ?
          해(.) 20 .( ..--;)
          2~3 ?
  • 데블스캠프2013/셋째날/후기 . . . . 4603 matches
         = =
         [], [], [환], [], [], [], [], [], [], [], [], [], [형], [], [훈], [], [], [], [], [형], [협], [ ], [ ], [], [], []
         = / WindowBuilder =
          * ~ GUI :D - []
          * 한테 1 . Window Builder . . - []
          * 회 , 편하 , 하 ! , GUI 툴킷 , 편하 . - []
          * ! . - []
          * C - []
          * windowBuilder . Swing . -[]
          * net beans window . , . net beans .(window .) -[환]
         = / HTTP , C =
          * , ... , . . ', ' 하 .ㅋㅋㅋ HTTP . - []
          * (...) , C# C . . :Q - []
          * . (.. 한) 하 해하 :) -[]
          * ... ... . . , . . . , . - []
          * ! .(하, , ... ..) ! , ! - []
          * 해했, ! - []
          * . . - [환]
         = 희 / =
          * . ! . , . .ㅋ - []
  • C/C++어려운선언문해석하기 . . . . 4494 matches
         CodeProject . . .
          : How to interpret complex C/C++ declarations (http://www.codeproject.com/cpp/complex_declarations.asp)
          int * (* (*fp1) (int) ) [10]; 해한 ? C/C++
          .
         . 흔히 const typedef
         포 " " .
          해할 .
          해하 .
         [[]]
          ' n int 형 ' .
         포 ,
         ' p int *형 ' ' p int형 '
         . (*) (&) 형 (int) (p)
         . . (: C++ Bjarne
         Stroustrup 호한.) (: 히 B. S. 호했
          . . http://www.research.att.com/~bs/bs_faq2.html#whitespace )
          p q int 형 (int *) . 하
          p int q int형 . (: int *p; int *q;
         하 편하.)
          한 포 .
  • 상협/삽질일지/2002 . . . . 4494 matches
         == 1학 학 ==
          * AI , if(a=1) . . . Error .
          * AI , 효 , 히 힘. 통합했. 통합하 , 한 통합하 . 4 && && . && && 8 . AI . 효 .
         == 2002.4 ==
          * JDBC ODBC . ㅠㅜ . . , . .
          * Java C++ int(), . ㅠㅜ MFC Java Tridiagonal Matrix MFC ... Java, ..ㅠㅜ, MSN (int) . .. ㅡㅡ;
          * 1/6 , /6 통해 . 통해 1/6 /6 . .
          ''.. . --''
          ''y>0 x+y > x . :)) --''
          ''! ? -.-a --''
          * 헉헉.. pws , Apache . Java Servlet 한 . JDBC Servlet . .. ㅡㅡ; JSDK, JServ Tomcat, , , . ..Servlet . ㅠㅜ . . 훈 -> ..., .
          * .. ㅡㅡV, Apache Jserv Tomcat .. . ㅡㅡ;;, . Forte , JDK . ㅠㅜ, ... .. .. ..ㅡㅡ; ..
          * . 한 . ㅠㅜ .
          * Driver driver = (Driver)Class.forName("sun.jdbc.odbc.JdbcOdbcDriver").newInstance(); throws Exception thrown . .
          * Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); main 함 . . ㅠㅜ .
          * ..Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); throws Exception .. ㅡㅡ; . .
         Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); throws Exception . .. throws Exception , Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); throws Exception . .. ㅡㅡ;;
          ''Exception Handling 해해 . Exception throws , Java Exception . 해 Exception , (, Exception , ) throws exception . Class.forName(...) try - catch . Exception catch , 함. ( . ) --''
          * .. stmt.execute("SELECT * FROM Table1 WHERE ID = 'mID'"); . ㅠㅜ stmt.execute("SELECT * FROM Table1 WHERE ID = '"+ mID+"'"); ... . . .
          * if(String1 == String2) . String Class CompareTo . 허 .. ㅡㅡ;
  • 데블스캠프2011/셋째날/후기 . . . . 4492 matches
         == / , 포, 파 ==
         === ===
          * . 환학 C++ &, C++ . & .( 한..) = charAt 테 .
          * String ( ) . String 행하 .
         === ===
          * 11학 11 '''하''' .
          * . 편했
          * 11학 ㅠㅠㅠ
         === 혜 ===
          * ?
          *
          * String클 ? ㅜㅜ
          * ? ()
          * String ! .............
          * 테 ? 트해ㅋㅋ
         === ===
         === ===
          * -ㅅ-;; C++ (?) 하 ... a .. .
          * ....;; ..ㅠㅠ -[]
         === ===
  • 영어학습방법론 . . . . 4486 matches
         2001 7 2 [""] 해 했 /
         See Also [http://community.freechal.com/ComService/Activity/PDS/CsPDSList.asp?GrpId=1356021&ObjSeq=6 ], Caucse:, Caucse:20021129
          20021129 -- HoSungKim
          '' [http://board2.cuecom.net/arumari2.html?id=beachboy 홈페] . , . --[1002]
         == ==
          () (: , : ) .
         == 한 FAQ ==
         === 1. , ? ? ===
         ==== ====
          * : ..
          * [ex) dress, cloth category - shirts, pants, etc]
          * 70
          * .
          ex) 30 .. .
          * (prefix), (suffix), (root)
          * . Toeic 500 .
          * ,, Latin & Greek , 학 . . (GRE,SAT)
          *
          * . 하. ex) , .
          * .
  • DesignPatterns/2011년스터디/1학기 . . . . 4420 matches
         == 크 ==
         || || [] || [] || [혜] || [] ||
         == 3 19 ==
          *
          * ["HolubOnPatterns/" ]
          * DB ?
         == 3 27 ==
         === ===
         ==== ====
          1. HolubOnPatterns 0 해 함 . 0 . 1 .
          1. High Cohesion Low Coupling SOLID(SRP, OCP, LSP, ISP, DIP) .
          1. SRP(Single Response Principle) '' . '' . 해하
          1. DIP . Highlevel Lowlevel Lowlevel Highlevel .
          1. 1, 2학 OOP 행하.
         ==== 혜 ====
          1. 0 (함),
          1. ? 화하 . .
          1. .
          1. .
          1. SRP - .. ! . - .
  • SmallTalk/강좌FromHitel/강의3 . . . . 4417 matches
          Smalltalk #3
          1998. 11. 25.
          1. Smalltalk
          1.1.
          1.2. Smalltalk
          1.3. Smalltalk
          →1.4.
          1.4.1. Dolphin Smalltalk
          1.4.2.
          1.4.3.
          1. Smalltalk
         1.4.
          Smalltalk , Smalltalk
          행하 .
         Smalltalk 행하
         .
         1.4.1. Dolphin Smalltalk
          Dolphin Smalltalk
         . . Object
         Arts(社) Dolphin Smalltalk 98 / 1.1판
  • AcceleratedC++/Chapter11 . . . . 4414 matches
         3 한 Student_info , , .
          , , , .
          STL vector클 형태 .
         클 . .
         //vector
         //vector .
         //vector 해, size index
         //
          할 vector clone Vec 클 .
          === 11.2.1 ===
          Vec .
          '''template class''' .
          템플 .
          begin, end, size 함 ''' , , ''' .
          size begin, end 통해 ''' , ''' 통해 .
          T* data; //
          T* limit; //
          템플 , type parameter .
          Vec instiation .
          === 11.2.2 (Constructor) ===
  • ProgrammingPartyAfterwords . . . . 4414 matches
         2002 5 19 ["파티"] (see also ProgrammingPartyPhotos)
          파티 (파티 ) NoSmok: -- (event) (!) , (!) . 페 NoSmok: , .
          ''통, /파티 ( ). . -- 합. " , ! , . 탁해." , . --JuNe''
         == 파티 ==
         === 파티 ===
         , 토, 토 히 - Mentor , , , Moderator .
         .
         12 ZP . 12 30 . , ZP 2 Sun 향하, 1 30 Sun . 형,형, .
         " ? -_-?" [[BR]]
         " . 희 핸폰 화한. (툭 툭툭...)"[[BR]]
         ".. 화하 ? --a"[[BR]]
         "희~ 1 24 ? "[[BR]]
         " ? ? ? ~"
          .
         , , Eclipse .
         1 40 Mentor . 파티 , . 2 10 . .
         2 파티 . ZP . , . () . , .
          * MOA : 환, , , 훈 +
          * ZP#1 : 협, , +
          * ZP#2 : , , +
  • BigBang . . . . 4391 matches
          * 2012 .
          * C/C++/Java ...
          * ALGOL .. [http://hkpark.netholdings.co.kr/web/inform/default/inform_view.asp?menu_id=9730&id=1456&parent_id=1517 해 할 해]
          * 한 Fortran, lisp ALGOL ..
         == ==
          * ~~ 6~~
          * 화 3 6
         == ==
          * C/C++/Java
          * ..
          *
         == 활 ==
         === [2013 1 2] ===
          * [], [], [], [희]
         ==== ====
          * , , , I/O
          * I/O .
          * .
         ==== c++ "hello world" ====
          * # - Preprocessor
  • 데블스캠프2011/둘째날/후기 . . . . 4379 matches
         == /Scratch ==
         === ===
          * . 2009 . . . 1학 . 2009 , 행히! . . 히 해.
         === ===
          * . 편하. 하 형태 , . -_-
         === ===
         === ===
          * Scratch ㅋㅋ. 하 . . 핑퐁 ㅜㅜ.
         === ===
          * Scratch . , ... . .
         === ===
          * 행하 . 09 . ㅋㅋ . Scratch '' .
         === ===
          * Scratch 테트 , . a. , 파 ㅋㅋㅋ . .
         === ===
          * Scratch!! . (하 , 하 ..;) (?) A학 . F학 B학 , A . .. 3 . .
         === ===
          * [http://sdec.kr SDEC] Scratch . ㅋㅋ
         == /Cracking ==
         === ===
  • 회원정리 . . . . 4376 matches
         통 ["회"] 탈퇴.
          ? ? 행해 ? ["회"] ? 회 ( ) ? 홈페 ?
          , 트 활 ? 트 활 ? ?
          ?
         한 탈퇴 . ? "" "(線)" , ?
          . 흔히 , , , , . . , (coupling) . 하 (cohesion) . . . . "" . 화하 ?
          . .. 1,2학 . ( .) ' 한' . . ( 학회 .. :) )
          --[""]
         ( .)
          ^^ . . .... :)
          --
          회 ' 2회 ' . 판, . 트, ZeroWiki . 활 2회 .( 2,3 . 탈퇴 . .) '회' . 회 행하.
          FrontPage . , .. . . . 홈페 . 회 학회 . Delete This Page ZeroPagers ZeroWikian , 형 한 홈페 ZeroWikian . ZeroPagers ZeroWikian .
          . . 회 . ZeroWikian .( ... :) )
          , . . '' '회' . 2002.1 통합할 '학회활 ' ( .) 한 회 . Z&D 통합 . 행하 .
          ZeroPagers .
          '' . . . 회 한 학회 . 학회 . 학회 ZeroPagers ZeroPagers . . 한 회 ''.( 포함 . .)
          ZeroPagers 0 . 0 . 한 회 ZeroPagers 포함 . 학회 . 활 0 학회 학회 0 . ' 학회, 하 한 학회.' ' 학회' . 표 . .
          ' ?' ' ?' . 회 학회 . :)
          . . . ^^;
  • 데블스캠프 . . . . 4358 matches
         #alias DevilsCamp,"Devils Camp"," "
         = =
         [2002]
         [2003]
         [2004]
         [2005]
         [2006]
         [2007]
         [2008]
         [2009]
         [2010]
         [2011]
         [2012]
         [2013]
         [2014]
         [2015]
         [2016]
         [2017]
         [2018]
         [2019]
  • MoreEffectiveC++/Operator . . . . 4251 matches
          * Item 5: 환(conversion) 함 !
          * C++ type casting. C '''char''' '''int''' '''short''' '''double''' . C++ type casting int short dougle char .[[BR]]
          . 하, C++ class . .
          * C++ 키킨:[[BR]] '''''single-argument constructors''''' '''''implicit type conversion operators''''' .
          * '''''single-argument constructors''''' .
          * '''''implicit type conversion operator''''' ''return'' 한 operator. double .
          . 하 .
         '''operator<<''' Raional , r ''operator<<'' . r double double 형 .[[BR]]
          , 형 , .
         cout << r.asDouble(); // double .
          C++ std library string char* c_str .
          * '''''single-argument constructor''''' . .
          lowBound~highBound , , 한한 . ( . --)
         
          if( a == b[i] ) { // 헉! "a" "a[i]" !. ( , 한 oops! --;; --)
          a[i] b[i] 행한.;
          행한.;
         7 ''if ( a == b[i] )'' . 히! , 하 . . Array class '''''single-argument constructor''''' .
         '''b[i]''' int형 환하 type casting(형환) . ?
          C++ '''explicit''' . . '''explicit'''
  • 정모/2011.3.7 . . . . 4203 matches
          * : [], [], [], [황], [], [], [], [], [], [혜], [], [하]
          * ~!!!
          * 트/ 획 홍
          * [2011]
          * .
          * ( 키 페 .)
          * .
          * [Spring/탐험]
          * 3 [] .
          * 패한 SpringSecurity API OAuth 함.
          * 패했
          1. !!!! !!!
          1. XML . XML ?
          * .
          * [DesignPatterns/2011]
          * .
          * 6. .
          * [JavaScript/2011]
          *
         = =
  • 02_C++세미나 . . . . 4181 matches
         = - ^^; =
          * : ~^^
          * 희 : 5 ..ㅡ.ㅡ 히 해
          * : 힛. .... ? 흐흐.. 하 ..^^;
          * : ZP ?-_-;; ..ㅋㅋ ..ㅋㅋ
          DeleteMe) ZP~
          * : 학 2 ...-,-V
          * 협 : .... ㅡㅡ;;
          * 호 :
         = =
          * c++ 한 02
          * 02
          *
         = =
          * 4 18 7
         = =
         == ==
          cout<<"ZP 파팅!\n";
          cout<<" ?";
          cout<<age<<"";
  • 병역문제어떻게해결할것인가 . . . . 4180 matches
          ()
         = =
         == ==
         === ===
         ==== ====
          * 형태 - 18
          * .
          * ( '' 택)
          * 18 1
          *
          * [""] ?
          * . -
         ==== ====
          * , ZeroPage 회
          * : 토 780 , . 9 .
          * S/W
          * . 희 . .. --
          * . .
          *
          * (MSIP), (NIPA) SW MOU , , , MOU , . ( 60 , MOU , .)
  • RandomWalk2 . . . . 4179 matches
          . 한 횟 .
          . . 하 . , PairProgramming .
          * RandomWalk
          * ObjectOrientedProgramming .
          * 테
          * ["RandomWalk2/ClassPrototype"] (OOP )
         === ===
         표 통해 .
          M,N , . 0 7 . 0 7 . 0 , 1,2,3,...7 . 999 .
         .
         10행 10 0행 0 , , , .
         === ===
          * 판 (cell)
          *
         === 행 ===
          8 . .
          N-1 0 , 0 N-1 .
          M-1 0행 , 행 0 M-1행 .
         , 0행 0 M-1행 N-1 .
         === ===
  • TeachYourselfProgrammingInTenYears . . . . 4161 matches
          : http://www.norvig.com/21-days.html (Peter Norvig AI . LISP )
          - http://www1.neweb.ne.jp/wa/yamdas/column/technique/21-daysj.html
          . -_- 함.
          2001 07 02, 2002 03 29
         === ? ===
          ,7 Java(Teach Yourself Java in 7 Days) , Visual Basic Windows , () 파 , .Amazon.com ,
          ( , 포함한,
          1992 )
         248 히트 . 78 (7930 ). , .253 히트 해, 77 , 7824 . 200 ,96% .
         , , , , . , , .
         3 Pascal ()
         3, . 해, 한 환 해하 . , . , 통하 , . , .
         Pascal3, Pascal ( ), ., Basic , Basic Pascal , Pascal , 향하 (향하 ) . ?Alan Perlis(1) , , . , Pascal( Visual Basic JavaScript ()편 ) (), (), ., . .
         3, . .
         === 10 ===
          (Hayes, Bloom) , , , 회, , , 테, 하학 포함한, , 10 . .4 , 13 .·(2), , . , 10 .
          한, ()
          , () 할 . , 10 할테.
          해, . · .
          .학 , 한 학. , 휘하 , , , 향 , (p. 366) , , , , , 확한 (p. 20-21)(3).Cambridge University Press J. Lave Cognition in Practice: Mind, Mathematics, and Culture in Everyday Life(4) , 한 흥 .
  • 새싹교실/2012/우리반 . . . . 4149 matches
         = =
          * , 화,,
          * ZeroPage 4F([ThreeFs] + Future Action Plan) feedback .
          * Facts, Feelings, Findings, Future Action Plan. , , , , 획.
          * : " 5 .() .() .() .( 획)"
          * ?
          * feedback .
          * ZeroWiki . 하 .
          * . 학 .
          * ZeroWiki MoniWiki Engine Google Chrome Mozila Firefox, Safari Internet Explorer .
         = =
         == 1회(3/16) ==
         === ===
         || || || O ||
         ||<|3> 학 || || X ||
         || 화 || O ||
         || || O ||
         === ===
          *
          * Compile?
  • 새싹교실/2011/무전취식/레벨11 . . . . 4059 matches
          * : 2011/6/07 5~6
          * : 06
          * : 11
         == ==
          * [/2011//10]
          : . 팻트 2/3 . . . ?
          : 회탐 . . . . . .
         태 : 함, ' ' . . 8pt . 한테 12 . '홈 ' .
          : . 학 . . 함. . 함. '' ㅋㅋ . . . ㅋㅋㅋ 킴. ' ' . '트' ㅋㅋㅋ . . . 함. . 킴. . . 토 . 10 형한테 화해 함. 11 . . 화하 '' 7 . . . '' . 3 함. 화형 . . 함 ㅋㅋㅋ Easy . . 500 함. . . 1 2(45m) 2 . '~'하 . . 함. 65 m . . 킨 7 . . 화형 . . . . . . 12 . . . . . . . . 4 . 11 . . . . . . . WWDC 4 .
          : . 6 2 . 1 2 3 . . . . . 행. . 토 . 10 70 ㅋㅋㅋ . . ''형 . . 40 20 .
          : . . . 함. 한테 . . '토' '' . . . . 한 30. . 함. . 트해 1 5 ㅠㅠ 탐. ! 4 . 'ㅅ'
          : 토 . . . . 함.
         === 획 ===
         태 : 토 . => 800.
          : 행 2 . . . . .
          : . . . . 회화 .
          : 토!!! .
          : .
         === 획 ===
         태 : . . .
  • 우리가나아갈방향 . . . . 4057 matches
         
          MT MT .
          한페 --;
          -_-; 하 한페.. .. .
          -_-; ..
          핑 ^^; -
          Gof .. . -_-; DPSC .. 흡. --
          DP 해 -_-; .. -
          , .. . . .
         . . . .. . 학 , 하 . ' ' . , .
         ZP Pool , . 학 ZP . ZP . 홈 .-- [[BR]]
          홈 . , , 호 . . 할 히 --
          . 해 홍? --
          ''. . . .. --''
          . . . , . 포크 "" 탓하 "" , 포크 "" "" . (event) (thing), "" "" . 편하 , 편하 . --
          ''DeleteMe) . (01 ) , , . .. . ( ) . --''
         한 5 10 하합. 10 학회 . 학회 한 학회. .
          확한 . . 1~2 . 학회 . .
          . 학회 활 . 1,2학 3,4학 . . . 항 / .
          , . 10 . .
  • 토비의스프링3/밑줄긋기 . . . . 4016 matches
          * [https://sites.google.com/site/xperdokdo/ xper dokdo]
         == ==
          * , 해하 , .
          * 통해 '''함''' ''''''.
         == 해 ==
         === ===
          * ?
          * '' 해할 . 해할 - 틴파'' - [혜]
          * .
          * 히 편 .
          * , .
         === 테트 ===
         === 템플 ===
          * 템플 한 패 .
          * , .
          * Context Context Client .
          * Context Strategy .
          * DI 3 .
          * DI 트 팩토(DI ), 4 .
          * , .
  • Java Study2003/첫번째과제/노수민 . . . . 3996 matches
         == ==
          * Sun Microsystems 향형
          * , 핸,
          === ===
          * (Simple):
          C/C++ , C/C++ , 포, 포 , , (overloading) 해하 해한 .
          * (Object-Oriented):
          C++ , 화(Abstraction), (Inheritance), (Polymorphism) . 한, , 클트/ .
          * (Reliability) :
          , 행함 . 한, C/C++ , , 포 .
          * (Security) :
          . , . .
         키텍 (Architecture-neutral) (Portable) :
          (Heterogeneous) 크 환 . 한 하 키텍 . 키텍 . . 한, . , int 형 , . C int 형 , 16트, 95/98/NT 32 32트, 32 , 32 . .
          * (High-performance) :
          - . (garbage collector) , . 한, 행하 .
          * (Interpreter) :
          형태 , , (porting) 행할 .
          * (Multi-thread) :
          . , . API 한 Thread 클 , .
  • 데블스캠프2012/넷째날/후기 . . . . 3993 matches
          * ''' : [ThreeFs]'''
          * : [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [환], [], [], [], [형] .. ..
         = =
          * [] - XPer .
          * [] - gcd 3n-1 ... . 한테 . -_-
          * [] - . . . . .
          * [환] - ㅎㅎ .. ㅠㅜ
          * [] - 트태 . . .
          * [] - . .
          * [] - , . .. . 3n+1 .. --; accept. + , . ㅋㅋ
         = C# =
          * [] - . C# 한 PC ㅠㅠㅠ .
          * ~ .... - []
          * [형] - ...
          * , . VB C# GUI - []
          * [] - C# 2010 C++ . . C# . , gui .
          * Simple is Best .. , ^^ - []
          * [] - Unity C# C# . . 1학 획한 , C# . C# .
          * '''5''' C# () . 함 한 Delegate Multi Thread ㅋㅋㅋㅋㅋㅋ namespace partial class, dll ( 포함하) ㅠ_- ㅋㅋ - []
          * [] - VB . ㅠㅜ ㅎ.
  • ZeroPage_200_OK . . . . 3992 matches
         [wiki:ZeroPage_200_OK/note 트]
         == 행 ==
          * [ZeroPage_200_OK/]
         === 2012 7 4 - ===
          * , 환,
          * - ''' '''
          * XHTML1.0, CSS2.1
         ==== ====
          * []
          * Cloud9 IDE . 학 탁합. 학 c9.io .
          * [https://github.com/ajaxorg/cloud9/ Cloud9] ZeroPage .
          * Cloud9 IDE Dashboard Workspace 행하 URL . " " !
          * 히 Cloud9 IDE JSFiddle Save하 URL 크하 [ZeroPage_200_OK/] 페 .
          * 크한 Workspace Project index.html 파 . Preview .
          * [] - c9.io ... Challengers 획해...ㅋㅋ
         === 2012 7 7 - ===
          *
          * (WWW) W3C 표(Recommendation)
          * HTTP(HyperText Transfer Protocol)
         ==== ====
  • Gof/Facade . . . . 3988 matches
          . Facade .
          . . 한 한 facade object .
          해, . Scanner, Parser, ProgramNode, BytecodeStream, ProgramNodeBuilder 클 포함하 . 한 클 . 하, (Parsing) 환 (Code generation) .( .) 한 클 .
         한 클 호할 facade Compiler class 포함한. 한 클 . Compiler class facade ( . , ..) . Compiler class . Compiler class 한 클 , 하 포함 . facade .
          Facade Pattern .
          * . . . 패 , . Facade . . 한 클 facade .
          * 클 . 클 해 facade . Portability .
          * . entry point 해 facade . facade .
          - 템 클 .
          - 클 합한 .
          - .
          - Facade .
          - facade . facade object 한 reference .
          * 클 Facade 화한. Facade 합한 . 행하, facade facade .
          facade .
          Facade Pattern .
          1. 호한. , .
          2. . . . Facade 화 하 . Facade . 클클 .
          3. 템 클 . 택할 .
         facade issue .
  • Gof/Mediator . . . . 3981 matches
         MediatorPattern interaction하 encapsulate하 . Mediator 회하 loose coupling , Mediator interactions .
         Object-Oriented . . .
          화할 interconnections . . - 히 통 .
          . , 행 . customize하 subclass .
          GUI . 하 (, , ) .
          dependency . , . list box 택하 . , 핑하 택하 . 한 , . . , .
          dependency . , . dialog-specific dependency customize. subclassing Customize하 . .
          mediator encapsulate하 . 하 mediator . mediator 회하 . mediator , interconnection .
          , FontDialogDirector mediator . FontDialogDirector interaction . communication hub .
          interaction diagram 해 협 .
          list box entry field .
          1. director .
          2. director .
          3. director .
          4. 포함한. director( ) 화 한.
         director . director 통해. , director . 한 클 .
         FontDialogDirector library 통하하 .
         DialogDirect . client ShowDialog . CreateWidgets . WidgetChanged , director . DialogDirector subclass CreateWidgets override하 WidgetChanged override한.
         MediatorPattern .
          * , . interconnection .
  • 문서구조조정토론 . . . . 3970 matches
          , ' '하 . , . , --
          DeleteMe) , , . ^^; --
          , , . , . --
          DeleteMe) . 하, . . --
          . , 해 . . . , , , . , . --
         ["neocoin"]: . , 한 , . "" . , . , , 해 , , 해 .[[BR]] . 해 행할 , thread . . , . .( .) --
         ' ' . ' ' . , ' '' '' ' . , ( ), . , 해 , . 한 , ' ' . , 편한 , 택하 . --
          ["neocoin"]: 호해 . " 히 해." . , " ." . . [[BR]] , , , " " " " .[[BR]]해 , . . 00 01 한 " " . , . --
          DeleteMe ) . ^^; --
         [""] : , '' 편 , . 한 편 '' 한 , . , ZP , . , '토' . '토' ? , ' ' , '' '' . 편 . . , , 휘 :)
          ''하 , . 토 . , KLDP . . . , 통해 .
          , . -_-; 하, , . ( ) 화하 . ( ) 한 토 . (, cost .)
          , 'Document' . Thread , 'Document' 화. ( 'Document' . 호합. ' ' 화해 .) --
         ''' 해'''
          PairProgramming NoSmok:PairDrawing 험하. , ( ) , , " " . . , 해하 -- 한 ( 해한) . 해하, .
         해 히 형 , NoSmok:ReallyGoodEditor . . , , 항 (bullet) . , , -- , -- 편 . 화//패 , .
         --
         ["토"]
  • Gof/Singleton . . . . 3963 matches
         클 , .
          . , . OS ( 2-3 .) A/D converter .
          ? ? global , global .
          . . 한, . SingletonPattern.
         SingletonPattern .
          * 클 확히 . .
          * 해 확. .
          * Instance operation (클 ) . Instance Singleton .
          * Singleton .
          * 클 Singleton Instance operation Singleton .
         SingletonPattern .
          1. 클 . Singleton 클 화하 , 클 , .
          2. namespace . SingletonPattern global variable global variable 한 namespace .
          3. . Singleton class subclass , . run-time .
          4. . Singleton class . . Singleton operation .
          5. class operation . 패키 Singleton 행하 class operation . (C++ static 함 Smalltalk class method ) 하, 테크 . C++ static method virtual , subclass override 할 .
         SingletonPattern .
         1. unique instance . SingletonPattern . 하 . operation class operations . (static member function class method) operation unique instance () unique instance . singleton .
          . C++ Singleton class Instance operation static member function . Singleton 한 static member _instance . _instance Singleton .
         Singleton class .
  • 프로그램내에서의주석 . . . . 3932 matches
         '' ''
          ( , , ) ? --JuNe
          ..["Refactoring"] 하 .. 해하 . 해한 . ^^; --
          Javadoc ; (["IntelliJ"] 3.0 Source Folding Javadoc ) . , Pair 할 Class Diagram , . Class Diagram , Javadoc generation 한 .
          , . 흐흐;
          , , . 하, . --
          , , 크하 , . command.Command.execute() information.InfoManager.writeXXX() , class package . class diagram , , ( .) 해 class diagram . 하 JavaDoc 편하 편하. --[""]
          IDE Source Folding comment . JavaDoc API Framework Library MSDN . --
          , , 해하 ? abstract 한 클 , . ( Read , Swing tree . 해 Pair )
          Server 해하 Class Diagram JavaDoc 편했. ( 해하 .). UML 함. Java Source 해하 편하 . ( ;) --
          . . .. 휴 , " " UML {{{~cpp JavaDoc}}} . 해하 , {{{~cpp JavaDoc}}} . Sun msdn 해(?) {{{~cpp JavaDoc}}} . [[BR]]
          하, "확 {{{~cpp JavaDoc}}} 편하 편하." , {{{~cpp JavaDoc}}} .( .) {{{~cpp JavaDoc}}} , " 화" . jdk {{{~cpp JavaDoc}}} , 해 library ? 한 표 . 히 표 ? 해한 . . 한 Report . Refactoring . . .. --[""]
         해한 ( .) 3000~4000 '' . CVS history , .
          Comment JavaDoc . . comment, 해 interface JavaDoc . JavaDoc Class Diagram . (Class Diagram Conceptual Model )
          , JDK Application . JDK JDK interface 해 하 JavaDoc . 하, Application implementation . 'Information' . 해 library 키텍 . , Server/Client Socket Connection , DB DB Connection . Application library .
          comment, document, source code ( Reverse Engineering Tool ) 한 comment 화하 . DesignPatterns , . . . ( Documentation . Documentation 행하 . Doc Doc ;) --
         DeleteMe) , , commit . 하..하..하 ... . [[BR]]
          (comment) {{{~cpp JavaDoc}}} . . , . (?).. object world " " . --[""]
          ''DeleteMe) : ["Eclipse"] . ["IntelliJ"] . ["Vi"] Java Syntax .''
         ''' '''
  • joosama . . . . 3900 matches
         [[HTML(<left><span style="font-size:7pt; letter-spacing:-1px;"><font face="Verdana" color=black><b>)]]bgm : - MC Sniper[[HTML(</b></font></span></left>)]]
         * 항*
         [[HTML(<center><span style="font-size:9pt; letter-spacing:-1px;"><font face="Verdana" color=ffd700 ><b>)]]ㅎㅎㅎㅎㅎㅎㅎ[/]ㅎㅎㅎㅎㅎㅎㅎ[[HTML(</b></font></span></center>)]]
         [[HTML(<span style="font-size:9pt; letter-spacing:-1px;"><font face="Verdana" color=navy><b>)]] 3 25 ~()
          !!ㅎㅎ
         .. ..| ̄|○
         316 .
          .
          ...
         한테 4 .
          ~=_=;ㅎㅎ
         ||[한]||[]||[]|| [sisay]||......||
         || [joosama]||[허]|| []||[]||......||
         하?
          .......| ̄|○
          ㅎㅎㅎ;
         ... ..
          .^^
          ....
         5000 !
  • 데블스캠프2010/둘째날/후기 . . . . 3866 matches
         = Prolog(: ) =
          * 1! C . - []
          *
         
         
         
         
         
          .. ..
          ㅎㅎ Prolog . ... -[]
          * PROLOG..C .ㅋ - []
          * ㅋ. [홍]
          * ! A 한테 orz - []
          * C ( ) PROLOG . . - []
          * PROLOG... ㅋㅋ ㅇㅅㅇ;; - [혁]
          * ..... . Prolog ㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠ - []
          * - [하]
          * ㅇ_ㅇ [호]
         = PP(: ) =
          * 1!! C++ . . C . - []
  • 이학 . . . . 3836 matches
         학(學) ,
         from 히 NoSmok:학 ' - , , ' ..
         하 , , , , . 행하 '學際 ' . ? ? ? .
          학(學) . 학한 .
          , . . '학' .
          '학' . .
          . . 학 . ( , 킨 학.) . 통하 .
          학해 2 . 4학 표할 . , .
          통해 . , '학' . ' ' '' , . .
          , . , 3,4 , 학 " ?" . , . , . 해하 해 포 . , .
         학 험하 , 'why' 'how' . 'why' '' , '(眞理)' . 'what' 형태 . " ?" . '(事)' .
          . 'why' . (情) , .
         한편 험하. 통하 파하 . .
         '학' 히 학 . . . . .
          ? , ? . . .
          , , .
          . 한 ["학"] ? ["학"] 통해 . ?
         . . [http://kldp.org/KoreanDoc/html/Beginner_QA-KLDP/ ] . ' ' .
          학회 . ' ..'
          .
  • AcceleratedC++/Chapter13 . . . . 3825 matches
         13 4 , 통해 () .
         ''(9.6 .)''
         '''(inheritance)'''
          한클 .
          포함 .
         ''' 한 Core Class'''
         ''' 한 Grad class'''
         class Grad:public Core { // (implementation) (interface) .
         public: // Core public public .
          double thesis; //
         Grad 클 Core (Derived from), (inherits from), Core Grad base class .
          , , .
         한 파 .
          === 13.1.1 (protection) ===
          private , friend 함 통해 . private '''protected''' .
          protected . .
          === 13.1.2 ===
          .
          Core, Grad 4. read, grade 함. Core 클 name, read-common 함.
          '''Core class '''
  • Ruby/2011년스터디/세미나 . . . . 3800 matches
         == RubyLanguage ==
         RubyLanguage , 파트
          1.
          *
          *
          *
          1.
          *
          * irb
          1.
          *
          *
         == Ruby ==
          * 환팅하
          * visual studio ironRuby
          * netbeans ruby플
          * eclipse ruby플
          * aptana ()
          * 화
          * ?!
  • EffectiveSTL/Container . . . . 3786 matches
          * STL .(Iterator, Generic Algorithm, Container ). , , 편하 Container. Container Vector, List, Deque Object .
          * STL Container , , , . , .
          * 큰 1 Containers 한 Container , 효 화 하 .
         == STL Containers ==
          * Sequence Containers - vector, deque, list, string( vector<char> )
          * Associative Containers - set, multiset, map, multimap
          * Non Standard , . . .. AfterCheck
          * vector . . , Associative Containers .
          * vector Sequence Container 통 Associative Container ( Map) 함. Associative Container . ( 한 container 024878113 .? map , 한큐 , Sequence Container .) --[1002]
         == vector, deque, list 팁 ==
          * vector
          * list ,
          * deque ( ) ,
          * Container(, ), Container( .). .
          * vector, string, deque . . insert, delete .
          * list . insert, delete .
         == STL Container 팁 ==
          * insert, delete 하? Associative Containers .
          * Random Access Iterator( ) , vector, deque, string . (rope ), Bidirectional Iterator() , slist .() Hashed Containers .
          * Insert, Delete 할 ? Contiguous-memory Containers . (해 .)
  • DataCommunicationSummaryProject/Chapter8 . . . . 3777 matches
          * . 포함 .
          * MSU(핸폰) BTS(Base Transceiver Station) .
          * 핸 . (MS mobile station)
          * .
          * .
          * fiberoptic .
          * BTS 험해 .
          * BTS BSC(Base Station Controller) .
          * BTS BSC .
          * Base Station BSC .
          * BSC BTS 펙트 .
          * moblie voice MSC(Mobile Switching Center).
          * , MSC .
          * MSC , 하 MSC .
          * 한 MSC .
          *
          * MSC .( , )
          * MSC .
          * 확한 .
          * , MSC .
  • ZeroWiki에서 언어습관 . . . . 3765 matches
         NeoCoin ZeroWiki 항해 ZeroPage [크] . ([크] , .)
         # (?) 하.
          ?? ..
         히 환 ~! -
         ㅋㅋ -
          ++ ... ^^
          ^^; -
         호~ ^^ 히 해!! -
         * ? ... ㅠ_ㅠ;; -
         . 호 -_- !ㅎㅎ -
          , , 호한 편. (2003) 해(2004) , ?
          , , . . --[1002]
          '' [크] , ? . . " ." ? ''--NeoCoin
         한편 , ' ' . :) 하, 키 페 . 해 . , 한편 . --[1002]
          , ' ' . 한 형태 편하 . 하, 한 표 .--[1002]
          . .
          1. -' .'
          1. -' 트'
          , . , ' ' ? , , . , ? , . --NeoCoin
         [키] ? [] '''''' '''''' ? , [키] ? --[Leonardong]
  • 새싹교실/2011/무전취식/레벨4 . . . . 3752 matches
         * : 2011/4/13 5~ 8
         * : 06
         * : 11
          : . 토 . 형 트하 . Zp ICE Breaking . .
          : 화 . ㅠㅠㅠㅠㅠㅠ ㅋㅋㅋ ㅠㅠ 'ㅅ'/ 1 . 토 . . '파' . . . . 'ㅅ'
          : 'ㅅ'// !! - . . . . . NXT하 . 4 . FAIL함 ㅠㅠ . 함. 4!!!! =ㅂ= ㅋㅋㅋ
         태 : . 2 . 한테 트하 . 펜 . 팬 . C 7. ㅠㅠ. PPT 함. .
          : 함. 12. 4. LCD . . C . . ( ) 한 . . 5 . ㅠㅠ . /
          : 4 . DB . . => 티. 티4 티4 . JuneCiTy . . '토 ' . 3 함. ㅠㅠ. . . . ' ' 함. . . . . 함. . ㅠㅠ. .
          == ==
          * http://winapi.co.kr <- . !
          * .
          * . {{{ +-*/%, && || !, ~^&|, = , < > <= >= == != }}} .
          * .
          * 함 .
          * 함 (Parameter), , (Return) .
          * 함 (Return Type) 환해 Type 환해.
          int sum(int x, int y){ <<-- int x y.
          return x+y; <- return x+y int;
          * . ' -> , -> { -> 택, 택 -> -> 태 확}() -> .' . ?
  • 제로페이지의문제점 . . . . 3751 matches
         (항 , 할 페)
          , 해.
         === ZP ? ===
          ZP ' ' . [] , 한편 . Netory , Netory ' ' . ? '해'? ' . 학회 .' . ( Netory Ad-hoc & 학회 .) 한 [] .
          , ' ' , Generalist . 하, , or 형편. .
          * ZeroPage . , ? 학 ?
          * 흔히 "" [] , "" [] .
          * , () (학, ) ZP .
          * ZP ? ?
          * , , . '' 학회 택한 ....'' -[혜]
         === 학 ===
          학회 . 학 , . , .
         99학 1학 C++ & API (15 ), 5-6 MFC 행하. , . 3 , .
         학 행하 . 하, , , '확히 '하 .
         === 함 ===
         [택] 행한( ) . ( 행할 행해 ) '''''' '' '', '' '' . . 행하 , ?
         === 크 & 크 ===
         ZeroPage . . , .
          * -
          * . ZeroPagers .
  • Gof/FactoryMethod . . . . 3732 matches
         DeleteMe ) --
         == Intent : ==
          , sub 클 . [[BR]]
         Factory Method sub 클 .
         == Also Known As : 한, ==
         DeleteMe) .
         Virtual Constructor ( ["MoreEffectiveC++"] Item 25 )
         == Motivation : ==
         Framework(하 Framework ) , . Framework 한 클 .
          한 Framework . 한 Framework , Application Document클 . , 클 Application . Drawing Application DrawingApplication DrawingDocument 클 . Application클 Document 클 . Open New 택하 .
         Application(클 ) 한 Document 한 Sub 클 , Application 클 Doment Sub 클 . Application 클 '''' Document , Document 클 . .:Framework , .
         Factory Method 패 한 해 . Document sub 클 , Framework .
         DeleteMe
         Application Sub 클 Application CreateDocument , Document sub클 . Aplication sub클 . Application Document . CreateDocument. .
         == Applicability : ==
         Fatory Method 패 .
          * 클
          * 클 sub 클
          * 클 helper sub클 , helper sub클
         DeleteMe
  • 창섭/배치파일 . . . . 3724 matches
         [http://my.dreamwiz.com/bicter/index.htm ]
          .
          , .
         ▶ ?
          . .
          , 하 . . .
          한 해.
          , () 행함 행하. .bat(batch ) . .com, .exe 확 한 파 . .com, .exe , .
          . .
          (" .hwp 확 ) 키 파 . ( Edit, Q,U ) 'Copy Con' . 'Copy con 파' 형 .
          . ^Z < Ctrl + Z > 키 F6 키 . '1 File(s) copied' , ' copy con 파 ' . .BAT , timedate.bat . 'copy con 파' . 하 . 'copy con 파' . .
         ▶ 9
          . , Autoexec.bat 파. Autoexec.bat .
          행한 .
         ◇ : Call [drive:]\[]\<>[.BAT]
         ◇ : Call c:\bats\sample.bat
          행하 C:\bats sample.bat 파 행한 .
          . . .
         ◇ :choice [/C[:]][/N][/S][/T[:]키,][]
         ◇
  • 데블스캠프2004/세미나주제 . . . . 3720 matches
          * '''토 2:30 7 PC [2004] .'''
          * . .
          * 해 3 , . :)
         === ===
          * []
          * 한( ) ( +파 [http://www.bo2k.com/ ]?)
          * , 호화,
          *
          *
          *
          *
          *
          * ( ExtremeProgramming )
          * ....... ;;;
          * . SeeAlso []
          * 3D
          * 크 (TCP/IP + )
          * 확 ?
         
          * C** SeeAlso []
  • 새싹교실/2012/AClass/4회차 . . . . 3711 matches
         = 4회 =
          * {{{ {{{ }}} }}} .
         == ==
          11. , int* a; int b; int **c; &c,c,*c,&a,a , 해할 .
         - . &c c a . *c한 a . &a a , a a b b .
          12. 행하, .
         - : 3210468 9
         -해 : int형 a, b 5 , 포 c . a c . b a. c 9 . a c 9 . 트 *c,**c a 9 .
         1.5.1.2
         2.Circular Queue .
         -형 큐 . F R F R F,R . N N-1 . . 하 .
         3.typedef , .
         - c char,int,float , 포, , typedef . typedef #define c typedef c . 한 #define 한 형태 .
         < : typedef 형; >
          :
          :
         해 :
         typedef 형 char *YOU YOU name char *name .
         4. student , student 0~3 AClass , .
          char , 학 int형 .
  • 정모/2012.11.26 . . . . 3635 matches
          * : [], [], [혜], [], [], [], [], [하], [], [], [], [], [], [], [], [], [형], [], [훈], [훈], []
          * : []
          * [하]학 Digital Bandpass-Filter Modulation
          * OMS: []
         == 파티 함 ==
          *
         == ==
          *
          * , , !
          * 파티
         == ==
          * 학회
          * 학회 함.
          *
         == ==
          * [] - , 확하 . . . . .
          * [형] - 2 . .
          * [] - . .
          * [] - . .
          * [] - . . .
  • 페이지제목띄어쓰기토론 . . . . 3619 matches
         == : 한 ? ? ==
         === 한 ===
          {{{~cpp (ex: TheWikiName) }}} 페 {{{~cpp The Wiki Name}}} . 하 .
         === ===
          * . .
          * . ( .)
          * 한 .
         === ===
          * .
          * 한 .
          * . ('''' .)
         === ===
          * . ( )
          * 한 , . ( , 함)
          * .
         === ===
         "Trim, " , , 한 3~4 . --
          wiki:NoSmok:페 . . , . --
          . 한 , . ? , 한 , white space . '' . , '' . --
          , . . --
  • ZeroPage성년식/거의모든ZP의역사 . . . . 3614 matches
          * 02 폭풍 . ㅠ_- - []
          * zeropage/history . - []
         = 활혁 =
         == 91 ==
         ||1학 ||ZeroPage , 1. (C language, Utility, Advanced DOS ) ||
         ||학 ||Advanced C Pascal , DataBase Program ||
         ||2학 || . 1회 ZeroPage S/W (9품) ||
         ||학 ||Data Structure, C . ||
          * /트 항
          * 1학
          *
          * 2학
          *
         == 92 ==
         ||1학 ||2. 1학 , . 2학 (C++, Graphics, OS, System-Programming, 한 ). . ||
         ||학 ||Computer Architecture, Assembly, Pascal /. (15 9- 5 , ) ||
         ||2학 ||||
         ||학 ||C++ for windows, X windows Programming, Object Oriented Analysis & Design Project 행 ||
          * /트 항
          * 1학
  • 데블스캠프2012/첫째날/후기 . . . . 3599 matches
          * ''' : [ThreeFs]'''
         = [] =
         === [2012//C] ===
          * Object 행하 .
         === [2012//UI] ===
          * {{{M[FV]C}}} .
         === [2012//페] ===
          * [Kesarr]. .
          * PPT 합하 .
          * - [http://random.org/ RANDOM.ORG]
         = [] =
          * . .
          * 항 ? 확? . 학 . . .
          * UI 히 하 PC PC . PC, . . ;(
          * . 1학 .
          * 행한 페( 트!) . . 표한 .
         = [] =
         = [] =
          * . 하 1학 -ㅅ-;;; struct . UI .. Microsoft Expression . 페 . ,, 학회 -.. .........
         = [] =
  • 정모/2011.5.16 . . . . 3533 matches
         == [2011] ==
          * [2011/]
          * []
          * OMS : [혜]
          * .. ... - [혜]
         == 트/ ==
          *
          * [2011]
          *
          * [JavaScript/2011]
          *
          * [Design Patterns/2011]
          *
          * 트 3ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ - [혜]
          * .. ? ㅋㅋㅋㅋㅋㅋ - []
          * - []
         == ==
          * Winner : [], [], []
          * 형태
          * 9 .
  • 제12회 한국자바개발자 컨퍼런스 후기 . . . . 3499 matches
         #title 12회 한
         = 12회 한 =
         == ==
          * : JCO (Java Community.Org)
          * : 2012 2 18 09:30 ~ 18:50
          * : &
          * 홈페 : [http://jco.zdnet.co.kr/12th/default.asp JCO (2 22)], [http://www.jco.or.kr/ JCO 홈페]
         == ==
         || 10:20 ~ 10:40 |||||||||||||| (JCO ) ||
         || 10:40 ~ 11:00 |||||||||||||| (행 / 한IT협회 ) ||
         || 11:00 ~ 11:30 |||||||||||||| 1 - SW 활 ( ) ||
         || 11:30 ~ 12:00 |||||||||||||| 2 - (한 ) ||
         || 13:00 ~ 13:50 || 한 PaaS 플 () || PLAY! GAE! () || 키텍트 할 12/97 () || () || , , 포 () || Apache Hadoop Big Data (JBross User Group) || 클 (허) ||
         || 14:00 ~ 14:50 || KT Cloud () || Event Driven Architecture () || 키텍 () || JBoss RHQ Byteman () || Java Eclipse , Windows Azure () || Apache Hadoop Big Data (JBross User Group) || 클 (허) ||
         || 15:00 ~ 15:50 || 한 Rapid Development () || 하 (희) || () || Venture Capital & Start-up Investment (훈-탈협회) || How to deal with eXtream Applications? () || SW ! || 2.0 beta (티) ||
         || 16:00 ~ 16:50 || (infinispan) (혁) || , !/ nGrinder () || () || IT (-IT) || 통합(EIPs) (호) || SW ! || 크 (KSUG 티) ||
         || 17:00 ~ 17:50 || () || Java Secure Coding Practice () || 픈 API 향 (훈) || () || (홍) || + JSP (OKJSP 티) || ( 티) ||
         || 18:00 ~ 18:50 |||||||||||||| Closing ||
         || 19:00 ~ |||||||||||||| ||
         == ==
  • neocoin/Log . . . . 3483 matches
          * : (99,["neocoin"])
          * :
          || [http://orchid.cse.cau.ac.kr/course/course.php (DC)] || [http://konan.cse.cau.ac.kr/ 퓨팅(MC)] || [http://camellia.cse.cau.ac.kr/fs/ 파 (FS)] || ||
          || [http://www.ocu.or.kr/ Unix (U)]|| [http://cvlab.cau.ac.kr/ Object Programming(OP)]|| [http://cvlab.cau.ac.kr/ 화(IS)] ||.||
          ==== 한 ====
          * 11/7~11/27 D회 Xp Work Shop
          * ;;
          ==== 학 ====
          * MC - 11/13 9,10
          * OP - 11/12 Alcanoid
          * IS - 11/4 Working Draft ( text + CD or Floppy)
          * US - 10/25 11:00~12:00
          * - 10/14
          * DS - 10/16 1-14,1-18,2-20,2-22,2-50
          ==== ====
          * 학하 . 1학 , . .
          ==== 한 ====
          ==== 학 ====
          * OP - with MFC 10 8(화)
          * CVS {{{~cpp PushPushGame}}}
  • 논문번역/2012년스터디/김태진 . . . . 3468 matches
         = =
          * ...
          / , Lancaster-Oslo/Bergen corpus . 형태 the Institute of Informatics and Applied Mathe- matics (IAM) 형태 . 한 텍 ,500 1200 . 250 - 형태 , 6 c03 형태 .
          , Senior[15] . 25페 , .
          300dpi using 256 grey-levels , Fig .
         4.
          (?) "drift"(흐) - 확하 ( ..) . , 2 . IAM , 확하 ???????because the writers were asked to use rulers on a second sheet put below the form and the formulars itself are aligned precisely during scanning.
          해, . . 핵 , , 핵 (?) . 한 한 2 (the horizontal density histogram of the binarized handwriting-area) 한 Otsu method . 합한 , .
          히 하화 해. 히, , , slant . 화 하 gray-level .
          (?) , , , slant . . 한 통했 . [15] regresion? , slant . 화했 consid- ering that only vertical strokes are decisive for slant estima- tion. Canny . slant .
          화하 해, . , .
         == 1.7 Linear Independence ==
         Section 1.5 . , Ax=0 .
          , (1) .
          x1=x2=x3=0 한 해 . Section 1.5 , 한 해 ().
          ... 한 해 Rn (linearly independent) . (2) 0 .
          (2) 0 v1...vp linear independence relation( ). . 해, {v1,,,vp} v1...vp . .
         Linear Independence of Matrix Columns 행
          A=[ ] . Ax=0 ... . A Ax=0 . .
         행 A Ax=0 한 해 . (3)
  • ZeroWiki/제안 . . . . 3445 matches
         ZeroWiki . 회 ["/"] 페 .
         == ==
          * ZeroWiki ? . . - []
         === ===
         : from 키 to 키 - by [황]
          *
          * 함. ( PHP : http://bit.ly/fdI51M )
          * . http://www.mediawiki.org/wiki/Category:Extensions
          * 함.
          * .
          * 테 ! 히 Vector!
          * ditto
          * , ** . 10~20MB . .
          * , .
          * .
          * . imagemagick diff rsvg.......
         ==== ====
          * . [http://www.dokuwiki.org DokuWiki] [http://www.mediawiki.org MediaWiki] . 한 MediaWiki 한 DokuWiki . 하 nForge MoniWiki . - []
          * DokuWiki . , . , 파 . ...... ....... Wiki Creole ....... - [황]
         == ==
  • ZeroPageServer/old . . . . 3439 matches
         == ==
         ["ZeroPageServer/"]
         == 회 ==
         || ["ZeroPageServer/Telnet"] ||
         || ["ZeroPageServer/MySQL"] ||
         || ["ZeroPageServer/CVS"] ||
         === 툴 ===
         || [http://165.194.17.15/pub/util/putty.exe putty noversion],[http://165.194.17.15/pub/util/putty0_53b.exe putty 0.53b] || ssh1, 2 Client 0.53b [[BR]] 하 ssh ssh2 (or ssh2 only) 택||
         || [http://openlook.org/distfiles/PuTTY/putty.exe putty 한 ] || [http://fallin.lv/zope/pub/noriteo/putty 홈] ||
         |||| ||
         || [ZeroPageServer/FAQ] || ||
         || [ZeroPageServer/황] || 황 ||
         || [ZeroPageServer/황2] || 황 ||
         || http://zeropage.org/log || Server Web ||
         || ["ZeroPageServer/InstalledTool"] || ||
         || [ZeroPageServer/Log] || ||
         || [ZeroPageServer/FixDate] || ||
         || [ZeroPageServer/UpdateUpgrade] || 편히 해 ||
         === 토, , , ===
          * ["FeedBack"] . . . ["ZeroPageServer/set2002_815"] To Do List . --[""]
  • 새싹교실/2011/무전취식/레벨8 . . . . 3432 matches
         * : 2011/5/17 5~ 7
         * : 06
         * : 11
         == ==
          * [/2011//7]
          : IFA . Ice breaking , 회 행. . . : ICon:! ' 킴' . ZP . .
          * IFA .. - [혜]
          * IFA; - []
          : . Ipad . . . 트 회. 2 50 . 2. . . .
          : . . . . . . 2 함. 8~12 . PC. 2~3 40 . . . , .
          : , 활했 . 4 3. 함. . 3 5kg. 2 10kg . . 20 . .
          . 3 . .
          : . . 'ㅅ' vs SK=> 0:5 . . . ㅋㅋㅋㅋ : ㅠㅠ . 함 ㅋㅋㅋ 학 . 함. . 90 ㅠㅠ . . 트하 ㅠㅠ . . ㅠㅠㅠㅠㅠㅠ
         태 : 토 3 평 호 . 2~3 . . . 함. -5 . .
         == ==
          * 파 : 파 . . . 파 .
          * NULL : 0. NULL 0 0 .
          * Struct() : .
         == ==
          printf("파 !!");
  • DPSCChapter1 . . . . 3409 matches
         ''The Design Patterns Smalltalk Companion'' . ''Design Patterns Elements of Reusable Object-Oriented Software''(하 DP) Erich Gamma, Richard Helm, Ralph Johnson, and Jogn Vlissides(Gamma, 1995). (companion, ) . (DP) , DP . , workshop, , 폭팔 . , .(emerge come up or out into view come to light . '' , .'' . -_-; -- ? - -- DeleteMe)gogo..~ , .
         '''' 23 . , 23 . "Gang of Four"(Gamma et al.) 한 23 . 23 Smalltalk class libraries (design-level) (analog). , , 한 해 . , 통해 , , 편하, 확 톡톡한 .
         Smalltalk Companion, "base library" , .
          Design Pattern . Design Pattern Design Pattern Smalltalk Companion .
          Gang of Four . , . .
         ''Smalltalk Companion, 'base library' . , base library Smalltalk ?灌? 확 Smalltalk . '''Design Patterns''' . '''Design Patterns''' Smalltalk Companion , . Gang of Four . , GoF , . -- .. ''
          ('' '') . Smalltalk .(" e.g Rosson & Carroll, 1990; Singley, & Alpert, 1991") "Smalltalk" . 한 Smalltalk , .
         Smalltalk programming design .
          * Smalltalk ( low-level )
          * class 한 class, methods. ( functionality function . 태클 . --;)
          * 해, 해하 Smalltalk IDE 툴
          * frameworks
          * ,
         '''''' 키텍. .; , 패 .
         '''''패 한(한, 플 ) 키택, , . '''''( one particular architecture . -
         , .
         (, .)
         - 한하 - , 해 . '''''Duego Genson(1996) . ( ) ''''' , , . , (other designer) . , " " . John Vlissies(1997) " 평한. (p. 32).
          , 패 .패 , . 패 . " ." " . . , ''''
          ... " . ?
  • STLErrorDecryptor . . . . 3407 matches
          [http://www.kwak101.pe.kr/kwak101/works/InternData/STLDecryptor_QuickGuide.html QuickInstallation For STLErrorDecryptor] ''' ''' . 홈페 홈페 .
         홈페 .
          홈페 .
         = =
         VC++ STL 편함( ) "''' STL '''" . STL 템플 화할 포함 STL 템플 , 화한 클 , .
          펙티 STL 49 . " " , . [http://www.bdsoft.com/tools/stlfilt.html STL ](하 해) . VC STL .
         , , Visual C++ C++ 편해하 , . :)
         = STL =
         ) VC IDE ( ) , 행해 . , (named pipe) 통해 VC IDE '''(output)''' .
          CL.EXE , C/C++(C2.DLL+C1XX.DLL) . VC IDE .
         ) ''' C/C++ CL.EXE (?)'''하, VC IDE . 해 패키 CL.EXE 포함 . "(proxy) CL" .
         ) 해 .
          * CL,EXE CL2.EXE
          * 해 패키 포함 CL CL.EXE
          * (PERL.EXE)
          * 해 패키 포함 트(STLfilt.pl)
         )해 .
          * CL(CL,EXE) CL2.EXE 행함
          * (PERL.EXE) 행하, 트(STLfilt.pl)
          * CL2.EXE (pipe) 통해 통
  • 정모/2011.5.2 . . . . 3402 matches
         == 트, / ==
          * 트,
          *
          * .
          *
          * . : ,
          * .
          *
          * .
          *
          * ,
          * : , , 혜,
          * 2 . externs . Java swing . .
         == ZeroPage ==
          * .
          *
          * .
         == 2011 Google Campus Recruit ==
          * Google Campus Recruit
          * .
  • 정모/2012.3.12 . . . . 3393 matches
          * : [], [], [], [], [], [], [], [], [], [], [], [], [], [], [혜]
          * . . .
          * [] [http://zeropage.org/seminar/59923 Type Safety using Java Generics].
          * : []
          * ? - []
          * 헤헤 - [혜]
         == 회 홍 ==
          * 40 . .
         == ==
          * 홍 4 . - []
         == ==
          * 회 홍, OMS . . Type, Type Safety, Java Generics . C++ 템플 히 ' '. Type Erasure JVM . . ? . Data Type . 1학 C++ 한테 , Type -_-;;; . 해하 . - []
          * Type erasure 합해. 하 Type erasure . Java Generics . - [Kesarr]
          Java SE 5.0 6 해 JLS 3e . Java SE 7 JLS SE7e The Diamond <> 한 Type inference . ,
          * ... Generics ;;; . 크했 ... javac ? C++ auto 키 ? - 편해. - []
          * - [혜]
          * C++0x , Java .. type inference 호하 ?ㅋㅋ -[]
          * OMS . 파하 . .
          * ZeroPage 편향 . 키텍 크, . ' ' .
          * (ZP )
  • 프로그래밍잔치/첫째날후기 . . . . 3372 matches
          . . . (ThreeFs)
         == ==
         ( Document Mode , 해 . ^^ , . '' . )
          [""] ~~ 한 .
         === ===
         [""] ["1002"] . [1002/MP3] 1002, , , [], [] 페 .
         , .
         ==== ====
         .
         한 , , , , , , 편한, .
          * . ( 황함)
          * - , 히 편 .
         한 , , 협, , , , 키 활 .
          * '/'
          * . (NoSmok:HierarchicalWiki)
          * , '' . ?
          * 편하 , .
          * Courage , , .
          *
          * ZeroPagers ''? 한 행 ? . ( )
  • JavaScript/2011년스터디/7월이전 . . . . 3371 matches
          * 2011 1학 JavaScript .
          * : 6
          * : [], [], [혜]( ), [](), []()
         == 3 ==
          *
         || || [] || [혜] || [] ||
         || 29 || O || O || O ||
         === 29 ===
          * JSON-js
          * http://www.synapsoft.co.kr/11/recruit1.jsp Map .
          * QA - [혜]
         ==== ====
          * javascript json2.js (?) . javascript Dongeon and Dragon!!() . javascript HTML CSS . - []
          * .. 한 var. json2-js . (?) . AI . .. ... - [혜]
          * JavaScript . . . . 함 . JavaScript . - []
         == 4 ==
          *
         || || [] || [혜] || [] ||
         || 5 || O || O || O ||
         || 12 || O || O || O ||
  • HowToStudyDataStructureAndAlgorithms . . . . 3368 matches
         DataStructure ..
          -> 택 -> 큐 -> 트 -> 트 . . 트 함.
         , 포트 , . ( .) ex) 택:, postfix , . 큐:큐 . 트: , & (polynomial) 트:2
          1. 해하. 2. (. collection library . ) 3. 해 택할 함. --
          , , -- pseudo-code 해하 . Procedural(C, ) Functional(LISP,Scheme,Haskel), OOP(Java,Smalltalk) . () . . 10 한 CLR(''Introduction to Algorithms, Thomas H. Cormen, Charles E. Leiserson, and Ronald L. Rivest'') ( Jon Bentley ''Programming Pearls'' . / "" . , . .). , ( ) . , " " 한 " " , , . 해, , .
          . DesignPatterns . , , "" . . " ?" . .
          . . .
          , ", " . , "" 패합. , 해할 .
          , / . . , (concrete) (abstract) , . be to , . / ( ) , ACM ICPC / -- " " -- .
         --
         '''/ '''
          . 한 해 , , 해해. , " 힌 해!"하 . 해하 . "" . ""하 . .
          "" "" 황 하 . 하 , , 형해 ?
          . , , 학 ""(construct)할 ( , MIT ). , .
          . 해 , ? .
         --
         '' 폐해 . ', ' '' . --''
          " " " " ? ? . , ", , ?" . , , , . --
          . 테크 "패" . . , . (see also HowToReadIt Build Your Own Taxonomy) . . (see also DoItAgainToLearn)
          Anany Levitin ''A NEW ROAD MAP OF ALGORITHM DESIGN TECHNIQUES''(DDJ, 2000 Apr) . 테크 :
  • 지금그때2006/후기 . . . . 3358 matches
          '''''' '''''' .
          .^^
         
          . ,
          ..
          . ... ~ -- @,.@
          ;;;
          . , .
          ,
          .
         -
          1 ..
          ~ 하 .
          흡한 .
          ...
         팅~~ - []
         >>> . 하 풋; ^^ -- []
          ... . 행하 -
         >>> . .. .. . - []
          .
  • 이성의기능 . . . . 3357 matches
         = =
          * 화트헤
         == ==
          * . . . . ( ) . . 형하 . 환 . 화, , . 한 환 히 힘, . 하 . .
          * " ." 향한 . 하향, 향.
          * " " - .
          * . .
          ' 해' 포트 NoSmok:AlfredNorthWhitehead . , .
         . 'reason' . ( ..)
          , . . ' ' '하향 ' ( .) , ' '. , 해 '' . , ' ' , '' .
          ' ' 험함 ( ) . 해하 (, ) , 한 하 . ( 해하. 형 .)
          한 '' . . ''. , , , . (한편 '학' 해 화트헤 ) , 한편 . ( 2 , . 한편 , 한편 .)
          * '' , '' 1 . . 한 , .. ( ..)
          * 휘하 , . .
          '?' ' ?' . ' ' . OOP ' 해, 해해' , '' . 행하 '' ( ) .
         . ' 해'.
          * . .
          * . .. 한 행 . ... 한 형태 .
          * 3 . 1) . 2) . 3) . , , , , , .
          * . , , . . .. . . . ... 한 , . . ... . . .
  • SoftwareEngineeringClass . . . . 3329 matches
         
          * : 3학
          * : ([http://object.cau.ac.kr/selab/lecture/undergrad/undergrad.htm 홈페])
          * : 학, 환 [[BR]]
          * : ["SWEBOK"]
          * : .
          * : 2001 '' .
         === ===
         ''''''
          * ''Software engineering'', Ian Sommerville : SE . 탁.
         '''트/'''
          * Moa:
         === ===
          * . . . . . . . .
          * . . AOD/VOD .
          * SE . (structured programming) . . 하 . OOP ! Goto 해하 ! ! ( 6,70 . 1 .) --
         ["neocoin"]: . . , --
         ["fnwinter"]: ... ..한... ... .............. .
         --
         ["1002"]: . 하 PPT 60-70 . -_-; SWEBOK Chapter Reference . SoftwareRequirement, SoftwareDesign, SoftwareConstruction, SoftwareConfigurationManagement, SoftwareQualityManagement, SoftwareProcessAssessment 3/ 3 . ( 4학 ;) [[BR]]
  • STLPort . . . . 3312 matches
         표 STL STLPort 회 템플 STL(Standard Template Language) SGI STL .
         = =
          . 홈페 . ^^;;
         = =
          Win32 환 Visual C++ STLport STL . , Visual C++ 6 트하 . 화 페 , . .
         STLport SGI( ) STL 포팅한 , ANSI 표 . .
          1. .
          1. MSVC ({{{~cpp _msvc_warnings_off.h}}} )
          , Visual C++ C++ 편해하 DOS 화 , . :)
         = =
          1. STLport 패키 . 4.6.2 (STLport-4.6.2.tar.gz).
          4.5.3 . ( )
          1. .(, Visual Studio D:\Programming Files2 )
          1. . .
          * '''doc''' : .
          * '''etc''' : 한 파
          * '''lib''' : STLport (lib, dll) . ( .)
          * '''src''': 한 플 트 파 . ('': vc6.mak 파 . '')
          * '''stlport''' : STL 헤 . STLport .
          * '''test''' : STLport 한 테 .
  • 새싹교실/2012/AClass/3회차 . . . . 3299 matches
         = =
         #.20105801
         1~5.www.koistudy.net 100~104 Accept( 한테 )
         6.포 해 함 swap ( . 해해 )
         7.2 (4x4) .
         2X2행
         printf("행 \n");
         8. 형태 .
         9.포 .
         //'0' .
         10.LinearSearch . 1000 , random함 해 1 1000 , 777 . ?
         (rand()%1000 1 1000 .)
         -linear search 형탐 .
         
         11.Sort . 11 , , .
         12. , int* a; int b; &a,a,*a,&b,b , 해할 .( 트해 .)
         - *a b , &a a , a (, b -포 ), &b b , b (할),a=&b . b .*a=b b .
         [편]1.4.1.2
         1. , .
         - . .
  • Bigtable기능명세 . . . . 3288 matches
          * Bigtable
          *
         == ==
         태 ★★★★★
          /태
         B+ 트 ★★★★★
          SCAN ★★★★★
         클 ★★★★
          ★★★
         Tablet Server ★★★
         Master Server ★★★
         클 ★★
         태 ★★
          ★★
         태 Split ★★
         
         == ★★★★★ ==
          load TS load TS.
         TS TS
          TS .
  • 정모/2011.3.28 . . . . 3283 matches
          * : [], [혜], [], [], [], [], [], [], [], [황], [하], [호]
         == ==
          * , .
         == 트/ ==
          * [2011]
          * [] 학 .
          * . [] 학 행, [] 학 Go .
          * [JavaScript/2011]
          * [] 학 .
          * [DesignPatterns/2011]
          * 행.
          * HolubOnPatterns 0 .
          * 페 , 행할 . 1 DB .
          * [Spring/탐험]
          * .
          * [] SpringFramework ---- 3 함.
          * ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ - [혜]
          * ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ - []
          * 트/
          * ??
  • 데블스캠프2013/첫째날/후기 . . . . 3273 matches
         = =
         [], [], [환], [], [], [], [훈,] [,] [], [], [협], [], [], [], [], [], [], [], [], [형], [], [], [], []
          * .
         = / 페 =
          * SNG ? . SNG . - []
          * . - [훈]
          * 페 , , 트할 . - [환]
          + . - []
          * . . - []
          * SNS, 해하 . 획해 . -[]
          * ! . - []
          * SNG . 표 , . - [협]
          * . .. . . :) -[]
          * . .- []
         = / GIT =
          * . - []
          * . - [훈]
          * (히 blame, ignore) . git commit vim 황하 git commit -m " " core editor ...흑...ㅠ. - [환]
          + git - []
          * . 행한 , . . - []
  • 정모/2006.12.16 . . . . 3271 matches
          == [/2006.12.16] ==
          * - 호한 .
          * - 회 통해 ?
          === ===
          * - .
          * - , .
          * - 회 확히 할 . . .
          * - .
          * - 1회 .
          * - . .
          * - .
          * - 학회 .
          * - . ?
          * 협 - . .
          * 협 - 확히 해 .
          * - ?
          * - .
          === 회 ===
          * - 2학 .
          * - .
  • WhenJuniorsAsk . . . . 3270 matches
          "" 한, 2, 3학 . , "" .
          OT . , OT . . " . 한테 . , 해. 훨 통할테 ."
          . , 한 "" 행 . , , 행한 . , . , . WhenJuniorsAsk.
         --
          . . . 하, ' OOP.' 학 2 SUN .
          ''OOP 反/非 OOP '''''' . SUN . 합 하 .''
          . "" . 1 ? ? ( ..) . . 1학 . . 해해.
          '' , . . 하 .''
          . . 행하 .
          '' , " 탈" . "( ) 험" . . , , 패할 .''
          확하.( 히 하 . , .) 한 "" ""행 . ( 행하 ""행 .)
          '' . . .''
          휘한, . 화 "티플 " . ( , ? , .) . (화 " 트" .) ""행 , ""행 , . (""행 ) ""행 .
          '' .''
         , " ..", " .." . , ?
          ''" " . . --''
          ( ) , ? , (학 ) ? , , , , . --
          '' " ", . , 형태 , , , . 형태 . --''
         --
         [""], ["토"]
  • Linux/디렉토리용도 . . . . 3260 matches
         = =
          .
         ''( )''
          , CD
          .
          OS
         .
          Windows, ProgramFiles ㅠ.ㅠ
          . OS . -_-;
         ''( 통해
          . 한 2 -_-;)''
         draft 함. ( .. )
         ps. .
         ) Running Linux/, , , Oreilly
         '' 포판
          . ''
         = =
          해하 해해 . 파티 /(트) 통해 통해 . 파티 트해 파티 팅하 .
          *
          *
  • 새싹교실/2012/설명회 . . . . 3258 matches
          * '''?''' 3 8 6 ~ 7 30
          * '''?''' (207) 336 .
          * : 54.
          * 한 헌 : 20
         == ==
          1.
          * ''...''
          1. [] ' '
          1. []
          1.
          1.
         == ==
          * ' ' ;;;;; . 히 해 . 학 + . . . - []
          * .
          * (?) . . 2 편했 ...
          * 2 - []
          * . . 행한 , 크해 , 행하 . ㅜㅜ
          * .
          * ... 황하 ㅡㅡ; 하 ... ...................... ㅜㅜ
          * (?) . 한 . .
  • AcceleratedC++/Chapter10 . . . . 3247 matches
          vector, string STL 통해 .
          .
         '''low-level''' STL , 하 .
         (array) vector vector .
         포(pointer) , , .
          === 10.1.1 포 ===
          || 포(pointer) || ||
          || (address operator) || . ||
          || (dereference operator) || 포 p . ||
          0. 흔 '''(null pointer)''' .
          포 type-name * .
          {{{~cpp int *p; // *p int .
         int* p; // p int* . C * 2 .
          ''' '''
          {{{~cpp int* p, q; // p int* , q int 형 .
          ''''''
          === 10.1.2 함 한 포 ===
          ''' . C, C++ 테크 ?'''
          6.2.2 .
          함 , 행하 .
  • MIT박사가한국의공대생들에게쓴편지 . . . . 3241 matches
          'MIT ' , 'MIT ' , , ..., ? . :-)
         http://www.allblog.net/GoPage/goPageFrame.aspx?http%3a%2f%2focomet.jaram.org%2ftt%2findex.php%3fpl%3d158 .
          6 MIT . 1 . 80% . 한 .
         히 한 . . 환하 . 한 . cheating . ( .)
          1 . research research . . 한 한테 . .
         태 . . . , . . ? ? ? . 하 .
          ( ) . , . 하 파헤 . 하학 . . 한테 . . . . .
          . . MIT . 학 . .
          . , . , 투 . . . . . .
          . , , , , . . 한 , . 한 학, , , , 20 .
          . . , , 해 , . automaton ( 형 - 태 ) 행하 , , , .
          . 해 하 . MIT 1 . ? . .
         DeleteMe) ㅋㅋ - [eternalbleu]
         see NoSmok:학 NoSmok:
         []
  • 정모 . . . . 3226 matches
         ZeroPage .
          * : (2022 1학 ) 6
          *
          * on/offline
          * , 회
          * : 회, , MT획,
          *
          * ,
          * Study Project
          * Study Project
          * .
         == () ==
          * 한 토
          * ([OMS])
          * [/]
          * ,
          *
         == ==
         |||||||||||| '''2023''' ||
         |||| '''''' ||'''OMS'''|||||||| '''OMS''' ||
  • XMLStudy_2002/Start . . . . 3218 matches
         XML .
         == XML ==
         === XML ===
          *XML
          1 Invalid Documents : XML ,DTD DTD
          2 Well-Formed Documents : DTD ,XML
          3 Valid Documents : XML DTD
          * 3 Invalid Documents XML . XML 파 .
          * 2 XML DTD XML Well-Formed .
          * 3 DTD .
         === XML ===
          1 .
          2 한 태 .(태 (orverlapped) .)
          3 .
         === XML ===
          step1. DTD
          step2. DTD 할 DTD
          step3. Well-formed Valid한 XML
          step4. 파
          step5.
  • 조현태/놀이/지뢰파인더 . . . . 3217 matches
         == [태//] ==
          === ===
          .(SeeAlso MineFinder)
          ..( .)
          . ..
          === ===
          , , .
          편한 .
          택했.
          .
          === ===
          .. , 4 '' ..
          4 ..;;;;
          ..~.~ ...
          ..;;
          ..^^ .^^
          ..ㅠ.ㅜ ..^^;;
          클 .^^;;;
          ..ㅎㅎㅎㅎ !!^^;; - [태]
          .^^ 2 .
  • SystemEngineeringTeam/TrainingCourse . . . . 3213 matches
          * [] - bluemir.me
          * . bluemir .org .net .me .com . .org .net .me . 한 .com .
          * . 편한 [http://www.dotname.co.kr/ ] . . [http://www.hosting.kr/ hosting.kr] AcitveX .
          * [] - jkim.me
          * jereneal.me . jkim jereneal kim , (tae) jin kim . .com .
          * (호팅kr, ) 팅 kr .
          * [혜] - rabierre.me
          * [http://ko.wikipedia.org/wiki/%EA%B5%AD%EA%B0%80_%EC%BD%94%EB%93%9C_%EC%B5%9C%EC%83%81%EC%9C%84_%EB%8F%84%EB%A9%94%EC%9D%B8 ] .com, .net, .org, .re, .me
          * 5? , . 5 . [http://www.5055.co.kr/pds/spboard/board.cgi?id=establishment&page=16&action=view&number=34.cgi&img=no .] .
          * 5 ? -- simple 5 .
          * stylesha.re (rabier.re) .re . .re ccTLD. AFNIX . AFNIX [http://ko.wikipedia.org/wiki/.re ..]
          * stylesha.re ?
          * .re .. rabier.re .
          * .me " 합하. 히 resume, blogs " 히 resume...
          * [http://www.goDaddy.com] . (확히 크) .
          * 1 99 whois ..
          * whois . .. - []
          * ㅋㅋㅋㅋㅋ - [혜]
          * [ & ] - s2org.com
          * .com .
  • ACM_ICPC/2012년스터디 . . . . 3212 matches
         = 표 =
          * , , : ( 10 )
         = =
          * , , . (Programming Challenges 홈페 )
         == ==
          * - 화, 1 30.
          * - 6 PC
          * - , .
         == 학 ==
          * - 9.
          * - 6 PC
          * - , .
         = =
         == 8 9 ==
         === ===
          * : [], [], [], [], [], []
          * 한 회
          * [www.dovelet.com ]
          *
          * /koi_aio: [http://211.228.163.31/pool/koi_aio/koi_aio.php?pname=koi_aio] ( Vol1 koi_aio)
  • OurMajorLangIsCAndCPlusPlus/errno.h . . . . 3206 matches
         :
         || extern int errno || ||
         || return || || ||
         ||1||int EPERM||허 ; 파 ( ) 행할 .||
         ||2||int ENOENT||한 파 : 한 파 "파 " .||
         ||3||int ESRCH|| ID .||
         ||4||int EINTR||; . .||
         ||5||int EIO|| ; .||
         ||6||int ENXIO|| . . , . ||
         ||7||int E2BIG|| ;행함 .||
         ||8||int ENOEXEC||효하 행파.||
         ||9||int EBADF|| ; , ( )||
         ||10||int ECHILD|| (child process) . .||
         ||11||int EAGAIN|| .; . EAGAIN .||
         ||12||int ENOMEM|| . .||
         ||13||int EACCES||허 ;파 .||
         ||14||int EFAULT|| ; 효하 .||
         ||16||int EBUSY|| ; , : .||
         ||17||int EEXIST||파 : 한 파 .||
         ||18||int EXDEV||파 . , rename .||
  • 새싹교실/2011/무전취식/레벨2 . . . . 3197 matches
         * : 2011/3/29 5~ 7
         * : 06
         * : 11
          : . Toeic험. L/C
         860 . Toeic
         7 2 . . . 3. . . 6 9 . . .
          : . -Why ? . . : . . . . 3 ㅠㅠ. . . . . - All - . NXT ㅋㅋㅋ
          . / 8 4 4 . 4 함. ㅋㅋㅋ ㅠㅠㅠㅠㅠㅠㅠ ! MT ㅠㅠ : . MT !!!
         태 : . MT . . 11 . . : MT. . .
          : . 함. 6 10. . MT . 2~~~ 2 ㅋㅋ 'ㅅ'//// 06 . 한, , , 11 ㅋㅋㅋㅋㅋ 06 ㅋㅋㅋ ㅠㅠ 6 한 30 . . 2. 2 . ㅋㅋ. . ㅠㅠ
          : MT. ㅠㅠ ㅋㅋㅋㅋㅋㅋㅋㅋ MT 함=ㅂ= . ㅋㅋㅋㅋㅋ 2. 'ㅅ'// . . . (하). 1. ㅋㅋㅋㅋㅋ 한테 . 포. ㅋㅋ . . 학 . 학하~~~~~~
          == ==
          * printf() scanf()함 . %c %d %l %f %%.
          * 한 Array. . int {{{a[10];}}}
          * Memory .
          * ! 하. . . & .
          * ? 16. 16 ? 1~15. ? 1~F.
          * unsinged int int ? 표 ?
          * 0 1 .
          * ; .
  • Gof/Composite . . . . 3165 matches
         - . Composite .
          . 화할 , 화 할 . Text Line 한 클 , .
         하, . , 한 클 . . CompositePattern , 클 .
         CompositePattern . Graphic class . Graphic Draw 화하 . 한 Graphic Graphic (tree parent-child ) composite .
         Line, Rectangle, Text ( class diagram ) . 한 클 형, 텍 'Draw' operation . , .
         Picture 클 Graphic 한 포함 . Picture Picture children Draw Draw . Picture child . Picture Graphic , Picture Pricture 합할 .
          Graphic composite .
          CompositePattern .
          * -
          * 클 . Composite , 클 composite .
          Composite .
          * composition .
          * .
          * .
          * (optional) , .
          * composition leaf . leaf children .
          * composition .
          * children 한 행 .
          * .
          * Component .
  • 서지혜 . . . . 3158 matches
         == 혜 (07) ==
          ............................ㅠㅠ
         -- .--
          * ㅠㅠ
          [http://rabierre.wordpress.com ]
         == 표 ==
          * '''" " "" '''
          * , .. -[]
          * ? ! - [혜]
          * super super programmer - Guru .
          * dead line,
          * .
          * 2011
          * "" .
          * 2012
          * '하' '하'
          * ~~small task, ~~
          * ~~4 ~~
          * '''2013'''
          * 활한 . .
  • 프로그래밍잔치/둘째날후기 . . . . 3145 matches
          . . . (ThreeFs)
          * 행 : ["/"]
          * : ["/Successor"], ["/ErrorMessage"]
         === ===
          . , . IP. 하 , / -_-;
          . .
          * Communication , . . ( )
          * 허 (^^;)
          * .
          * .
          * ;
          * 통합 .
          * .
          * 해 표 .
          * .
          1002 .
          * / 클트 2
          * 크 / Logic / 클크 / 클트 Logic 3, 4
          * 크 / Logic / 클크 / 클트 Logic / 클트 UI 5-6
         , , 통합 .
  • SeminarHowToProgramIt . . . . 3135 matches
          How to Read a Book How to Solve it 2002 4 11 .
          ? ? ? ?
          * TestDrivenDevelopment --
          * Stepwise Refinement -- , (see also NoSmok:ProgrammingOnPurpose )
          * ["Refactoring"] --
          * DesignPatterns -- [""]
          * Coding Style -- esp. How to Name it ( 학. "子曰 必正名...名不正則不順 不順則事不成" <> 편)
         '' -- -- , TDD PP, DP(RF) . , 토 . 할 . "" " "하 험해 .''
          , .
          /토 , . 20 . ("Tell me and I forget, teach me, and I may remember, involve me and I learn." -- Benjamin Franklin)
         협 함 -- .
         --
         === ===
          * : () '''7 PC''' (4744)
          * () :'''4 11 7 30~9 30''' (토 9 30 10 )
          * : , , //
          * 통편 : 212, 21 . 7호 ( 20 )
         === (pun intended) ===
         ''''''
          * 7:00-7:30 , 환 , 택, xUnit(or assert) /
  • 새싹교실/2011/무전취식/레벨7 . . . . 3121 matches
         * : 2011/5/12 5~ 8
         * : 06
         * : 11
         == ==
         Array .
         stack call .
          : . 함. 300. 3 3. 240 . 함. . . . . 트 3 1 . 3 Mile Stone . . prezi . . .
          : . 12 'ㅅ' . . . . . .
          3 1. 함 ㅠㅠ 2. 'ㅅ' ㅋㅋㅋ
          . 1:1 함. 함. 1:1 . ㅋㅋㅋ . . ㅠㅠ .
         해 ㅋㅋㅋㅋ : .
          : , . . 12 5 9 . . ㅋㅋㅋㅋ Wii 함. 한테 ㅠㅠ . ㅋㅋㅋ ㅋㅋㅋ . . 한 4 ㅠㅠ 3 10 ㅋㅋㅋ . . ㅋㅋ. ㅠㅠ . 함. . 패함.
         태 : 한테 . . . C 1함 .
         == ==
         p = ;
         *p => .
          * . 2. int a and !!!
          * Call-By-Value : .
          * Call-By-Reference : C .
         == ==
  • 고한종 . . . . 3109 matches
         1992
          11학
          21
          흥하 .
         
         > 학 11학 .
         > JavaScript .
         >Python, Java .
         > .
         >호하
         >MySql, hapi.js, React, Node, Socket.io .
         >Mongo, Redis .
         > CI/Automation deploy .
         = 표 =
         하
         히 해 ,
         하
          .
          .
         = 하, =
  • ZP&JARAM세미나 . . . . 3097 matches
         == 학회 ==
          * [ZeroPage], [http://jaram.org/ ], ICPC
         == 행 ==
         || 7 || ||
         || 7 30 || [한] - 통합 ||
         || 8 20 || [] - network snipping, spooping ||
         || 9 || 2 ||
         || 9 20 || OST ||
         || 10 20 || OST ||
         || 10 50 || [] 회 ||
         == ==
          * 한 - 통합
          * - network snipping, spooping
         == OST토회( ) ==
          *
          *
          *
         == ==
          ZP 02학 . . .
          OST ~ . ^^
  • Java Study2003/첫번째과제/곽세환 . . . . 3089 matches
          *
         (Simple):
          C/C++ , C/C++ , 포, 포 , , (overloading) 해하 해한 .
         (Object-Oriented):
          C++ , 화(Abstraction), (Inheritance), (Polymorphism) . 한, , 클트/ .
          (Reliability) :
          , 행함 . 한, C/C++ , , 포 .
         (Security) :
          . , . .
         키텍 (Architecture-neutral) (Portable) :
          (Heterogeneous) 크 환 . 한 하 키텍 . 키텍 . . 한, . , int 형 , . C int 형 , 16트, 95/98/NT 32 32트, 32 , 32 . .
          (High-performance) :
          - . (garbage collector) , . 한, 행하 .
         (Interpreter) :
          형태 , , (porting) 행할 .
          (Multi-thread) :
          . , . API 한 Thread 클 , .
          *
          , ( 95/98/NT, , 킨토 ) .
         
  • ZeroPageHistory . . . . 3064 matches
          [[ZeroPage/ZP]] .
         = 활혁 =
         == 91 ==
         ||1학 ||ZeroPage , 1. (C language, Utility, Advanced DOS ) ||
         ||학 ||Advanced C Pascal , DataBase Program ||
         ||2학 || . 1회 ZeroPage S/W (9품) ||
         ||학 ||Data Structure, C . ||
          * /트 항
          * 1학
          *
          * 2학
          *
         == 92 ==
         ||1학 ||2. 1학 , . 2학 (C++, Graphics, OS, System-Programming, 한 ). . ||
         ||학 ||Computer Architecture, Assembly, Pascal /. (15 9- 5 , ) ||
         ||2학 ||||
         ||학 ||C++ for windows, X windows Programming, Object Oriented Analysis & Design Project 행 ||
          * /트 항
          * 1학
          *
  • ZeroPage성년식/회의 . . . . 3059 matches
         = 10 12 =
          * : [],[],[혜],[],[],[],[],[]
         == ==
          * 11 행하
          * /토
          * . 토.
         == ==
         || || || ||
         || 207-101 || . () 회 || . . ||
         || || . ? . || . ||
          *
         == ==
          * : 3표
          * 2011 ZeroPage 활
          * ZeroPage
          * ZeroPage 20
          * 학회
          * ZeroPage : 2표
          *
          * +
  • 상협/Diary/7월 . . . . 3056 matches
         = 7 =
          * . . . , . .
          * () . ㅡㅡ;;
         = =
         == 7 13 ==
          * .. ㅡㅡ;; ..
         || 할 || || 크 || ||
         || API || 6,7 || 100% || - ||
         || POSA || blackboard pattern || 60% || .. ㅡㅡ;; ||
         || 3D || 1. || 100% || - ||
         || [""] || || 30% || ||
         || || 3 || 100% || - ||
         == 7 14 ==
          * POSA . , 흥 ..
          * .~
         || 할 || || 크 || ||
         || API || 8,9 || 100% || - ||
         || POSA || blackboard pattern || 30% || - .. ㅡㅡ;; ..||
         || 3D || 2.3 픽 + 3. (3.3.1) || 70%(2 + 3.1.1) || .. ㅡㅡ;; ||
         || || 4 || 0% || . ||
  • 데블스캠프2009/월요일후기 . . . . 3052 matches
         = 2009/ =
          * ^^
         == HTML/CSS - 한 ==
          * [] - HTML, CSS . 표 . ;;
          * '''''' - .
          * '''호''' - html img src CSS firebug . .
          * '''''' - html , . html .
          * '''''' - fire bug .
         == Scratch - ==
          * [] - . Easy, Enjoy . () (Easy) (Enjoy) . 1학 " . . ? ." , ? . .
          * [] - Scratch , . . , .. ㅋㅋ Scratch ;
          * '''''' - 09학 1학 . , . . . .
          * '''''' - c , . , .
          * '''호''' - . C .
         == svn & - ==
          * '''''' - svn . nforge svn . 하 . . .
          * '''''' - , 페 . 한테 ;;....., , , . ... ㅇㅁㅇ..<<?! ... ...
          * [] - 06 svn svn... ? nForge 트 하 .. .. Zeropage ;; .. . 한 4~5 .. SVN 통해 . 히 해 ! 한 학 , .. printf() ! . .. . DBMS ... . 포트2 .
          * [] - svn . tortoise SVN , nForge, notifier, websvn 휘한. , 1학 . , . ㅋㅋ .
          * '''호''' - svn 플할 . .
  • 자유로부터의도피 . . . . 3050 matches
         = =
          * -
          * 한 해 . -
         = =
         == ==
          * .
          * , .
          * 회 .
          * .
          * . 히 해 .
          * .
          * , , 향, , ->
          * .
          * : . 확하 . . .. !, 1학 . .. , 확하 확하 . . (, , ) 편( 형, 파) , . , . , . . , 히 흥. 흔하 . . .
         === ===
          * . ..
          * . . 통하 . . , .. 확 .
          * , . . [] . 히 환호할 ... .
          * . 하 , , .
          * . . - - , - .
  • 정모/2011.7.18 . . . . 3038 matches
          * : [], [혜], [], [], [], [], [], [], []
          * : []
          * : OMS - - (..)
          * : []
         == 트/ ==
          * [Spring/탐험]
          *
          * [DesignPatterns/2011]
          * [wiki:JosephYoder] .
          * 파 표.
          * 표하 .
          * [2011]
          * .
          * .
          * [JavaScript/2011]
          * URL-Hunter .
          * or 팩토
          *
          * 토 projecteuler.net .
          * [ACM_ICPC/2011]
  • EightQueenProblem2Discussion . . . . 3005 matches
         EightQueenProblem2 패하 ThreeFs , 토
          , , , ? 패했 ?
          통해 ? ? . , . .
          , ? " " ? (see also EightQueenProblemSecondTry)? ? "한" ? "" ? ? 해할 ? ? ? ? --
          StepwiseRefinement .
          통해 (BackTracking) 택해 .('' . ? AI ... ? -- Foundations of Algorithms Using C++ Pseudocode, Second Edition . ISBN:0763706205 --'') BruteForce . EightQueenProblem 황했 . . --
          . (1 ,, . 2, . 3 ->-> . 4 8
          .) 0,0 . . . . 하 ( ) . 8*8 . . define해 . 하 . . c++ c++ . . --
          .. BackTracking . 하 . () . ^^-
          '' (invent)해 . BackTracking . , BackTracking .''
          . 패 ( EightQueenProblemDiscussion) . . 8*8 . .. .. / ( .. 30 .) ...... . ㅡ.ㅡ;; .. --
          . (, ..)
         BackTracking , . (8 한 Tree) BackTracking . ( . . --;) --
         하..하하.. BackTracking.. ? .. .. ㅡㅡa --호[[BR]][[BR]]
          10*10 .( ..) 1~8 Queen . 8 Other . Queen 8 .. --
          , .
          패 했 해 1 .
          (한) .
          ''Foundations of Algorithms Using C++ Pseudocode'' . EightQueenProblem 통해 . . " " ... "해" , ICPC(ACM 회) . --
         .. .
  • 새싹교실/2011/Pixar/3월 . . . . 3002 matches
         = 3 16 =
          * 6 6 .
          * IceBreaking : .
          * .
          * 함 .
          * , 하 , 행학 , C .
          * .
         = 3 23 =
          * 6 5 .
          * IceBreaking : .
          * Keywords : , , printf 함, main 함, #include, assert 함, ,
          *
         == ==
         === ===
          * 0 1 화할 . 해하 .
          * . 해할 .
         === Hello world! ===
          * main 함 . main 함 .
          * ; .
          * printf 함 .
  • EightQueenProblemSecondTryDiscussion . . . . 2994 matches
          . (한 5 ) 통 한 테 5 .
         .. 히 테 Queen . . . .. EightQueenProblem 한 하 TDD . (, . --;)
          * 하 - , . , .. Queen .
          '' OAOO . (duplication) 팩토 . .''
         === ===
         === ===
         --
         EightQueenProblemDiscussion , '''OOP ''' , , . OOP .
         , . EightQueenProblem , .. ' ' , , , output format 택하.
         ["EightQueenProblem/2"]
         --
          class 키 (procedural programming) . . God Class Problem. AOP(Action-Oriented Programming -- Procedural Programming ) . 해(functional decomposition) . Wirfs-Brock (Intelligence) OOD . NQueen "Manager" "Main''''''Controller" (responsibility) -- Meyer (A class has a single responsibility: it does it all, does it well, and does it only ) , , . (Coad "In OO, a class's statement of responsibility (a 25-word or less statement) is the key to the class. It shouldn't have many 'and's and almost no 'or's.". .) 한 , Queen Board 트 하 . Queen Queen . " ?" --
          '' . . 합해, ''NQueen 형태 n-Queens problem , n * n 크 '' '' .'' ?( '''한 한 ... ''' .) , '''Queen Queen . " ?"''' . --''
          , Board Queen , , Queen Queen -- . Queen Queen . " (attackable )?", OOP . OOP , 형태 .
          . OOP . , . "", . . 크하 . . ' ' , tightly하 .
         ["EightQueenProblem/3"]
         --
         .. , 트하 . Singleton Queen . (Queen , Queen (?) . ^^;) OO . --
          .
         OO 패 ( + ) . . " " " " , , (automagically) " !" , OOP.
  • Linux/배포판 . . . . 2992 matches
         = ? =
          . ... -.-;; .
         , . ? . '''kernel''' . kernel ... . Mach, BSD, Darwin, Hurd . ( Mach . 한 평 . ..) OS패키 포판 .
         ) CD Linux LiveCD 형태 .Knoppix, UbuntuLiveCD 포하 .
         = ? =
          포판 패키 . 패키 패키 포판 포판 포판. 포판 포판 .
         ''패키 ?
          . 패키 형태 , 통 . ( .. -_-;) , 패키 .''
         == ==
          포판 패키 RPM(Redhat Package Manager) . RPM 패키 한 패키 . ''( .)'' 한 패키 편하 패키 . . . 포판 , 통해 . 패키 CD 통합 , 패키 패키. (050626 4 4+1CD) 페 , 패키 . 페 통해 OS 표한. ''ps) ? 패키 . 패키 .''
         포판) [http://centos.org CentOS], [http://fedoraproject.org FedoraLinux], [http://annyung.oops.org/ ] 포판] [http://annyung.oops.org/ ] [http://annyung.oops.org/ ] [http://annyung.oops.org/ ]
         GNU 포판. GNU/Debian Linux . , . 패키 dselect , aptitude . ''( 호환 .)'' . . ''(01 Woody 05 Sarge . 2.)'' Stable, Testing, Unstable, Experimental 패키 . Unstable 패키 패키 포함 . , Testing, Unstable . (www.kldp.org Sarge-stable .) 패키 . 패키 . . 통해 톨하 base-system . 포판 CD1 . (net-install 100MB ) 한 패키 포판 . 크탑 OS , CD .
          포판) [http://www.ubuntulinux.org UbuntuLinux], [http://www.knoppix.org/ KnoppixLiveLinux], [http://www.userlinux.com/ UserLinux]
          포판 CPU 형태 . 포판 패키 . Portage . ''( emerge, ebuild, USE gentoo .)'' Gentoo BSD 포트 한 패키 . ''( CPU )'' Gentoo , . . (Project ) . .
         한 . 햇(페) CD형태 패키 형태 .
         = =
          포판 택하 . 패키 , 패키 홈페 . 한 패키 한테 편하 해하 편하 . 2005 [http://www.ubuntulinux.org/ Ubuntu] [http://www.debian.org Debian] . 한 패키 크탑 . 포판 . 2 ... 한 . . 포판 , . .
         == ==
          stable. -_-;;;
          -_-;;; - [호]
  • 정모/2003.1.15 . . . . 2991 matches
         = & =
          : 2003 1 15
          : 4452
         = =
         || 02 || , , , ||
         || 01 || , , 호 ||
         || 00 || 훈 ||
         = 회 =
         1.
         2.
         3. RT MT
         4. zeropage
         = =
         === 트 ===
          함. ( OK 하 .)
          5.
          01학 .
          ( 5 .)
         |||| ||
         ||||, ||
  • UbuntuLinux . . . . 2982 matches
         [[include(:OperatingSystems)]]
          크 하 , 2000 .
          파티 . 파티 . 포판 .
          . ( ) . DHCP . .
          . . 행하 편하. :) 파 ....gcc . .
          . . . ( , )
         한 . . . .
          . 키 . . 한 투 홈페 , '''' . . .
         하 히 한/ . 키(shift+space) 편하. 하 .
         홈 . 2000 NAT . .
          . ? NAT .
          . [https://wiki.ubuntu.com/ShareInternetConnection]
         [https://wiki.ubuntu.com/ThinClientHowtoNAT] !
         하 . , 행하 . .
         30 .
          행하 . ~
          2000 팅하. .
          .
          grub . GNU 탐험하 . . grub 팅하 .
          ( .) . . 태 파티 ( .;; 하 .;;;) .
  • 이영호/잡다 . . . . 2975 matches
          5.
          .
          . (mass) ?! Energy .
          . .
         : mass . Energy .
          ( . 해한.) . .( ) 하 1km . , 3. . . 하 . . .
          ? ?
          .
         1. (: 험) 1kg 273K(0 ) (Fe) ( ) . 확히 1kg .
         2. Fe 2273K .(2000 ) .
         3. . 1kg .( !)
         Q=cmt E=mc^2 . .
         Q. ? ( .)
         Q. ? ?(/ 2 .)
         A. .
         A. ( ), 히 .
         히 할( 할) .
          .
         // .//
          . 0 .
  • 새싹교실/2011/무전취식/레벨3 . . . . 2970 matches
         * : 2011/4/5 5~ 6
         * : 06
         * : 11
          : 5 . MT 2 . . . . . . . . . . .
          : . . . . ' . 100 '. . . ㅊㅋㅊㅋㅊㅋㅊㅋㅊㅋㅊㅋㅊㅋㅊㅋㅊㅋㅊㅋㅊㅋㅊ . 토 화 ' '. . ㅠㅠ 토 . !!!! 함. . . ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ
          : ㅠ.ㅠ . 한테 해함 . 토 ㅠ.ㅠ ' ' . .( 1 ) 5 . 통 ㅠㅠ ~~~! ㅠ.ㅠ ?? . . ? . @_@ . @_@_@///
          : . 파. ( ) ~~~~~~. ! 회! ~~~!!!!! ~~! . . ( : ㅠㅠ ) . MT. . ' ','키크'( - > ). MT . . . . ㅠㅠ 2 . 1 =ㅂ=. ㅠㅠ. . 평 ' ' 파트 함. .
         태 : MT 한테 함. ㅠ.ㅠ . ㅠㅠ .
          : 4 . MT 핑해 () 토 하 =ㅂ= . . 600G ㅠㅠ ( : 1TB)
          == ==
          * !
          * printf() scanf()함 . %c %d %l %f %%.
          * 한 Array. . int {{{a[10];}}}
          * Memory .
          * ! 하. . . & .
          * ? 16. 16 ? 1~15. ? 1~F.
          * unsinged int int ? 표 ? WHY??? .
          * 0 1 .
          * ; .
          * . .( if,switch{case},while(){},do~while();,for( ; ; ) )
  • ZeroPageServer/Mirroring . . . . 2941 matches
          tar , cpio, dump, dd .
          , (Mirroring) ......
         # 1. (Mirroring)
          FTP
          .
          .
          (Mirroring)
          화(server syncronization).
         
          항 .
          템
          할 .
         # 2. (rsync)
          화하 rsync .
          rsync ,
          .
          한 SSH rsync
          .
         # 3. rsync
          9 rsync RPM 패키 히 RPM 패키
  • Gof/Command . . . . 2925 matches
         request request , request queue하 , undo .
          request request . user interface tookit button menu 포함한. 하, toolkit , toolkit button menu . toolkit request request 할 operations .
         Command Pattern request 화함 toolkit 한 request . pass around . pattern key 행할 Command class . 한 형태 Execute operation 포함한. Command subclass request 한 receiver instance request invoke하 한 Execute operation receiver-action . The receiver has the knowledge required to carry out the request.
         Menu Command Object . Menu MenuItem 클 . Application 클 . Application 클 Document track .
          Command subclass MenuItem . MenuItem 택했 MenuItem Execute oeration, Execute 행한. MenuItem 할 Command subclass . Command subclass request 한 receiver , receiver invoke한.
          PasteCommand clipboard text Document . PasteCommand receiver 화할 Docuemnt. Execute receiver Document Paste operation invoke 한.
         OpenCommand Execute operation . OpenCommand , Document , 해 (MDI ) .
          MenuItem . MenuItem CenterDocumentCommand NormalSizeCommand . , 행하 한 MenuItem 해 MacroCommand . MacroCommand sequence 행하 Command subclass . MacroCommand MacroCommand command receiver receiver .
         , Command pattern invoke하 행하 . . menu push button Command subclass menu push button . command , context-sensitive menu . 합함 command scripting . request issue하 issue화 하 . request request .
          CommandPattern .
          * MenuItem 행하 action . procedural language callback 함 . Command callback함 .
          * request 화하 queue하 행하 . Command request lifetime . request receiver () request 한 Command .
          * undo . Command Execute operation Command 한 state . Command Execute 한 Unexecute operation . command history list . history list Unexecute Execute undo redo .
          * logging change . logging change 해 해 command . Command load store operation change log . crash logged command Execute operation 행하 .
          * 한 하 . transaction 편화 . transaction 화한. CommandPattern transaction . Command , transaction invoke할 . CommandPattern transaction .
          - 행할 operation .
          - Receiver action .
          - ConcreteCommand receiver .
          - command request 행하 .
          - 할 request 행해 . 한 클 Receiver.
  • 데블스캠프2010/회의록 . . . . 2918 matches
         2010 06 26 Ending .
          . - ..[호]
          * , 회 .
         = (2010.06.22) =
         == ( : []) ==
          * & : 27
          * : 7
          * or
          * .
          * : 7/7
         == ( : []) ==
          * & : 37
          * : 9
          * or
          * ppt .
          * : 8/9
         == RUR-PLE ( : []) ==
          * & : 38
          * : 9
          * or
  • Eclipse . . . . 2912 matches
         ["Eclipse"] 통합 (IDE) 한 플 표하 . [http://www.eclipse.org/projects/index.html ]
         OTI , IBM , 1000 multi-platform open project화 .
         [[BR]]( , Project Management Commitee Subproject Leads OTI . Visual Age OTI .)
          * Erich Gamma (DesignPatterns ) .
         === ===
          * 2006 5 - eclipse 3.2 RC5 [http://zeropage.org/~rhasya/eclipse3.2RC5.zip Win32, PyDev, SubClipse포함]
          * 2005 6 - eclipse 3.1 RC2 ( [http://zeropage.org/pub/eclipse/eclipse-SDK-3.1RC2-win32.zip zp (win32)])
         === 트 ===
          * [http://www.eclipse.org/downloads/index.php ]
          * [http://eclipse-plugins.2y.net/eclipse/plugins.jsp 플 트]
          * [http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-ui-home/accessibility/keys.html Eclipse ] [http://eclipse-tools.sourceforge.net/shortcuts.html Eclipse Keyboard Shortcuts]
          * [http://dev.eclipse.org:8080/help 2.0 ]
          * http://www.jlab.net - JLab. Java, Eclipse.
          * http://www.eclipseuml.com/ UML
         === ===
         === Eclipse CVS ===
         Eclipse CVS 클 .[[BR]]
         Eclipse CVS .
          1. Menu -> Window -> Open Perspective -> CVS Repositary ( Other)
          1. CVS Repositary View Mouse R Popup
  • 정모/2003.3.5 . . . . 2888 matches
         2003.3.5
         === ===
          * : 2003.3.5 5 4412
          *
          || 00 || 택 ||
          || 01 || , , 호, ||
          || 02 || , , k훈, , ||
         == ==
          * 03 한 토
         === ===
          *
          1.
          - : 학회 . - ,
          *
          *
          1. - ( 호) 포함해
          *
         === ===
          * - 02
          * (ZeroWikian) .
  • ZPBoard/AuthenticationBySession . . . . 2866 matches
         Session .
         === 회 ? ===
         회 통해 회, 확 .
         === Session ===
         Session Cookie , . Session Cookie HTTP .
         '''HTTP ''' stateless . connectionless . , 통해 . 클 ( , ) , . '''''' HTTP , .
         ''''''
         클 Cookie Session . Cookie , Session , 흔히 '''' ''키'' () , 클 , 효한 효한 ().
          , .
         === Session ===
          '''''', '''''' '''''' . 통해 클트(ie. ) '''''' , .
         , 3 46 .
          i. . ? , . .
          i. ' 3 45 ' .
          i. 통해 1 '''효'''한 . .
          i. . . 5 , . 해 '''효''' , .
          . ?
         ''' '''
         Q. ?
         A. maybe or maybe not. , , , . 해 통해 , . HTTP . ( , .)
  • AcceleratedC++/Chapter14 . . . . 2843 matches
         Student_info 클 . .
          2 합해 한 클 .
          , 포함하 .
          행해 .
          x y x y ?
          y x . y .
          .
         13 .
         13.3.1 Core Core . , 해 .
         ''' '''
         || * 포 . [[HTML(<BR/>)]] * 포 . (memory leak) [[HTML(<BR/>)]] * 포 , dangling pointer . [[HTML(<BR/>)]] * 포 화하 , 포 . ||
          2 .
         13.5 Student_info Core , , Core클 public .
          (handle)클 .
          === 14.1.1 (generic handle class) ===
          템플 .
          '''Handle 클 항'''
          || * Handle [[HTML(<BR/>)]] * Handle [[HTML(<BR/>)]] * Handle [[HTML(<BR/>)]] * Handle클 virtual . ||
          Handle 클 Handle Handle .
          Handle , Handle .
  • 데블스캠프2010/넷째날/후기 . . . . 2812 matches
         = DHTML(: ) =
          * . C . C 한 파 행하 - []
          * . , , . DHTML . ㅠ.ㅠ - []
          * C . 하 C . C , C . 통해 . . - []
          * . ...ㅇ>-< - []
          * ㅋㅋ javascript .
          * HTML , java script. sciprt . - []
         = C++ / C++0x(: ) =
          * . " " . AJAX ㅋㅋ include 한 , " " 하 . ㅋㅋ C++0x . && , C++ ... 하 . - []
          * 1. !
         2. 한텐 할? ? . !! C++0x ㅎㅎ + ... .... - []
          * C++0x . C .. T^T - []
          * auto형 vb varient (?) 했... ㅋㅋㅋㅋㅋ gcc 4.x c++0x ㅋㅋ - [혁]
          * C++0x C 해하 . .. .. ㅠㅠ - []
          * C++0x C++0x 해하 . - []
          * C++0x . . C++0x 1학한테 해하 . . -[]
          * 2 . - []
         = PHP(: ) =
          * PHP . - []
          * 황했 . - []
  • AcceleratedC++/Chapter6 . . . . 2809 matches
          * 5 , . . . , 하 , .
          * Chapter5 . ret bottom .
          * , ( ) . , 표 . .
          * . ? copy generic algorithm , back_inserter . .
          * Generic algorithm . 파 . ? . .
          * Postfix Prefix : i++ ++i . ++i i , i++ i .
          * (Iterator Adapters) . , 행하 . copy back_inserter ret copy 행한 . .
          * , end() .
          * ? .
          * 5 string , vector .(split) . .
          i = find_if(i, str.end(), not_space); //
          iter j = find_if(i, str.end(), space); //
          ret.push_back(string(i,j)); //
          * 훨 . 5 split find_if . .
          * find_if , . ~ . bool형 . predicater. find_if predicator .
          * isspace , ? isspace . 템플 . . isspace .
          * 5 string(i,j) , substr , substr .
          * end() . .
          * Palindrome .
          * . rbegin() . . equal함 bool true . 파 , iterator . iterator , . equal 함 .
  • 1thPCinCAUCSE . . . . 2803 matches
         1회 .
         === ===
          * : 2002 10 26 9:30 -- 12:30
          * : 7 PC
          * : 2-3 / PC 한
          * : C/C++ with Visual C++ 6.0
          * : . 2002 플( http://cs.kaist.ac.kr/~acmicpc/problem.html see also ["2002ACM"] )
          * 항:
          *
          * 휴폰,
          * , CD . .
          * :
          * 3 3 . (open book, closed internet)
          * .
          * 행파 .
          * ( 통 5-10) .
          * (: 10) .
          * error, error , .
          * , 한 penalty (10) .
          * .
  • 정모/2011.3.2 . . . . 2800 matches
          * : [], [], [], [], [], [호], [], [혜], [], [], [], [], [혜], [], [], [], []
         = 파티 =
          * ZeroPage 파티!!
          * .
         = 회 =
          * .
          * 투표 .
         = Angels Camp =
          * 3 20 12 .
         = 회 =
         = =
         = =
         = =
          * 3 3 6 2(208) 310 행.
          *
         || || ||
         || ZeroPage || [] ||
         || || [하] ||
         || || [] ||
         || OST || ||
  • 타도코코아CppStudy/객체지향발표 . . . . 2797 matches
         = =
          * [희]
         = ? =
         == ==
          * =
          , 히 탈 .
          * = + 행
         === ===
          * Identity() - , .
          * Classification() - 한 클(class) .
          (instance) .
          (operation) , 한 행 .( (attribute) . .)
          * Polymorphism() - 행하 .
          '(move)' '' , '' .
          * Inheritance() - (hierarchy) .
          , (subclass) . , (super class) .
         == ==
          * .
          * .
          -- black box : .
  • 타도코코아CppStudy/0724/선희발표_객체지향 . . . . 2783 matches
         = ? =
         == ==
          * =
          , 히 탈 .
          * = + 행
         === ===
          * Identity() - , .
          * Classification() - 한 클(class) .
          (instance) .
          (operation) , 한 행 .( (attribute) . .)
          * Polymorphism() - 행하 .
          '(move)' '' , '' .
          * Inheritance() - (hierarchy) .
          , (subclass) . , (super class) .
         == ==
          * .
          * .
          -- black box : .
         === ===
         || ''' ''' || '''''' ||
  • 한자공/시즌1 . . . . 2782 matches
         = =
         == ==
          * 2013
          * / 4 ~ 6
          * 5 PC
         == ==
          * [], [형], [], [], [훈], [], [], [], (트) []
         == ==
          * [https://github.com/ZeroPage/zp13-javastudy github] .
          * ~~ ~~
         = 행 =
         == 7 2 ==
         === ===
          * [], [], [훈], [], [], []
         == 7 3 ==
         === ===
          * [], [], [훈], [], []
         == 7 9 ==
         === ===
          * [], [], [], [훈], [], []
  • DataCommunicationSummaryProject/Chapter9 . . . . 2778 matches
          * cellular networks cell , Short-Range Wireless Networks ,Ultra Wide Banded ,.pbx pirvate networks.
          * cellular networks ,short-range mobile systems . , , . Cordless phones , . 한roaming . laptop PDA .
          * 2000 wireless LANs .IEEE802.11b . , . .
          * .4 .roaming하 3 Bluetooth .
          * ( ) , . . ? .
          * ISM(Industrail,Scientific, and Medical) . . .
          * ISM 2.4 . . 펙트 . 하 11Mbps .
          * License-Free Radio 통.() .
          * Light .() . ( ) . .
          * 2000 .
          * , , , 표, . 하
          * IEEE(),ETSI()
          * 802.11b . . 11Mbps .
          * 802.a,ETSI Hyperlan2. 54Mbps .
          * IEEE 802.11b Wi-Fi . IEEE 802.11b . Wireless Fidelity(통 . " a high ~ receiver (cf. HI-FI) ") . WECA(the Wireless Ethernet Compatiility Alliance) .
          * CCK(Complementary Code Keying) DSSS 2.4GHZ . 호환 . MAC하 CSMA/CA( A avoidance ) half-duples.shared. 11Mbps . 1-2Mbps .하 . .
          * 1992 . GSM .5-GHz .
          * HiperLan2 802.11a . .( , ETSI ) TDMA . . (802.11a)한테 .
          * 홈테트 .
          * 1Mbps 10Mbps (FHSS FCC )
  • 후각발달특별세미나 . . . . 2774 matches
         === ===
          . .
         : 5 2 6 ~ 8.
         : .
         Upload:0503_RefactoringSeminar.hwp - .
         Upload:0503_RefactoringSeminarSrc.zip - .
          펙토 . 펙토 . 펙토 . . --
         === 크 ===
         []
         === ===
         1 Page . --
          ~^^ .
          . ? - [협]
          . , ?? c ... --[]
          . ' ?' . , . --
          . 펙토 통해 , . - [협]
          '함 ?' . . --
          , , 펙토 . 펙토 팩토 . - [협]
          , ''' () () ''' . . 형하 .
          . , . 하 휘하 (). ( ) . ( ) .
  • AcceleratedC++/Chapter4 . . . . 2772 matches
         = =
          * .
          * .
          * .
          3 , . , 2,3 , . C++ + , . 한 함 + class .(Chapter9 .)
          , , , .
          * 3 . . 함 , , . . 한 함 , .
          * ,
          . .
          * 함
         return_type function_name(parameter lists...) { 함 }
          .
          * 함 parameter lists . . arguments. arguments . parameter (함 ) . . call by value.
          * vector . Chapter8 vector type . vector<double>. median .
          * . vector 0 , . . <stdexcept> 포함 .
          * 한, parameter . , vector , vector sort . ..
          * , . .
          if(hw.empty()) // hw.size()==0
          // empty() .
          * .
  • ZeroPage_200_OK/note . . . . 2771 matches
          * . -[]
          * .
          * .
          * uploder .
          * resource url . ID .
         == JavaScript? ==
         === Prototype ===
          * prototype?
          * oop class prototype .
          * prototype .
          * prototype .
         === 함 ===
          * 함
          * ?
          * ,
          * 파 ,
          *
          * 할
          * 함
         == Javascript ==
  • Spring/탐험스터디/2011 . . . . 2766 matches
         = =
          * [Spring Framework 3] 탐험해!
          *
          * 2011 1 7~2 25 : ''' 7'''.
          * 2011 3 : '''토 3'''
         = =
          * : []
          * [], [혜], [], [], []
          * ~~[희], [], []~~
         = 표 =
          * [Spring]
         = =
          * [토3]
          * 1 해하
          * Spring Framework 3
          * ZeroPage 3 2
         = =
          *
          *
          * 행한
  • 지금그때2006/선전문 . . . . 2748 matches
         = =
         [2003/]
         [2004/]
         [2004/판홍]
         [2005/홍]
         = 04학 판 =
          헤헷, - 허
         : 4 7.. !
         ~
          획하 <b></b> .
          .
         <b>" .."</b>
          " " !!
          .. !
         , . 회하 ?
          <b></b> , ?
         <B></B>() . , , .
         행 4 7 7 2 행할 . , .
          . .
         <a href="http://165.194.17.5/~leonardong/register.php?id=nowthen2006"> click </a>
  • MoreEffectiveC++/Basic . . . . 2745 matches
          * Item 1: Pointer Reference.
          ![[BR]]
          . 하 .
          string& rs; // Reference()
          string s("xyzzy"); //
          string . ..
          cout << rd; // rd . reference.
          cout << *pd // pd null . pointer.
         pointer null .
          string s1("Nancy"); // .
          rs = s2; // s1 "Clancy" .
          ps = &s2; // 팅하 .
          // ps s2 s1 .
         : Call by Value Call by Reference Const 호하. Effective C++ , . return , return . COM in, out . C++ return Call by Reference하 {} . --;
          Reference , Reference , .--
          . in, out reference in 한하 reference, out pointer new, delete . , 함 in 편하. , MEC++ 한 Refernece , C++ . OOP , , 해 , reference , 해 scope lifetime OS . , inline 한하 . (inline compiler 호해 .) COM OOP , C in, out pointer . C# buil-in type scalar형 .(MS .net String 10~20 , .) -
          * Item 2 : C++ .
         C style cast
          * ''static_cast<type>(expression)'' C style ''(type)expression'' . [[BR]]
          cast const class C++ style cast .
  • 새싹교실/2011/무전취식/레벨9 . . . . 2739 matches
         * : 2011/5/14 5~ 7
         * : 06
         * : 11
         == ==
          * [/2011//8]
          * 파
          * ~ Ice Breaking ㅠㅠ!!!!!
         == ==
          * Rand함 , seed rand . .
          * 표 . !
         == ==
          * 1
          * 2
          float ave; //평
          float val=0;//
          float dev; //편
          * 3
         == ==
          * ~ ㅠㅠ!!!!!
         == ==
  • Spring/탐험스터디/wiki만들기 . . . . 2711 matches
          *
          * UserDetail - User
          *
          1. SecurityContextHolder
          1. Spring dependency injection
          * spring security html/js .
          * Spring Security Role Voter "ROLE_" . .
          * ORM(Object Relation Mapping) 크. Java persistence, EJB3.0 .
          * Markdown .
          * Markdown : [http://en.wikipedia.org/wiki/Markdown wiki:Markdown]
          * [http://en.wikipedia.org/wiki/List_of_Markdown_implementations ] Java Markdown implementation Pegdown 택했.
          * MarkdownJ, MarkdownPapers [https://github.com/sirthias/pegdown Pegdown] 통한 페 편하 .
          * 한 Pegdown
          1. pom.xml dependency
          1. markdown text html
          * ''CGLIB (Code Generator Library) (펌)'' .
         == ==
         === 8 30 ===
          * []
          * 2? 1.5 . 틈틈 ... .
  • Gnutella-MoreFree . . . . 2709 matches
         파 Gnutella
         == ==
          .
          .
          .
          P2P
         IP .
          IPv6 IP
          . P2P .
          ....
         == P2P ==
          P2P . 하 P2P
         희(?) . .
          P2P .
         하 한 희 .
          P2P e-Donkey . e-Donkey .
          . 하 e-Donkey
          P2P
          ? . !!!!
          1.1 Gnutella Peer to Peer Mesh
  • Emacs . . . . 2694 matches
         TextEditor . [vim] CrimsonEditor .
         vim mode , emacs . text-mode , 행하 .
          * 평 IDE TextEditor .
          * emacs IDE . OS .
          * [http://ftp.gnu.org/pub/gnu/emacs/windows/ Download] . .
          . 하 bin 폴 행파 .
          * mac 한 ubuntu . ecb, cedet , . ~~ OS ~~
          * emacs 환 remote/ssh/docker/sudo .
          * emacs dired mode browse 할 , tramp remote local .
          * shell-mode 합하 remote .
          * multi-hop . ~~ssh ~~
          * tramp sudo : M-x-f {{{/sudo::/etc/}}}
          * tramp ssh : M-x-f {{{/ssh:you@remotehost|sudo:remotehost:/path/to/file}}}
         == Python ==
          [http://www.emacswiki.org/cgi-bin/wiki/PythonMode PythonMode] [http://sourceforge.net/projects/python-mode/ Download]합.
          Python .
         Python Emacs .
         Emacs HOME .emacs( .)파 . . 판->템->->환 HOME , .emacs . .emacs 파 .
          한 탓. 파 PATH . 판->템->->환 .
          * .
  • 프로그래밍언어와학습 . . . . 2691 matches
         DeleteMe) ;; ; Rename & Refactor This Page; --
         http://www.zdnet.co.kr/anchordesk/todays/jwkim/article.jsp?id=45258&forum=1
         토크 . -_-; ( , ..) .. (. .)
          * 학 C++ . -_-; ( ..) C++ , C++ .. , ' C, C++ 해할 ' . (C, C++ 포 .. --a) ' ' ... Domain-Specific 한 Script Language ' ' .
          * Language != Domain. , Domain 합한 Language . Talkback .. . ( Java Language Java Platform . -_-;)
          * 1) C++ OS ; ( , 파, x ;)
          * 2) ' ' .. 토크 .. . --
          C C++ (, ) A4 . 흥 ( 합할 -- , ) .
         >
         >
         > 향 .
         .
         하 . . ( )
         하 " " .
         > .
         > 해하 ,
          , 해/ .
         > . JNI(java native i
         > nterface) .
         >
  • AcceleratedC++/Chapter9 . . . . 2673 matches
         || || char, int, double ||
         || 클 || string, vector, istream ||
         C++ .
         4.2.1 Student_info , 통합 .
          .
          . (Student_info )
          .
         ''' using- ?'''
         string, vector Student_info Student_info vector, string std:: .
          === 9.2.1 ===
          ''' Student_info '''
          std::istream& read(std::istream&); // 4 화한.
          double grade() const; // double 형 .
          //함 const . ( )
          * s:Student_info s.read(cin), s.grade() 함. .
          할 3
          * 함 Student_info::read
          * Student_info Student_info .
          * . s.name .
          :: grade grade .
  • 학회간교류 . . . . 2668 matches
         Netory:Netory ZeroPage 한 토.
          학회 , , . .
          Netory: 학회 키페 통하 , 11 행할 .
          10 Netory 해, 통한 함. .
         === ===
          * : 11
          * : + +
          ''' ?'''
          * Netory:태 : 학 , 10 ~
         === ===
          학회 .
         === ? ===
          1,2학 . .
          3,4학 , .~
          * .. : OS포팅 , . 태! -- Netory:
          * NDIS .. : !~~ ?^^ -- Netory:
          * Ad-hoc .. : , 해! 해?ㅋㅋ -- Netory:
         하 , , , , OS, 퓨팅, AdHoc, RFID, , , , , HCI, MPEG, 휴.. ..
          * : ? . , .. --Netory:
          * Tech Ed 2004 , . -- [태]
  • 비행기게임 . . . . 2653 matches
         = =
          * .
          * Python .
          * .
         {{{ , , , , , }}} ?
         = =
          * ~ ~~~~~
          * 11 .. . ㅠㅜ , .. ... .. ㅠㅜ -
         = =
         || 학 || || 할 ||
         || 01 || 협 || - ||
         || 01 || || - ||
         || 01 || || Graphic Design ||
         = =
          * ["/BasisSource"]
         = =
          *
          *
          * ( )
          * (한 6판 ..)
  • 데블스캠프2011/첫째날/개발자는무엇으로사는가 . . . . 2651 matches
         == ==
         === ===
          * ? .
          * , ;하 ?
          * - []
          * (툴) . - []
          * ..- [혜]
         === ===
          * ?
          * . 평 - []
          * -[]
          * 협할 포하 . ?
          * 화하 . - []
         === ===
          * ( ) ?
          * Unit Test . - []
          * TDD
          * 포토 - []
          * !! . ~ - []
         === ===
  • EightQueenProblemDiscussion . . . . 2650 matches
         EightQueenProblem 패하 ThreeFs .
          , , , ? 패했 ?
          , , PairProgramming ( NetMeeting , VirtualPairProgramming) . ? (correctness)? ( )? ? 화 합? ?
          패한.. (7 .. ) .
         .. 패한 ( 7 .. .) .
         .. . ... ㅡㅡ;
         --
          * Facts - :
          ( . -_-;) . ..
          . 판 .
          ' ?' 하 . SelftyZone . 크하 // 크해 4 . .
         해 . .
         해 level (0~7) 트 (확히 튜플) .
         해 해 () 52 . 하, Queen 3 . --;
          * Feelings - : 한편 . -_-; .. . .. . ( stack recursive ) test .
         --
         '''.'''
          "What is the simplest thing that could possibly work?" TestDrivenDevelopment? 테트/ 행하 ? , ? ? ? ( ) ? 테 ? TestDrivenDevelopment ? ? EightQueenProblem 30 50 (테 ) . TestDrivenDevelopment. --
          . ( ) , 해 TestDrivenDevelopment . ( . )
          80/20 . :) 3 .
  • 새싹교실/2011/무전취식/레벨1 . . . . 2645 matches
         * : 2011/3/22 5~ 7
         * : 06
         * : 11
          : . 15 ㅠㅠ 12.
          1 ㅠㅠ ㅠㅠ .
          : ~!!~!~! ~~~ . .
          .
          킨 토
          .
          : ~!!! ~~!! ~!
          'ㅅ'
         
          ㅠㅠ C (함) ㅠㅠ
          .
          : . !"!"!"!"!"!"!"!
          . ㅈㅅ. 학!!! MTㅠㅠ
          ㅠㅠ
         태 : .
          2 ()
          !!!!! ~~~
  • D3D . . . . 2644 matches
         : (["erunc0"]), (["woodpage"])[[BR]]
         GameLibrary( http://www.zeropage.org/~erunc0/study/d3d/GameLib.zip ) .. .. [[BR]]
          , library . [[BR]]
         , library api , DX [[BR]]
          해하 . --;; [[BR]]
         Game D3D , 3D . .[[BR]]
         == 표 ==
         3D . [[BR]]
          . [[BR]]
         == 황 ==
         === 1 8 ===
          * [] .. . . .[[BR]] 흡한 . , ㅋㅋㅋ[[BR]], . 3D object . .. --; - 232p/602p...
          * [] 한 20 . . .
         === 1 9 ===
          * potential function .. (?) . ㅋㅋㅋ[[BR]] PathPlan . .[[BR]] . - 249p/602p...
          * D3D . []
          * . 3D .. --+ .. --+ .. []
         === 1 10 ===
          * --; []
         === 1 11 ===
  • FocusOnFundamentals . . . . 2642 matches
         
          한 플, , 화 테크 , , .
         see also [], UniversalsAndParticulars
          , .
          EE 'RCA Tube Manual' . tube tube . ' 10 ' . , , 학, , .
         , ; . , ( ) , . 하, , 해하 .
          '한' . ["Java"], " ", "향", "크" . . 한 툴 , 험할 . 하, . 40 . , . , .
         학 (FORTRAN C) . . 훌 (, , clean language(?) ) 택할 , , .
          ? ? . . ? FocusOnFundamentals. RDB , OOP 5 . ? 학 . ? . . , . . 회하 . 하 , , .
          . . OOP . , . OOP( ) . .
          . OOP -- OOP . 하 '''''' ( ). . , " " . " " . . ( " "). , , . see also NoSmok:''''''
          , . (anything goes) .
          . FocusOnFundamentals . "fundamentals" . 하 "큰 " . "fundamentals" , "fundamentals" .
          DavidParnas .
         --[""]
          . , .. OOP OOP . RDB RDB RDB . 포트 . . . . --[""]
          '', OOP RDB OOP, RDB 해하 . OOP OOP ( OOP 토크 ). . "X " X . . --[""]''
  • UDK/2012년스터디 . . . . 2641 matches
         = =
          * UDK
          * [http://www.udk.com/kr/documentation.html 튜토], [http://www.3dbuzz.com/vbforum/sv_home.php 3D Buzz] [http://cafe.naver.com/cookingani UDK 페] [http://book.naver.com/bookdb/book_detail.nhn?bid=6656697 Mastering Unreal]
          * [http://library.cau.ac.kr/search/DetailView.ax?sid=1&cid=5248719 ]
          * : '''토 2''' +
         == ==
          * [], [], [], []
         = 표 =
          *
          * [] . ㅋㅋㅋ
         = 크 =
          * [http://udn.epicgames.com/Three/UnGlossaryKR.html ]
          * [http://udn.epicgames.com/Three/DevelopmentKitFirstScriptProjectKR.html ]
          * [http://udn.epicgames.com/Three/UnrealScriptReferenceKR.html ] UnrealScript
          * [http://udn.epicgames.com/Three/MaterialsCompendiumKR.html ] 텍
         = 행 =
         == 3 24 ==
         === ===
          || [] || O ||
          || [] || X ||
  • 정모/2011.10.5 . . . . 2638 matches
          * : [], [혜], [], [], [], [], [], [], [], [], [], [], []
         == ==
          * [] 학 2011 (I/O)
          * Android OS Honeycomb
          * [] 3Ds Max .
          * : []?
         == / ==
          * [2011]
          * [JavaScript/2011]
          * PHP . .
          * [DesignPatterns/2011]
          * [Spring/탐험]
          * [RegularExpression/2011]
         == 1회 허 회 ==
         ''''' 2회 ...'''''
          * : []
          * 활 : []
         === 1 ===
         / OX .
          *
  • Basic알고리즘/빨간눈스님 . . . . 2628 matches
         = Basic/ =
         == ==
         {{| . . 12 . () . , . , . , . .
         " "
          , . . ? |}}
          , .
          , ㅋㅋ!! - [허]
         == ==
          . . . . --JuNe
          허회 ㅋㅋ . -
         = , ^^ -
          * - 3
          * ( ) : . . .
          * : . . , 100% .
          * : 100% . .
          * - 2
          * - .
          * 2 - 한 한 .
          * 협형 .^^ .^^ .. ..^^;;;; ' .' .^^
          험해 . --JuNe
  • EnglishSpeaking/2011년스터디 . . . . 2619 matches
         == ==
          * : .
          * 표 : English Lounge !!
          * : 2
          * : [], [], [], []
         == ==
          1. 화하
          1. 한 . () .
          * : 한 OPIc (학편/Intermediate) -
          1. The Simpsons ( ) .
         == ==
         || / || || || || ||
         == 학 ==
         === 7 12 ===
          1.
          * / ?
          * Free Talking , ?
          * 트 : []
          * ACM
          * 트폰 (?)하
  • 제13회 한국게임컨퍼런스 후기 . . . . 2617 matches
         #title 13회 한
         = 13회 한 =
         == ==
         * [http://www.kgconf.com KGC홈페]
         || 행 || 한 Korea Games Conference 2013(KGC2013) ||
         || || 2013 9 25() ~ 9 27() ||
         || || ||
         || || 한협회 ||
         || || , 한트협회, , NHN Ent. ||
         == ==
         === [] ===
         ==== 1 ====
         ===== =====
         || || || || ||
         || 09:20 10:20 || 하 한 MMO || () || Graphic ||
         || 10:30 11:30 || 3D || (-) || Mobile ||
         || 11:40 12:40 || 한 Autodesk®3ds Max® 활 팁 || 혁() || Graphic ||
         || 12:40 13:30 |||||| ||
         || 13:30 14:30 || 키트 1 - , 화하 택 || Brian Waddle(Havok) || ||
         || 14:40 15:40 || 키트 2 - || Brendan Iribe(Oculus VR) || ||
  • Cpp에서의멤버함수구현메커니즘 . . . . 2611 matches
         === ===
          * die . . . ? .
          delete this; //
          cout << endl << ":::::: Case 1 - " << endl;
          Foo* foo1 = new Foo();// Create! .
          foo1->sayHello(); // Hello
          foo1->sayMyId(); // id
          foo1->die(); //
          foo1->sayHello(); //
          foo1->sayMyId(); //
          // id 확
          cout << endl << ":::::: Case 2 - id 확" << endl;
          Foo* foo2 = new Foo();// Create! .
          foo2->sayHello(); // Hello World
          foo2->sayMyId(); // id
          cout << endl << ":::::: Case 3 - 포 NULL " << endl;
          Foo* foo3 = NULL; // .
          foo3->sayHello(); // Hello .
          //foo3->sayMyId(); // debug, release .
          //foo3->die(); // debug, release .
  • 데블스캠프2005/화요일후기 . . . . 2601 matches
         == ==
         === ===
         허, 태, , [],[],, , , , , , [혁], , 태훈([zyint]), [태] 한,,,
         === ===
         황, , , , [협],[], , , 혁, ,
         == ==
         [[HTML(<center>)]]''' : ThreeFs Fact(), Feeling(), 훈(Find)[[BR]] 확히 ?''' [[HTML(</center>)]]
         SeeAlso [2004/]
         [허] : 훌, : , 훈 :
         [] : Python , : , 훈 : Python C, !
         태훈([zyint]) ::python /:힘 +ㅁ+/훈: -_- ;
         [] - 2, . 3 .
          . . . . . .
         [] ... ^^
          : : Python . : 파 ~ 훈:
         [태] - 2, , . , . . (?)? . ... 한 편 통해 . .-_-v
         [] : Python .
         : , Python . .
         훈: . .
         [한] :파 . : ㅠ_ㅠ 훈:한 ㅠ_ㅠ ~
  • ToyProblems . . . . 2579 matches
         , ,
          ToyProblems:
          *
          *
          *
          * 텍
          *
          ? ? for ? . 한 패 . (, 하할 . .) --JuNe
         ToyProblems . . , , . . .
         ToyProblems . Seminar:TheParadigmsOfProgramming [http://www.jdl.ac.cn/turing/pdf/p455-floyd.pdf (pdf)] .
          1. .
          1. 한 패 . , . , .
          1. 1 .
          . 10 .
         학 통해 "" "패" , , ( ) , -- 한 . --JuNe
         ( ) . , . --JuNe
          '' . ... ... 통해 . --''
         == ToyProblems ==
          * []
          * []
  • AcceleratedC++/Chapter12 . . . . 2545 matches
          C++ .
          , 형 .
         12 string 클 Str 클 . Str 클 string 클 .
          . .
          , , Vec클 .
         Str s("hello"); // s .
         Str t = "hello"; // t 화 한.
         s = "hello"; // s .
         클 , . const char* const Str& .
          Str(const char*) Str ''' 환(user-define conversion)''' .
         s=Str("hello"); // 폴트 통해 .
         '''string '''
          //
          Vec 클 . const 클 const , 표 string 함 string char& 형 .
          === 12.3.1 ===
          . , >> .
         cin.operator>>(s); // istream .
         s.operator>>(cin); // 표 istream 형태 .
          operator>> .
          Str::size() .
  • 새싹교실/2011/Noname . . . . 2545 matches
         = =
         ||||||1회||2회||3회||4회||5회||6회||
         ||학||||O||X||||||||||
         || ||혁||O||O||O||O||O||O||
         || ||||O||X||||||||||
         || ||||||X||O||O||O||O||
         = =
          * ''' ''' : F4(ThreeFs + Future Action Plan) .
          * : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(크)], [http://no-smok.net/nsmk/FiveFs FiveFs(크)]
          *
          * Facts, Feelings, Findings, Future Action Plan. , , , , 획.
          * : " 5 .() .() .() .( 획)"
         = =
         == 1회 ==
         === ===
          * Hello World!
          *
          *
          *
         == 2회 ==
  • woodpage/VisualC++HotKeyTip . . . . 2543 matches
         == ==
          * 편하
          * 히 편한 visual
          *Visual C++ 6.0 Help KeyBoardMap .
          *Hot Key . . . . ^^;;
          * . A B . A Ctrl + Tab . 행한. .
          * Ctrl + F6 ? -_-훨 .. 한 .. ㅠ.ㅠ --[호]
          * Ctrl + F6 Ctrl + Tab 홍 --[]
          * : ***** ( )
          *Ctrl + Tab 택하
          * : * ( 함 Ctrl+Tab F12 함 )
          *Ctrl + F Ctrl + F3 --; F3 SHIFT+F3
          * : ****
          *
          *Ctrl + D --[호]
          * : ****
          *Tab Alt + F8 Tab .
          * : * ( )
          * type tooltip
          * : * (F12 함)
  • OOD세미나 . . . . 2519 matches
         = Object-Oriented Design =
         == ? ==
          * ''' .'''
          * , . - []
         === ===
          * . . 흔히 . 해하 행하 , 한 하 , 큰 힘 . SE , , . [http://book.naver.com/bookdb/book_detail.nhn?bid=2500990 Holub on Patterns] . . :) - []
          * 학 , . diff/merge . " " -] [하]
          * ... ;; 해하 , . , 형 if Comparer , equals 함 , if . , ; , ''' .''' ;; ~ . ", OOP " ㅋㅋ
          '''" " & "패 "''' .
          , . , ; ''' ''' ㅋㅋ
          LineDrawable ~ - []
          * , SE
          * ''' -> 화하?'''
          * '''패 통해 , ''' '
          * ''' , 패 '''
          .
          확 OOP , , , . . . OOP , OOP . ( )''' class OOP '''. OOP 한 OOP.
          '''한 ''' ''' '''
          Drawable GUI . 화하 . - []
          * 한테 . .. , " " 확히 할 ㅠㅠ , , 확한 표 . ..ㅎ;;
  • Bioinformatics . . . . 2508 matches
         = =
          * : Bioinformatics
          * :
          * : 2002. 3. 14 ~ 2002.8.xx
          * : Bio Bioinformatics .
          * 행 : 크, . .
          * : Bioinformatics: A practical guide to the analysis of genes and proteins, Second Edition edited by Baxevanis & Ouellette
         = =
          Model ? .
          NCBI sequence-related information . Entrez(data retrieval system) GenBank DB(DNA seq. DB, 한 data.) 통합 DB .
         GenBank flatfile DNA-centered . DNA DNA DNA coding region . Protein seq. DB Protein-centered , accesion number( 한 DB key) ...
         = =
         == NCBI ==
         National Center for Biotechnology Information , NCBI DB , , Genome 한 software , . - , 해하
         == Entrez ==
         Entrez 통합 retrieval DNA, Protein, genome mapping, population set, Protein structure, . Entrez Sequence, 히 Protein Sequence GenBank protein translation, PIR, PDB, RefSeq 포함한 한 DB .
         ...
         = =
         == (nucleotide) ==
         DNA RNA nucleotide (Phophate), 5 (Sugar) (deoxyribose), 4 (Base) 포함하 3 (Phophate, Sugar, Base) . . (. 합 : 합하 화합 화)
  • WhatToProgram . . . . 2505 matches
          " "
         학 . , . . ?
          .
          (한 ) . . " " . . "학"( ) .
          , , .
          "" 통해 " " . . . . . . 활해 .
         ''' 한'''
          . . 편한 . , " "( , -- ). . . . , .
          , 한 . . . 화하. . . 편한 , . (see also [DoItAgainToLearn]). , . , , , 화할 택하 . 한, (, , ...) .
          . 해 호 ? ? , . , . . . NoSmok: . . , , . 해하 , .
         ''' 한'''
          , . " " . . . , ( ) , . ? . . . . . "" "" 통한 . . , 할 행 , ( ) 하 .
         ''' 한'''
          . . , . , . 통해 .
         ''''''
          ( ). . .
  • Java Study2003/첫번째과제/방선희 . . . . 2499 matches
         1.
          * C access할 .
          * Object Oriented Language ()
          * Interpreted Environment
          -- compile/link/load 해 source compile .
          -- class파 행파 . , class파 , 행해 , JVM.
          * Thread .
          * JVM check해 system .
          * 한 security
          ( : )
         2. VM , ?
          * VM? : 행 환 , , 행하 () .
          * : 한 플 , .
         3. , ,
          * 하 : JSEE(Enterprise Edition), J2SE(Standard Edition), M2ME(Micro Edition)
          * 1.
          . , , JSP .
          * 2. JSP J2EE . JSP , ... DISPLAY .. JSP . JSP 편하 . JSP .( ...) HTML 페 .
          큰 테 , DISPLAY LOGIC .( ...)
          "화" . C D . 하 . .
  • 새싹교실/2012/사과나무 . . . . 2497 matches
         = =
         ||회||1회||2회||3회-1||3회-2||
         ||||||||||||
         ||학||||||||||
         ||학||||||||||
         = =
         == 1회 (3 21 , 3 22) ==
         === 행 ===
          * . . - [/2012//]
         3/21 - 함 행.
          , .
          ,
         키, , ,
          해하 . ;
          , 해 했 ,
         학 .
          printf() scanf() .
         === ===
          * ''' ''' : F4(ThreeFs + Future Action Plan) .
          * : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(크)], [http://no-smok.net/nsmk/FiveFs FiveFs(크)]
  • 지금그때2003/후기 . . . . 2497 matches
         2003 [] . 2003 3 21 7~10 .
          , . '''''' . ... --[]
         OST . 한테 . . :) --[]
          .
         
         --
          . -
          1회 ... . . -휘
          :
          1.
          1. 효 화/토/토
          1.
          1. (, 험하 )
         , . 20 . 획했 . . 희 20 , 획하 행했 -- 희 . .
         [] 획한 , '''' '''' ''하한'' .
         
          * ( !)
         
          * , , OST 1 행하 .
         
  • 코바용어정리 . . . . 2496 matches
         == 클트 ==
          node( --;;). 행할 . . 클 통해 ORB . ORB . 통해 ORB , ORB . . ORB 해할 .
         == ==
         클 . ' (Object Implementation)' 태(state) (behavior) . 한 활 . ORB . ORB . ORB ORB . ORB . 호 ORB, , 한 호 .
         == 클텁(Stub) ==
         CORBA C++ Java C . . ,
          . OMG-IDL , OMG-IDL . 해 ORB ORB . ORB ORB . ORB .
         == (DII : Dynamic Invocation Interface) ==
         클 행할 , A . . . , 클 (DII) .
         == (Object Adapter) ==
          ORB 통하 . CORBA ORB . 화하 행 환 . , ID . 한, . CORBA ORB (BOA) . 하 .
          통하 ORB 흔히 , , , 화/화, 핑, 포함. 통하 , ORB .
         == 톤(implementation skeleton) ==
          해( ) . (up-call) . ORB 통해 . . DII 통해 . 한, , Smalltalk .
         == (DSI : Dynamic Skeleton Interface) ==
          IDL 톤/ . . IDL . ORB , ORB 행할 . , ORB . , . DII 통해 . .
         == ORB ==
         ORB 한 API . ORB ORB .ORB . ORB , 텁, 통해 . get_interface get_implementation 포함 , .
  • 논문번역/2012년스터디/신형준 . . . . 2493 matches
         Describe /2012/ here
         == 1 ==
         ''' 험'''
         1. ''''''
          . , . , , 형화 , () , , .
         히, 형판, , . 한 평 .
         2. ''''''
         패 . 형태 . , . , , .
          , . .
          HMM , 형태, 형태 .
          . 형 판, , .
          . section 3 .
          section , , . 한 평 section 7 .
         == 2 ==
         '''1.3 '''
          . . ( Chapter 4, 할) . , . .
         '''R^2 '''
          . u,v,w entry . (w1 w2 ). entry R^2 . R entry , 2 entry .
          entry (R^2 ) .
          (4,7) (7,4) R^2 .
  • HardcoreCppStudy/두번째숙제/CharacteristicOfOOP/변준원 . . . . 2488 matches
         화 (encapsulation)
          . . , , 학, , , . , . 화(encapsulation).
          , .
          (inheritance)
          흔히 한 편. , 화하 subtype subclass.
          " " 한 클 . subclass superclass. , , superclass subclass .
         (Polymorphism)
          (Polymorphism) . , . , 행할 . , (file) 트 하 . 화 한 텍트 화(text file), (format file), 포함하(file with graphics) . 트 하 , , Print 형태 .
          Print 해하, 트 할 . .
          폐 (infomation hiding)
          . , . .
          public interface Interface 통해 환하. , 한 Public Interface " . ." .
          Public Interface , C++ "public" "public" . Effel "export" . 한 POINT move setcolor public interface . move setcolor . 한 함 signature signature , (input parameter) (output parameter) .
          . , (array) 트(list) . signature . , sorting 함 sequence sorting quick sorting . (maintainability) (extendability).
         (Abstract Class)
         클 (instance) subclass 한 클 , (Abstract class, Virtual class). , Signature . (Abstract function) , subclass . 한 subclass , (Concrete class) . .
          . "Printer" , , 행하 Print . (Dot matrix printer, Laser printer, Ink jet printer) 팅 하 Print . , Print Signature , subclass .
         "Printer" , dot matrix printer laser printer , . (Incremental Development) , (attribute) .
  • 5인용C++스터디/멀티쓰레드 . . . . 2486 matches
          *
          * ?
          * ?
          * ?
          * ?
          * 크 ?
          * 크 ?
         == ==
          ? . 98 티 테 . . CPU . 95 티테 ? . CPU 1 99 . A,B,C 3 1 CPU A 33 B 33 C 33 .
          티 테 . . " ?" . . . . ? 95 . 통해 . 통해 ? . . 98 . .
          행하 행하 . . 형태 행하
         == 화 ==
         
          . . . VC . . .
          . (a) A , B . B A . A B ? B A ? 한 항.
         A B 행하 B C . . B C B . .
         MFC 6 .
          CSyncObject, CSemaphore, CMutex, CCriticalSection, CEvent CMultiLock CSingleLock .
          CSyncObject CSemaphore, CMutex, CCriticalSection, CEvent .
          .
  • 3D프로그래밍시작하기 . . . . 2482 matches
          . (한 4 .)
          . . -HS
         3D Programming ,
         === 1. ===
          VGA . (..)
         === 2. ===
         3 (3d studio max) (화 ) .
         === 3. SDK ===
         DirectX 6 SDK . Immediate mode essential 항
          * D3d retained mode 하 immediate mode retained immediate . 통 immediate . d3d.. --; 확하
         retained .. immediate .. .. .. direct graphics .. ..
         === 4. ===
         http://cg.cs.tu-berlin.de/~ki/engines.html , . 3D , ..
          * http://www.hitel.net/~kaswan/ . .. unicosa .. .. 호 . g-matrix
          .
         === 5. , 행 ===
         ["Direct3D"] . 3D DirectX (DrawPrimitive) .
         === 6. ===
          , .. . 화 . 형태 OpenGL glut ..
          한 큐 .
  • 네이버지식in . . . . 2482 matches
          .ㅡㅡ;
         
          in .
          .
         in 판 형, . '''''' 한 형태 in .
          .
          , . in. , 텔 ? 키 홍 . , .
          . 한 형 , , 한 페 한 형 . '''''' . . . -[Leonardong]
          . (reputation) . . . . see also ForgiveAndForget XP 통합. XP . 험한 . XP .
          , " , ." .
         --[]
          - . . , '판' '함' 해 ' ' .
          '키' . '판' . , . . MS '함' .
          '' OS . ? :) --NeoCoin''
          - . 하 MS . , , .( .) 하 ( ) 택한 '험' '' . , , OS . , '함'.
          '' . 택하 '함' . 하 '함' . :) --NeoCoin''
          ' ' , 통해 ' ' . . ' ' , ' ' '() ' 통한 . ' ' .
          . 한 '' ' ' . -
          , .
          [in] . ''in '' . . ''in '' . [in] . -[Leonardong]
  • 가독성 . . . . 2481 matches
          C .
          , .
          for(i=0; i<10; i++){ // : { for . -_-. .(.)
         === brace ? ===
          . C, C++ { 편하, JavaLanguage 편하. CodingConventions . ExtremeProgramming CollectiveOwnership CodingConventions . , { . -
          . . . C 한 화 . ( ,..) .(함 .) 하 C . 24 for while 4 4 . , for while . (한 for while { .) . ( 80x24 화 . 토 . :) ) -
          '' 호({,brace) 호합. 하 . () . 한 CollectiveOwnership . --[]''
          ''Python {} . { } . --[1002]''
          '' . ( ) '' '' . '' '' . 확하 . CollectiveOwnership 한 CodingConventions ? brace . SeeAlso Seminar:
          한 Linux Kernel Coding Style .
          (?) brace . - [택]
         === ? ===
          { } . .
          , 한편 . , ["Refactoring"] 한 한 . , VI ' .' ' xx ? 한페 .' 'OO , ' .
          , . VI editor navigation 하 편합. ( jkl; ctrl+n page ) OO , 편하 . ( ctags ) 하 Eclipse outliner caller & callee navigation 할 . .
          . ' ? ?' , . --[1002]
         [토], []
  • AspectOrientedProgramming . . . . 2475 matches
          . , . OOP ..
          Markus Voelter . AOP , Xerox PARC Java AOP 확 AspectJ , Metaclass 3 파트 , 파트 . AspectJ .
          (Object-Oriented Programming, OOP) . . 행하 , . 표한 행하 . 하 한 클 . . (cross-cutting). (locking, 화) , , . . 하 (well-defined) 행한 . Aspect-Oriented Programming (AOP) .
          AOP aspect . struct, class, interface . Aspect (하 ) . , 행하, aspect() 형태 .
          해, AOP . . Data (Data 클 ) . Data . 형태 . , Data (lock), (unlock). (worker ) 형태. worker 클 lock() unlock() . 하 형태 .
          1. . (dead-lock) . .
          1. Java worker . . 히 클 , 흔히 . 통해 .
          1. (reusability) . worker 클 . worker 클 .
          .
          1. worker 클 .
          1. worker 클 .
          1. 한 . .
          AOP 형태 형태 . AOP 통해 . aspect .
          Lock aspect . Lock aspect .
          1. Data 해 lock unlock (lock(), unlock()).
          1. Data lock(), unlock() .
          1. Data 행한.
          Aspect 행할 ?
          (ex. ) 호 aspect . log() , log() 형태 . AOP 행할 . aspect . . Aspect catch() 항(clause) .
          .
  • 정모/2012.2.3 . . . . 2469 matches
          * : [], [], [], [혜], [], [], [], [], [하], [황], [], [], [], [], []
         == ==
          * .
          * [] 학 2012 ZeroPage .
          *
          *
          * 1? - []
          * : []
         == 항 ==
          * !
          * .
          * ( ) (2~6) , ZP () 형태 . 학 " "해 , . , , ~
          * 6 &
          * (2.10) 6 . 한 회 .ㅋㅋ
          * 6 6 ( ..) . .
          * 6 3 .(3 4...) .
          *
          * OOP (?)하 . OOP .
          * OOP ...
         == 회 ==
  • ZeroPage . . . . 2450 matches
         = 회 ZeroPage . =
          * . 05-07 .
         === ZeroPage ===
         [] . , , . , .
          / . ZeroPage ZeroPage , , . ' 행형' 학회. , .
          02 한 wiki 통하 행할 . 행할 knowledge repository 행하 , wiki 페 , wiki 페 . wiki .
         === ZeroPage ? ===
         ZeroPage 91학 ( .) . (from 테크(태) )
         See Also [ZeroPage]
         === ===
         []
         == 혁 ==
          * 2016 NAVER D2 PARTNER
          * 2015 ICT/MACH
          * 2014 1
          * 2014 Naver D2 CAMPUS PARTNER
          * 2014 ZeroPage OB
          * 2013 Software Friendship
          * 2012 [ZeroPageServer] .
          * 2012~2013
  • 지금그때2004/여섯색깔모자20040331 . . . . 2424 matches
          , . --[1002]
         파 : 회
         흰 : , .
          : 해 .
          :
          : .
          : .
          : .
          - : ?
          - : .
          - : .
         '''홍'''
         홍
         하 : 1회 1학 5
         하 : . .
         하 : .
          : 확하 .
          : .
         하 : 판 홍. 한 5 .
         하 : , 6, 9.
  • 실시간멀티플레이어게임프로젝트 . . . . 2419 matches
          티 플
          . 한, , "" 할 .
         === ===
         [티플트/1]
         [티플트/2]
         [티플트/3]
         [티플트/크]
         [티플트/]
         === ===
         10 11 (토) .
          ? 학 ~~ -
         토(9 27) 10 30 . :
          * 획한 . 플 함.
          :
          * 표 ( , )
          *
          *
          * 트, 토
          * 투표 통해
          AspectOrientedProgramming .
  • WIBRO . . . . 2414 matches
          ??
          'IT 839' 8 · .
         http://opendic.naver.com/100/entry.php?entry_id=156106
         Wireless Broadband Internet
         2.3GHz .
          , .
         (5-6Km, 60Km/h 1M )
          , 한 핵 (CDMA,GSM) 해하 . VoIP .
         == ==
         SK KT , USB 합할 .
         휴 + + 합하 .
         하 화 6 90 .
         == ==
         * CDMA , (FIMM 한편 ..?) CMDA QUALCOMM . ( . .)
          * i-mode( ) . .( )--[]
         * 070 . PC PDA .
         == 화 ==
         
         * () (?) 히 할 .
         * . 60Km .( 80Km/h )
  • VendingMachine/세연/1002 . . . . 2409 matches
         === ===
          2 .
          1. 확하 /함& 해 - . , 함/ . [[BR]]
          2. magic number (ex : ) 해 - const [[BR]]
          3. - 함 & . , 하 . [[BR]]
          4. - 해 함 & .[[BR]]
          1-4 . . ( . -_-;)
         === menu : 3 ===
          cout << "\n \n";
          cout << "1. \n";
          cout << "2. \n";
          cout << "3. \n";
          cout << "4. \n";
          cout << "0.\n";
          cout << " 택하 : ";
         === while loop - 1 ===
         === choice != 0 : 2 ===
         === MENU : 2 ===
          cout << " !!\n\n";
         === MENU (choice >= 0 && choice <= 4), : 1, 2 ===
  • AcceleratedC++/Chapter8 . . . . 2397 matches
         WikiPedia:Generic_function : 함 .
         Ch9~Ch12 WikiPedia:Abstract_data_type (하 ADT) .
         ) [ParametricPolymorphism]
         WikiPedia:Generic_function : 함 . ex)find(B,E,D)
         함 operand 행해 operator .
          ?
          . function 효하 .
          === 8.1.1 ===
          행하 .
          Runtime Compile 화하 .
         template <class T> // type , scope .
          typedef typename vector<T>::size_type vec_sz; // typename
          return size % 2 == 0 ? (v[mid] + v[mid-1]) / 2 : v[mid]; // double, int 효, string operator /
          .
          typename . ex) vector<T> or vector<T>::size_type
          === 8.1.2 템플 화 ===
          STL 한 표 . 화한. .
          * Compiler : 템플 .
          * template Compiler : . STL .
          === 8.1.3 ===
  • Ant . . . . 2394 matches
         Platform Java , . Unix make 툴 Windows Installer .
         === .. ===
          Jarakta Ant (?) http://jakarta.apache.org/ant/manual/
          .
         contributor :
         === Ant ===
         Ant [Java] Build 툴 [Unix] [make] .
          * Ant ?
          make.gnumake,nmake,jam Build 툴 Ant . Java ? 해 . [OS] Unix . .(, .)
         , , [IDE] , IDE classpath, .
         Ant OS Indepenent 하 Build 할 . build.xml Build 파 Build 행해 . Ant ["Java"] , IDE Ant .
          Ant Binary Source 포하 .
          1. Ant - IDE Ant .
          * http://jakarta.apache.org/ant/index.html binary, source . CVS , source .
          2.
          Ant Build 하 JAXP 호환 XML파 . Ant 패키 포함 . JAXP http://java.sun.com/xml/ .
          Build 툴 히 JDK . JDK 1.2 .
          Ant Task (JUnit, FTP, Telnet ) 해 . http://jakarta.apache.org/ant/manual/install.html#librarydependencies 항 .
          . Windows . Unix/Linux (?) 하. ^^;
          * Ant C:\Ant . 하 bin,doc,lib . ^^ (''Win 9x C:\Ant .'')
  • JosephYoder방한번개모임 . . . . 2394 matches
          * : [],[],[혜],[], []
          * : [] XPer
         == ==
         4회 한 SW 키텍트 한한 Joseph Yoder XP (http://xper.org ) . 팩토, 테팅, 패 . 히 패 , 패 , 패 . (토) 해 1 1~1.5 . 해 20 . () 한 통 , 토/ .
         == ==
          *
          *
          *
         == ==
         === ===
          * Worse is better .
          * TestDrivenDevelopment TDD TestFirstDevelopment . 테 통해 .
          * Floss Refactoring. 팩토, 팩토 팩토.
          * Naming .
          * .
          .
         === ===
         Joseph Yoder . . 키텍 . Pattern GoF .
          , 펙토 , 펙토 , Agile 펙토 , QnA, QnA Joseph .
          Big Ball of Mud 키텍 . . .
  • 데블스캠프2004/목요일후기 . . . . 2376 matches
         === ===
         ==== ====
          태훈 ( -_-..) ( -_-)
         ==== ====
         
         === ===
         [[HTML(<center>)]]''' : ThreeFs Fact(), Feeling(), 훈(Find)[[BR]] 확히 .''' [[HTML(</center>)]]
         []
          : ~_~;;
          : ;;;
         훈 : -_-!
         []
          : STL .
          : .ㅋㅋ
         훈 : .
         []
          ㅏ ㅡㅜ
         
          : .
          : .
  • MFCStudy_2001 . . . . 2372 matches
         = =
          : ZeroPage 99 [[BR]]
          : (01,[""]), 혜(00, ["푸"]), [""](01,["[Lovely]boy^_^"]]), 호(01,["snowflower"]), 협(01,["협"]) [[BR]]
          : (11,["eternalblue"]), (11) etc [[BR]]
         표: MFC , . [[BR]]
          * - + @
          * - 1
         : 2001 2학~2002 1 30 [[BR]]
         : ( )
         = : , , , 황 =
         ["MFCStudy_2001/황"]
         = =
          == ==
          * :[http://zeropage.org/pds/MFCStudy_2001_final_혜_Alcanoid.exe 혜],[http://zeropage.org/pds/MFCStudy_2001_final__Arca.exe ],[http://zeropage.org/pds/MFCStudy_2001_final_호_arkanoid.exe 호]
          * :[http://165.194.17.15/~namsangboy/Projects/ai-omok/omok.exe 협],[http://zeropage.org/pds/MFCStudy_2001_final__winomok.exe ]
          * :[http://zeropage.org/pds/MFCStudy_2001_final__MINE_blue.exe ]; (--+) ;[[BR]]
          == 화 ==
          * ["MFCStudy_2001/MMTimer"] : + 화[[BR]]
          * ["MFCStudy_2001/"] : 협 +
          == ==
  • 데블스캠프2005/수요일후기 . . . . 2357 matches
         [2005/]
         == ==
         === ===
         [태] [] [] [] [] [] [] [] [] [] [] [] [한] [태] [] [형][] [허]
         === ===
         [한] [] [황] [] [] [호] [] []
         == ==
         [[HTML(<center>)]]''' : ThreeFs Fact(), Feeling(), 훈(Find)[[BR]] 확히 ?''' [[HTML(</center>)]]
         SeeAlso [2004/]
         한 : . . . .
          : . .
          : . 3 ;; ㅋㅋ !!!
         한 : . -_-;; . ㅠ_ㅠ
          : java jsp . -_-;; .. .
         [] : ..ㅋㅋ3 ...
          ~^^
          팡팡~!
         태 : JAVA SOCKET, JSP . +_+, ...-_-; .-_-;
          : , . . .ㅠ
          : Java 킵해 . . 히해 . . . .
  • 새싹스터디2006/의견 . . . . 2353 matches
          [2006] . 행하 행해 . . .
          [2006] 행한 ? [] '' '' . [2004] 1학 , [C2005] Class페 . [C2005/], [05/], [C2005/pointer] [2006] 행하 . [STL]페 .
          , 행하 . , 크, 행하 . , [EightQueenProblem] . , . -- [Leonardong]
          . .[EightQueenProblem] . [LittleAOI] . .. ( )
          . 06학 행해. 하 히 ' ' , , . . class .
          2006 ? C . '' 하 C . , ' ' . ? .. .
          1 .- -- [허]
          . [stuck] , . [/], [/] , . . -- [Leonardong]
          .. , ? 행할 트 한 페 크, ? 2006/ , ?, , .. -- [허]
          [] [] . 트, [] [2004] . , .
          [] , , . [] . []페 . []페. [] , [/], [/] 페 . [/]페 , [/]페 .
          []페 . 크하 []페 . . []페 , . []페 키홈 , .
          . 하 . '''''' . , . . . 0 . [5C++/] [5C++] 크하 . . -- [Leonardong]
         [2006]
  • 데블스캠프2005/주제 . . . . 2351 matches
         = [2005]/ =
         SeeAlso) [2005/]
         |||| || || || ||
         || || ?? || ([JuNe]) || 6 30 - ? || ?? ||
         || || OOP || 휘 || 230 || OOP 한 활 ||
         || || FLASH || 한 || 3-4 || ||
         || 화 || || || ? || ? ||
         || 화 || Python || 황 || ? || Python ||
         || || JAVA || 한, 하 || ? || C ||
         || || ASP&PHP&JSP || 한, || ? || IIS, APM ||
         || || [RUR-PLE] || 협 || 3(..) || 플 학 & ||
         || || Vpython || [1002] || . || . ||
         || || || [] || . || . ||
         || || 표 || 태 || ? || ?( .) ||
         || || ? || [], [택] , [fnwinter] || 3 , || ||
         DeleteMe) , .
         == 해 . ==
         C//C++ , JAVA , 크, , Linux, C(), ,
         [http://gvr.sourceforge.net/ Guido van Robot], PairProgramming (?),
         Recursion Iteration (IndexCard .. ToyProblems ,
  • ZeroPageMagazine . . . . 2344 matches
         [/2004.7.26] 한 학회 한 페(페 )
         ''' . .'''
         
          /
         == ==
         [/2004.8.9] .
         || 1() || []([Leonardong]) || [] || [] ||
         == ==
         == ==
          ? [] 험해 . ZeroPageMagazine . , 한 . . , .
          통해 . . . , 협 . 학회 . . . --[Leonardong]
          ''' ''' . . . . --[]
          . '''''' . , 한 '''품''' , . , .
          AnswerMe . :)
          ''() . ()'' --[]
          , .
          ? . , . 해하 . .
          . , '' .
          '품' . 해 , , . , PDA PDA .
          ZP . '' . , . . --[1002]
  • 서버재조립토론 . . . . 2344 matches
         [] 통해 . . . , . . ( 해 하 !! ..) ... [택]
          . Repository . . 한 3 . 편했, 키 포탈 . 해해 편하 , 키 포탈 학회 .. DB 1 3 . .
          , ( .) . , , 3 . 학회, . . . .. . 형, 형, . . 트 해 . 한 () ( ) ( 행하. 1000 ...) . . .
          . . 학회 . , 포한 .
          할텐( ) MT .( MT ,,) . ...
          .( . ..) - [(namsang)]
          . , 행해 . , .^^ , 편하 .( 편했.ㅠ.ㅜ ..) - [태]
          흠.. ~ -_-; .. or . ... . .. .
          ZP . ? ... - [eternalbleu]
         [토]
  • 프로그래밍파티 . . . . 2332 matches
         ( 함) ? , 할 . , -- . 행 해 행 , 해 행 . , , OOPSLA DesignFest ? ACM ICPC . 同數 . , . 한 ?? . (''희 ..?'') 학 . --JuNe
          ? (..;) , .
         16-17 통해 토 & , 19 .
          1. : 19 2 ()
          * : (2호 ) Moa: .( AS 1016호)
          * : - 1, 행 - 4 30 (Requirement 30, Design & 3, 표 & 1), - + @
          * - DesignFest Style. Design & Implementation
          * : 택 (OOPL )
          * 표(?) - :, :
          * - 4 ZP , Moa . ( )
         
          * 4 ( ) - ZP C,C++ .
          * .
          * ThreeFs 페
          * 행 행 & .
          *
          * 파티 &
          * 6~9 & or 펜 (한 2-3?)
          * &
         '''파티 '''( . )
  • ProjectZephyrus/ServerJourney . . . . 2328 matches
          * DB Connection . {{{~cpp InfoManager}}} , --[""]
          * {{{~cpp InfoManager}}} {{{~cpp writeDeleteBuddyCmd}}} ... 테... #deleteBuddy#... 패킷 .... #deleteBuddy 패킷 ?? ..
         Command : deleteBuddy
         localhost/127.0.0.1
          * ok . {{{~cpp command.CommandManager.getCommand()}}} 패킷 {{{~cpp DeleteBuddy}}} {{{~cpp InsertBuddy}}} . pair , 한 . , 테트 해 --
          * {{{~cpp InfoManager}}} {{{~cpp createPZTable}}} {{{~cpp dropPZTable}}} . ... .. --
          * , sync . Rename
          * delete buddy DB Server . --
          * {{{~cpp LogoutCmd}}} {{{~cpp UserSocket}}} .... . ^^;;
          * {{{~cpp LoginCmd}}}
          * class 템플
          * Rename
          * : 휴.. , Eclipse 행할 . extract method, rename, quick fix, auto fix task, etc VC++ key map macro 휴..
          * , . 40 --;;
          * {{{~cpp InsertBuddyCmd }}} 30~40
          * (?) --;; . 1 10
          [[BR]]--
          * {{{~cpp InfoManager}}} ..
          * ... ... ...ㅡ.ㅡ ... ....
          * . .. ..
  • JavaStudy2003/두번째과제/노수민 . . . . 2324 matches
          * RandomWork eclipse Run ;
          .;
          Run ;; ;
         == ==
         === ? ===
          * , ex) , , ..
          .
          * 태(state) :
          * 행(behavior) :
          ex) - , , , ,
          , ,
          '향'.
          * ->
          .
          ,
          .
         === <- OOP ===
          * 화 : (태) (행) 화한.
          ,,
          하 , public private 통해 .
  • Z&D토론/학회명칭토론백업 . . . . 2310 matches
         ''' .'''
         * Z & D .. .. ... . ? --[""]
          * . 99 98 , home coming day . , . , , balance(. rpg합. --;) .[[BR]] 통합 회 99 , 00 , . , 회 , , 회 , , , 활 . 01 통합 한 회 , . . .[[BR]] , 하 '''''' '''' '''''' '''' . , --; --
          * .. , 택하 . Z&D. , . . ? 하 ZP Devils '' '합' , . .. ( . '+' '-' .) 팽팽하 . 하, . --희
          * .. . X & X 통합 . 통합... . . ... . . --[""]
         ps. Resource Leak. 00 . ( 00,01 . --; ) --
          --
          * 통합할 ' '''xxx''' . .' 하 . . 02 . . . .--
          통합 . . --
          * 합할 .( ?) . 합할 합해 . -
         (. 학회 ZeroPage .)
          ?. .
          * .
          * 통합 .
          * 합하 .
          * 합할 . -.-;;;
          ZeroPage , . 학회 --
          . . 학회
         통합 . 통합 학회 통합 . 통합 화 하 히 하 . - -
          . --
  • 새싹교실/2013/라이히스아우토반/1회차 . . . . 2308 matches
          * 3 20 2 행.
         = 크 =
         ||||1회 ||
         ||훈|| o ||
         |||| o ||
         |||| o ||
         |||| o ||
         |||| o ||
         = =
         == 획 ==
          * ...
          * , .
          * (~~ ~~) .
          * . ~~ !~~
          * printf, scanf , stdio.h .
          * [http://soenlab.com SoEnLab: ( Winapi.co.kr)] .
          * , -> -> 행할 .
          * .
         == ==
          * ...
  • 새싹교실/2011 . . . . 2305 matches
         == 2011 ==
          * ["/2011/A+"]
          * [/2011/AmazingC]
          * [/2011/GGT]
          * [/2011/Noname]
          * [/2011/Pixar]
          * [/2011/Temp]
          * [/2011/學高]
          * [/2011/]
          * [/2011/]
          * [/2011/]
          * [/2011/]
          * [/2011/App]
         == ==
          해 ZeroPage . .
         === ===
          행한 .
          * 한 행해.
          * 8회 행해.
         === 테트 ===
  • MFCStudy_2002_2 . . . . 2291 matches
         = =
          2002학 학 MFC 2. ( ^_^)
          DeleteMe ) --[""]
          [[BR]]DeleteMe ) flower bear...flowerbear!! ........ -
          [[BR]]DeleteMe ) snow + bear 킨 polar bear ..--a
          [[BR]]DeleteMe ) polar bear.... ...ㅠ.ㅠ ... -
         = =
          * 01 호 ["snowflower"]
          * 99 ["naneunji"]
          * 02 ["whiteblue"]
          * 02 ["teruteruboz"]
         = =
          * [07/18] - . !
          * [07/18] - 키 페 ! 하~
          * [07/18] - 7 25 .
          * [07/18] - . .
          * [07/18] - .
          * [07/26] - ^_^;
          * [07/26] - 8 3.
          ' .. ??' - ["naneunji"] [[BR]]
  • AcceleratedC++/Chapter5 . . . . 2289 matches
          * vector string . . 해하 . ?함 . 키텍 . vector , ...
          * f .
          * students , 60 fail , pass , students pass . fail . students f , vector f . . .
          * . . for . f fail , f . . . . , , . O(n*n) . , . .
          * , .
          * students.erase(students[i]) 하 ? . 해, (포 .) .
          * , . 하 . fail? .
          * 한, . . .
          * . . . .
          * [n] n . ++i . . . (Iterators) .
          *
          *
          *
          * 한하
          * 曰 : STL .
          *
          * ? 하 .
          * 표 .
          * const_iterator : 회할
          * iterator : 회할
  • 새싹교실/2011/무전취식/레벨6 . . . . 2289 matches
         * : 2011/5/3 5~ 8
         * : 06
         * : 11
          : . . . 5 . . 함. . 티4 히함. 3 . . B .
          : . . c . 한테 ㅋㅋㅋ 파티 1 4 . 4 .
         태 : . C . PC 함 4 함. 10 . F.
          : . 한. 함. 한 3 . 파티 해. 패할 56 함. .
          : . 1함. 96. . . 100 . 픔 ㅠㅠ 1함. ㅋㅋㅋㅋ . 함. ㅋㅋ ㅋㅋㅋ.
          : . 함. ㅋㅋㅋ Fail. Fail Fail. C . . 18 .
         == ==
          * Array TYPE . {{{ a[10] }}} {{{a[0] ... a[9]}}}
          * Factorial Stack Call!! 함. . (Over Flow) . 항!! .
         == ==
          * ''' ''' : F4(ThreeFs + Future Action Plan) .
          * : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(크)], [http://no-smok.net/nsmk/FiveFs FiveFs(크)]
          *
          * Facts, Feelings, Findings, Future Action Plan. , , , , 획.
          * : " 5 .() .() .() .( 획)"
          * . Array . factorial Stack Call . . 7 . - []
          * ... Stack 해해 . C . ㅋㅋ. C . - [태]
  • 지금그때2003/선전문 . . . . 2278 matches
         === ===
          1회 2003 <B></B> .
          ,
         힘 .
          , , ,
         <A HREF="http://zeropage.org/wiki/moin.cgi/_c1_f6_b1_dd_b1_d7_b6_a72003_2f_c8_c4_b1_e2" target=new> <B> </B><A> .
         ( :
         <li> <A HREF="http://zeropage.org/wiki/moin.cgi/_c1_f6_b1_dd_b1_d7_b6_a72003_2f_c8_c4_b1_e2" target=new> <B> </B><A> .
         <li> 하 <B>EditText</B> .
         <li>
         
         <li> <B> </B> .
          , .
          .
          ,
         .
         
         <A HREF="http://www.caucse.net/boards/default/view.php?table=alumni03&page=3&id=159"> </A>
         <A HREF="http://www.caucse.net/boards/default/view.php?table=alumni03&page=1&id=297"> </A>
         2003
  • Chapter II - Real-Time Systems Concepts . . . . 2276 matches
         RenameThisPage - Name Space . FrontPage --
          Timing correctness () . .
         Soft / Hard . Soft Real Time Task .
          High Priority Task Task .
          Hard System Task . Real-Time
          .
         === Real Time System ===
          . .
          . .
          편하 . Background System ISR (interrupt service rountines) Foreground system.
         ISR ISR .
         크 . .
         태 . I/O , Printer , Memory , KeyBoard .
          Task . Task Resouce Data . mutual exclusion () .
         티태 CPU Task . 티태 Back/Fore Ground Task
         .
         태 thread . Stack TCB .
         태 .[[BR]]
         DORMANT :: 태 태[[BR]]
         READY :: 태, 태[[BR]]
  • 데블스캠프2009/화요일후기 . . . . 2274 matches
         = 2009/화 =
          * ^^
          * - [http://zeropage.org/30883 ZeroPage - 판 - 화- ㅎ]
         == Robocode - ==
          * '''''' - , . . ...
          * '''''' - . . - 하 ㅇㅁㅇ?<< 히 회 . ㅋㅋ
          * [] - 폴트 . .
          * '''호''' - . 하 C JAVA . 하 .
         == winAPI - ==
          * '''''' - . . . . API , .
          * WinAPI . . --09
          * '''''' - API , . ... ㅇㅁㅇ(!) ㅋㅋ;;
          * '''호''' - API C C .
         == Abstractionism - ==
          * [] - .ㅋ
          * ㅋㅋㅋㅋㅋ - []
          * '''''' - . . (ex - , 형, class) . 통해 .
          * '''''' - , 해할 . .
          * [] - 학 OOP . . .
          * '''호''' - 해하 . .
  • 새싹교실/2012/해보자 . . . . 2274 matches
         = =
         || [호] ||
         || [] ||
         || [] ||
         = =
          * C C++
          * :
          * : C 통해 .
          * : 화 6 6 30 1 30
          * ZeroPage 4F([ThreeFs] + Future Action Plan) feedback .
          * Facts, Feelings, Findings, Future Action Plan. , , , , 획.
          * : " 5 .() .() .() .( 획)"
          * ?
          * feedback .
          * ZeroWiki . 하 .
          * . 학 .
          * ZeroWiki MoniWiki Engine Google Chrome Mozila Firefox, Safari Internet Explorer .
         = =
         == 1 ==
         || || ||
  • Adapter . . . . 2270 matches
         클 . '''Adapter''' .
         '''Adapter''' 한( ) object '''client''' ('''Targets''') .
         Smalltalk ''Design Patterns'' Adapter 패 class . class . [[BR]]
         DP [[BR]]
         DP p147 '''Adapter'''클 '''Adaptee''' . (adapt)할 . Smalltalk 한 형(Strong Typeing) , class '''Adapter''' '''Adaptee''' '''Adaptee''' 한 클 . [[BR]]
         DeleteMe ) --
          Adapter . ''Design Patterns''(DP139) DrawingEditor Shape . DrawingEditor Shape . 하 text TextView . DrawEditior TextView Shape . TextView Shape . TextShap Adapter class Shape (subclass) . TextShape TextView (reference) , Shape .; TextView . TextShape DrawingEditor TextView .
         
         TextShape Shape translator Shape TextView Adaptee 해 할 .:하 DrawingEditor TextSape TextShape TextView . [[BR]]
          Adapter Adapter Adaptee .; Shape TextView Adapter . Teilored Adapter .
          TextShape Adapter Adaptee interaction diagram .
         
          Tailored Adapter . Adapter Adaptee . The Adapter class . Adapter Adaptee hard-codes( )
         Adapter Adaptee . Adaptee 히 해 . Pluggable Adapter . Tailored Adapter Pluggable Adapter Client Adaptee . 하 Adapter클 . Pluggable Adapter
         ( )하 한 Model-View-Controller(MVC) 패 View (화 widget) . (moel data) .View . ; getter message setter message .: VisualWorks TextEditorView contects .
          . , value value: accessor message . (DeleteMe ). 해할 . 해 Pluggable Adapter, .-(Pluggable Adapter) (value message) Adaptee . value: 해할 .
          . employee application . , employee () 호(social security number) 포함하 application employee ' ' 포함한. 'socialSecurity' 'socialSecurity:' . .( DeleteMe ) value mesage socialSecurity 환 해. Pluggable Adapter . 한 interaction
         
          .; Pluggable Adpter ., Adaptee , 회해 perform: .|Pluggable Adpater Symbol , Adaptee perform .| selector Symbol #socialSecurity 'anObject socialSecurity' 'anObject perform: selector' . | Pluggable Adapter Message-Based Pluggable Adapter -(message-forwading) .| Adapter client Pluggable Adapter value value: , Adapter .| client 'Symbol #socialSecurity value '#socialSecurity:' 'value:' Adapter .| Adapter 'perform:'. Adaptee .| Sample Code 확한 .
  • STL/vector/CookBook . . . . 2264 matches
          : ["[Lovely]boy^_^"]
         = 팅( .) =
          * vector . vector list deque . vector 한 vector 헤 포함. STL #include <iostream.h> . std::cout, std:vector . using namespace std .
         = int형 int형 . =
         typedef vector<int>::iterator VIIT; // Object형 typedef vector<Object>::iterator VOIT;
          int ar[10] = {45,12,76,43,75,32,85,32,19,98}; // Object형 Object ar[10]={...};
          // Object형 vector<Object> v(...);
          // ar 0 9
          // v [0,10)
          // !
          for(VIIT it = v.begin() ; it != v.end(); ++it) //
          * typedef . , .--; . vector<int>::iterator 하 int형 vector 회하 . vector<Object>>::iterator 하 Object형 vector 회하 --; typedef해 . 하 .--;
          * vector<int> v~~ . vector<T> . , . . . C++ 10 11 . .--; 2 5 . 하 vector<int> v(&ar[2], &ar[6]) ?( .--;) .
          * for typedef 해 VIIT 형 회하 . vector<T> . begin() . 히 end() .--; 확하 ' '해 . 한테 . . * .
         = =
          * . .--;
          * , .
          cout << i+1 << "ㅤㅉㅒㅤ" << endl;
          * ? , c++ .
          * . . 행할 . 히 크 . .
  • Gof/State . . . . 2260 matches
          . .
          TCPConnection . TCPConnection . (Established, Listening, Closed). TCPConnection request , TCPConnection . 'Open' request Closed Established . StatePattern TCPConnection .
         StatePattern TCPState . TCPState 클 . TCPState 태- . TCPEstablished TCPConnection Established , TCPClosed TCPConnection Closed .
         TCPConnection 클 TCP state . (TCPState ) TCPConnection state 태- request (delegate) 한. TCPConnection 행하 해 TCPState .
          환할 , TCPConnection state . established closed TCPConnection TCPEstablished TCPClosed state .
          StatePattern .
          * . run-time .
          * . . . StatePattern . , .
          * 클 .
          * ConcreteState .
          * Context 화 하 .
          * Context .
          * Context 태- request ConcreteState .
          * context request State . State context .
          * Context . 클 State context . context , context State .
          * Context ConcreteState state .
         StatePattern .
          Motivation TCP 한 C++ . TCP , TCP 토토 . ( Lynch Rose [LR93] TCP )
         , TCPConnection 클 . TCPConnection 한 request .
         TCPConnection _state , TCPState . TCPState 클 TCPConnection 태- . TCPState TCPConnection , TCPState TCPConnection 환할 .
  • 데블스캠프2013/넷째날/후기 . . . . 2260 matches
         = =
         [], [], [], [], [협], [], [훈], [], [], [], [], [], [형], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [한], [], [], [], [환], [], []
         = / Clean Code with 페 =
          * . - []
          * Driver == Car -[]
          * . 히 Mission 3 행했. - []
          * . - []
          * - [훈]
          * . - []
          * !!!. ㅋ. 클 , ! 페 . , . . - []
          * - []
          * 클 . - []
          * 클 . - []
          * . , - []
          * , 클 . . - []
          * 3.. i .. 폭(...) -[]
          * top, top2, amount, amount2 ..--; 화했 . SI ......... . ㅋㅋ - []
          * ZP (...) . . jenkins sonar ... ㅠㅠ - []
         = 한 / & Java =
          * ... 2학트!! .ㅎㅎ - []
  • TAOCP/BasicConcepts . . . . 2249 matches
         == E( (Euclid's algorithm)) ==
          m n , (greatest common divisor)
         (m n ) .
         E1. [ ] m n r.(0 <= r < n)
         E2. [ 0?] r = 0 , ; n .
         E3. [] m <- n, n <- r , E1 .■
         Fig 1. E
         -------------------- ------------------ -------------
         | E1. |-------->( E2. 0? )-------->| E3. |
          |
         m = 119 n = 544
         E1 . m n 0 119. r <- 119
         E2 r ≠ 0
         E3 m <- 544, n <- 119
          m < n m n
          ( )
         E0. [m >= n ] m < n , m <-> n 환한
         E1 544/119 = 4+68/119, r <- 68
          E2
         E3 m <- 119, n <- 68
  • 이영호/개인공부일기장 . . . . 2248 matches
         10 26. . .
          . .
          ... ... .
          , .
          .
          .
         []
         ☆ - .
         ☆ - .
         ☆ - Advanced Programming in the UNIX Environment, Applications for Windows, TCP/IP Illustrated Volume 1, TCP/IP Protocol Suite, 테크, , 키텍, , DirectX9Shader, 클, IT, The Art of Deception: Controlling the Human Element of Security, Advanced Windows (Jeffrey Ritcher), Windows95 System Programming (Matt Pietrek)
         ☆ () - Effective C++, More Effective C++, Exeptional C++ Style, Modern C++ Design, TCP/IP (:O'Reilly), C , Add-on Linux Kernel Programming, Physics for Game Developers(:O'Reilly), (:O'Reilly), Hacking Howto(Matt ), Windows 행 파 , C
         ☆ - , C (함 ), GNU/LINUX, C , Add-on Linux Kernel Programming, Secure Coding 핵
         2005 7 4 () : Socket Programming
         2005 7 4~720 : C, Teach Yourself C, C ,, C 탈, C 테크
         2005 7 20 : Compilers(Jeffrey D. Ulman)
         2005 7 21~ 29 : C++
         2005 7 30 () : TCP/IP SOCKET PROGRAMMING(Bible)
         2005
         9
         4 - . 2학 행할 . . C Guru .
  • JavaScript/2011년스터디/3월이전 . . . . 2224 matches
          * 2011 JavaScript .
          * : '''화 3, 5'''.
          * : [], [], [혜], [하], []
         = =
          * 표하 표한.
          * [http://www.yes24.com/24/goods/2943930?scode=032&OzSrank=1 ] 행한.
          * .
          * .
          * 표하 .
          * 표한.
          * 표할 .
          * 표할 .
         = =
          * 3 10 .
          * 행한.
          * , , 3 .
          * 3 표한.
          * 3 .
          * 10 .
         = 행 =
  • 혀뉘 . . . . 2216 matches
         = Zeropage 7 =
         == ==
         == ==
          * 1978 해.
          * : A
          * : ,
          * 태 : 2.22 (-) , 3.30 (+)
         === ===
         I S F P -
          화하
          , .
          .
          .
          , .
          ,
          .
          , , , .
         
         
         
  • MFC/CollectionClass . . . . 2210 matches
         '''(Collection)''' .
         MFC 형태 3 .
         || Array || 합. 통해 함. , . ||
         || List || 합. Doubly-linked list . , . ||
         || Map || 합. 키 통해 . . . ||
          '' 형태 . 템플 한 형태 , 템플 VC++ . 템플 .''
          CArray, CList, CMap 템플 . {{{~cpp CTypedPtrArray, CTypedPtrList, CTypedPtrMap}}} 클 .
          템플 MFC CObject클. 템플 한 클, 포함한 , . .
         CArray< , > anArray
          , .
          || {{{~cpp SetSize()}}} || . , . ||
          || {{{~cpp Add(ObjectType)}}} || . ||
          || {{{~cpp GetAt(index)}}} || . ||
          || {{{~cpp operator[index]}}} || GetAt() , built-in . [[BR]] {{{~cpp pointArray.SetAt}}}(3, NewPoint)[[BR]]{{{~cpp pointArray[3]=NewPoint}}} ||
          || {{{~cpp Append()}}} || . ||
          || {{{~cpp InsertAt()}}} || . ||
          ''{{{~cpp ConstructElements(), DestructElements()}}} , .''
         CList< , > aList
          , .
          ㅤㅉㅒㅤ , .
  • 지금그때2006/여섯색깔모자20060317 . . . . 2206 matches
         = 토 =
         [] 험한 [] . [].
          [] . 학 4 ''' '''. 한 ''' 회''' . 평 . [] 통해 , '''''' ? 한 [] '''''' [] .
          , , . 홍 . . 행하 . , , .
         [] OpenSpaceTechnology 토 . . , , . , .
          [] . .
         = , =
         하: .
         파: . 하 .
         하: 6-8, 화7~9, ,5-7
         파: ? .
         : 3표, 토 1표
         : 5 .
         파: .
         : . 4 .
         파: .
         : . 4 .
         : 7 .
         파: . 3.31 4.7. .
         : 3.31 표, 4.7
  • 상협/학문의즐거움 . . . . 2204 matches
         = =
         == ==
          * 키 탐험 . . .
         == ==
          * . , 포함한 , .
          * . . 활활 .-_-; . . . .. .
          * , 폭하 .
          * ... .. . . -_-;, . .. . .. , . .
          * - ?
          * . . . . . 2 1. . ~?.. . -_-;; ... 화( ..합.-_-;) .. .
          * .
          * . . [""] . . -_-;
          * . .
          * .. .. . 통해 .
          * .
          * . .. .. . .. . .
          * 활 태 , , , , .
          * .
          * .
          * . 페 . . . .
  • 우리홈만들기 . . . . 2199 matches
          '''홈페 ~~'''
         == ==
          *혜 ["setsuna"]
          * ["푸"]
          * ["woodpage"]
          *훈 ["zennith"]
         == ==
          *~~2 28
          * 28 ,혜,
          *''' ''' ~~
         == 표 ==
          * -
         == ==
          * . ^^;;
          * 홈페 .
          * 3
         == ==
          * .
          * .
          * ,파,,
  • 새싹교실/2011/學高 . . . . 2196 matches
          * 학(學事警)
          * , C .
          * : 16~18
          * : C
          * 학 행합.
         = =
         || || [하] ||
         ||<|3> 학 || [] ||
         || [호] ||
         || [] ||
          * 하: NateOn: '''koreang1@naver.com''' ~
          * . .
         = 회 feedback =
          * 행하 feedback .
         == 회 ==
          * .
          * . .
          * ZeroPage 4F([ThreeFs] + Future Action Plan) feedback .
          * Facts, Feelings, Findings, Future Action Plan. , , , , 획.
          * : " 5 .() .() .() .( 획)"
  • 새싹배움터05 . . . . 2195 matches
         ZeroPagers 화하 트, ZeroPage활 .
          , .
         = =
          . , .
          ,
          ??[[HTML(</font></b>)]]
         = =
          . ~ ^ ^
         == ==
          * .
          * 큰 6 .
          * [05] 통하 행해 .
          * .
          * C [C2005] .
         || _ || () || || ||
         || 1_4/4 || C ([]) || [05/] || [/2005.4.4] 행 ||
         || 2_4/11 || C ([한]) || , 포 || ||
         || 4/18 || || . || . ||
         || 3_4/25 || [C] ([]) || 포 || 포 ! ||
         || 4_5/2 || [] ([]) || Refactoring || . ||
  • 정모/2007.3.6 . . . . 2195 matches
         3/6
         5:30
          :13 , 태, , , , 호, , , 허, 훈, , , 태훈.
         == ==
          ( )
          : -> , , 트 표(),
          : -> TDD, JAVA , AI트 하 MFC 환, 학 .
          : 태 -> 트, , ( ) => 함.
          : -> . 함. .
          : -> 함, . . 획.
          : -> : 02학 . 함. 히 한 .
          : 호 -> 112 함. . . OT .
          : -> , , . 2 .
          : 허 -> 3 트활 함. 함. 2 함. .
         ... , 항 .
          : 훈 -> 트 활 함. . 2 . 2 . 3학 . 3학 .
          : -> . . . 트활 히 할 .
          : -> 06 5 => 7 트 활 3 함.(LG QA활 함) => 10 3 (, , ). 2학 . .
          : 태훈 -> 함( ). ., 함. . ~
         *
  • FreechalAlbumSpider . . . . 2186 matches
         ["1002"] 트. (10 20 ~ 29) .
          * : http://dolcom.toher.net/~reset/zb/zboard.php?id=gallery
          * : ZPCvs:FreechalAlbumSpider (테 proper.py )
         === ===
          . . , . , . , .
          ClientCookie , .~
         === ===
          , ' ?' . getImage.asp 화 통해 . JPG , getImage.asp .
         ["1002"] webdebug Proxomitron , HTTP GET/POST, HTTP Header . , .
         === ===
          ; . 한 .
         vi - python - ctags - grep . Python IDE 편한 . .
          해 Remote Test 행했, Local Test HTML , TDD , Local Html Test . ProjectPrometheus , .
          , 해 BottomUp . , '?' , . , .
          , SpikeSolution . . , ' - ' .
          3 TDD PBI 행했, , .
          환하 , DB . -> PHP Python 포팅하. PHP , (?) . 하, 테 확하 , .
          MySQLdb , update query . 행했 , MySQLdb cursor 클 , . (DB , .) try-except , . .
         == ==
          python , .
  • 위키를새로시작하자 . . . . 2171 matches
         2000 페 , ZeroWiki , . , .
          ZeroWiki , Wiki , 함 ? . ZeroWiki , , , () . ZeroWiki , , .
          , , 투표 .
         , ?
         '''OneWiki 1 . 허, ZeroWiki . OneWiki ZeroWiki 통합하. 통합 DuplicatedPage 한 통합 , 해 .'''
         === ===
         || 투표 || 해.|| . ||
         || [택] || O ||. ||
         || [] || O ||. ||
         || [] || O || . ||
         || || 0 ||.||
         || 허 || . ||0||
         || 합 || 8 ||. ||
         === ===
          NeoCoin : , , , , 화, 험하 . , , NoSmoke:SisterWiki ( ) 하 . , .
          snowflower : , . .
          . , 02 학 , . . --NeoCoin
          택 : .
          [] : ?
          , . . --NeoCoin
  • HelpOnLinking . . . . 2170 matches
         #keywords inter wiki,moniwiki,wiki,wiki name,
         == 크 ==
          {{{http://kldp.org}}} '''''' http://moniwiki.kldp.org . , . {{{[http://moniwiki.kldp.org]}}} [http://moniwiki.kldp.org] '''''' URL . .
          `http:`, `https:`, `ftp:`, `nntp:`, `news:`, `mailto:`, `telnet:`, `file:` .
          . {{{[^http://kldp.org]}}} {{{^}}} (키 확) [^http://kldp.org] .
          `config.php` {{{$external_target="_blank";}}} .
         하 .
         <!> {{{<Control>}}}키 .
         == 크/ ==
          URL ("{{{.gif}}}", "{{{.jpg}}}" or "{{{.png}}}") .
          {{{http://moniwiki.kldp.org/imgs/moniwiki-logo.png}}} http://moniwiki.kldp.org/imgs/moniwiki-logo.png . . , {{{[http://moniwiki.kldp.org/imgs/moniwiki-logo.png]}}} [http://moniwiki.kldp.org/imgs/moniwiki-logo.png] , .
         == 페 ==
          .
         === CamelCase 크 ===
         {{{WikiName}}} WikiName .
         === (호) 크 ===
         {{{[키]}}} [키] . 키 확 .
         === (호) 크 ===
         {{{[[키]]}}} [[키]] . MoinMoin MediaWiki , 호환 .
         /!\ . {{{[[Date]]}}} Date , Date . .
  • 정모/2011.5.23 . . . . 2169 matches
          * : [], [혜], [], [], [], [], [황], [], [], []
          * . - [하]
          * 휴 [] [wiki:SibichiSeminar/TrustModel ]
          * ~
          * [혜] Script Language everywhere
          * OMS : []
         == ==
          * ..
         == JCO ==
          *
          * 6 19 .
          * .
         == ==
          * 7 .
          * 5 . 회 할테 ~
         == ==
          * .
          1. OMS , ㅜㅜㅜㅜ .
          1. OMS ScriptLanguage , ㅋㅋㅋ
          1. [JavaScript/2011] OMS . ScriptLanguage . ZeroPager OMS ScriptLanguage .
  • 신기호/중대생rpg(ver1.0) . . . . 2167 matches
          * Total lines of code: 760( )
          * 행할 .
         // 호. all rights reserved.
          printf("<< rpg ver1.0 made by 호>>\n<< .>>\n");
          printf("1.\n2.\n3.\n");
          strcpy(T[0].name,"208");
          strcpy(T[1].name,"");
          strcpy(T[2].name,"R&D");
          strcpy(T[3].name,"흑");
          strcpy(T[4].name,"탕");
          strcpy(item.name," ");
          strcpy(item.tooltip," .");
          strcpy(Enemy[0].name,"");
          strcpy(Enemy[1].name,"");
          strcpy(Enemy[2].name,"");
          strcpy(Enemy[3].name,"");
          strcpy(Enemy[4].name,"");
          printf(" : ");
          printf(" %s .\n?\n",T[Main.townNum].name);
          printf("1. \n2.\n3. 템 확\n4. \n5.\n6.\n7.\n");
  • 정모/2012.4.9 . . . . 2166 matches
          * : []
          * : [], [], [], [], [혜], [], [], [], [], [], [], [], [],[], [], [], [], [], [환], []
          * [] '' !''
          *
          * []
          * []
         == /트 ==
          * [Spring/탐험]
          * [wiki: ] .
          * PairProgramming
          *
          * SNS
          * [UDK/2012]
          * 테크
          *
          *
          *
          * [2012]
          *
          *
  • PragmaticVersionControlWithCVS/Getting Started . . . . 2144 matches
         CVS . -_-; 패키 , . . apt-get install cvs .
          CVS CVS .
         CVS .
         Unix: cvs -d ~/sandbox init // /home/CVSHOME .
         CVS클 형태 , GUI형태 TortoiseCVS, WinCVS . (sourceforge.net) 한 IDE CVS 클 . (ex. eclipse, dev-cpp)
          CVS . .
          .
         import .
         -m " " 포트할 . (파티 .)
         sesame
          2(sesame initial) tag.
          CVS ls .
          . ~/work .
         ~/work ~/work/sesame .
         '''color.txt '''
         color.txt .
          '''status''' cvs .
         한 '''diff''' .
         '''--side-by-side''' 한화 .
         파 , UnitTest .
  • YouNeedToLogin . . . . 2144 matches
         페 한 YouNeedToLogin , .
         ''''''
          * RecentChanges 페 info action(파) .
          * 한 페 .
         ''''''
          * .
          * .
          * .
         [""] . . http://c2.com 편한 . , css , 편 형태 .
          '' 한 RecentChanges . ZeroWiki .'' --[""]
          [""] id . id 7 , ... --["neocoin"]
          ''id ["neocoin"]페 . [""] 페 .--[""]''
          '' '' . , 한 RecentChanges 한 형태 . , . , ?
          ''ZeroWiki . . . YouNeedToLogin . --[""]''
          RecentChanges , , . Document . , . http://c2.com . --["neocoin"]
          ''DeleteMe , 한 ' 편' 한 형태 . --[""]''
          . http://c2.com , , edit , .
          , , .
          ''[""] 택할 , YouNeedToLogin . [""] . --[""]''
          ' 화' . . --[""]
  • 5인용C++스터디/키보드및마우스의입출력 . . . . 2140 matches
         == 1.키 ==
          * 1-1) WM_CHAR
          키 (WM_CHAR) . (Focus) . 티 태 . .
          .
          행해 . 키 .WndProc str . WndProc static . WinMain 함 .
          . 키 WM_CHAR WM_PAINT . WM_CHAR WM_PAINT . .
          WM_CHAR wParam wParam .
          wParam str .
          wParam 0 . 키 str .
          키 str WM_PAINT . WM_PAINT . WM_PAINT InvalidateRect 함 . WM_CHAR InvalidateRect 함 .
          키 WM_CHAR . WM_CHAR . Ins, Del, PgUp, 펑 WM_CHAR . WM_KEYDOWN .
         WM_KEYDOWN wParam . (Virtual Key Code) .
          / / 키
         VK_LEFT / 25 /
         VK_UP / 26 /
         VK_RIGHT / 27 /
         VK_DOWN / 28 /
          / 30 ~ 39 / 키 0~9
          / 41 ~ 5A / A~Z
         VK_F1 ~ VK_F16 / 70 ~ 7F / 펑키 F1 ~ F16
  • 새싹교실/2011/쉬운것같지만쉬운반/2011.5.3 . . . . 2135 matches
          ~
          - ... ..
          - ( : 함 )
          - ( 형 : )
          - ( 09 10 )
         = =
          * 학 ( SelfTest )
          * , 학 .
          1. Programing Language ?
          2. "Program " ?
          3. C exe파
          4. file object파 ? ?
          5. assert 함 ?
          6. (Pre-processor) ? ?
          7. printf함 ?
          8. ( bit, Shit 포함 )
          9. . 통해 32bit 64bit .
         = =
          * ( 5 9 ) 6 행합~ ~
          = =
  • callusedHand/books . . . . 2124 matches
         == ==
          "OCU 토 "
          . 하 호하 . .
          . , , . . 하 . , . . 화하 . , . , .
          . . . , . . , . , 큰 토 ?
          . . . . 통해 . ? . ? . 50 호하 . 한 토토 튜 . 토, 포할 . 하 80% ? 편 . .
          험하 . . , .
          . .
          , 한 학. , , , , 통합, 트, . .
          , , . , . . . 화 할 .
          .
         == ==
         == . ==
  • XpQuestion . . . . 2121 matches
         XP
          ''Xper '' , '' Faq . Xper . ^^; (Xper . 페 .) --["1002"]''
         === XP ? ===
         SE XP ?
         - ''. XP XP Practice . 하, XP Practice 행하 . (TestDrivenDevelopment, ["Refactoring"], ContinuousIntegration,SimpleDesign, SustainablePace, CrcCard Session . Planning . 학 , .) , .
          Practice , . ( .) Refactoring OOP 해할 ( 확하 .) CrcCard OOP ResponsibilityDrivenDesign . Planning . Pair 확하 ''해. . 행할 , .
         , TestDrivenDevelopment . Test . (Test 해 큰 , AcceptanceTest )
          Pair . Pair , . ( .)
         === UserStory 행할? ===
         === UserStory, Engineering Task ===
         === Story Card ? ===
          . 100 Index Card .;;
         - Story Card Kent Beck . Story Card AcceptanceTest , 테 AcceptanceTest . Index Card . & ' ', 'Repository' .
         === XP Documentation . ===
         - . Documentation , ( , ) Documentation EngineeringTask () . (Documentation .)
         === OnSiteCustomer. 하 ... ===
         === ===
          : 회 , '' . , Iteration Story .
         === PairProgramming ===
         PairProgramming XP . Man-Hour .
  • 새싹교실/2012/절반/중간고사전 . . . . 2110 matches
         == 1회 ==
          * 4 3 2 ~ 4 @ 6
         === ===
         ==== ====
          * 행했. 파토 . . 행하 .
          * 4 행했. ^_T
          * . , 형, 히 했 ? -_-; .
          * . OT , . 행해 . . 2 4 . 4, 5 .
         ==== 형 ====
          *
          *
          * for
          * %
          *
          * .
          * .
         ==== ====
          * 3
          * for
          *
  • 정모/2012.12.3 . . . . 2109 matches
          * : [] [] [] [] [] [하] [] [] [] [형] [] [] [] [] [] [] [희] []
          * : [형]
          * []학 ()
          * OMS: [형]
         == 회 ==
          * 12/26() .
          * 4 파티 행할 .
          * 1/12~13
          * AI 4 1
          * Mindstorm ..?!
          * (펜) .
          * 한해 ..!
          * .( MT ..!?)
          * 평 .. 1 .
          * .
          * .
          * 6 PC .
         == IT ==
          * , 학 2~3학 ?. . 화한 .
          * , . 탐탁 . .
  • 시간관리하기 . . . . 2105 matches
         DeleteMe) HowToManagement... . -_-; . -_-; . . --["1002"]
         ["/2002.9.26"] , ' ...' .
          , ?
          ' ' , .
         ["1002"] , . , . (하, ;)
          * - 크 한, . , . . : 5. : 2.
          * 3 - 'CEO ' . 3 3 .; , 통 3 . 획표 .
          * 핸 - . . 핸 , , 핸 , !; To Do List .
         === ===
          . , , 한편 . .
         ==== 7 ====
          , , . (, , . )
         ==== CEO ====
          . , . . 학 . , .
         ==== Getting Things Done ( ) ====
          , ; ( ;) 학 / .
          '', 하 . TDD 'To Do List ' .
         '''하'''
          . . 離 .
          , XP .
  • 3DGraphicsFoundationSummary . . . . 2104 matches
         = 1 =
         == ==
         === ===
          * : . Z, X, Y, .
          * : 해하 . Z, X, Y
          * : . ρ, z θ, x φ . ,
         === ===
          * .. . . ..
          * .. . 화 .
          * ⓐXⓑ . 180 행하 . --;
          * : |ⓐXⓑ| = |ⓐ||ⓑ|sinθ
          * :
         === 행 ===
          * 3X3
          * (i,j,k x,y,z )
          * 향 판? ..
         == 3 환 행 ==
          * ? , 평행 , 하 .
          * 3 x,y,z w . 1 .
         === (헉 ?) ===
  • JavaStudy2004/자바따라잡기 . . . . 2103 matches
         === ===
          * '''[Java] '''
          (JAVA)하 . . , .
          , 한 향 . . 행할 , , .
          (OS) 행할 .
          (Language) 해하 .
          .
          . (James Gosling) . C , 한 호환 , 한 해 .
          C C++ . C , . 통합하 트(Green Project) . 1993, ( ) . (HotJava) (WebRunner) . . . .
          * '''[Java] , C++ '''
          *
          * [http://www.homepi.co.kr/java/java_4.htm]
          * No More Automatic Coercions: .
          * '''VM() ? '''
          *1. , 행 환 , , 행하 () . 한 플 , . , , . . ""() , 합, 합, 택, heap, . , , , . . , , JIT .
          *2. IBM , , .
          *3. IBM 한, . , IBM VM/ESA IBM S/390 .
          *4. , 행하 , .
          " . - . , , . 해, , . , , .... , 해하 , ."
          : 1997 9 72 , David Gelernter "Truth, Beauty, and the Virtual Machine".
  • 정모/2012.3.19 . . . . 2103 matches
          * 학회 ZeroPage .
          * : [], [], [], [], [], [], [], [], [], [], [황], [혜], [], [], [], [], [PichotFabien],[],[], [] ...
          * 13 ㅜㅜ - []
          * [] DLL Injection
          - PE Format
          - DLL
          - DLL Injection
          - DLL Injection (myhack.dll Inject)
          * (True or False)
         == PC ==
          * 학 .
         == & ==
          * [Spring/탐험]
          * CommonsMultipartResolver .
          * Linux Kernel
          * UDK
          * 함
          * 4 . - []
          * ( )ㅋㅋ - [혜]
          *
  • 정모/2007.3.13 . . . . 2099 matches
         (3 13)
         == 회 ==
          : 18 ( , 태, , , 희, , 허, 형, , 호, , , , , , 훈, , )
         * ..
          - 회, 편, , , , , , , .
         *
         *
          - : ....
         *
          - : OR
          - : 22 7
          - :
          @ : => 회
          @ ZP : PPT, =>
          @ (C) :
          - , ZeroPager
          - PC ? => PC . =>
          - ( 1학 ) ., 1학 .
          - . .
          =>=>=> - => 형, 형, , ,
  • 데블스캠프2005/RUR-PLE . . . . 2097 matches
         = [2005]/[RUR-PLE] =
          * : 01
          * :
         = =
         == 확 ==
         || ||
         || [2005/RUR-PLE/Sorting] ||
         || [2005/RUR-PLE/TwoMoreSelectableHarvest] ||
         || [2005/RUR-PLE/SelectableHarvest] ||
         || [2005/RUR-PLE/Harvest/Refactoring] ||
         || [2005/RUR-PLE/Newspaper/Refactoring] ||
         || [2005/RUR-PLE/Newspaper] ||
         || [2005/RUR-PLE/Harvest] ||
         = =
          * : 4 5
          * 5
          * 5
          * 5 + 5
          * + 5
          * 5
  • 데블스캠프2009/수요일후기 . . . . 2074 matches
         = 2009/ =
         == RootKit - ==
          * '''''' - kernal . OS Ring system . dll . . VMware . .
          * '''호''' - . 험하 .
          * [] - OS 1,2학 1학 =_=;; . 키페 ;;
         == OOP - ==
          * '''''' - . , 해하 . 트 -> -> 확한 .
          * '''호''' - . .
          * [] - . Abstractionism , . OOP ..;;
          * [] - . 해하 . OOP . 휴 1~2 C++ 할 1,2학 .. 휴 PPT 3 3~4 . OOP . Run&Fix 2~3 Abstractionism 20 , 편한 . . . .. .. 90% . . API 해할 .. .
         == Java & JUnit - [] ==
          * '''''' - . , JUnit test . 통한 svn JUnit test . . 한 한테 .
          * '''호''' - JAVA . JUnit test .. . .
          * [] - . JUnitTest 트 해 ( OOP ). 한 Java, JUnit . 하 '''JUnit'''. . 1,2학 Java 행할 .
  • 위시리스트/130511 . . . . 2070 matches
         = (5 11) =
         ''' .'''
         == 5 ==
          * (: 5) : 학회 , 함. - []
          * A4 10 (: 5) : . (2학 ) -[]
         == 4 ==
          * 트 : 101 (: 4), : -[]
          * Clean Code 클 , : 트 C. 틴 (: 4)-[]
          * 2 .
          * , : B. 크, W. (: 4) -[]
          * (: 4) : 함. 화 -[]
          * 토 2 (: 4) : .
          * Computer Security, 2/E (IE), (: William Stallings) -[]
          * Mastering MATLAB, (: Duane Hanselman) -[]
          * 64 OS 1, 2 / : 한훈 / 한 -[]
          * - ..? - []
          * - []
          * 향: The Summer is Comming... - []
          * ? .. ...
         == 3 ==
  • CauGlobal/Interview . . . . 2069 matches
          .
         == 통 ==
          * ?
          * ?
         == 학 ==
          * 학 ? ?
          * ? ?
          * ?
          * ? (, , )
          * 학협 ?
          * ? (한 )
         == ==
          * officer (. ) ?
          * ?
          * ?
          * ? ?
          * ? ( )
         === ===
         Profile : Stanford Ph.D 2
          * ?
  • 데블스캠프2005/게임만들기/제작과정예제 . . . . 2067 matches
         == [2005]// ==
         === 화 ===
         화 .
         start(), color .
          , 1~10 .
          block .
          행해. .
         block[x표][y표]= ;
          , 0 .
         block_next, next 34 .
          .
         block_next[x표][y표]= ;
         === 할 ===
          행하 .
         테트 , .
         
         1. .
         2. next .
         3.next .
         4. .
  • MoniWikiPo . . . . 2063 matches
         msgstr "%s %s() "
         msgstr "\"%s\"() "
         msgstr ""
         msgstr "<b></b> ---- ."
         msgstr " "
         msgstr " %d"
         msgstr " %d"
         msgstr " "
         msgstr "트"
         msgstr ""
         msgstr ""
         msgstr " "
         msgstr " "
         msgstr ""
         msgstr "편 "
         msgstr "Comment ."
         msgstr "페 "
         msgstr ". ."
         msgstr ""
         msgstr "%s "
  • 레밍즈프로젝트/연락 . . . . 2063 matches
         [트]
         -_- -_- -
         GIF ...-_- ㅋ 헤 7kb 32kb;;
         확히 GIF ...-_-ㅋ
          -_-
         [] -_- Map Pixel ; - ?-_-
         Upload:Map.gif
         1. : Map Pixel ... 흠... Map 2 ?? (List) (Vector) . Pixel 2 Vector -_-ㅋ( [http://www.redwiki.net/wiki/wiki.php/boost boost] [http://www.redwiki.net/wiki/wiki.php/boost/MultiArray ] 한 STL -_- boost ... vector ...)
         2. 픽 : Pixel draw CMyDouBuffDC* . SetPixel(int x, int y) 통해 ( [트//SetBit]) 통해 한 픽 .
         3. 화 한 픽 pixel -_- -_- rectangle -_-
         4. . , , -_- 토하 .
         4. CMyDouBuffDC . View OnDraw.
         -
         -_- ;
          ..
          ;
         
          ㅋㅋ
          -
         5 ㅅㅣ ㅎㅎ
  • Z&D토론/History . . . . 2060 matches
         === ZeroPage Devils ===
          행하 () .
          화 하 행한 . . . .... '''' . --Jihwan Park
          .. 태형 .. . 한 행 .. .. 4학 01 . . .. 01 . .. . --태호
          .. , . ( ). ( )"학" 행할 . . , . . 2 . . . . . -
          zp . 99 , , zp . --
         학회 . 한 학회 . , . . . 합하 . --
          zp . . zp zp 혁하 . --
         === ZeroPage Devils ===
          .. . .. . . . .. . . . - 태호
  • 새싹교실/2011/A+ . . . . 2055 matches
          * ? ? - []
         = =
         || || [희] ||
         ||<|6> 학 || [] ||
         || [] ||
         || [] ||
         || [] ||
         = 회 feedback =
          * 행하 feedback .
         == 회 ==
          * .
          * . .
          *[/2011/App] . assert . - []
          * ZeroPage 4F([ThreeFs] + Future Action Plan) feedback .
          * Facts, Feelings, Findings, Future Action Plan. , , , , 획.
          * : " 5 .() .() .() .( 획)"
          * ?
          * feedback .
          * ZeroWiki . 하 .
          * . 학 .
  • 새싹교실/2012/새싹교실강사교육/1주차 . . . . 2053 matches
         = 1 =
         1 : !
         - , Ice Breaking, , Wiki ( !)
         || ! ( )
         1. , 학 ( ?/?/ ?/한 )
         2. , 학 (1. , 2.2 , Wiki?, 2.4.1 ? )
         3. /2012//
         4.
         5. 회 ||
         1. ?
          험하 05 ZeroPage . 12 한 행 학회(ZeroPage, Netory, CLUG) Feedback 통해 . 한, Wiki , 회 통해 .
         2.
         2.1 : () + + 학 + + 회
         2.2
         ||1) (, ) .
         2) Ice Breaking ( , , , ~) (10 )
         3) (5 )
         4) 행( )
         5) 회 행(10 ~ 20)
         6)
  • [Lovely]boy^_^/Arcanoid . . . . 2052 matches
         == ==
          *
          *
          * 크( )
          * 크( ?--; 1 2 .)
          * . .
          * 1ms , 5ms .
          *
          * , ,
          * . 확히 .
          * . . 1/4 1ms .
          * . 한 90 , .
          * . , 한 , 클 . CArcaBall .
          * ... . --;
          * .
          * , ..--;
          * 화 : , . OOP ..--;
          * .--;
          * .
          * .
  • 정모/2002.5.30 . . . . 2052 matches
         = =
          * 2002 5 30
          * 7
         = =
          * : 21
         || 학 || ||
         || 01 || 협, , , 호, , 희, , ||
         || 00 || , , 혜, , 택, ||
         || 99 || , , , , , , ||
         = =
          * ?
          *
          * : , , , 호, , , , 희, , , , 협,
          *
          * 하 : 23 ~ 28 (~ 토 )
          *
          * ,
          * ?
          * 페
          * 페
  • 2006김창준선배창의세미나 . . . . 2050 matches
          * ~
          * Out of the one box box .
         == , ==
          * , 통해 . 한 Play, Pause, Backward .
          * , .
         == Ritual ( - , .) ==
          * 파파 , . . 통해 , .
          * .
          * . ( )
         == Analogy() ==
          * Universal Patterns - General Coceptual Framework : (Reflective ,,), 행,
          * . , . .
          * Genetic Algorithms - (합) .
          * Cross Over - .
          * Elitsm - ??..
          * Probability - 통해 . , 하 ?
          * Fitness - ?,,
         = =
          * ,,
          * ,,
  • CppUnit . . . . 2047 matches
         C++ UnitTest 한 UnitTestFramework. http://sourceforge.net/projects/cppunit/ .
         C++ 형태 UnitTestFramework CxxTest .
         VC 7.0 팅 화 . --NeoCoin
         [http://janbyul.com/moin/moin.cgi/CppUnit/HowTo/Kor ] VS2005 . -
         = =
         Visual C++ 6.0 . 해 환 해 해 .
         == 1 - 항 ==
         === Library 화 ===
          lib 폴 Library .
          * Library 화 : {{{~cpp ...cppunitexamplesexamples.dsw }}} {{{~cpp WorkSpace }}} {{{~cpp FileView }}} {{{~cpp CppUnitTestApp files }}} Set as Active Project .( .) lib 폴 library 화 .
          행해 ( 한) .
          .
         == 2 - CppUnit 팅 ==
          === include, library directory ( 택한.) ===
          1.
          a. Tools -> Options -> Directories -> Include files cppunit
          * Tools -> Options -> Directories -> Library files lib
          * 해
          1. RTTI 크해.
          * Project Setting - Link - General - object/library cppunitd.lib, testrunnerd.lib .
  • DPSCChapter3 . . . . 2039 matches
          . 클
          합( ) 품() .
          패 . 포함한. Abstract Factory 패
          하.
          , 품() .
          , , , 포함하 . ,
          . Ford Ford . Ford Family . ,
          part family .
          Ford parts,Toyota parts,Porsche parts . 한 클 통해. 한 하
          . CarEngine 하 , CarBody body .
          (, CarEngine Base Class 통해 Ford Engine,Toyota Engine .)
          , 택하 , 하 합(Family)
          . (Toyota Ford .)
          faimily (,..) .
          Abstract Factory Pattern .
          ( : Abstract Factory Pattern Factory Pattern .Factory Pattern Base Class
          택할 .
          Abstract Factory Pattern Factory 택할 행한. )
          .
          Vechile CarPart Object 클 . , .
  • MoreEffectiveC++ . . . . 2039 matches
         ANSI C++ . ["EffectiveC++"] .
         = =
          - wowbook
          * ANSI C++ . 확한 . 35 . , , 포 팅, , C++ .
          *
         - 포
         - C++
         - 폴트
         - 환 함
         - 형태
         - new delete
         -
         -
         -
         -
         - 확화
         - 황 핸
         - 20/80
         -
         -
  • 지금그때2005/홍보 . . . . 2039 matches
         = =
          ~
          . -
          , 10? 하 . - 04
          . -
          . - 04
         .... . . - 04
          회할 . .. .
         OST , ( 포함) 히 하. -
          . 03
          . -03 황-
          . -
         ++++++++ ! +++++++++
          .
          .
          .
          ...
          .
          ...
         .
  • ProjectZephyrus/Afterwords . . . . 2038 matches
         2002 6 27 6 ProjectZephyrus .
          * 행 : [""]
          * : , , ,
         === ===
          1. 행하 '' . ( 함) , 한 .
          1. 행하 '' . ( 함) , 한 .
          1. , . ( . 하, . 해, 해)
         === ===
          * deadline . - 6 10 .
          * . - ["ProjectZephyrus/Server"] .
          * Server Architecture . - .
          * Pair Programming . - Pair Programming .
          * WORA 험해 - /테트 한 linux ZeroPageServer .
          * CVS CVS 험해 .
          * .
         === ===
          * server Client meeting .
          * . ( , )
          * IDE / 트 화 트해.
          * 클트 파트 Doc Convention .
  • MindMapConceptMap . . . . 2024 matches
          / 트 . 해 , .
         How To Read a Book ' ' ' ' . , . 知道. .
         MindMap , . (SWEBOK ) 5-10 . . ( .)
          1 MindMap , MindMap 한 3 ( 통 5-10 . ' ' ! MindMap ConceptMap . Map .)
          : ' ' , 'Use Your Head' (토 ) - MindMap .
         ConceptMap Joseph D. Novak MindMap . (60-70) Constructivism .
         MindMap . Tree . 통 MindMap MindMap. , . 하 .
         ConceptMap 'Concept' 'Concept' , 트 wiki:NoSmok: . 'TopDown' , 'Concept' . ConceptMap MindMap . MindMap ConceptMap .
          MindMap . 하, MindMap . ( MindMap Tree ) MindMap Refactoring ; MindMap MindMap ConceptMap .
         ConceptMap Concept Concept Concept Relation .
          : 'Learning How To Learn', 'Learning, Creating and Using Knowledge - Concept Maps as Facilitative Tools in Schools and Corporations' (Joseph D. Novak)
          MindMap ConceptMap . 하, . ( . ["TabletPC"] + Visio ;) MindMap ConceptMap , , Mapping 해 . (["1002"] ; . , + 펜 . ^^; Map .)
         === ===
          * MindMap ConceptMap . DivideAndConquer : DynamicProgramming. MindMap , ConceptMap .
          MindMap, MindMap , ConceptMap . --
         ''' .''' [""] . . 택해 '' '' . . '' '' [""] '' '' 통해 .
          ''MindMap . --''
         MindMap Node Hierarchy . 한한 Node . . . .
         MindMap . (형 트) . [1002] ToDo ( ToDo outline .) . ProblemRestatement . --[1002]
         ["학"]
  • EightQueenProblem . . . . 2023 matches
          . 8X8 8 . ( 8 -- -- .
          Input .
          .
          . . . , . , , , . . , (AnalyzeMary), ''' .''' . /, . --
          Wiki:SandglassProgramming . 화 (pause) .
         ||||||('''''')|||| Source ||
         |||| 3h:20m || 40 lines || C || ["EightQueenProblem/"] ||
         ||[""]|| 1h:10m || 73 lines || C++ || ["EightQueenProblem/"] ||
         ||태호|| 0h:35m || 71 lines || C++ || ["EightQueenProblem/태호"] ||
         ||[""]|| 2h:38m || 141 lines || C++ || . ||
         ||호|| 2h:29m || 58 lines || C++ || ["EightQueenProblem/호"] ||
         |||| 4h:50m || 135 lines (+ 82 line for testcode. total 217 lines)|| python || ["EightQueenProblem/"] ||
         |||| 0h:47m || 72 lines (+ 58 line for testcode. total 132 lines)|| python || . ||
         ||택|| 2h:00m || 75 lines || C++ || ["EightQueenProblem/택"] ||
         |||| 1h:05m || 114 lines || java || ["EightQueenProblem/"] ||
         ||환|| 2h:30m || 71 lines || C++ || ["EightQueenProblem/환"] ||
         |||| 1h:9m || 73 lines || C++ || ["EightQueenProblem/"] ||
         |||| 6h:00 || 패 || python || ||
         |||| 1h:50 || 36 lines || python || ["EightQueenProblem/"] ||
         ||햇|| 10h:50m || 111 lines || C || ["EightQueenProblem/햇"] ||
  • Linux/RegularExpression . . . . 2011 matches
         = =
          .
         '''''' .
          MS *(asterix) .
          .
          . -.-;
          * ^(caret) : 함. ^cat cat ...(cats,cater,caterer...).in the line rather real text
          * $(dollar) : 함. cat$ cat ...(blackcat, whitecat, ....) in the line rather real text
          * [](Character Class) : seper[ae]te 하 seperate, seperete 포함한.
          * - (dash) : .([].. '-' ) [1-6] 1~6
          * ^ : [] . [^1-6] 1~6 ..
          * . (dot) : . 03.19.76 하 03/19/76,03-19-76,03.19.76 .
          * |(OR) : . [] | . gr[ea]y, grey|gray,gr(a|e)y .
          * ()(parentheses) : a(a|b)cde 하 aacde, abcde . [a|b]하 | (a|b) () | OR.
          * -i(option) : . )egrep -i '^(From|Subject|Date): ' mailbox
          * \< :
          * \> :
          * ? : one optional, ? . colou?r 하 color, colur .
          * * : ? ( ) ( 포함)
          * + : ? ( )
  • 데블스캠프2002 . . . . 2008 matches
         = 2002 =
         2002 6 23 6 28 .
         === 항 ===
          * 회 . 해, 해. ["2002/"], ["2002/황"] .
          * 키페 . 페 > {{{~cpp BaseBallGameProblem/협}}}
         === ===
          6 23 ~ 6 28 9 (6 )
         === ===
          5 PC2, 7 PC ,
         == ==
         || 98 ~ 90 학 ||태호(28-29) ||
         || 99 학 || (,), (화), (random()%4) ||
         || 00 학 || (/), , 훈(random;), 택(, ) ||
         || 01 학 || 협(ㅡㅡ;), , (,화), 호, (random) ||
         == ( ! ) ==
         || 1 || ||
         || 2 || ||
         || 3 || ||
         || 4 || ||
         || 5 || ||
  • 데블스캠프2003/다루어볼문제와관련세미나 . . . . 2005 matches
         2003 .
          *
          * 회 . OOP, Computer System, 험,
          * STL ? ...-[]
          * STL .--; ..--; --[]
          * . ToyProblems 포함하 . --[]
          * ToyProblems ^^; -[]
          * ~ ... --
          * .. .. --
          * . , 큰(?) OOP 2 .( ..) -[]
          . 1학 ... . 페 통해 ToyProblems ... . 큰 확한 . --[]
          큰 4~5 . 휴 PDA OOP . ? ^^; -[]
          * -_-... ;;; -- [Dantert]
          * ToyProblems . 1학 SP, OOP , STL . ([http://zeropage.org/pds/200361434244/2003C++TrmPrjSpec.ppt spec]) SP OOP .. .. . JuNe CSP .. Tuple Space ( P2P ..-_-a ) . ( ) - [택]
          * . oop STL ? oop base . 1학 . . STL .. . . ^^ - 00
          * . , , STL . 해할 STL (vector list) . --[]
          . 형^^; -- []
          * STL . Library . , C++ 한한 ? 학 C++ , C C++ . STL . STL OOP Generic Programming . --NeoCoin
          * 튜토 . MSDN . . -- []
          * "Parellel/Distributed Computing for Dummies" . CSP Tuple Space . 학 . --JuNe
  • 정모/2011.9.20 . . . . 2004 matches
          * : [], [혜], [], [], [], [호], [황], [하], [], []...
         == (?) ==
          * .
          * ''??'' Ruby on rails ...
          * ~ [] .
         == 학회 ==
          * 학회
          * 회 학회 .
          * 학회 학회 학회 .
         == 학회 ==
          * . .
          * . 학회 ? IT ? - [혜]
          * ㅋㅋㅋ ... . - []
          * []
          * : []
         == / ==
          * [2011]
          * 학 .
          * .
          * [ACM_ICPC/2011]
  • JavaStudy2003/두번째과제/곽세환 . . . . 1999 matches
         = ToyProblems =
          private int array[][]; //판
          private int max_x; //판
          private int max_y; //판
          //판
          // ?
          // ?
          //
          //
          //
          private int p_x; // x
          private int p_y; // y
          //
          int c_x; // 할 x
          int c_y; // 할 y
          //
          // false true
          //
          // KillRoach ???
          // 호합 ^^
  • 데블스캠프2012/다섯째날/후기 . . . . 1997 matches
          * ''' : [ThreeFs]'''
          * : [], [], [], [], [], [], [], [], [], [], [환], [형], []
         = C C++ =
          * [] - C++ C , . . . . 해할 .
          * [형] - , 탬플 해했 , , , , . How . .
          * [] - 한 C++ 한테 . pl . .
          * [] - C C++ . 팅하 . 항 C++ 4 vtable 험한 . 편했. 1학한테... ...
         = =
          * [] - OMS . Winapi .. ㅋㅋ ㅋㅋㅋㅋ 희 ㅋㅋ .. ㅎㅎ.. .
          * [] - Win32API OMS 12학 OMS , . . ... .
          * x y ?ㅋㅋ - []
          * [] - RGB . 한테 . .
          * [] - file format , 희 . . ... 한테 .
         = =
          * [] - ...... -_-
          * [] - system32 . . . ...
          * [] - CSE한 . ... gba . . -_- .
          * [] - . ㅠㅠ . ... . ㅠㅠ . .
         = =
          * ( 2 30)
  • html5/offline-web-application . . . . 1994 matches
         = =
          * .
          * 트폰 .
          * 클 .
          * .
          * .
          * .
         = =
          * .
          *
          * HTML 파 CSS, JavaScript, URL .
          * .
          *
          * 트 파.
          * 확 '.manifest' .
          * .
          * 'text/cache-manifest' MIME .
          * ) Apache HTTP Server mime.types 파 .
          * URL html manifest .
         = 트 =
  • 빵페이지/숫자야구 . . . . 1990 matches
         == ==
         []
          : RandomFunction , WindowsConsoleControl
          DeleteMe . . {{{~cpp /}}} .--NeoCoin
          * ~ -_ㅜ -
          * 해 -
          * 4 ?? X ;; -
          * rand() .. .. -
          * ctime include 하 srane(time(0)); ~ -
         == ==
          cout <<" : " << num[0] << num[1] << num[2] << "\n";
          while(ch) // 탈X
          {cout <<" : ";
          cout << " : OUT\n";
          cout << " : "<< bcount << "\n";
          { cout << " : " << scount << "크\n";
          cout << " : "<< scount << "크 " << bcount << "\n";
          cout << " .\n";
          .. -_-+
          ~ while .?
  • CppStudy_2002_2 . . . . 1981 matches
         = =
          * C++ .
         = =
          * C++ , , OOP , 통한
         = =
          * - [""]
          * - (["ricoder"]) ,(["k7y8j2"]), ([""]), (["mc²"])
         = =
          * 5
          *
         = 항 =
          *
          한 2 핑해 ...
         = 획 =
          * : 6, 6
          * : C++ () 9~13,
         = =
          * ''
          *
          *
  • ZeroPage성년식/후기 . . . . 1981 matches
         = =
          * ''' ''' : F4(ThreeFs + Future Action Plan) .
          * : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(크)], [http://no-smok.net/nsmk/FiveFs FiveFs(크)]
          *
          * Facts, Feelings, Findings, Future Action Plan, Feedback. , , , , 획, .
          * : " 5 .() .() .() .( 획)"
          * 2011 11 19 AVR ZP ! ^_^. 학 . . 30, 40 !! - []
          * , 20 큰 행 . 행 활 ... . 30 . 10 ㅎㅎ - [혜]
          * , 2 포함해 . .... 한편 . ZP -[]
          * 20 , zeropage . 1991 20 . 20 zeropage 30 40 zeropage. 획하 30 ! - []
          * 히 20 . , . 5 . [!?] . , 회, , , . . 30 ZeroPager ZeroPage , , (, ) . ZP . - 16 []
          * . .
          * ~ 10 20 . . 20 30 . . '' 10 .
          * ~ . . 키 1 . , ' ' . .
          * ~ . OST . 10 ?
          * .
          * ~ 10 , ? 하 , . . .
          * -- [] (99)
  • 코드레이스/2007/RUR_PLE . . . . 1976 matches
          * : 01 , 04
          * :
         = =
          * : 2
          * 10
          * 20
          * 15(6)
          * 힌트,
         = RUR-PLE ? =
          * . . .
          * Python .
          * Python , . . . -_-
          * -_-; 화 . , .(하 ..) .
         = =
         == 1 ==
          * . .
         == 2 ==
          * .
         == 3 ==
          * .
  • Cpp/2011년스터디 . . . . 1974 matches
         == ==
          * 2학 C++ .
          * : (7~10).
          * : ,
          * : C++ 테트 .
         == 표 ==
          * 클 , .
          * OOP .
          * 테트 .
         == 황 ==
          * 클 .
          * 테트 .
          * 화해 .
          * , .
          * XCode 할 --VS2008-- '' (Windows.h) 패하 .
          * .
          * 함.
          * 12 13 , .
          * . .
          * 태 한텐 . X VS2008 ; (+) . 3 class화 했. , . . 톤 패 ... . ㅋㅋ . ..
  • 위키QnA . . . . 1974 matches
          . .
         === ===
         Q : . , . (in mozilla) --zennith
         === ===
         Q : ? . --zennith
         A : . 한 ; tab index . focus GO . Shift + Tab TAB -> -> . ( 3 ;;) --
         === IE 6.0 ===
         Q : IE 6.0 .
         A : "->->->편" zp.cse.cau.ac.kr 허 . -- [[BR]]
         === InterWiki ? ===
         Q : ''wiki : NoSmok : 페'' ,
         A : InterWiki . InterWiki . . ^^; InterWiki 키페 .~
         === {{{~cpp }}} 폰트 ===
         Q : {{{~cpp {{{~cpp }}} }}} font 1 ? .
         A : font 1 태 (폰트 10pt) UserPreferences default.css default_2.css .
         === Semi project Regular Project ===
          *
          * Regular Project 3 - 3 - 형태, 표, .
          *
          * Regular Project 2 Regular Project (--;), Regular Project .
  • 데블스캠프2005/목요일후기 . . . . 1966 matches
         == ==
         === ===
         [] 허 태훈 [] [형] [] [태]
         === ===
         황 한 [] [] [협] [1002]
         == ==
         [[HTML(<center>)]]''' : ThreeFs Fact(), Feeling(), 훈(Find)[[BR]] 확히 ?''' [[HTML(</center>)]]
         SeeAlso [2004/]
         [허] . . ..
         [] 험.. !! 3 Vpython 평 . 해.. 하;; ;;
         [] 플... .... ....ㅎㅎ;;
         [] 플- beeper ㅠ Vpython- +ㅁ+ ! - ㅠㅠ -- !
         [] : 플, , VPython .
          : , .
          훈: .
         [] RUR =ㅅ= ;;; ... -_-;;
         태 : . vphython ..skip;;, +_+..( ..;) -
         [] ... ... 4 22패~
         태훈([zyint]) . . VPython ...호화 >.< .
         [] : 1 30 . 3D .
  • RefactoringDiscussion . . . . 1964 matches
         Refactoring , / .
          .( ) .
         refactoring , '''Refactoring .''' .
         Martin Folwer Refactoring p326(한), 10 Parameterize Method .
          .
         (1) ''' ''' . , 0 . ( lastUsage() )
         '''"MatrinFowler lastUsage() 0 ( ) ?"''' , Refactoring " 확하" Refactoring 확하 . ([""])
          (1) , usageInRange(Integer.MIN_VALUE, 100) .
         하 , ''' '''. lastUsage() Integer.MIN_VALUE , Integer.MAX_VALUE ? ( ?)
         --
          * - UnitTest Code . Context . Test Code . ( '' input 한 output )
          , Refactoring Test Code , . ( Test Code .) .
          * - Refactoring Raise . . usageInRange . 해하 호해 .
          * ["Refactoring"] Motivation - Pattern Refactoring 'Motivation' . , . Parameterize Method 'couple of methods that do similar things but vary depending on a few values' . , , parameter , , . --
          .
          해합.
         팩토 환하 . "" . "" "/ " -- "템" .
         , . "" 표 , , .
         하 팩토 . 팩토 "팩토 " , .
         팩토 , "" .
  • 새싹C스터디2005/선생님페이지 . . . . 1964 matches
         = [C2005]/ =
          .
         == ==
         C . , .
          *
          *
          *
          * 1 : for, while
          * 2 : do while
          * 함
          *
          * 포
          *
         == ==
          * [] . 통해 .
          * [Leonardong] .
          * 통해 . .
          * .
          * ??
          * . () Linked List . Linked List . . [호]
  • 중앙도서관 . . . . 1963 matches
          .
          [""]. . , , ... . . .
         하, 편한 . "Ease of Learning"(MS ) "Ease of Use"(Emacs, Vi) .
          템( , , 표 평, 통한 , / 통한 한 통 -- , , 4학 -- ) , ( ) . .
          키텍 (CGI) . ? ( , 학) 포함한 6-8 5 포함, . (하 -- ). 학 -- -- SoftwareEngineeringClass "" . , ( . see also NoSmok:SituatedLearning ) . '''''' . --JuNe
          . . . . . "Code is the thing". .
          (wrapper) .
         , . CGI HTML 한 XML 환해 . " " . , .
          통해 , , , , . . (하 . )
          , , , . .
          , 학 . . . , 통해 . , , .
          , . . 하 , , , , . , . .
          . XP . . , , . 행할 택하 . , .
  • 코바예제/시계 . . . . 1956 matches
         == ==
         CORBA . . . 할 ORB .
         == ==
         CORBA FRAMEWORK 해하 .
         == ==
          ObjTimeServer getTime() getTime() 환해 . CORBA . IDL IDL . IDL ( VisiBroker) ORB 포함 . IDL . IDL . ORB Java ORB Java(Stub, Skeleton) . IDL (proxy object) . 클 IDL 한 호 . ("stand-in") . . . 통해 환하 퉁해 , [""]하, 행하 환하 . IDL , . ORB ORB . 한 투 .
         == IDL ==
          IDL (idl2java) .
         == (implementation object) ==
          IDL . ObjTimeServer_Skeleton.java , . IDL . , . IDL 톤 클 합해. .
         //
         //
         //
         //
         == ==
          화하, , 클 , .
         //
         // ORB
         //
          행하 IOR 환할 . .
  • ZeroPageServer/SubVersion . . . . 1955 matches
          CVS , fsfs CVS . opensource SVN . 1.2 bdb fsfs .
          * cvs . . 하 Tortoise . .
          * (svn group )
          || {{{~cpp svn+ssh://ID@zeropage.org/home/SVN/project}}} || http://zeropage.org/svn/project ||행 Repository ||
          || {{{~cpp svn+ssh://ID@zeropage.org/home/SVN/study}}} || http://zeropage.org/svn/study || 행 Repository ||
          SubVersion
          형태 . CVS .
          [http://zeropage.org/cvs/?root=project ViewCVS] : .
          . ssh트( ) . ( . .)
          svnserver 편하 편하, SubVersion encrypt . subversion 함.
          subversion http . . http checkout, read checkin .
          * '' project, study 한합. ssh .''
          통해 .
         sapius:i2BKwIhXaPCbc // . Crypt 호화 .
          * SSH 통해 . .. ''( SSH SSH 함.)''
          ''' '''
          * SSH
          {{{~cpp explorer환 "TortoiseSVN"->"Settings"
         Network"탭 "SSH"
         D:Program FilesTortoiseSVNbinTortoisePlink.exe" -l -pw
  • 데블스캠프2003/넷째날/Linux실습 . . . . 1955 matches
         == ? ==
          4 험해 .
         == ==
         02 [Yggdrasil]
          MT . , ... .
         == ==
          , (?) , .
          *
          *
          *
          *
          *
          * 템 통합
          *
          * .
         == ==
          행한 , Protocol SSH Hostname zeropage.org . id .
          == ==
         === ===
          * mkdir ( )
  • 위키의특징 . . . . 1955 matches
         = =
          * ...
          * , ,
          * . 해하 해하 .
          * .
         == ==
         ''' 판() '''
         || || 판( ) || 키 ||
         || 한 || || ||
         || || 호 || 페 ||
         || || || ( ),, ||
         || || 키 통한 , || ,, ( ), ||
         || || 희 || , 트 ||
         || 페 화 || .( & )|| ( ( -) . .||
         || || || ||
         || || || (크, , , ) ||
          * ( 티, 함)
          * 키 : , 형태 . . . . 함.
          * : . . 해하
         '''MindMap [키] KMS(Knowledge Management System) '''
  • NotToolsButConcepts . . . . 1954 matches
         [택] 키 항해 xper seminar wiki .
          "파 "하 . .
         [택] 1학 , 형한테 .
          - ''형, ?''
          - '' ?''
          NotToolsButConcepts (, ). 1, 2 , [] .
         == 툴 ==
          SICP SchemeLanguage . SchemeLanguage , . 툴 ( ) 하 , 패 . (ToyProblems , ). , , .
         == ==
          * [STL], Container, GenericProgramming
          * MFC, VB EventDrivenProgramming + .
          * Java, C# OOP(ObjectOrientedProgramming),AOP(AspectOrientedProgramming)
          * Goto ! GotoConsideredHarmful
         [1002] Windows Programming EventDrivenProgramming 1 .( '' EventDriven Model ) , 해 해하 . '' ' - Not' ' - Beyond' .
          , . 한 험하 . -- [1002]
         NeoCoin , 2 . UseToolAndLearnConcepts ? . , , 한 . . , Concept .
         NotToolsButConcepts .
          . ? ? , , , , .
          , Sway GUI , Sway ( , ...) ( ), 화해, , 험해 , NotToolsButConcepts . " ". (artifact) , 험해 .
          , , . 해하 . 하 , . 히( ) . 하 "" -- . 해 훨 , ?
  • 컴공과학생의생산성 . . . . 1953 matches
         ''.. ''
         학 . .
          . , IT , . 학(engineering) . .
         , 한 훈 . 학 , . IT ? 한 훈 . , Death-March "Real programmers don't sleep!" "We can do it 24 hours 7 days" . .
         , . 학 (mental frame) . . , 회합. . .
          SE , 학 , 화(MS 30 ), " 험" "SE " . --
         ''.. ''
          . ' '' 학...'
          . . Grid Control , Grid Control MSFlex Grid , .
          . . 하 '학 포트 . Output , ?' ? ' Output' . . , RAD 툴 , . (See Also [""])--
         ( )
          . . . ( .)
          . meta-cognition self-reflection. . . (테트 . . 하 . . ). ""하 . . . , 한 . , , ""하 . --
         [""]
  • BusSimulation . . . . 1952 matches
          * 6 ( 2 ) - [협]
          * . ? . . 하 .
          * Data Input - busData.txt busStationData.txt . .
          * User Input - . .
          * Output - ( meter), .
         == 1 ==
          * : ,
          * : ?
          * busStationData.txt(_)
         === 테트 ===
         2 10
         5 30
         == 2 ==
          * : , ,
          * busStationData.txt(_, , - 함)
          * 5
          * : ?
         === 테트 ===
         4 30(270)
         == 3 ==
  • NSIS/Reference . . . . 1950 matches
          : http://www.nullsoft.com/free/nsis/makensis.htm
          (["NSIS/1"], ["NSIS/2"], ["NSIS/3"] ) . .
         || attribute || parameter example || ||
         || OutFile || "example.exe" || ||
         || Name || "zp_exam_project" || ( 톨하 ) ||
         || Caption || "zeropage" || titlebar caption. default "''Name'' Setup" ||
         || SubCaption || 0 ": " || ||
         || BrandingText || "ZeroPage Installer System v1.0" || 트 ||
         || Icon || "setup.ico" || Installer . 32*32*16 color . ||
         || WindowIcon || on | off || Icon ||
         || BGGradient || 000000 308030 FFFFFF || . 16 RGB ||
         || || || off | topcolor bottomcolor captiontextcolor | notext ||
         || MiscButtonText || "" "" "" "" || 한 text () ||
         || InstallButtonText || " || Install 한 text ||
         || attribute || parameter example || ||
         || InstallDir || $PROGRAMFILES\example || ||
         === License Page - ===
         || attribute || parameter example || ||
         || LicenseText || "톨 하 " ""|| license text ||
         || || || text buttontext. buttontext "I Agree" ||
  • 지금그때2004/회고 . . . . 1949 matches
         [2004] . ( 2004 )
          . -ㅁ-
         == ==
          * MP3 . (?) .
          * : . . ( ...)
          * . ...;;
          * 행 한 토 행. ([])
          * Support 행.
          * 활히 .
         == ==
          * .
          * .
          * .
          * OST 획했 .
          * COW . .
          * 'COW', 'JStorm', 'Netory' 한 홍 . 행 JStorm Netory . (패 .)
          * 해 학회 '' 한 홍 .(Netory , Netory 호형 .)
          * JStorm .
          * 패 . Role .
          * 패 . 패 히 하, .
  • UnixSocketProgrammingAndWindowsImplementation . . . . 1948 matches
         페 , [] 하. '''2005/Socket Programming in Unix/Windows Implementation'''. - [택]
          : Socket Programming .
         = / =
          ?
         // , -1
         PF_INET :
         PF_INET6 IPv6 :
         PF_UNIX : ()
         PF_NS XEROX :
         PF Protocol Family
         PF AF . (ex. PF_INET -> AF_INET)
         === type: ===
          TCP/IP, UDP?
         SOCK_STREAM : (TCP/IP)
         SOCK_DGRAM : (UDP)
         SOCK_RAW : raw
         === protocol: ===
         IPPROTO_TCP : TCP . 0.
         IPPROTO_UDP : UDP . 0.
         // TCP, UDP 0 0 .
  • DoubleBuffering . . . . 1942 matches
         화
         == ==
          * 화 .
          * .
          * 해 .
         == 2 ==
          1. 화 , ( ) .
          * , 화 .( ) .
          === ===
          A. 1)
          . ( , , )
          .
          * 2)
          .
         == ==
          * ["[Lovely]boy^_^"] 험한 ..--;
          --;
         == ==
          * . ..--; . .
          CDC m_MemDC; // DC
  • PragmaticVersionControlWithCVS/WhatIsVersionControl . . . . 1940 matches
          .
          . 파 템, DB , 2 .
          .
          화하 함. (ex CVS)
          . 함.
         ''': . '''
         || . ( . ) ||
          (local workspace) .
         (checkout) : .
         (commit) : 한 파 .
         '' 2 commit한 ?''
          Version Control . , .
          . .
          , , 포함.
         CVS . ''(: ? -_-;)''
          , , 한 파 .
          PreRelease2 . 태 .
         (mainline) : . , , . 함.
          QA . , , QA . ( . SE 해 힘.)
          . . , , 패 .
  • AcceleratedC++/Chapter7 . . . . 1932 matches
          한 vector, list push_back, insert ,
          .
          .
         ( WikiPedia:Binary_search_tree, WikiPedia:AVL_tree 통해
          .)
         || '''(Associative Container)''' || , . . ||
         || '''Key''' || . 한 . 키 . vector 화한. )DB WikiPedia:Primary_key . ||
         || '''<map>''' || C++ ''' (Associative Array)'''. . . ||
          * map<string, int> "string int map" . string type key, int type value
          * 한 string key map<k, v> . value-initialized.
          * map [] 통해 키 통해 , string type key 택하. map '''pair''' . map pair first key, second value .
          Key .
          * Visual C++ 6.0 (using namespace std ) map<string, int>::const_iterator using std::map; . 6.0 . std::map<string, int>::const_iterator using namespace std; .
          * Visual C++ map warning [http://zeropage.org/wiki/STL_2fmap] .
         #include "split.h" // 6.1.1.
         // split 함 tokenize 한. find_url url .
          ret[*it].push_back(line_number); // ret[*it] == (it->second) = vector<int> .
          // .
          cout << it->first << " occurs on line(s): "; // key string .
          vector<int>::const_iterator line_it = it->second.begin(); // it->second == vector<int>
  • XMLStudy_2002/XML+CSS . . . . 1928 matches
         XML Style , , ,XML CSS
          *XML CSS .
          * CSS .
          *CSS 폰트,, .
          *XML 히 텍트 형태 CSS .
          *하 XML
          * 편화 포함할 .
          * CSS XSL.
         == CSS ==
         === PI ===
         <!-- mydoc.css -->
         === 크 표 ===
          * <HTML : A>태
          * .
          * HTML <HTML : A> HTML HTML Prefix .
          * URL
         == ==
          *XML
         IE5 XML (XML+CSS)
          <NAME></NAME>
  • ZP도서관 . . . . 1923 matches
         [[include(:Deprecated)]]
         ZeroPagers . (ABC) .
         == ==
         || || || || || ||
         == ==
         || || || || || ||
         || Applications for Windows Fourth Edition || Jeffrey Richter || MS Press || ["1002"] || ||
         || C++ PC 하 || 환 ||.|| ["fnwinter"] || 한 ||
         || Client/Server Survival Guide (3rd ed.) || Robert Orfali, Dan Harkey, Jeri Edwards || || , || 한 ||
         || C : A Reference Manual 4th Ed. || Harbison, Steele Jr. || Prentice Hall || ["zennith"] || ||
         || DesignPatternSmalltalkCompanion || Alpert, Brown, Woolf || Addison Wesley || ["1002"], || ||
         || ["DirectX3D"] ||.||.|| || 한 ||
         || Embedded Systems Building Blocks, ||.|| ... || ["fnwinter"] || ||
         || Essential System Administration || AEeen Frisch ||O'Reilly || [""], ["ddori"] || ||
         || Flash Action 트 활 || 화 환 || || [한] || ||
         || inside C# || Tom Archer || || ["1002"], || 한 ||
         || JAVA and XML (1st ed.) || Brett McLaughlin || O'REILLY || || ||
         || Java Network Programming 2nd Ed. ||.|| O'Reilly ||["nautes"]||||
         || Java performance and Scalability, volume 1 ||.||Addison Sesley||["nautes"]||||
         || Oracle Bible ver8.x ||.||||[""]||한||
  • i++VS++i . . . . 1918 matches
         C/C++ ++i i++
          * : Microsoft 32-bit C/C++ Optimizing Compiler Version 12.00.8804 for 80x86 (Microsoft Visual C++ 6.0 Service Pack 5 )
         == ==
          * 한 C/C++
          i++; // ? printf ..
          printf("%d", i); // (i++)(++i) ..
          .. i++ ++i (value) . .. i 5 i++ 5.. printf("%d", i) 5 .
         === 화하 ===
          * ++i
          mov ecx, DWORD PTR _i$[ebp] ; i _i$[ebp] ecx
          add ecx, 1 ; ecx 1
          mov DWORD PTR _i$[ebp], ecx ; ecx _i$[ebp]
          * i++
          mov ecx, DWORD PTR _i$[ebp] ;
         === 크 화 ===
          * ++i
          inc DWORD PTR _i$[ebp] ; i _i$[ebp] 1
          * i++
          inc DWORD PTR _i$[ebp] ;
         === 화 ===
  • 졸업논문/본론 . . . . 1911 matches
         = =
          . n-tuple , , .[11] 템(DBMS) , , 회하 .[12] 형 DBMS , .[11] SQL ,회, ANSI/ISO표.[13] SQL , , , 한 트 .
          SQL , , , 회하 . 회하 SQL . select from . from 행한. . select from where where 회한. aggregate function . (count), 합(sum), (min), (max), 평(avg) . aggregate function group by . group by having 한할 . order by union, intersect, except . where SQL . 히 (not) exist, (not) unique .
          ,, 회하 SQL 해 하 . insert into value , delete from where, update set where . .
         Django code.djangoproject.com/browser/django . django API "SQL , join 행하 , SQL "[5]한. , MS SQL, MySQL, Oracle, PostgreSQL, SQLite3 DBMS .
         Django python . Python " 향"[10] , django . NASA python , Google python java . Django 화하, 화하 python .
         Django DRY(Don't Repeat Yourself). 확 , 화한. . SQL . . .
         = Django 템 =
         = Django 화 평 =
          , , . , , , 화할 . , save 화하. . Model클 . , , SQL 행하 .
          . Model클 . 하 SQL django . Model클 , . SQL aggregate function 화하 , SQL .
         행히 django CLI SQL 행할 . python CLI . , .
         []
  • NeoCoin/Server . . . . 1910 matches
         === ===
         /etc/profile :
         /etc/syslog.conf : System
         /etc/group :
         /etc/passwd : 호,
         /etc/sysconfig/network-scripts/ifcfg-eth0 :
         /etc/resolv.conf : name server .
         /etc/motd :
         /etc/skel : (useradd) bash ( )
         /etc/vim/vimrc : vim
         한
         === 항 ===
          * 8080 포트 , . resin, tomcat 8080 포트 한 테.
          * nameserver .
          * redeploy = "true", reloadable="true" 4.0 . .
          * servlet .
         === ===
          . .
         === log ===
         /var/log .
  • SeminarHowToProgramItAfterwords . . . . 1900 matches
         SeminarHowToProgramIt , , , , ThreeFs.
          * []:PairProgramming . . ^^;; Refactoring . ^^;
          '' PP XP Jazz . . . --''
          * []: . ' ' ^^
          * ["neocoin"] : UnitTest Divide해 . 태 Test , Test . --
          * ["1002"] : Test Code : Product Code (return 0 !) OAOO Refactoring ;;
          * TDD 'TDD Product Code ' . 한편 . '해 확하 .' 테 Quality Assurance .
          * '테 . , . TDD ' wiki:Wiki:DoTheSimplestThingThatCouldPossiblyWork. , TDD RDP . 히 훈.
          * , Code Review 한 reverse-TDD (? . ) . 한 test-code . , , 해했 Test-Code . , .
          * ["Refactoring"] ''Refactor As You Do Code Review'' Code Review 한 Refactoring , Refactoring Test Code Test Code 통하 .
          * ["nautes"] : .. , ..
          * 흥 . (PairProgramming . Programming , pair single ) '' ''하 , '' ..''하 , PP . .
          * PairProgramming Leading . Pair . . PP . pair , PP 행하 . PP '''' . ( PP PP . .. .)
          * ? . Feedback . , , 훨 . TDD CRC . . ... --
  • 새싹교실/2012/개차반 . . . . 1892 matches
         = =
         || || [하] ||
         || 학 || [] ||
         = =
          * 톡 회 15~16/화 16~17
          * High-level programming skill low-level HW low-level 한(...)
          * : : [http://cau.ac.kr/~bongbong/c10/]
         == 1회(2012 - 03 - 27) ==
          *
          * C low-level 해 폰 키텍
          * C UNIX OS 해할
          * 포 scanf & keyword
          * binary digit
          * , Compile error, logical error, debug error
          *
          * C
          * variable main function
          * #include header file
          * compile -> link -> build
         === : . ===
  • 정모/2012.1.27 . . . . 1890 matches
          * : [], [], [], [], [], [], [], [], [], [], [], []
         == 회 ==
          * 히 하.
          * , 하 , .
          * ZeroPage 1 ( )
          *
          * MT
          *
          *
          * , , Script , 학회 , CNight, LETS(;;?), , ACM(행.. ) .
          * ''LETS ... ㅠㅠㅠㅠㅠㅠ'' 한 페 . LETS . ... - []
          * [] 학 ''' ''' : Theorem of Aggro //
          * : [] 학
         == ==
          * : [] 학 .( )
          * : 함.
          * : 학회 .
          * 행 : 행하.
         == 휴 ==
          * 휴 .
  • 위키로프로젝트하기 . . . . 1889 matches
          1. 해 . . .
          * [""] .
          * What - 히 '' . ?
          * Who - 행하 . 해 .
          * When - '' . . .
          * How - . Offline Online 한 ["ThreeFs"] .
          * Why - .
          * 페 . 페 , output 화 . (1002)
          * output 화 - . . ( .)
          * - . Offline .
          * & 페
          * Journal/Schedule - , 행할 ThreeFs . [""] .
          * - , Schedule . , 행할 , . ( . .)
         == 트 하 ==
         === Content ===
          ? 하 . 10 10 , . page 10 판 10 cost ? , index ?
          ' ' . . . . . 하, , Content . ' ' Content , 한 페 .
         == ZeroWiki 트 하 ==
          1. ZeroPagers . 한 ZeroPagers . ZeroPage 한 Feedback .
          * . , . 하 Page ( == Contents ) 하 Page 한 '' . 헌하 .
  • ACM_ICPC/2013년스터디 . . . . 1880 matches
         = 표 =
          * , , : ( 10 )
          * .
         = =
          * , .(Dovelet )
         == ==
          * - 5.
          * - 6 PC
          * - , .
         = =
         == 1 10 ==
         === ===
          * : [], [], [학]
          * 2013 !
          * .
          *
          *
          * queue - [http://211.228.163.31/30stair/prime_path/prime_path.php?pname=prime_path ]
          *
          * dynamic programming - [http://211.228.163.31/30stair/eating_together/eating_together.php?pname=eating_together ]
  • Gof/AbstractFactory . . . . 1877 matches
          , .
          툴킷 한 [""] . , , ["Widget"] . , Widget ["하-"] . .
          Widget 한 abstract WidgetFactory 클 . Widget , Widget . WidgetFactory Widget 클 환하 . 클 행해 Widget . . (?) .
          WidgetFactory . 한 widget . , MotifWidgetFactory CreateScrollBar Motif 환한, PMWidgetFactory Presentation Manager 환한. 클 WidgetFactory 통해 widget . , 클 .
         한 WidgetFactory widget 클 . Motif Motif Motif 텍 , MotifWidgetFactory .
          Abstract Factory 패
          * , , .
          * .
          * .
          * 클 , , 클 .
          * (ProductObject) .
          * (ProductObject) 행한.
          * (ProductObject) .
          * 팩토 (ProductObject) .
          * (ProductInterface) 행한.
          * AbstractFactory AbstractProduct 클 .
          * ConcreteFactory 클 (run-time) .
          concrete factory (ProductObject) . (ProductObject)
          클 concrete factory .
          * AbstractFactory (ProductObject) ConcreteFactory .
  • 새싹교실/2012/나도할수있다 . . . . 1876 matches
         = =
          * :
          *학 : 호,
         == ==
          *학 . -
          *c . -
          *c A+. -
         = =
          * 15:00 ~ 17:00
         == 1회 ==
         === ===
         ||||||
         ||||O||
         ||||O||
         ||호||O||
         === ===
          *ICE Breaking : , . -
          . -
          C . -
          * GCC
  • 새싹C스터디2005 . . . . 1873 matches
         2005 C 1
         = =
         [C2005/] . . - []
         = =
         == ==
          [황], [], [한], [], [호], [], [하]
          확한??
          6. ([], ) .
          : [황]
          학 : , , , 태형,
          : 4.7() 6:30
          === [] ===
          : []
          학: [훈], [], [],[한], []
          : 4 6 5
          : [].[형].[].[태], [], [], [], [한]()
          : 화, . .
          === [] ===
          : []
          학 : [허] , [] , [] , [] , [한] , [] , []
  • ZeroPageServer/AboutCracking . . . . 1861 matches
         Server Cracking . NeoCoin ;;
         === 2002 한 트픽 Cracknig ===
         (해 확하 , )
          1. ["ZeroPageServer/set2002_815"] debian ZeroPageServer
          * : 한 -> ip block
          * ipblock ,
          * : '''ZeroPageServer random ip . packet '''
          * 평 16~30% 99% 헌. 학
          * : , , security update
          * ''' NeoCoin (root ) 한 트 '''
          * : 한 wu-ftp 패키 , 할 NeoCoin
          * 해 : 해 , NeoCoin , wu-ftp .
          * ,
          * ,
          * , 행히
          * cracking 한 , NeoCoin data , 행 하 .
          * web analizer . ( http://zeropage.org/log )
         === 2002 2003 Cracking ===
          ==== 1 , ====
          * 2002-12-22 ([""] 98) 판 Spam rely .
  • 위키설명회2005 . . . . 1847 matches
         = [회]2005 =
         [] [] 행해.
          .
          : 3 16 6.
          : [], [], [한]
          : [/2005.3.7], 3 7 , wiki , .
          : 7 .
         == 행 ==
          1 .
         1. ZP - []
         2. - [한]
         3. ZP zero - [한]
         4. .
          [2004/] [MiningZeroWiki]
          .
          [키]
          > >
          합하 .
         
          [크] 통해 흥 .
  • 3rdPCinCAUCSE/FastHand전략 . . . . 1841 matches
         3회 2 Fast Hand Fancy () ([1002], [태], [geniumin])
         B , A (A 1 30 . 패티 2) C . C 한 패티 2.
         === ===
         회 1 [1002] [geniumin] . 회 2 [1002] [태] 3 .
          ' & ', . , ..;; , .
         === 행 ===
         해 해한 (B : [1002], A : [태]) Pair 행했.
          . B A , C . 트 화 , redirection, . 히 A 큰 힘 휘했. (A .) 한 확 1 , 테 .
         C [geniumin] & [1002] pseudo-code 화, & [geniumin] & [태], pseudo code [1002].
          C++ iostream vector .
         ==== B 행 ====
         [1002] . 2-3 , [태] [geniumin] 3 .
         ==== A 행 ====
         [태] [1002] [geniumin] 3 . [1002] 해하 [geniumin] . [1002] [geniumin] pseudo code .
          [태] A . 테 해 editplus test.txt . DOS redirection 행 & . 5 , 해 형태 , .
         A , test . fc .
         ==== C 행 ====
          C Graph , 한 & recursive 한 . , , .
          , Ball Ball lower higher 큰 Ball, Ball . Ball Ball Ball , lower higher .
         테 , input .
  • ZeroPage성년식 . . . . 1828 matches
         = ZeroPage =
          * : (http://onoffmix.com/event/4096)
          * 항: (theZeroPage@gmail.com) ZeroPage 홈페(http://zeropage.org)
         == ==
         [],[],[혜],[],[],[],[],[]
          * [ZeroPage/]
          * [ZeroPage/회]
          * [ZeroPage/ZP]
          * [ZeroPage/]
          * [ZeroPage/]
          * ?(트 페 . .) . 통해 . - []
          * 페 . . -[]
          * . - []
          * .. - [혜]
          * .......;; - []
          * . 확한 행 ... -[]
          * ''' ''' : 11 26 Agile Korea 2011 . ㅜㅜㅜ , 형 (''?'') 포함 . ? - []
          * 11 19 12 3 . , . 12 . . - []
          * 행하 25 . . - []
          * - []
  • 새싹교실/2012/Dazed&Confused . . . . 1825 matches
         = =
          * Dazed & Confused .
          * : 17:00 ~ 19:00
          * : C Language
         = =
         || || [] ||
         ||<|3> || [] ||
         || [] ||
         || [] ||
         = =
         == 1회 (2012 3 20) ==
          * 해 한 -_-a ( ..;;)
         == 2회 (2012 3 28) ==
         === ===
         || ? || || ||
         || || [] || O ||
         ||<|3> || [] || O ||
         || [] || O ||
         || [] || O ||
         === ===
  • Refactoring/BadSmellsInCode . . . . 1821 matches
         Refactoring , Refactoring .
          . . . 하 . ( I Martin Fowler) 호한 표 .
          Kent Beck "" "Smell" . , Refactoring .
          Refactoring 확한 . , . Refactoring 해 해 .
         한 Refactoring . 확하 Smell Refactoring .
         
          * 2 - ExtractMethod
          * - ExtractMethod 한 PullUpField
          * - ExtractMethod
          * - SubstituteAlgorithm
          * - ExtractClass
         
          * - ExtractMethod
          * ExtractMethod 하 parameter , - ReplaceTempWithQuery, IntroduceParameterObject, PreserveWholeObject, ReplaceMethodWithMethodObject
          * & - DecomposeConditional
          큰 클
          * - ExtractClass, ExtractSubclass
          * - ExtractClass, ExtractSubclass
          * GUI 클 - DuplicateObservedData
          * AWT -> Swing Component - DuplicateObservedData
  • WebGL . . . . 1819 matches
         == ==
         OpenGL OpenGL ES(Embeded System) Javascript [HTML5] [Canvas] 통해 . .
         == ==
         [Javascript] C . [WinAPI] C [OOP] WebGL 한 C OOP. WebGLcontext .
          [] fragmentShader vertexShader Link shaderProgram gl . gl . 하 gl . 핑한 편한 .
          [OpenGL] C . 행해 MFC .
         === OpenGL ===
          * WebGL OpenGL . glBegin() glEnd() glDrawElement() 통한 '' . .
          * . . .
          * , , , 티포트 . .
          * , , 회 . 통해 행 . .
          * 텍 .
          * . . . .
         == ==
         === 파 ===
         WebGL 한 흐 . .
         [[attachment:WebGL.png WebGl파]]
         Attribute uniform . Attribute . uniform . Attribute uniform 통해 . Atrribute Uniform Javascript . varying . vertex shader fragment shader (파 ). vertex shader () fragment shader [] ( ).
          .
         === ===
  • Java/문서/참조 . . . . 1810 matches
          * : 01
          * : 99
         == ==
         팅 UI String 형태 . MSN 통해 . MSN .(~) , .
         == ==
         Java new delete .
          C++ int &a by-value by-reference
          .
         
          byte, short, int, long, double, char, boolean
          Class, Array, interface ( String .
         String
          .)
          (scalar) 형.
          (vector) 형.
          , 표.
          call by-reference .
          reference Class, (Array) interface
         call by-reference .
          # .
  • 일반적인사용패턴 . . . . 1809 matches
         == 항해 ==
          FrontPage . FrontPage , 항해 . FrontPage 항해하 .
          . 하 . 해 . .
         == 페 ==
          . , , 토 , .. 'Edit Text', 해 . , .
         페 한 태 . (해 EditText해 .)
          ["WikiSandBox"] .
         == 페 ==
         해 키 페 . Edit Text 하 [[ "" ]] . 해 , Create This Page , 키 페 . , 'Go' . 'Go' . .
          RecentChanges . .
         == 항해 ==
          한 페 . 해 휠 Page Up, Page Down 편합. 한, 한 .~
         == 페 크 ==
          . auto link 키 페 . ( . --;) 키페 [[ "해" ]] , URL .
         == ==
          * - .
          * - . .
          * - .
          * - ABCD .
          * - .
  • 스터디/Nand 2 Tetris . . . . 1796 matches
          * :
          * (하) OS high level language 테트 .
          * 트 -> http://www.nand2tetris.org/
         == 9/26() ==
          * : [환], [], [].
          * 향 :
          * : 3 + a(?)
          * : max 5 .
          * : ? // 1
          * : zp
          * : nand2Teris
          * : ppt .
          * :
          * 혁 ->.
          * 환 -> + 흥 ? .
          * -> 해.
          * : chapter 0,1 .
         == 9/29() ==
          * : [환], [], []
         === ===
  • 제로Wiki . . . . 1795 matches
         = =
          *
         = =
          * PHP .
         || || 하 ||
         || [협] || - ||
         || [태] || - ||
         = =
          * [http://165.194.17.5/~namsangboy/ssh.exe ssh]
          * : zerowiki.dnip.net
          * Ctrl + G -> /
          * /home/httpd/zero 폴..
         = =
          * .( ), . 한 페 . .
         == ==
          * .
         == 페 ==
          * : . 포함 .(페 통해 함) . , .( )
          * 하 : , .
         === ===
  • 새싹교실/2013/라이히스아우토반/3회차 . . . . 1794 matches
          * Template 패?... .. ... - [](13/04/02)
         = 크 =
         || ||1회||2회||3회||
         ||훈|| o || o ||||
         |||| o || o || o ||
         |||| o || o || o ||
         |||| o || o || o ||
         |||| o || o || o ||
         = =
         == 획 ==
          * .
          * int.
          * .
          * .
          *
          * .
          * while, do while .
          * (...) for-> while, while -> for.
          * ~~ (....)~~
          *
  • 송지원 . . . . 1794 matches
         == ==
          * '''''' :
          * '''''' : Enoch, 크, ..
          * '''''' : 1988 02 20 ~~ 2 20 ~~
          * '''''' : 06학
          * '''혈형''' : O형 A형.
          * ''''''
          * Zeropage 16
          * ////// Curseware Vocal
          * ( )
          * ///회/
          * : , , 혁 ...
          * ~~~~ 2016
          * '''태''' : 2021 10
          * '''?'''
          * . (= )
          * .
         == ==
          .... - 20160924
          * ~~ - - ~~
  • 2012년독서모임 . . . . 1784 matches
         = 2012 =
          * [2011] 2012 .
          * :
          * 테 .
          * : [], [], who else?
          * [2012/]
         = 행 =
         == 2012 학 ==
         === 1 ===
          * : -> 1 31
          * :
          * : 2012
          * [] -
          * [] - []
         === 2 ===
          * : 2 8
          * :
          * :
          * [] -
          * [] - [http://book.naver.com/bookdb/book_detail.nhn?bid=184152 ]
  • 새싹교실/2011/Pixar/4월 . . . . 1780 matches
         = 4 6 =
          * ~ ㅋㅋ - []
          * - [혜]
         == ==
         ''''
         === ===
         === ===
         == ==
         === ===
          * ㅠㅠㅠ . . 하 . ㅠㅠ . 1, 2, 3 , 5 휴............ . . C 1 C ㅋㅋㅋㅋㅋㅋ ㅎㅎㅎ 해했 해해 ㅋㅋㅋ .........ㅋㅋㅋㅋㅋㅋㅋㅋ ㅋㅋㅋ B)
         === ===
         
         
         팡팡
          팡팡팡
         - -
         === ===
          * ! if for . 흑흑 . ..ㅋㅋㅋ.. 히 해. . ..
         === 한 ===
         
  • 프로그래머가지녀야할생각 . . . . 1780 matches
         토 - ["nautes"]
          ZP . . ["programmer"] 할 [""] ? ( 포함) ( )? ["programmer"] ? .
         DeleteMe-- (확히) ["programmer"] [""] . .. . 한 토 .
          '' ~ . --1002''[[BR]]
          '' . --nautes''[[BR]]
          '' ~ -- ''[[BR]]
          '' .. -- nautes''[[BR]]
          .
         학 , ,
          ..
         '''' .
          , , . --
          '' . --1002''
         .. .. 할.. ..ㅡ.ㅡ ...
         ㅡ.ㅡ 크.. ...
          ..( ..ㅡ.ㅡ?)
          .. ㅡ.ㅡ .. --
          . . . . :) ( .. --+) -- nautes
          ' ' ? . ... ? ^^ -- jeppy
          .
  • 데블스캠프2009/금요일후기 . . . . 1778 matches
         = 2009/ =
         == SPECIAL Seminar - ==
          * [] - . . '','','표'. ''. 1 . (, ) '' ? 1 표(10) '평'하 '' . . . ,,표하 . '학','학','통','' . 한테 확한 . ?
          * '''''' - . . , 학 , . , .
          * [] - , ' !' 확확 . . . .. 형화 , .
         == Short Coding & ACM - ==
          * '''''' - 한테 Short Coding . . short coding , 확하 . 한테 . .
          * [] - . Short Coding 패했 Coding 패했 . . . Wrong Answer . ( 1 2 input 패했 ) ㅋㅋㅋㅋ
         == Javascript - ==
          * '''''' - . . . , . . Javascript . .
          * [] - 5 . 하-ㅁ-... ..
  • 프로그래머의편식 . . . . 1778 matches
          . [http://sparcs.kaist.ac.kr/~ari/each/article.each.469.html ] .
         ''' ..'''
          통해 [http://mizar92.egloos.com/231854 ..] . .
          . . .
         '' 향한 . .''
          . . . " ." .
         '' . , (SMALL MASTER).''
         ''''''
          . . .
          ' ' . MS vim . ' vim ' visual studio 한 표 .
          guru , guru . .
         OS 템 API . 한 Dog OS . OS . , OS . 한 OS , OS 90% .
          vi . , ' 해' . .
          편한 . . , vi , , 편하 . guru vi , vi guru .
         ' vi 해.' , .
          guru 흔하 . OS , 패, , 호하 .
         해 guru . vim . , . . .
         '''함, '''
          ? ? ?
          . 해 . 해 . .
  • 현재 위키에 어떤 습관이 생기고 있는걸까? . . . . 1777 matches
          . 한 . . , . , . ' ?' 하 .
          히 해. . .
          OneWiki( 하 OneWiki) ( ) , , 한 편한 .
          행한 .
          * / . ) [CppStudy]하 한 [CppStudy/1] 페
          * URL dos, unix . , 한 . --NeoCoin
          + 0'Wiki 1'Wiki . 0'Wiki .-[]
          + 편한 .. --[snowflower]
          * ? 편한 편할 ? ? 하 . . ? ? 하 . OneWiki 해 BoA. --NeoCoin
          * . . ? --[]
          * 파 , . --[snowflower]
          * . 하 . --NeoCoin
          * , ... 한 . , ... ' ' . --[]
          * ... 한 ... . 히 Delete하 , 한 . ' ' .--; --[]
          * .. , 한 . -_- . 하 --[snowflower]
          * , Web filename . python . --NeoCoin
          * 하 . ( ..) --[snowflower]
          * 페 . ZeroWiki --NeoCoin
          * 한(... ) 페(ex) [InterestingCartoon], [GoodMusic], []) . --[]
          . 한 . , . , . , . ' ?' 하 .
  • Unicode . . . . 1774 matches
          .
          [UTF-8] 포팅. 패키 UTF-8 . , KDE EUC , 표 UTF-8 환하 함. UTF-8 .
         MultiLinugual 플 향하 해해 파트. - [eternalbleu]
         = =
          해 ?
         ,
          ,
         
          .
          흔히 .
         2bytes UCS-2 .
          bit UTF-16 .
         UTF-16LE, UTF-16BE Little Endian, Big Endian byte order () .
         iconv --list ,
         UTF-16LE, UCS-2LE BE .
          UTF-16 UTF-16LE BOM 헤 .
         UCS-2 .
         UCS-2 .
          2bytes UCS-2 히 호환.
         , UCS-2 0xFFFF UCS-4 0x0000FFFF .
  • 정모/2013.7.8 . . . . 1771 matches
         = =
          * [], [환], [], [], [], [], [], [], [], [훈], [], [], [], []
          * OMS = [] 회 " "
          * = [] 회
         = =
         == 학회 ==
          * 1. 학회 학회 .
          * 7 8 .
          * .
          * 행 .
         == ==
          * 2. .
          * : 해택 ?
          * : ? / , 행 . 해택.
          * : ?
          * : 확 학회 . .
         == 획 ==
         ''' . . '''
          * 3. .
          * .
  • Refactoring/BuildingTestCode . . . . 1770 matches
         팩토 한 테 . 펙토 히 테 . 펙토 .
          . 펙토 , . . , .
          , . . . ^^; . .
          self-testing code OOPSLA '92. ( Dave Thomas)"클 " . . 트하 (''test''.) .
          increment development , increment test method . , increment . 테 . 하 행하 , 테 . 크해 console . , . 팅 해 크하 , 행하. , 행하 . , test method 행할 , 'OK' . .
          크하.
          . . . . 한, , 테 행할 .
          . increment , . , 한 테 행했. .
         test suite .
          . 테 .
          험해 self-testing 해해 . . 하 .
          . , 테 . . 행해 . . ( )
         테 ExtremeProgramming . [Beck, XP]. . 하, extreme programmer . 한 한 , .
          . self-testing code , . Refactoring . Refactoring test . Refactoring 하 , test code .
  • MoniWikiTutorial . . . . 1769 matches
         == ==
          !!
         == ? ==
          , , , .
          * '''''':
          * ''' ''': 통해
          * ''' ''': HTML ,
          * '''''': 한 페
          , .
         == : ==
          * : UserPreferences .
          * ID: ID ID , FooBar ID . 한 .
          * 호: . .
          * : . 페 .
         == : ==
          * RecentChanges: RecentChanges .
          * FindPage: FindPage 통해 .
          * UserPreferences: //
          * TitleIndex: .
         == : ==
  • 송년회 . . . . 1765 matches
         한 해 ZeroPagers
         == 회 04 ==
         === ===
          15 .
          107000, 3 2 61000 168000.
          60000
         회 회 10 9000 . .
          . . - [한]
         === ===
         12 18 7. 4311 ...
          4311 ;; 4411. - [한]
         === ===
         학 , ?? - [한]
          . 2/3 . --
          ? -
          ~ --
         === 할 회 ===
          * ZeroPagers
         || 03 || 화 ||
         || 01 || ||
  • VMWare/OSImplementationTest . . . . 1759 matches
         = =
         [http://neri.cafe24.com/menu/bbs/view.php?id=kb&page=1&sn1=&divpage=1&sn=off&ss=on&sc=on&keyword=x86&select_arrange=headnum&desc=asc&no=264 ]
         = =
          OS
         gcc. 하 windows 환 vc
         편(?)했. Djgpp dos gcc 포팅 cygwin 패키
          gcc vc
         팅 환 (
          . )
          vc6
         합.
         = =
          OS화 해
         Chobits os .
          Protected mode
         OS .
         Bona Fide OS 튜토
          os .
          GUI OS 판하
         한
  • 새싹교실/2013/양반/3회차 . . . . 1757 matches
         = 크 =
         ||||||
         |||| o ||
         ||훈|| o ||
         |||| o ||
         = =
         == 획 ==
          *
         == ==
         === ===
         
          .
          .
         
          : if, if-else, switch
          : while, for, do-while
          : goto, return, break, continue
         함
         === if ===
          - () 행할 .
  • DataCommunicationSummaryProject/Chapter5 . . . . 1751 matches
          * ISDN - 144 kbps - (2.5G )
          * extra spectrum modulation techniques . CDMA 호( 펙트 handoff )
          * - federal standards
          * GSM 호환 CDMA - ,
          * CDMA2000 -
          * Global roaming - 한 multimode phone
          * 3G : ITU
          * 2000 ( )
          * 2000
          * 2000kbps data rates
          * 2000Mhz
          * .
          * 144kbps -
          * 384kbps - TV 화
          * 2Mbps -
          * , Packet Switching Backbone
          * 3G , , .
          * 6 service broad class
          * Voice(킷) : . , Conference Calling
          * Messaging(패킷) : e-mail, Extension of paging()->( .ㅋㅋ).
  • TestFirstProgramming . . . . 1748 matches
          .
          . , TestCase . UnitTest Code UnitTest FrameWork . 행해 .
         테 , . . Test run . .
          테 . 테 .
         테 . 하, 테 .
         ExtremeProgramming UnitTest -> Coding -> ["Refactoring"] . TestFirstProgramming ["Refactoring"] .
          ["TestDrivenDevelopment"] . 히 Test , Test . TestDrivenDevelopment 2 Refactoring . --["1002"]
         ex) ["TFP/Omok"], ["TFP/Queue"], ["TFP/WikiPageGather"]
          트 :
         테 UnitTest PyUnit, CppUnit .
          Test Code . Test Code 한 테 . Test Code ["Refactoring"] 해, 흐트 . 테 , 해 ["Refactoring"] .
         테 Code . .
         Test Driven End-To-End (BlackBoxTesting) WhiteBoxTesting .
          ' - ' . Functional Approach . (Context Diagram Divide & Conquer 해 , )
          트해 , 해 크해 . MockObjects . , 해트하 MockObject , 호 (MockObjects mockobject.py ExpectationCounter ) 확 & (ExpectationList, Set, Map ) .
         Test - Code , 테 , .
         === ===
         Test Code , . PairProgramming 파트
         ' Socket Class . '
         파트 , . .
  • HardcoreCppStudy/첫숙제/ValueVsReference/변준원 . . . . 1746 matches
          한 호
         
         
          한 호
          한포
         함
         함 ?
         ▶ 한 호(Call by Value)
         C .
         호 .
         함 .
          한 호 .
         ▶ 한 호 ( Call by Reference )
          .
          ( 형 행 )
          한 호(call by reference, call by address, call by location)
          .
         함 환하 C++
          main()함 main() main()
         .
  • 정모/2007.4.3 . . . . 1746 matches
         === 4/3 ===
         == 황 ==
          - , ,
          - , ,
          - , ,
         형 - , , ,
          - , ,
         훈 - 호, ,
         태 - 태, 훈, 황
          - 호, ,
          - , ,
          - ,
          - , , , 한, , 하,
          - , , 혜, , , , 학,
         하 - , , ,
         == ==
          * :(16) , , , , , , 훈, , , 하, , , 형, , 희,
          *
          - JTD web : . .
          - Toeic : (희) , 2학
  • MemeHarvester . . . . 1745 matches
         = =
          * .. .. .. . .
         = =
          * [EventDrvienRealtimeSearchAgency] .- . 트, . 포함 . 활 ..
          * .
         || || || ||
         || || || , 해 포함 ( ) , RealTimeSearchEngine ||
         || || -> .( 포함하 ) || ( ) , ||
         == 활 ==
         || || 활 ||
         || || , (, ) . ||
         || || , 해 . ㅤ . ||
         || || . 한 학 . 화 하 . ||
         || || ~ ||
         || || .. . ||
         || || . ||
         == 황 ==
         |||||| 황 ||
         || || || 한 ||
         || 05/12/18 || WebDiff - 협 || ||
  • InsideCPU . . . . 1740 matches
         ''' CAUTION :: . ''' [[BR]]
         = DOC =
         = =
         CPU 해하 .[[BR]]
         == 해 ==
         === ===
         1. F000:FFF0 . CPU ROM-BIOS ROM-BIOS .
         2. ROM-BIOS CHECK . 흔히 CHECK CHECK .
         3. CHECK ROM-BIOS . CMOS .
         :: sector 0 AA55h .
         4. 0 0000:7C00 . CS 0000:7C00 .
         5. . . 행한.
         === 항 ===
          1(512KB) . 행 할 0000:7C00 . . 통 Kernel .
          . 하 파티 MBR 핸 lilo/grub 파티 . 플 한 해 DOS . 해 0 layer .
         || 00h || () ||
         || 1Eh ~ 1FDh || ||
         ..... .. 통 플 0 write하 해 rawrite.exe . 플 해 BIOS . INT 13h .
         == 해 ==
          . CPU 한 호환 (펜티) 8086 . 8086 한 20bit 1MB . 한 640KB base 384KB extends ROM-BIOS Video Memory . 1MB 16bit 16bit .
  • 이승한/자전거여행/완료 . . . . 1739 matches
         = 2004 하 행 =
          .
          ㅋ. .
          5 6 .
         == ==
          * 텐트, , .
          * 7 .
          * ''''''
         == ==
          * ''''''
          * 테크 . . 크. 휠. .
          * 3 픔. . .
          * 하 . 행하 , .
          * . 히 힘.
          * .
          * , , .
          *
          * . 힘 2 .
         == ==
         === : 14 ===
  • HelpOnInstallation . . . . 1735 matches
         == ==
          * , PHP
         `rcs` . {{{/usr/bin/rlog /usr/bin/ci /usr/bin/co}}} 행파 . {{{/usr/bin/merge}}} . PHP gettext . See also MoniWikiRcs
          * <!> `rcs` .
          * PHP RcsLite , rcs .
          * 한 PHP + rcs + 패키 apmoni-setup-1.1.x.exe .
          * micro apache 포함, mapmoni-setup-1.1.x.exe . (, .x. 3 )
          * ApacheMoniwikiInstaller .
         == ==
         == ==
          moniwiki .
          . {{{/wiki}}}
          {{{/moniwiki}}}.
         == monisetup.sh 행한 ==
         monisetup.sh 행하 . ( 2777) MoniSetup.php .
         ( 포트 {{{sh monisetup.sh}}} )
         /!\ monisetup.php 행하 . ( monisetup.bat 행해).
          MoniSetup config.php .
          {{{$url_prefix}}} . ,
          MoniSetup .
  • 큐와 스택/문원명 . . . . 1735 matches
         큐 ...
          string헤 include하 char *형 #1,#2,#3 strcpy 행한 ,
          "empty" 화 하 PUSH, ... ..
          AnswerMe 해 .#1, #2, #3 . .
         , . , . --NeoCoin
          . --[]
          (10 ) . 한 학 . . , . . , 학 , call By Value, call By reference Pointer . --NeoCoin
          . --;;
         // VC++ 7.0 , 행하 .
         // VC++ 6.0 , release .
          char * array[ASIZE]; // Pointer . , .
          // char 32bit Pointer 5
          // .
          // Pointer .( )
          strcpy(array[i], "empty"); // Pointer
          // . VC++ 6.0 Debug
          //
          // . debug
          // . Release .
          cout << " : ";
  • 정모/2012.2.24 . . . . 1732 matches
          * : [한], [], [], [], [], [혜], [], [], [], [], [황], [], [], [], []
         == 1학 ==
          * 6
          * - []
          * : []
         == JCO ==
          * JCO
          * [http://wiki.zeropage.org/wiki.php/%EC%A0%9C12%ED%9A%8C%20%ED%95%9C%EA%B5%AD%EC%9E%90%EB%B0%94%EA%B0%9C%EB%B0%9C%EC%9E%90%20%EC%BB%A8%ED%8D%BC%EB%9F%B0%EC%8A%A4%20%ED%9B%84%EA%B8%B0 12회한]
         == ==
          *
          * 홍
          *
         == 6 PC ==
          * 2 Dell PC 20 . .
         == ' ' ==
          * +
         == GUI ==
          * GUI . -ㅅ-
         == 2 ==
          * 2 ZeroPage
  • CNight2011/고한종 . . . . 1728 matches
          6 황 ㅋㅋ
          ㅋㅋ
          . + , 하형 함 ㅋㅋㅋ
          ㅋㅋㅋ
          * ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ - []
          .
          , 한 .. . . .
          malloc .
          해했.
          해
         
         x .
         .
         malloc .
         
         
          11학
         
         하 !
          , 하형 , .
  • 문제풀이게시판 . . . . 1728 matches
         '' 트 ''
         == 표 ==
          * 통한 //
         == ? ==
          * .
          * . .
          * () .
          * .
          * ZeroPagers . (, )
          * .
          * .
          * . see also [""]
          * "" PP할 .
         == ? ==
          PairProgramming. "" 키 페 한 한 Xper:RemotePairProgramming PP . /효 .
          . , 3 7 . , . PP, 해 .
          . PP . ( . see also [""]). .
         == ==
          .
          . . . --JuNe
  • 정모/2002.7.11 . . . . 1724 matches
         == ==
          1. zeropage.org ,
          zeropage.org [""] , . ( ) . , (?). , ?
          2. 품(?) . -->10 , ,--> 한테 .
          ''DeleteMe) Who is ''''''?''
         = =
          * : 7 11
          * : 5 ~ 7 30
          * - 4411
         = =
          * 20
         || 학 || ||
         || 02 || 훈, , , , , , ||
         || 01 || , 협, 호, ||
         || 00 || 훈, , ||
         || 99 || , , , , , ||
         || 97 || ||
         = =
         || 학 || () ||
         || 02 || (),(), (), () ||
  • JavaStudy2004/클래스상속 . . . . 1723 matches
         === ===
         === ===
          . . .
          (superclass) (subclass) .클 .
          하 . 한 행 . . Object . . .
          . Button Button . Button .
          subclassing.
         === 클 ===
          , . .
          * .
          * 한 클 . .
          Motorcycle클 Car . Car Motorcycle . . . , Object Vehicle PersonPoweredVehicle EnginePoweredVehicle 클 . EnginePoweredVehicle 클 Motorcycle, Car, Truck . make color Vehicle 클 .
         === ===
          , . 한 템플 .
          . . . . .
          ? . . (overriding) .
         === Point 클 ===
          * x,y
          * x,y
          * x ,
  • DiceRoller . . . . 1721 matches
          * 01학
          * 01학
         == ==
          * - 티 4LEAF .
          * GP .
          * GP (ㅡㅡ;) . .
          * /핸 . ( ..?)
         == ==
          === 04 10 ver 0.8 ===
          ''' 태'''
          * .. .
          * 트/ .
          * . 편해.
          * DOA, Roll
          * : 트, 한(/) .
          * .ㅡ.ㅡa
          * . ( : 크 )
          * EXIT : Shift+Enter Roll . 통해 Exit .
          '''/'''
          * Shift+Enter . -> ..( .)
  • ProjectZephyrus/ThreadForServer . . . . 1720 matches
         == ==
         Eclipse ZeroPage CVS .
         == ==
         '''1. CVS ProjectZephyrusServerTest . '''
         '''2. !!'''
          행하 . [[BR]]
         '''3. '''[[BR]]
         
         
          zp. [[BR]]
         1,3
          * 행 해 . 해 T_T --
          * 10 ...-,-;;;
         
          한테 MySQL --
          * A B . B "A " . B "A " .... --
          * , --,
         == ==
         , .
          , , --;;
  • 이영호/nProtect Reverse Engineering . . . . 1720 matches
         ## 항 ZeroWiki .
         ## ZeroWiki 포트 ?
         ## ZeroWiki Wiki 포항 Wiki .
         ( ZeroWiki http://www.dasomnetwork.com/~leedw/ . .)
          . ZeroWiki ? . . . .
          . , , , . . . ? -- [Leonardong]
          Cracking 하 nProtect 해하 .
          : (Mabinogi)
         Protector : guardcat nProtect 행하
         # 1
         nexon Protector .
         확 nProtect guardcat 행하 .
         ( nProtect hooking, 포함 ,
          nProtect 포함 Exception Handling .)
         guardcat EnumServicesStatusA Process OpenProcess debug .
          , OpenProcess Process Hooking하 gc_proch.dll .
          행하 , 트 파 , 파 .
         트 파 host patch eady.sarang.net/~dark/12/Mabi/ 3
         . 행히 guardcat Packing, Enchypher 한 encoding .
         # 2
  • OpenCamp/첫번째 . . . . 1719 matches
         = OpenCamp =
         - : Web Conference
         - : 2012 9 15 1 ~
         - 행: ZeroPage 200 OK
          * 13:10~13:30 Keynote
          * 13:30~14:15 Protocols of Web
          * 14:15~15:00 Reverse Engineering of Web for Android Apps
          * 15:15~16:00 AJAX with JSON
          * 16:00~16:45 OOP in JavaScript
          * 17:00~18:00 Beyond JavaScript: Node.js
          * 19:00~21:00 Practice with jQuery UI + PHP + MySQL ,
          * jQuery -
          * [https://trello-attachments.s3.amazonaws.com/504f7c6ae6f809262cf15522/5050dc29719d8029024cca6f/f04b35485152d4ac19e1392e2af55d89/forConference.html ]
         = OpenCamp =
         - : Java Conference
         - : 2012 4
         - 행:
         == ==
          * 표하 . 표하 해할 . . web protocol ajax, node.js jquery, php . 하 ... - []
          * . . native app , Node.js, php . Open Camp . - []
  • 이기적인유전자 . . . . 1701 matches
         = =
         == ==
          * : 한 1 . ( ㅡㅡ;) , . . ( ㅠㅜ) 하 , . 5 22. 한 5 .
          * : . . 포함. . . , . . , . . ' . ' . 파, 파, . , , 2 . 호혜 한 하 , 한 행 . 호혜 한 행 .
          * ( )
          * . . , , 표, , , . . . . . ' ' 한 횟 . , . ' ' 흔하 , , 한 행 .( 한 행 ) . . .
          * 평 : . 흠, . . 한 400 . .
         [""]
  • 3DAlca . . . . 1696 matches
         = =
          * 01
          * 3D .
          * . ㅡㅡ;;
          * 학 .. -_-
          * .. ㅡㅡ;;
         = =
          * 판 .. 팽
          * 판 팍 튕
          *
          * ..-> 판, , , 판
         = =
          * Tested by ,
          * 태 .. ..
          * .
          * .
          * .
          * 회 .
          *
          * .
  • 5인용C++스터디/멀티미디어 . . . . 1691 matches
          *
          * ?
          * ?
         === 1. ===
         MFC . Win32 API함 MFC .
          API함 .
         pszSound : . 파 .
         hmod : Wave파 행파, NULL .
         fdwSound : . , . .
         - SND_FILENAME : pszSound .
         - SND_ASYNC : . .
         - SND_LOOP : . SND_ASYNC .
         - SND_SYNC : . .
         ) AppWizard Sound SDI .
          WM_LBUTTONDOWN OnLButtonDown 핸 .
          PlaySound 함 mmsystem.h 파 include 해,
          Project/ Settings/Link 탭 winmm.lib 크해 .
          행한 . Battle.wav .
         1-2)
          PlaySound 함 . .
  • 나를만든책장/서지혜 . . . . 1689 matches
         [[pagelist(^)]]
         = =
         [혜] .
         = =
         
         = =
          * 하 30
          *
          *
          * .
          * 트::
          * . , ..
          * , 하 .
          * ..ㅠ
          * '''패하 10 '''
          * .
          *
          * .
          * .
          *
  • 정모/2011.5.9 . . . . 1682 matches
          * : [], [], [혜], [], []''?'', [], [], [], [황], [호], [], [], []''?''
         == ==
          * ~
          * [http://zeropage.org/53221#0 ]
          * [호] 학 향한
          * OMS : []
         == ==
          * [황] .
         == IFA 회 홍 ==
          * [http://onoffmix.com/event/2823 IFA 2011 회]
          * , , , 향, Q&A
          * : 2011.05.20 6 ~ 8
          * : 4 3
          * 토 !!!
          * 형 ()?? 11 .. - ?
          * 3 10 2 . staff staff - [Enoch]
          * 12 . - [하]
          * 2 - []
         == ==
          *
  • 허아영/C코딩연습 . . . . 1680 matches
         키페 [페] 하. - [택]
         == ==
         05학 [ZeroPage] [허] C .
          ? ^^
          , , .
         히 하!
         zp => ''''
         == ==
          5 3 '''' (devC++)
         한 ******
          . **20051095 허**************************
          printf(" (>0) :");
          printf(" () :");
          5 4 (visualC++)
          . (?)한?ㅡㅡ
         *패 5 *
         *. [ 20051095 허] *
          printf("패 :");
         5 5 (devC++)
          .
  • 1thPCinCAUCSE/null전략 . . . . 1678 matches
         1회 null (["neocoin"], ["1002"])
         null B (1 5 . 패), A .
         === 5 ===
         ["1002"] 5 .; , 35 , 5 ["neocoin"] ["1002"] . 한 3 5 . ["neocoin"] B, ["1002"] A , C . C > A > B . B B 택했. A.
         === 행 ===
          , assert 한 테 . 해, ( ) ( Sample Input->Output .) Backward , 행했. Structured Stepwise Refinement & PBI & assert 한 TDD .
         ==== B 행 ====
         한 20 행했, ["1002"] B 해하 ( , input-output ), input 100 output Test Driven .
         Sample , , (100 ) , , , ["neocoin"] .
          , 한 5 Input-Output iostream ["STL/vector"] , 통.
         ==== A 행 ====
         A , OO 패 Structured 패 .
          B 행하 Structured 행했, . . OO .
         === ===
          IPSC , , . 2 Pair . ( ["ProjectPrometheus"] . -_-;)
          5 3 . , TDD , , 하 해 TDD . (TDD Approach , 해 , 확하 )
          ' '(페 . , /). ' ' .; ..; --["1002"]
         ["1002"] . ..
          , . . 2 , A C . . ipsc .
          , ''' ''' .
  • 정모/2005.2.16 . . . . 1676 matches
         = /2005.2.16 =
          . -[한]
         5 .
         == 하 ==
         === ===
         회 7 ZP홈 .
          6 품. 2 . [] , 한 ZP , .
         === 회 ===
         화 .
         회 한 [Leonardong] .
          * 3 2 ZP. [한] .
          * : 7 . 3 . 3 2,4,10,15,17,21(MT),25() . 7 . ZP . .
          * : 행 [한], [], [Leonardong].
         → 회 팅. . .
          ==== 트 ====
          . .
          [트] . ??
          * java : . . . . .
          * [AOI] : (1 해), , 3 . 패. 토 . . 학 ?? .
          * () . 曰, " " 曰, " " 曰, " . 학하 "
  • 정모/2013.3.18 . . . . 1673 matches
         Describe /2013.3.18 here
         = 2013.3.18 =
          * :
         [],[],[],[환],[],
         [],[훈],[],[],[],
         [],[홍],[호],[],[],
         [],[],[],[],[환],
         [호],[],[],[]
          * 24
         == (?) ==
         === 템 ===
          * SNCS !
          * ()
          * (010-3130-2031) 화해 .
         === ===
          * Q : ? A : .
          * Q : SNS ? A : & .
          * Q : , ? A : everything(...), 함. . .
          * ;; - []
          * Q : ? A : 20~30 . ( )
  • 새싹교실/2013/이게컴공과에게 참좋은데 말로설명할 길이 없네반 . . . . 1667 matches
          : [/2013]
         = =
         [환],[],[]
         = =
          > ''' 통해 , , !!'''
          > ".. 히.. , () ."
          > , , 히.
          > . -
          > , 히 포 .
          > , .
          > 2 .
          > .
          >
          >
          > 1 : .
          > 2 : .
          > 3 : .
          > 4 : 2 .
          ( WIN API .)
          > 5 : (: API .... ? ..ㅠㅜ) API ㅎㅎ.
  • PragmaticVersionControlWithCVS/CommonCVSCommands . . . . 1661 matches
          cvs 90 .
         ''( . 4~50 페 . cvs .)''
         cvs server sesame sesame2 2
          .
         '''-r''' : . .
          CVS HEAD, BASE 2 .
          HEAD : . .
          BASE :
         '''-D''' : .
         파 checkout 1.1 .
         cvs 형태
          행하 황하 . 할 merge . checkout 하 .
         '''cvs update -d [files or directory]''' : . -d cvs .
         update .
          .
         ? : CVS
         A :
         M :
         U,P :
         C : 파
  • 정모/2013.7.29 . . . . 1647 matches
         = =
          * [], [], [], [훈], [], [형], [], [], []
          * [] 학 " "
          * = [] 학
         = =
         == S/W Friendship ==
          * [] [] 학 7 22~23
          * 6 , 행함
          * , /트, , 템, .
          * , .
          * 통해 / , . - []
         == ==
          * 1회 한하 .
          * , 한 1회 , 한 ( )
          * , , 1회 한해
          *
         == GDG ==
          * GDG .
          * ZeroPage GDG 형태 , ZeroPage GDG . ( .)
          * , ZeroPage == GDG 호합. - []
  • naneunji/Diary . . . . 1642 matches
         == 7 ==
         === 7 22 () ===
          * pie ..[[BR]] ,,, ..ㅡㅡ;;
          * .. "퍽!" 하 . [[BR]] , 하 " " . ... 6 ..-_-;;
          * 하.. java . [[BR]]
         === 7 23 (화) ===
          * 파 java ^^
          * .. ..-_-;;
         === 7 24 () ===
          * MFC - . ,, ..
         === 7 25 () ===
          * : 1 -
          * java : 3 - . 행하
          ''~ (..) ?? :) '' --[""]
          ''....^^ ''
          * MFC : 5 - 테트 .
          * zp : 6 - (-_-) . ..
         === 7 26 () ===
          * .. . 2.. .
          * . .. ...???[[BR]] 활하.. ... .. ,, 하 한편 .. .. . ....[[BR]] .. .
  • OurMajorLangIsCAndCPlusPlus/stdio.h . . . . 1639 matches
          : [태]
          == 함 트 ==
         || 함 || ||
         || void clearerr(FILE *) || 해 . ||
         || int fclose(FILE *) || 해 . ||
         || FILE * fdopen(int, const char *) || 파 . ||
         || int feof(FILE *) || 0, 0 . ||
         || int ferror(FILE *) || 0 . ||
         || int fflush(FILE *) || 해 . ||
         || int fgetc(FILE *) || 해 . ||
         || int fgetpos(FILE *, fpos_t *) || 해 fpos_t . ||
         || char * fgets(char *, int, FILE *) || char* int . 파 NULL . ||
         || int fileno(FILE *) || 해 환한. ||
         || FILE * fopen(const char *, const char *) || 파 . ||
         || int fprintf(FILE *, const char *, ...) || 해 . ||
         || int fputc(int, FILE *) || 해 . ||
         || int fputs(const char *, FILE *) || 해 . ||
         || size_t fread(void *, size_t, size_t, FILE *) || 해 , . ||
         || FILE * freopen(const char *, const char *, FILE *) || . ||
         || int fscanf(FILE *, const char *, ...) || 해 한 형 . ||
  • Ubiquitous . . . . 1636 matches
         = (Ubiquitous) =
         == ? ==
          퓨팅 1988 (PARC) (Mark Wiser) 퓨팅 한 ''' ''' .
          '' 퓨팅''
          퓨팅 '''''' .(' 퓨팅 획(Disappearing Computing Initiative)')
          행하 . , 판하, 퓨팅 , 퓨팅
          1.5 PC 화형 , 80 .
          2001 PC 판 1 286 39958 .
          .
         
          (Calm Technology) 황(, ID, , , , , ) .
          === ===
          (Ubiquitous), , 편(遍在)하 , Ubique , (Everywhere) .
          === [http://100.naver.com/100.php?id=770800 ] ===
          .
          해 ' ' (語), . 1988 (Mark Weiser) ' 퓨팅' .
          퓨팅 (PC) 3 , , 형태 . ''' ···· (IT) 환 ''' .
          · , , . 화, . 해 2003 , 휴 .
         == ==
          크(USN)
  • ProgrammingLanguageClass . . . . 1635 matches
         
         == ==
         : [http://konan.cse.cau.ac.kr 홈페]
         : & 해.
         == ==
         == ==
         ''' '''
          * ''Programming Language Pragmatics'' by Michael L. Scott : .
         ''' '''
          " " , " " 행하 . , , . , C " ..." . MIT Scheme .
          . , , 판 . , . , . 한 패 해하 . 하 통하 .
         , ProgrammingLanguageClass . . , LISP Prolog, ICON, Smalltalk 푸(Kungfu 화형) , 회하 . 한 , . --
         ''' '''
          . , 히 훌 ( ) , "" .
          포트 . Recursive Descending Parser (C++, Java, Visual Basic) . ; -_-; (SE PPT 60 PL 3 ;) , .
          Fortran, 한 Ada, 택 C++, Java. --[[BR]]
          .. .. 한.. .. .. .. .. .. -_-a -- [[BR]]
          , PL , .
          학하 [http://no-smok.net/nsmk/_c4_c4_c6_c4_c0_cf_b7_af_c3_df_c3_b5_bc_ad_c0_fb ] .
          . . ( .) , .
  • Linux/필수명령어 . . . . 1629 matches
         = =
         , BSD
          .
         (X Xmanager X , X
          )
          ,
          . 함.
         하 ,
          . ( 편하)
         ) UNIX /,
         '' , 함.
          ,
          1 화할.
         ZP X Xmanager
          , (RegularExpression) -_-;''
         = =
         == & 항 ==
         || passwd || ||
         || adduser || . ||
         || ↑/ ↓ || (↑) / (↓) ||
  • HanoiProblem . . . . 1623 matches
         = 하 =
          * 하 ?
          * 3 1 3 .
          * , , , , .
         = =
          * C++
         === ===
          * .
         ||||||('''''')|||| Source ||
         ||협||xx || 30 ||C++||["HanoiProblem/협"]||
         |||| . || . ||C++||["HanoiProblem/"]||
         |||| . || 20 ||C++||["HanoiProblem/"]||
         |||| || 100 || ||["HanoiProblem/"]||
         ||택||1 || 100||Java||[HanoiProblem/택]||
         학 HanoiProblem ( ) 학 .
          HanoiProblem .
          *
          *
          *
         ''' 해'''
  • DesignPatternsAsAPathToConceptualIntegrity . . . . 1622 matches
          : http://www.utdallas.edu/~chung/patterns/conceptual_integrity.doc
         
         During our discussions about the organization of design patterns there was a comment about the difficulty of identifying the generative nature of design patterns. This may be a good property to identify, for if we understood how design patterns are used in the design process, then their organization may not be far behind. Alexander makes a point that the generative nature of design patterns is one of the key benefits. In practice, on the software side, the generative nature seems to have fallen away and the more common approach for using design patterns is characterized as when faced with problem xyzthe solution is One might say in software a more opportunistic application of design patterns is prevalent over a generative use of design patterns.
          ' ' . 해한, , . 크 (Alexander) . 패한 , . "xyz .. 해.." .
         The source of this difference may be the lack of focus on design patterns in the design process. In fact, we seldom see discussions of the design process associated with design patterns. It is as though design patterns are a tool that is used independent of the process. Lets investigate this further:
          . , 한 토 . . .
         A comment from Carriere and Kazman at SEI is interesting: What Makes a Good Object Oriented Design?
         · The internal regularity (.or conceptual integrity) of the architectural design
         SEI Carriere Kazman . " ?"
          트/클 키텍
          키텍 ( ConceptualIntegrity)
         This is what Brooks wrote 25 years ago. " Conceptual integrity is the most important consideration in system design."[Brooks 86] He continues: The dilemma is a cruel one. For efficiency and conceptual integrity, one prefers a few good minds doing design and construction. Yet for large systems one wants a way to bring considerable manpower to bear, so that the product can make a timely appearance. How can these two needs be reconciled?
          Brooks 25 . "ConceptualIntegrity ." . " . 효 호할 . 큰 . . ?
         One approach would be to identify and elevate a single overriding quality (such as adaptability or isolation of change) and use that quality as a foundation for the design process. If this overriding quality were one of the goals or even a specific design criteria of the process then perhaps the many could produce a timely product with the same conceptual integrity as a few good minds. How can this be accomplished and the and at least parts of the cruel dilemma resolved?
         하 , . ( ) . 'many' " " ..
          , '' ?
         The following summary is from Design Patterns as a Litmus Paper to Test the Strength of Object-Oriented Methods and may provide some insight:
          "트하 " , 통 .
          O-O () 키텍 -키텍 확한 .
          .
  • Benghun/Diary . . . . 1616 matches
         2003/7/30
          dependency . dependency ? 함 . 클 . dependency 화하( ) ? ?
          . 한 함 . 하 . dependency . replace all in files, replace all in file, copy & paste .( , ) dependency 화하 .
         2003/7/24
         회 . -.-;;
         table 한 query . table . 해 테 행하 . Java , Applying UML and Patterns, 2003/7 4 .
         2003/7/23
         헉 1 - -;
          . 1 ~ 2 . 트하 . . .
         2002/9/11
          -_-
         2002/109
          .
          . 할텐...
          (2001 11) (2001 11) . XPI .
         
          . ? ( ) . ?
          ? . Pair Programming ? .
         .
         
  • MFC/ObjectLinkingEmbedding . . . . 1610 matches
          . ( 포토ㅤㅅㅑㅍ 환하 ....)
          , .
          2.
          , , 포함해 . 2 .
         = =
          : OLE .
         OLE : . , . standalone . .
         = =
         OLE , . OLE OLE DLL . DLL . COM(Component Object Model). .
         OLE COM IUnknown .
         || QueryInterface() || . . ||
         || AddRef() || . ||
         || Release() || . 0 . ||
          . I .
          .
         OLE ? OLE , OLE . OLE ID CLSID 128 . GUID 통해 . .
         = MFC OLE =
          == OLE ==
          CDocItem 2 COleClientItem, COleServerItem OLE .
          === ===
  • BusSimulation/조현태 . . . . 1607 matches
         == ==
          .
          C++ .. C ..
          하 !!^^*
          .. ... ..
          , , 해 .ㅎ
          헤헤헤.. ..ㅎㅎ
          ( , .. ~ .. .ㅎ)
          .. .. .. 하 , !
          .. . .
          .. .ㅠ.ㅜ
          , .( . )
          편 () .
          (!) .
          ( 80.) . ( , .)
          1, 1 1 . ( 1 .)
          .
          ( 해하 .^^)
          - , . ( . ..ㅎ)
          .^^*
  • 새싹교실/2011/AmazingC . . . . 1599 matches
         = 페 크 =
         <>
         [/2011/AmazingC/]
         [/2011/AmazingC/5(4 14)]
         [/2011/AmazingC/6]
         = =
         |||| '''[호]'''||
         ||학|| '''[호]'''||
         ||학|| '''[희]'''||
         ||학|| '''[황]'''||
         = =
          130 ~ 3
         = =
         C,
         = =
         * ''' ''' : F4(ThreeFs + Future Action Plan) .
          * : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(크)], [http://no-smok.net/nsmk/FiveFs FiveFs(크)]
          *
          * Facts, Feelings, Findings, Future Action Plan. , , , , 획.
         == 1(3 30) ==
  • html5/canvas . . . . 1598 matches
         = ? =
          * .
          * .
          * IE (?) . IE Explorer Canvas, uuCanfas.js .
         = =
          * canvas Javascript .
         var canvas = document.getElementById( canvas id);
          * .
         == ==
          * .
          * .
          * .
         == ==
          * img , video , canvas DOM .
          * img DOM Image .
          * video DOM drawImage() .
          * .
          * .
          * .
          * ( )
  • 상협/100문100답 . . . . 1598 matches
         = 협/100100 =
         1.*..*..*━☞
         
         2.*..*..*━☞
         3.*..*..*━☞
         5.*..*..*━☞
         
         7.혈형*..*..*━☞
         
         8.*..*..*━☞
         
         9.*..*..*━☞
         ,
         10.*..*..*━☞
         활,
         11.하 *..*..*━☞
         
         12. *..*..*━☞
         
         13. *..*..*━☞
  • 상협/프로젝트관련 . . . . 1589 matches
         = =
          * 01
         = 트 =
         == AI ==
          * . , . . .
          * .
         == ==
          * 2학 1학
          * . 활한 . . 한 힘 . JAVA . .. ㅡㅡ;; .. ..
          * AI . , 해한 . ㅠㅜ
         == ==
          * .
          * . . -_-;
         == 3D ==
          * 3D .
          * OpenGL . OpenGL .
          * , . .
          * . . 20% .
         == 푸 ==
          * . .
  • ProjectGaia/계획설계 . . . . 1585 matches
         == key A ==
          * Page
          AP ,
          1. .
          2. 페 IO .
          3. .
          해 Page
          - 페ID | RecordID | FreeSpace | ptrToFree -
          - & -
          === ===
          1. 페 ID Word 한 크 ,,
          * ID ..
          1. Slot ID 포함,
          DeleteMe ID 포함
          * 페 {{{~cpp RecordID}}} ,
          * {{{~cpp NumberOfRecord}}} ,,
          * LSP(Last Slot Pointer) ID B-Search하 함.
          .
          * .
          === ===
  • MoniWikiACL . . . . 1579 matches
          SecurityPlugin
         == ==
         `config.php` ACL SecurityPlugin.
         == @group ==
          * @ALL: (priority: 1)
          * @User: (priority: 2)
         == @group @group priority ==
         ##@ 트 [priority]
         @Guest Anonymous # priority 2
         @Kiwirian foobar,kiwi,hello123 20 # @Kiwirain priority .
         /!\ Anonymous @Guest , @Guest .
         <!> 키 1.1.5 network/ip .
         # IP, CIDR .
          @Block IP, IP .
          한 효 .
         * @Block deny * // (*) @Block (*) (deny)
         /!\ IP, CDIR, IP .
         == ACL ==
          * `allow` : 허
          * `deny` :
  • DirectDraw . . . . 1574 matches
         = =
         DirectX 8.1 한 DirectDraw .[[BR]]
         11 .[[BR]]
          .[[BR]]
         [DeleteMe] ~~~ -
          . . [[BR]]
         Visual C++ -> Tools -> Options -> Directories [[BR]]
         Include Files C:\DXSDK\INCLUDE [[BR]]
         Library Files C:\DXSDK\LIB .
          Project Setting -> Link -> Object/Library modules
         ddraw.lib dxguid.lib .
         
          .
         = DirectDraw (?) =
         
         DirectDraw -> 표 (Front, Back, OffScreen) -> .. 표 ..
          .
         == 화 ==
         === DirectDraw ===
         hr = DirectDrawCreateEx(NULL, (void **)&lpDD, IID_IDirectDraw7, NULL); // DirectDraw
  • PrivateHomepageMaking . . . . 1572 matches
         = 홈페 =
          홈페 (?) .
         == ? ==
          홈페 한 포탈
          포탈 홈페
          .
          홈페 ZP학
          .
          홈페 , ,
         
          .
         == ==
          2 .
         1. hosting
         2. , dnip .
         === Hosting ===
         
         통합형 . 1 홈페
         하 .
          . zeropage (quota)
  • CCNA . . . . 1571 matches
          * 2008 하
          * -_-
          * LAN - 통해
          * ethernet: CSMA/CD- . 회 .
          * 토큰 - CSMA/CD 토큰 PC .
          * UTP,cat 5 - 흔히
          * MAC address - 6 octet 3 , 3 . mac .
          * MAC FF-FF-FF-FF-FF-FF LAN PC .
          * 트 - 한 PC 하 .
          * 트 - .
          * 트 - LAN PC .
         ||||
         ||||
         ||||
         ||트포트||
         ||크||
         ||크||
         ||||
          1 7.
          * 한 표 .
  • ExtremeProgramming . . . . 1569 matches
         ExtremeProgramming , RUP . XP . 히 TestDrivenDevelopment(TestFirstProgramming) Refactoring, UnitTest . .
         === ===
          Customer UserStory . UserStory Test Scenario AcceptanceTest . UserStory (Story-Point) (estimate) 하 , estimate 확하 확하 SpikeSolution estimate . UserStory Wiki:EngineeringTask , Wiki:EngineeringTask 한 estimate Task-Point. 해 Point deadline , programminer's ideal day (, 행한 ) .
          , Customer UserStory 할 UserStory . UserStory 한 해 Wiki:EnginneringTask . 해 Task-Point Iteration Iteration estimate . (해 Task-Point Story-Point 한 estimate) (Load Factor = 행한 / developer's estimated 'ideal' day. 2.5 ~ 3 ) Iteration estimate 하 크한, Customer UserStory 한 협 . Iteration Iteration 행한 Task Point .
         Iteration StandUpMeeting 통해 해 Pair, Task 한 회 . CRCCard UML . . XP , 한 Upfront Design . . XP Design CRCCard, TestFirstProgramming ["Refactoring"], StandUpMeeting PairProgramming 통해 .
          PairProgramming . TestFirstProgramming(TestDrivenDevelopment) , UnitTest Code . UnitTest Code -> Coding -> ["Refactoring"] . Customer AcceptanceTest . UnitTest AcceptanceTest , 해 Task , UnitTest Integration (ContinuousIntegration) , AcceptanceTest Release . ["Refactoring"] UnitTest, CodingStandard CollectiveOwnership .
          Wiki:EngineeringTask , UserStory Story Mission Complete. (.. Avalon . --;)
         === XP ===
          * On-site customer: 화할 .
          * UserStory:
          * AcceptanceTest: 트.
          * ThePlanningGame: UserStory , , 해 토.
          * UnitTest: .
          * TestDrivenDevelopment : Programming By Intention. . . (with ["Refactoring"])
          * ["Refactoring"] :
          * PairProgramming: (driver, partner) .
          * SpikeSolution: .
          * CollectiveOwnership: .
          * CodingStandard: CollectiveOwnership 한. 해하 .
          * ContinuousIntegration: 한 building testing 행한.
  • 상협/감상 . . . . 1564 matches
         = =
          * 01 학
         = =
          * 태 , .
          * . . ㅡㅡ; . . . .
          * 함. .
         || || || || || (5 ) ||
         || [""] || || || 1 || ★★★★ ||
         || || 키 || 2001 || 1 || ★★★ ||
         || [""]|| || 2002 || 1 || ★★ ||
         || ["화"] || || 20022001 || 1 || ★★★ ||
         || [""] || - || 2002 2001 || 1 || ★★ ||
         || || || 2002/4 || 1 || ★★ ||
         || || || 2002/5/8 || 1 || -_- ||
         || [""] || || 2002/5/22 || 1 || ★★★★★ ||
         || [""] || || 2002/6/1 || 1 || -_- ||
         || [""] || || 2002/7/3 || 1 || ★★★★ ||
         || [""] || || 2002/8/6 || 1 || ★★★★★ ||
         || ["협/학"] || 히 || 2002/8/26 || 1 || ★★★ ||
         || ["협/"] || || 2002/9/2 || 1 || ★★★★ ||
  • ProjectAR/Design . . . . 1551 matches
         === ===
          * DX '''CMyApp''' '''View''' , '''Doc''' .
          * '''CArObject''' '''CARHero''' '''CARMonster''' .
          * '''CArHero''' , .
          * '''CARMonster''' '''CARColdMon''', '''CARFireMon''' .
          DeleteMe) . --[]
          * '''CAR~~~Monr''' .
          *
          * 템,
          * .
          * . .
          , CARMonster클 --[호]
          확 . CARMonster if() ~~~ else if() ~~~ . 1호.
          .. -_- ... 헤~
          ..??
          DLL
          * CARObject .
          * CARObject , .
          * CARObject , CARObject . CARMap ? CARObject ?
          CARMap getState(표); . . -[]
  • AcceleratedC++/Chapter3 . . . . 1546 matches
         = =
          .
         학 , .
          * .
         // .
         // >> left operand .
          * ..
         // string형 insu "insu" .
         // 폴트 ( . Default Initialization .) .
         // num 0 화해.
         // num ? undefined . .
         // -8437535 .
         // cin >> x . .(3.1.1)
          // count 1 .
          // sum x .
         // .
         // 3 , () 2, 1 .
          while(cin>>x) . cin >> x . 패할?
          1.
          2. x
  • PairProgrammingForGroupStudy . . . . 1542 matches
          . ( ) .
         PairProgramming ExtremeProgramming , .
          (Man*hour) , " " " ( )" .
          PairProgramming .
          . 형 화, 화, , . , . , . ( .)
          활하 . (apprenticeship) .
          "훌" .
          Apprenticeship in a Software Studio . http://www.rolemodelsoft.com/papers/ApprenticeshipInASoftwareStudio.htm ( . )
          PairProgramming 통해 , .
          . .
          , A, B, C, D, E, F, G, H . , A B .
          .
          E F A B PairProgramming PairProgramming . pairing C G, D H -- .
          A B ExpertRating 0, E F 1 . Erdos , Expert 0 , pairing 1 . , expert pairing한 pairing 2 . expert ExpertRating . C,D,G,H . "Infinite".
          ,
          pairing . 한 태 행합. pairing . ( ) .
          ExpertRating, C=2, D=2, E=1, F=1, G=1, H=1 . (A,B source 히 0)
          , , " -> 해" . , 험하 .
          . PairProgramming ^^
         ["학"]
  • NextEvent . . . . 1538 matches
         ''''''(NextEvent) 한 Idea, , .
          * Next : , , , , ; .
          * , 훌 ["페"] 하.
          * Event : ; 행; , .
          * 11 . ?
          * 획/ : JuNe
          * Commentator . , .. ?
          * 11
          * 10-50
         Fishbowl 테크. (항) , . 화하 , . . , 환할 . . 한 한 .
          . . . 해 . . 해 , 한 해. "~ ~" " ." . . . .
          한 해 . ? . . ? . . . .
          .
         , . . ;; , --["neocoin"]
         .. . --
         허.. ... ..-_-;; --["snowflower"]
          .. ... :) --
          11 ... ?? 학?? ?? --
          --["neocoin"]
          14, 15 Seminar:ReadershipTraining " " , . --JuNe
  • CppStudy_2002_1 . . . . 1534 matches
         = =
          * C++ .
         = =
          * C++ , , OOP , 통한
         = =
          * - 협["협"]
          * - [""], ["AstroAngel"], ["CherryBoy"], ["Yggdrasil"], 홍
         = =
          * 8 19 3
         = =
          * ~
          * STL ~
         = 항 =
          * 10 ( 5 ..)
          * 할테, . .
          * 함. , ( , ..)
         = 획 =
          * : 6, 6
          * C++ 8 ~ 13 (14,15 ( ㅡㅡ;), 16 2학 )
         = =
  • 전시회 . . . . 1528 matches
         
         == ==
         6 - []
          ... ? 형? []
         7 ?? 12 . ??
          히 1 . --[Leonardong]
          2 ;; -- [한]
          ?2 .--[Leonardong]
          학회 . . ., ..--[]
          - ?? -- [한]
          @@@ 6 ... 파토 ... ... ...
          홍 .... ... 12 ... -- []
          . . --[]
         == ==
         === 홍 학회 P.C.R.C. ===
          *
          * . 활 한(04 ) 학회 .
          * () .
          * 회 팜플, 포, .
          * .
  • ACM_ICPC . . . . 1527 matches
          * [http://acm.kaist.ac.kr/2000/standing.html 2000]
          * [http://acm.kaist.ac.kr/2001/standing.html 2001]
          * [http://acm.kaist.ac.kr/2002/standing.html 2002]
          * [http://acm.kaist.ac.kr/2003/rank.html 2003]
          * [http://acm.kaist.ac.kr/2005/standing2005.html 2005 ]
          * [http://acm.kaist.ac.kr/2007/standing2006.html 2006 ] - ZeroPage Rank 17
          * [http://acm.kaist.ac.kr/2007/standing2007.html 2007 ] - ZeroPage Rank 30
          * [http://acm.kaist.ac.kr/2008/fullnums.html 2008 ] - ZeroPage Rank 30
          * [http://acm.kaist.ac.kr/2009/rank/new_summary_full.html 2009 ] - No attending
          * [http://acm.kaist.ac.kr/phpBB3/viewtopic.php?f=7&t=129 2010 ] - No attending
          * [http://acm.kaist.ac.kr/phpBB3/viewtopic.php?f=25&t=657 2011 ] - ACMCA Rank 26 (CAU - Rank 12)
          * [http://acm.kaist.ac.kr/phpBB3/viewtopic.php?f=28&t=695 2012 ] - OOPARTS, GoSoMi_Critical (CAU - Rank 15)
          * [http://acm.kaist.ac.kr/phpBB3/viewtopic.php?f=32&t=5656&sid=8a41d782cdf63f6a98eff41959cad840#p7217 2013 ] - AttackOnKoala HM
          * [http://acm.kaist.ac.kr/phpBB3/viewtopic.php?f=35&t=5728 2014 ] - ZeroPage Rank 32 (CAU - Rank 18, including Abroad team)
          * [http://icpckorea.org/2015/REGIONAL/scoreboard.html 2015 ] - 1Accepted1Chicken Rank 42 (CAU - Rank 18, including Abroad team)
          * [http://icpckorea.org/2016/REGIONAL/scoreboard.html 2016 ] - Zaranara murymury Rank 31 (CAU - Rank 13, including Abroad team)
          * [http://icpckorea.org/2017/regional/scoreboard/ 2017 ] - NoMonk, Rank 62 (CAU - Rank 35, including Abraod team)
          * [http://icpckorea.org/2018/regional/scoreboard/ 2018 ] - ZzikMukMan Rank 50 (CAU - Rank 28, including Abroad team)
          * [http://icpckorea.org/2019/regional/scoreboard/ 2019 ] - TheOathOfThePeachGarden Rank 81(CAU - Rank 52, including Abroad team)
          * [http://static.icpckorea.net/2020/scoreboard_terpin/ 2020 ] - Decentralization Rank 54(CAU - Rank 35)
  • VonNeumannAirport/1002 . . . . 1527 matches
         페 . TDD . ^^;
         (5 함)
          C++ STL vector . ( -_-;) . .
          해했 (Input 한 Output 태) 트할 .
         Sample Input .
          Target , , Test .
          CppUnit .
          .
          풋 파 .
         configuration 1,1
         1->1 1
          , traffic 1 .
         헉. 30 트 하 . -_-; ;
         
         ..~ test code Refactoring 해.
         통한 테
         configuration 1,1
         1->1 1 : traffic 1.
         1->1 1 : traffic 2.
         1->1 100 : traffic 102.
  • 데블스캠프2009/금요일/SPECIALSeminar . . . . 1525 matches
         = 2009 SPECIAL Seminar =
          * (93학, 3)
          *
          1. ?
          1. ?
          1. ?
          1. ?
         == ==
         === ? ===
          * ?
          * -
          * ( ) -
          * Tool(편) -
          *
          * : -> 해하
          * : Satisficing (Satisfy + Sacrifice) - .
          * : .
         === ===
          1. .
          1. .
  • 데블스캠프2005/월요일후기 . . . . 1521 matches
         == ==
         === ===
         허, , , 태훈,, ,[], 태, , 태, , , , , 한,, ,
         === ===
         황, , , , , , ,
         == ==
         [[HTML(<center>)]]''' : ThreeFs Fact(), Feeling(), 훈(Find)[[BR]] 확히 ?''' [[HTML(</center>)]]
         SeeAlso [2004/]
         [허]
          : 흥 .
          : .
         훈 : , . .
         [태]
          : OOP, FLASH .
          : .
         훈 : . .
         []
          : : ?ㅠㅠ 훈 :
          - : OOP , . : ..힘.. 훈 :
         태훈([zyint])
  • 2011년돌아보기 . . . . 1514 matches
         12 행한 2011 .
         회 ~
         == ==
          2012 한 해 ZeroPage !!
         회 , ~
         === ===
          * 통(?) 할 . ...
          * 활, .
          * 회 . ..........
         === 혜 ===
          * .
          * 학회 .
          * .
          * .
          * 통해 함 .
          * .
         === ===
         === ===
         == 2011 한 해 ZeroPage 활 ==
         === ===
  • ProgrammingWithInterface . . . . 1508 matches
         : [Holub on Patterns] by Allen Holub
          . [[OOP#s-1.2|]] [[OOP#s-1.2|]] ... ! . .
          '~ ? Base 클 ?' 행한. . '~! 한 ?' 하 . . . Base 클 ... . . . 통한 . ..! ? 하 ...
          . 100% ! .. . GoF DP . 통해 ... . ? Base 클 통해 . [[SOLID|SRP (Single Responsiblity Principle)]] .
         Holub . 해 [Stack] .
         한 Stack. 하 Stack .
         stack.clear(); // ??? ArrayList ...;;
          clear topOfStack 히 3 . 통한 . .
          []하 . . . 하 . LSP (Liskov Sustitution Principle : " ") . 히 ArrayList Stack clear . ?
         Stack [화] .
         .. Stack ArrayList . clear . . . ... Stack . MonitorableStack Stack , Stack.
          . 하 MonitorableStack pushMany 함 . MonitorableStack 해 pushMany 함 MonitorableStack articles articles.length push. 하 push MonitorableStack ! size() 함 . . Stack pushMany 함 Stack ???
         !~ Stack . . pushMany push . MonitorableStack Stack . . . ( ) , ' ' . ... :(
          . . ... ... 합 하 ...
          "(합) 통해 ." .
          .
  • ZeroPageServer/set2002_815 . . . . 1503 matches
         2002.8.15 ZeroPageServer
          * mm.mysql -> MySQL Connector/J -- for connecting to MySQL from Java ( JDBC)
          * PDS Upload 한 해 . 히 한 ?
          * php, jsp, python, perl ["ZeroPageServer/Telnet"]
          * APM 테
          * Resin , Apache
          * Terminal Home키 End키
          * httpd/WEB-INF/classes/woodpage, home/httpd/html/woodpage
          * Admin 툴 , 확한 ? , ?
          ''판 Admin 툴 ? .. '''''' ["sun"] '''''' / , '''''' , ,/ ( ). --["sun"]''
          . ^^:
          * . () 확 .
          * . ISA, 형 cd-rom, usb, ieee, agp . .
         === ZeroPage Server ===
          * ZeroWiki - moinmoin 0.10
          * 100 MB ( )
          * DB (["MySQL"] 3.23)
          * ["CVS"] (["neocoin"] )
          * CGI Script (Perl, ["Python"] 1.53), PHP (4.2 ), JSP & Servlet (Resin 1.2 )
          * Web CGI (["neocoin"])
  • 설득의심리학 . . . . 1497 matches
         = 학 =
         == ==
          * - , -()
          * - . . .
          * - . 향. .
          * , 퇴,
          * - .
          * .
          * 한 택한 . - TM
          * . - 형 판(크)
          * , 한 -> , .
          * (the foot in the door technique)
          * 형태 .
          * - .() .
          * .
          * 화한. -
          * -> , 포함.
          * 택하 .
          * , . . -> .
          * - , . .
  • VisualBasicClass/2006/Exam1 . . . . 1496 matches
         OCU
         1. 10, 8, 16 . 10 한 표(호) . 하 8 16 '?O' '?H'. ? (1).
         2. TextBox . ?(1)
         ① Alignment .
         ② ScrollBar 평, , , , .
         ③ Text (popup menu) .
         ④ MultiLine . True, False .
         3. .(1)
         
          . ? 'Shift + ' 'Shift + 화표 키' .
          ? ?
         4. ?(1)
         ① .
         ② .
         ③ Visual, C+ +, Visual Basic .
         ④ .
         ⑤ .
         5. . ?(1)
         A) 통한
         B)
  • 덜덜덜/숙제제출페이지 . . . . 1496 matches
         = =
         == () ==
         === [허] ===
          printf(".n");
          printf(" :n");
         === [] ===
          * multiplication : *
          int a; /* */
          int b; /* 하 . */
          printf(" : ");
         === [] ===
          printf(" : ");
         === [] ===
          printf("n");
          printf(" ?");
          scanf("%d", &a);
          printf("n");
         === [] ===
          printf(" : ");
         === [한] ===
  • 부드러운위키만들기 . . . . 1495 matches
         === ===
          [택] . ? .
          1학 형, . .(한 3~4 ) 한 , 휴 . -_- 1학 2학 . 키 페 / . -
          해 ' ' . . 히 '키' . ' ?' . .
          툴 1. 2. 1학 포함한 & 화( Pair 화) . 하, . . (함 .; .) --[1002]
         === ===
          . . . ?? ? - [한]
          . ( ). . [택] [키] . 한 항해하 (PairProgramming ), 행하 ( )하 . PairProgramming . - [택]
          [한] 4-5 . [회] 회 ~^^
         == ==
          .
         [MiningZeroWiki] [키] [회] [Thread]
         [] '' . - [택]
         [토]
  • 페이지이름 . . . . 1494 matches
         ZeroWiki ["페"]
         ==== 페 ====
          1. ["페"] . 할 페 . NoSmok:페 .
          *. , 황하 , ["페"] .
          * . ( )
          * 한 .
         ==== ====
          *. ZeroWiki '''/''' .
          * , ["ProjectPrometheus"] '''Journey''' 페 ["ProjectPrometheus/Journey"] ["ProjectPrometheus"] .
          * 히, ["ProjectPrometheus"] Jouney . ["ProjectPrometheus/Journey"] , ({{{~cpp ----}}}) 항해하 편하 .
          * ["ProjectPrometheus/Estimation"] 한 페 . , , . ["크"] .
          *. [""] . , ZeroWiki . . 하한. 해 .
          * [""] ["페"] , [""] .
         = Document =
         == ==
          * Project페
          * ( )
          === ===
          * .
          * .
  • 새싹교실/2012/AClass/5회차 . . . . 1492 matches
         = =
         2.Swap함
          3. 3,4,6,7,9,3,2 2,3,9,7,6,4,3 .(택)
          return -1; // 姨�納�overflow
         if(sp>0) //튕�I O納�
         return -1; //納� underflow
          4.BinarySearch , .(!)
         - 택하 . .
          .
         - 5X5 , 1,2,3,4,5 0행 , 4행 4 , 4행 4행 , 0행 (-1) ... ....
         = 한 =
         1.koistudy113
         2.Swap함
         4.BinarySearch , .(!)
          * .
          * 한 , (K<Ki) 택하 .
          (K , Ki )
          *
          * 태 + 한 탐.
          ,
  • PascalTriangle . . . . 1487 matches
         = 파 =
          * ? .
         == - by ==
          if(m==n || n==1) // 행 ( ) 1 1
          return pas(m-1,n-1)+pas(m-1,n); //
          * .. .
          * but.. .. . 01학 32행 100 . .. .
          * ?
          * -- 호.
          /* */
          /* , 1 1 */
          /* 1
          행 1 */
          * ..
         == - by ==
          ulong **Array=new ulong*[m]; // 2
          Array[i]=new ulong[i+1]; // n행 n
          if(i==j || j==0) // 행 1
          Array[i][j]=1; // ( 0 0) 1
          // .
  • 새싹교실/2012/ABC반 . . . . 1485 matches
         = =
         :
         학:
         = =
         == 1회 ==
         === ===
         || || O ||
         || 한 || O ||
         || || O ||
         || || O ||
         === ===
         1.
         Virtual Box .
         virtual box .
         virtual box .( 1024MB)
          택 화 .
          .
         2. VS2010
          .( )
         파--파 C++파 택하 .c C파 .(C CPP .)
  • ZeroWiki . . . . 1484 matches
         == 태 ==
          . ZeroWiki 2001 9 .
         [""] ["0'Wiki"] (["woodpage"]) [""] NoSmok:WikiName 해 ZeroWiki ["페"]했.
         ZeroWiki ZeroWikian, ZeroPagers ''트 & '' , . , 해 페 , . . 한 해 .
          , , . ZeroWiki ZeroPage Repository .
         (2021.11) 한 키페 27 .[http://ko.wikipedia.org/wiki/한_]
         == ZeroWiki ==
          * '''''' .
          * . .
          * , ["ZeroWikian"] .
          * ["ZeroPage"] 회 ["ZeroPagers"] 획 & 하 .
          * ZeroWiki . - from [https://zeropage.slack.com/messages/random/ ]
          jereneal: .......
          kesarr: , .
          kesarr: 키 플 크 활 한 회 키 플 PHP 키 플
          bluemir: 포크
          kesarr: 포크 ...ㅋㅋ 호환 플
          bluemir: ... . 호황
          kesarr: 호환 행하, 키. ... () ... 행하 ... ...!!
          kesarr: 학 폭파 ... 06~07 ... 호환 ... 11-12 키 플 ... 행할 ... - ... .. ...
  • CryptKicker . . . . 1483 matches
         [http://online-judge.uva.es/p/v8/843.html ]
         :B(A,B,C), :(,통,), :2(1~4)
         텍 호화하 흔하 . 환한. 호화 .
         호화 , . 호화 , 호화 .
          n n . n 호화 . . 호화.
          1,000 . 16 . 호화 80 .
          호화하 . 호화 . 크(*) .
         === ===
          || || || || ||
         === ===
          호화 , 호화 . [] ;; 하하하 ;; . - [한]
         
          호화 . 호화 .
         하 호화 ?? .
          26 . . 하 . z, q 1% ,
         e, i, o 10 . E 13 . . , . , , 호화 .
          gh, ing, ed, the, a . 호화 x a . qer the .
          , 호화 .
          , . ( [pangram] )
          , . , 호화 . 호화 .
  • 정모/2012.12.10 . . . . 1480 matches
          * : [] [] [] [] [] [하] [] [형] [] [] [] [] [] [] [] [] [] [] [] []
          * : []
         == ''( SNS ) ==
          * 트() 한 Social Network .
          * '' 010-5686-0300 .
          * .
          * [형] -
          * OMS: []
         == 회 ==
          * 12/26 4 .
          * 회 , 파티.
         == ==
          * 홈페 투표합. .
          OO
          *
          *
          *
          *
          *
          * 학회
  • Chapter I - Sample Code . . . . 1470 matches
         RenameThisPage : 페 . --["1002"]
          . ( . .)
          톨하 .. uCOS-II .. .
          .c 파 . .
          포팅하 CPU . ( ) [[BR]]
          int 형 char 형 .. .
          // 형
          // 형 (#define)
          OS . ? extern 키 . 하 uCOS-II extern 키 #define 해 .
         
          () .
          OS_GLOBALS ( #ifdef~#else #else ) .
         
          , Local 하 .
          OS 해 interrupt 해 크 . . uCOS-II 해 크 . 효화, 효화 .
         #if OS_CRITICAL_METHOD == 1 // OS_CRITICAL_METHOD . CPU .
         #define OS_ENTER_CRITICAL() asm {PUSHF; CLI} // PUSHF . .
          // PUSHF CPU 편하 ASM
          // PUSH하 . POPF PUSHF // 킴. 항 .
          ..
  • ProjectSemiPhotoshop/Journey . . . . 1470 matches
         ProjectSemiPhotoshop , , .
         === 11.29 ===
          * 한 : 1 integration
         === 11.24 ===
          * 한 : , Bmp , Sampling , 해, ,
          * 히 하. . ... . --
         === 11.22 ===
          * . ...항 . 히 푸 ... . .... . 해...-.ㅜ
          * ... . ...^.^ . --
         === 11.21 ===
          * 한 : , ,
          * 한 : --["태"]
          * : eXtreme Programming . : . Xp Pratice , , . ExtremeBear --[""]
         === 10.31 ===
          * 한 : 태, 힘. -
          * 4 . ... -.ㅡ;;; .
          * 포토 ..-.ㅡ .
          * ? .
          * 해하, 히 해 포토 Pare Programming ~ --
          * 한 : 3 Alcanoid SpikeSolution -
  • QuestionsAboutMultiProcessAndThread . . . . 1464 matches
          1. Single CPU System A Run , I/O B .
          * , A Time Slice ? I/O CPU I/O 행하 B 행하 ?
          * , I/O CPU ? CPU ALU I/O Independent ?
          * A) . [http://en.wikipedia.org/wiki/Direct_memory_access DMA] - []
          * . DMA I/O . - []
          2. Single CPU & Single-processor & Multi-thread 환.
          * CPU한 Time Slice Processor Thread ?
          * Single CPU Processor Switching ?
          * Thread , 하 Thread One Time Slice ??
          * A) processor process ? scheduling , time slice , preemption 키텍 . thread . process context switching PCB 한 context 한 thread . - []
          * "time slice ." ?? - []
          * 키텍, , thread . - []
          3. ?
          - 학
          - . .
          - . .
          - 화 . .
          - 화 . .
          * CPU Scheduler ?
          * Single CPU 환
  • 정모/2013.9.4 . . . . 1460 matches
         = =
          * [], [], [], [], [], [], [], [], [], [], [], [형], [훈], [], [환], [], [희]
          * [] 학 "Cube"
          * : [] 학
         = =
         == ==
          * , 9/6() zp .
         == ==
          * 홈페 . .
         == 학 ==
          * 해, ( ) .
         == 학 ==
          * 회 -> 학 한 10. .
          * 한 -> . 1 .
          * 확히 :) , , , 한 . 토해(?) :) . . - []
          * , . , ?
          * 하 .. 10 ..-_-; -[]
          * -> ( 3) .
          * -> ??(.....ㅠㅜ)
          * 해 -> 1 , .
  • 정모/2012.5.14 . . . . 1455 matches
          * : [], [], [], [], [], [], [], [], [],[], [], [], [환], [], []
          * []학 ''한''
          * - []
         == ZP ==
          * 150.
          * 5 , 10팅, 10 ( ) .
          * ( ) .!!( .)
          * 키 페 (활 ), !( ..ㅠㅠ)
         == ==
          * .
          * 6/25~6/29 (~), 5.
          * , .
          * .
         == PC ==
          * .
          * .
          * .
          * 크한
          * 크하, 크한
          * ZP
  • 같은 페이지가 생기면 무슨 문제가 있을까? . . . . 1454 matches
         == ==
         === ===
          *
          * 1~5MB . 1000Page ZeroWiki 3.5MB. SeeAlso SystemPages
         == ==
          * , 한 .
          * ( ) .-[Leonardong]
          * ? --NeoCoin
          * 편하 . . -[Leonardong]
          * . , , '''''' - [Leonardong]
          * 2 . ZeroPage 험하 . [크] . --NeoCoin
         (What- ) , . (How- ?) . .
         [ ?] , (-WikiGnome) (BottomUp) .
          . [Leonardong] ? ''페 , .'' ? --NeoCoin
          (페 ) . 할 페 . -[Leonardong]
          NoSmok , http://doc.kldp.org . . ZeroWiki 한 토 . --NeoCoin
          '''''' 한 토 . .
          ''페 , . , . 한, '' . . 페 , , 페 ''' ''' 합해 . .-[Leonardong]
          페 , ''' ''' . Front . . 통 '''(FullTextSearch)''' . 하, OneWiki , 페 , . --NeoCoin
  • 지금알고있는걸그때도알았더라면 . . . . 1454 matches
          (http://my.netian.com/~zwolf/poem/p0401.htm )
          . , 회하. . 하, 택하 험한 ?
          .
          .
         --
          , 해 표 . " 험하 ."
          , 1학 , 3학 [""] 하 . 해, -- .
          [""]하 , . 1학 2학 3학 [""] .
         == ... ==
         ... [""]
          . 학 . . . , .
          . . .
          . .
          . , , 할 .
          . .
          . 팍한 .
          . 한, . . , , .
          . , , . .
         [""]
  • 새싹교실/2011/學高/1회차 . . . . 1453 matches
         [/2011/學高]
         = =
          * Memory ? ?
          * data 10(Dec.), 8(Oct.), 16(Hex.) ?
          * printf() 해 include library(~.h ) ?
         = 2011 3 16 =
         == : 하 ==
         === (fact) ===
          * ZeroWiki
          * 페
          * : =_1_=, ==_2_==, ===_3_===
          * :
          * : 호 3
          *
          * *
          *
          * CPU, Memory
          * SW : System SW, Application SW
          * C
          * C
  • 데블스캠프2006/월요일/연습문제/웹서버작성/변형진 . . . . 1450 matches
          * , , , 파
          * PHP 행할 ( : html, htm, php)
          * index.html, index.htm, index.php
          * 한 해 ,
          * GET Method Query String .
          * POST Method, COOKIE .
         = =
         $host = "IP ";
          $res[] = "Content-Length: ".strlen("파 .");
          $res[] = "파 .";
         형 . ㅋㅋ . 한 탁할 C Java . - [eternalbleu]
          * PHP ? PHP 호하, UI . C++, Java, C# C# 택해, C# Windows Vista , C/C++ . ' ' '형태 ' DB , DB RDBMS PHP , Perl . ㅋㅋ - []
          * PHP , JSP Java .. JSP Java DB PHP 편하 . DB PHP Java PHP Oracle 5.x Jsp . PHP Jsp , Jsp java 클 . Jsp Junit Unit 테 , Visual Studio . java 클 .( Lucene ..). 히 Eclipse Visual Studio ..
          * .. . Jsp,Java PHP .. , 해. Lucene . [MemeHarvester] . - [namsang]
          ㅋㅋ ㅡ_ㅡb . . . , 함. 학할 , 통해 . ( ㅡㅡ;; 회한 ㅋㅋ) - [eternalbleu]
  • 새싹교실/2011/Pixar/5월 . . . . 1449 matches
         = 5 4 =
          * 학 4 3
         = 5 11 =
         == ==
          *
          * 하
          * 학
          * GCD
          * 10 -> 2
          * 1 10000
         == ==
         === ===
          * . . from temp to ㅠㅠ. . ARRAY ㅠㅠ. ㅣㅣㅣㅣ ㅋㅋㅋㅋㅋ
         === 한 ===
         . .
         하.... ㅠㅠ
         
          ㅎㅎㅎㅎ
         === ===
          * . . 1학 . . . 7 n n-1 n . . . . , . ㅋㅋ
  • 아인슈타인 . . . . 1447 matches
          . 314 ...E=mc² ...
         ●
         (1879. 3. 14 ~1955. 4. 18 )
          . 4 . .
          , . 하, . ?
          . , .
          . 하 .
          , . .
          76 . . . . 통해 팔, . (from http://med.hallym.ac.kr/~sohnkm/ein.html)
         ● (한)
          ' ' . 평화·· . - .
          평화 . , ' ' , . , 통 3 . (from http://preview.britannica.co.kr/spotlights/nobel/list/B14a2262b.html)
         spell .. Ein Stein .. a stone ...-_-a 한..ㅋㅋ - [택]
          . . :)
          15 16 . .. . :)) --[]
          핵폭 투하 회하 평화 .
         []
  • ProgrammingContest . . . . 1446 matches
          트. ACM ICPC .
          .
          , ITA .
          EightQueenProblem .
          (Open). , . Java, C++, Pascal, Python . . (2002/5/10) 9 5 . () 행합. (see also .http://ipsc.ksp.sk/rules.php )
          한 한(, , ...) . ? 2 .
          ''ZeroPagers ? 하 .''
          ''. :) --''
          ''Choong-Ang Univ. ? --''
          ''.. . -_-; ; ! (ps. ;) --''
          '' . --''
          '' ? Chung Ang .. Chang Ang Choong Ang .. 2~3 .. --협''
          ''Registeration Team Identifier String . --''
          K-In-A-Row . http://ipsc.ksp.sk/problems/prac2002/sampl_r.php
          포함 () 40 R1 R2 (2000 . 트 Problem Archive ) 10 . EightQueenProblem ( ) 한 10 .
          K-In-A-Row , ( NoSmok: , "極" ) , " " . (see also DoItAgainToLearn) 히 " " . , (pseudo-code) , , TDD TDD ( TDD), 할 획하 . ? 30 , ?
          PairProgramming ( Interactive Shell ), 해하, ( 한) SpikeSolution 험한 Pair Switch . , .
         , Easy Input Set , Difficult Input Set TDD . Time Penalty .
         == 트 ==
          .
  • NSIS . . . . 1438 matches
          '' . 하, . / , , Program Files 폴 . Installer , .
          '포' , NSIS . (.. . ^^; . --;)
         nsis free software , . .
         === 크 ===
          * http://www.nullsoft.com/free/nsis/ - null software nsis 홈페.
         === ===
         NSIS . nsi 트 화 . ( .)
          1. .
          * NSI Script .
          * makensis Script . makensis 포함해 할 화 . zip . ( zip2exe . zlib .)
          * 하 Install 화 . . (~ -_-v)
         NSIS installer 'MakeNSIS' NSI script (.NSI) .
         makensis .
          * /LICENSE - license page .
          * /Vx (x 0~4) - output .
          * /Olog (log filename) - compile screen 한 log .
          * /PAUSE - Makensis . Windows 행할 .
          * /NOCONFIG - nsisconfi.nsi 포함하 . , nsisconf.nsi . (NSIS Configuration File )
          * /CMDHELP - command .
         하 . ^^;
  • Ruby/2011년스터디 . . . . 1434 matches
         [[pagelist(^Ruby/2011)]]
         = =
          * RubyLanguage
          * [http://www.yes24.com/24/Goods/2314079?Acode=101 ]
         == ==
          * [], [혜], [], --[]--
         = 행 =
         == 1 ==
         === ===
         || || 6 || 10 || 13 || 17 || 20 || 24 || 27 || 31 ||
         || [] || O || O || O || O || O || O || O || ||
         || [혜] || O || O || O || O || O || O || O || ||
         || [] |||||| '' '' || O || O || O || X || ||
         || --[]-- || X || X |||||||||||| '' '' ||
         === 20 ===
          *
          * 1 1 ~ 6
          *
          * [혜] - 3
          * [] - 4
  • 정모/2013.5.13 . . . . 1413 matches
         = =
         [],[],[],[형],[],[],[],[],[훈],[],[],[],[],[],[],[],[],[],[]
          * []학 : . "키"
          * PPT : http://sdrv.ms/15OSmxT
          * : []
         = =
          * , :)
         = [http://zeropage.org ZP홈페] =
          * 13학 학회 홈페
          * 학회 홈페 .
          * .
         = =
          : F4(ThreeFs + Future Action Plan) .
          : ThreeFs, ThreeFs(크), FiveFs(크)
         
         Facts, Feelings, Findings, Future Action Plan. , , , , 획.
          : " 5 .() .() .() .( 획)"
          * TIP : Internet Explorer (FireFox Chrome) "편" . 편하 .
         = =
          * .. - []
  • 정모/2013.6.10 . . . . 1413 matches
         = =
         [],[],[],[],[],[],[],[희],[],[형],[],[형],[],[]
          .
         = =
          * - [] 학,
          * [] 학
         == ==
          * [] 학
         = =
          * 2013 6 17 ~~~~
          * 2013 6 24 ~~~~
          * 2013 7 1 . ~~~~
         == ==
         <>
         1. 6
         2. 6
          * 6 .
          * .
          * .
         = =
  • 새싹교실/2013/라이히스아우토반/2회차 . . . . 1412 matches
          * 3 27 2 행.
         = 크 =
         ||||1회 ||2회 ||
         ||훈|| o || o ||
         |||| o || o ||
         |||| o || o ||
         |||| o || o ||
         |||| o || o ||
         = =
         == 획 ==
          * printf, scanf
          *
         == ==
          * 하, 흐. , ?
          * printf, scanf
          * scanf . 허헣?
          *
          * . for ?
         == ==
          * .
  • CodeYourself . . . . 1411 matches
          . [페] 해.
          ProgramingYourself ? . -[]
          - Programing Programming . ~ing . ..-_-;; - [택]
          CodingByYourself ? --[환]
         , . , C, . , . .
          학한 , '' OS, SE'' , . ( ZeroPage ). . ( '''' C ), '''''' . (. ) . . - [택]
         C ? . . , . , . (행) . 하 . , . . . , . 힌트 , 팩토 ( -- higher-order function ). ""(description) , "".
          "" . . . . . . .
          .
         []
  • 지금그때2004/토론20040401 . . . . 1411 matches
          : 6:00
          :
         == ==
          *
          * 패 & 화하
          * ,
          *
         == 패? ==
          * : 패 택,
         
          패
          * : .
          * 패
          * 패
          * OK (13 )
         == 패 ==
          * : ?
          - : 1 1
          03 ,
          * : 학?
  • NUnit/C++예제 . . . . 1407 matches
         === (Using C++) ===
          * Managed C++ 클 .
          * Test Fixture TestFixture, 테트 함 Test Attribute .
          * C/C++ , #using NUnit bin 폴 .
          * dll 파 .
          * NUnit bin NUnit-gui.exe 행한. dll run하 행해.
          * , 테트 할 .. .
         === ===
          * 헤 . 하 cpp파 . Test .
          * namespace .
          *
         === MFC ===
         VC++ 7.0 MFC NUnit . ... .
          1. MFC . .
          2. Managed C++ Library . .
          3. 테 #using nunit\bin폴 .
          4. 테 포함 .
          5. Managed C++ Extension 크해.
          . .
          트하 . ? #include <domain.h> , 테트 클 .h .cpp . . ... .
  • 정모/2013.1.8 . . . . 1405 matches
          * : [], [], [], [], [], [], [], [], [], [], [] ...
          * : []
          * [] 학
          * : []
         == ==
         === 회 ===
         ==== 회 ( ) ====
          *
          *
          *
          *
          * 1/8 ~1/11
          * 1/15 ->
          * 1/16 ~ 1/21(24)투표
          * .
          * .
          * 투표
          * 투표 .
          * 투표 , . -태
          * 행 회
  • 프로그래밍십계명 . . . . 1401 matches
          .
          .
         1. 히 하 .
          * . . . . 히, . . .
         2. PC .
          *5 . .
         3. .
          * . 127, -128, 255, 32767, -32768, 65535, . 0.0 0 . .
         4. .
          * 1 0 . . 1 . .
         5. 항 .
          * , . , if else .
         6. 함 .
          * . . .
         7. .
          * . . . 패할 .
         8. 한 , .
          * . , 환하, 형 .
         9. .
          * . . .
  • 3rdPCinCAUCSE . . . . 1397 matches
         3회 .
         === ===
         : 2003 5 19 6~9
         : 7 PC
          : 2~3 / PC 한
         :
          : , , 호 ( .)
         : C/C++ with Visual C++ 6.0
          : .
          플( http://cs.kaist.ac.kr/~acmicpc/problem.html )
          항:
         -
         - 휴폰,
         - , CD . .
          :
         - 3 3 . (open book, closed internet)
         - .
         - . (: clock.{c|cpp} )
         - 행파 .
         - (5-10) .
  • NSISIde . . . . 1397 matches
         == ==
          * : NSIS IDE
          * : (99, ["1002"])
          * : 2002.2.3 (.. 2.9 .^^;)
          * 표 : NSIS 한 NSIS Script 한 IDE 환 .
          . -_-; NSIS command 행하 . --;
          Editplus makensis , .. . --; ( ["NSIS_Start"] subproject, ["NSIS_Start"] . ^^;)
         Solo Programming 행. XP .
          * .nsi load/save 할 .
          * .nsi .
          * .nsi 행화 . output .
          * 트하 행해 .
          * MDI .
         한 Iteration 2 . 1 Task Point Ideal Hour(?) 1 . (.. 호하. .)
          * .nsi load/save 할 .
         || 화 . || 0.4 ||
         || . || 0.4 ||
          * .nsi .
         || Rich Edit Control . 편. sink. || 0.5 ||
          * .nsi 행화 . output .
  • 마케팅천재가된맥스 . . . . 1396 matches
         = =
         == ==
          * , . 팅, . . , . , . , 팅() .
          * '' '' '' . '' , , . 팅, 판 . . . '틴', '', '' 패한. '클 ' . . . .
         == ==
          * 포함.
          * . ..
         === ===
         ==== ====
          * , . .
          * 클 ( )
          * .
          * 1% .
          * . (, )
          * , 환, .
          * ,
          * .(품..)
          * .
          * .
          *
  • 2011국제퍼실리테이터연합컨퍼런스공유회 . . . . 1395 matches
          1. :
          1. 행
          1. : 10
          * 화하 .
          * . ? - []
          1. IAF, IAF ( 포함) - 10
          * IAF International Association of Facilitator .
          * .
          * Mission Facilitator 포트, , 홍,
          * CPF ( ) CPF
          * 42 . 6.
          1. IAF Sketch - 20
          1. 3 Most Valuable Learnings - / 60
          - Organizational Persona : 20
          - Creative Expert : 10
          - Ultimate Challenge Advanced : 20
          1. 회
          * (facilitator) .
          . . 회 .
          , , , , , , , 합 , , , , .
  • 채팅원리 . . . . 1395 matches
         = =
          .
         == ==
          4 Thread . Thread . 4 Thread .
         ReceiveEvent : 클 . StatusDisplay 클 . .
         1. .
         2. .
         UserListControl : . ID , , ID .
         Broadcast : 클 .
         SendUser : 클 ID List .
         == 클 ==
         클 4 Thread . JFrame 한 클 2 , 하 Login ID , . 4 Thread .
         Login : ID ID , .
         ChatMain : . GUI , . ID .
         ReceiveMessage : ChatMain 클 .
         SendMessage : .
         UserList : ChatMain 클 List ID .
         = =
          .
         == ==
  • ProjectZephyrus/Server . . . . 1393 matches
         === CVS ===
          +---- bin : 행 파 ,
          +---- document :
          | ex) DB query, Packet
          +---- lib :
          +---- src : package
          +---- command : 한 패키
          +---- information : DB 패키
          +---- network : 패키
          +---- test : Test 패키
         
          .classpath : Eclipse Java
          .project : Eclipse project 팅 파
          .cvsignore : Eclipse cvs synch 할 파
          java_win.bat : Windows RunServer 행 batch파
          javac_win.bat : Windows batch파
          java_zp : ZeroPage Server 행 bash script (zp . bin classpath ,port .)
          javac_zp : ZeroPage Server bash script ( .)
          ProjectZephyrusServer.jcp : JCreator project파
          ProjectZephyrusServer.jcw : JCreator workspace 파
  • ZPHomePage . . . . 1391 matches
         [트] 2004 행하 홈페
         === 표 ===
          * 홈페 편, 홈페
          *
          *
         === ===
          [환], [], [iruril], [], [], [], [하]
         === 항 ===
          * : 2004.12.28 ~ 2005.2.
          * (?) : 2005.2.6() 3
          -_ㅠ ~ 2 7. ㅠ_ㅠ
          ~ --[환]
         === 회 ===
         === ===
          * [ZPHomePage/획]
          * [ZPHomePage/트]
          * [ZPHomePage/]
          * []
         === ===
         회 4 .
  • 새싹교실/2011/쉬운것같지만쉬운반/2011.3.29 . . . . 1386 matches
          ~
         = =
          * 표 , 표 함 ~
          1. printf 함
          2. ( %d )
          *
          1. ?
          * ~
          1. ( = )
          2. ( +, -, *, /, % )
          3. ( +( 호), -( 호) )
          4. ( ++, -- )
          5. ( >, <, ==, !=, >=, <= )
          6. ( &&, ||, ! )
         = =
          * ZP ~ .
          * ~
          = =
          || || || O ||
          || || || O ||
  • 프로젝트기록의필수요소토론 . . . . 1386 matches
          : [[BR]]
          : (2002,1,30) (80%) 확하 .
         ''' '''
          * ZeroWiki 트 페 6하
          * '''(페, 트), (), (), (표), (), ()'''
         ''' '''
          * , , ...
         ["neocoin"] , . 확해 ? , , , . [[BR]]
          . (휴 ) 해 , . ??
         [1002] . . semi-project , . ( '화' . , Document 화 . .) 해 ( ) ? 하, , .
         [1002] , 'Java', 'ExtremeProgramming' . Java Study ? . , 환해 . (, 'Java' 페 Java , 'Java' 페 ..)
          [] Java .
          [1002] . , . 해 판, .
         [1002] 한 , 해 . --; ( , '', '. ', '. ', ' ' . -_-;) .. . , WIKI , 편하 e-mail . ( ? --a ZP sendmail . --;)
         ["neocoin"] ZeroWiki 트 페 한 6하 . . (where) . ( --;) --
         ["토"]
  • zennith/w2kDefaultProcess . . . . 1385 matches
          2000 폴트
          { guest, }
          2002-04-29 10:52:52 회 45
         2000 폴트
          행해 .
         Csrss.exe -
         Win32.sys Win32 subsystem Csrss.exe
         . Csrss Client/Server Run-time SubSystem
          subsystem . , 16
          .
         Explorer.exe -
         , 탕화 Windows
         
         .
         Internat.exe -
         
         (HKEY_USERS\.DEFAULT\Keyboard Layout\Preload키 ) .
         템 트 "EN"
         할 . 통해 "EN"
         disable
  • ProjectPrometheus/BugReport . . . . 1380 matches
         Prometheus
         === UI & 항 ===
          * [[HTML(<strike> 히 PRE 태 , . </strike>)]]
          * 함.
          * Review review , 폰트
          * [[HTML(<strike> . . , . </strike>)]]
          * URL
          2. My Page
          3. , .
          4. [[HTML(<strike> </strike>)]] - .
          1. HeavyView 평 LightView
          * {{{~cpp RecommendList}}} . .
          * notice , DB (), file path . file path , ant file . --["neocoin"]
          -- notice DB 판 형
          * ant build , . --["neocoin"]
          * UI 화 할 .
          - Page -> Object Mapping Code Generator , 트 화 트화 ( ), 화 .
          * CauLibUrlSearchObject - POST
          * CauLibUrlViewObject - POST .
          - FORM HTML FORM WEB DEBUG , 화 할 . <FORM> 태, <INPUT> 태 , , . --["1002"]
  • 콤비반장의메모 . . . . 1370 matches
         ''' 3 폭파.'''
          화 형 트(Inspector Gadget) (Chief Quimby) 폭파 . . [""] .
         === ===
         ==== ====
          mp3 .. (e.g. 32kByte) , , .. , 플 포하 . .. winamp . - [zennith]
          * 히 해
          * 환
         ==== ====
          * ? MD5키 ~
          '' . . , . MD5 . --[""]''
          * ~
          * !
          '' 호화 " " . --[""]''
         ==== + 플 ====
          . Zip - self-.. 한 형태 .. ? - fnwinter []
          * player + encryped data 한 파, player decrypt & play data .
          * hint: Zip file format - Self Extractor .
          *
          * 편하.
          * data key .
  • ProjectPrometheus/개요 . . . . 1363 matches
         from [""]
          . . , , ... . . .
         하, 편한 . "Ease of Learning"(MS ) "Ease of Use"(Emacs, Vi) .
          템( , , 표 평, 통한 , / 통한 한 통 -- , , 4학 -- ) , ( ) . .
          키텍 (CGI) . ? ( , 학) 포함한 6-8 5 포함, . (하 -- ). 학 -- -- SoftwareEngineeringClass "" . , ( . see also SituatedLearning ) . .
          . . . . . "Code is the thing". .
          (wrapper) .
         , . CGI HTML 한 XML 환해 . " " . , .
          통해 , , , , . . (하 . )
          , , , . .
  • IpscAfterwords . . . . 1357 matches
         2002 IPSC (http://ipsc.ksp.sk/) 험하 ["ThreeFs"]
          (5/18) TIS 1234567890 ipsc@ksp.sk .
         .. ( ) . -_-; 5 . 험해 K-In-A-Row Candy '2-3 ' 했. 흑;[[BR]]
          . . . ( . .. :) )
          * K-In-A-Row StepwiseRefinement , ( ) Candy , .
          * - . 확하. 히 ' ' ..
          * 흐트 . K-In-A-Row Candy ' ' .. .
          * .. (?) ;; --
          * IPSC Winner . Open Second , Pascal . ^^
          * .. Crazy Study(01학 . 해..--;) . -
          B 30 , . 합.. , . B 3 100 turn ; .. ;
         ICPC (?) . . . . ["파티"] . , . . --[""]
          :
          * /
          *
          *
          B (Job Balancing) . O(m*n^2) O(m*n) , . (NoSmok:포 ) . 30 B Difficult Set 5 . ? TDD , , , ... . .. see also IpscLoadBalancing
  • PyUnit . . . . 1357 matches
         === Python Unit Testing Framework PyUnit ===
          * PyUnit . 1 . 함.
          * PyUnit Python 포함 UnitTest Framework library. 하, UnitTest . (히 C++ UnitTest할 . --; Python 포팅하 )
         === 트 ===
          * http://c2.com/cgi/wiki?PythonUnit - . --; 퍽하 . --a
          * http://junit.org - Java Unit Test Framework .
         unit testing . 크하 한 하 .
         PyUnit TestCase unittest TestCase 클.testcase 클 unittest.TestCase .
         === 한 testcase . 'failure', 'error' ===
          runTest .
         테 해 Python assert . testcase assertion 행하 AssertionError , testing framework testcase 'failure' 했 . 'assert' testing framework 'errors' .
         testcase 행하 . testcase 클 .
         === set-up code : 'fixtures' . ===
          testcase set-up . Widget 클트하 해 클 widget .
          setUp , testing framework .
          setUp framework error . runTest .
         히, tearDown . runTest .
          setUp , tearDown runTest .
         한 testing code 'fixture' .
         === test method 포함한 TestCase classes ===
  • 상협/Diary/8월 . . . . 1356 matches
         = 표 =
          * ["3DAlca"] 크(MFC)
          * [""]
          * Designing Object-Oriented Software Failure ( .)
          * , 1 ㅠㅜ Failure
          * Refactoring Failure ( .. -_-;;)
          * ..
         == ( ) ==
          *
         || || 할 || || || ||
         || 1 || [""] || 50% || 화 || , 화 ||
         || 3 || ["3DAlca"] || 0% || || , ||
         = =
          * [""]
          * 해,
          *
          *
         = =
         == 8 1() ==
          * . -_-;;
  • AsemblC++ . . . . 1353 matches
         C .exe파 IDE .
         == VS.exe ==
         MASM [VisualStudio] . VS . .
          [i++VS++i] i++ , ++ .
         .exe파 . [http://zeropage.org/wiki/AsemblC_2b_2b?action=edit in]
          [i++VS++i] ^^ ~ ? --[]
          해 [i++VS++i] i++ .
          .exe 파 . .
          ... .
          트 파(.obj) . .
         하 트 파 .
          .
         ( 트 파 .)
          .exe 파 .
          통해 .exe 파 . --[]
         MS C/C++ /FA .
          .obj 파 .asm 파 .
         C/C++ /FAs .
          -_-; ... --[]
         == 한 [] ==
  • B급좌파 . . . . 1353 matches
         . Cine21 ' ' .
          . Further Reading .
          한편 (통함하 . ) 한편 편할 . , . 활한 . . .
          해 ' 투' , ' ' . . ' '. ' ' ' ', ' ' . -- ["1002"]
          . . 'C 99학 A ' , 'S 00학 ' 'B회 ' . 'B ' . . , .
          '학 ' 하, . 'ZeroPage ' . 1 10 . (하 ..) . . . -- ["1002"]
          , ..
          : ... ()
          : ... ()
          , . ''' .'''
         , 험해 . , . '''''' '''''' , (, :) )
          . , . , '''''' 함 ;-) --
          ''.. ' 한' . :) ' ' . -- ["1002"]''
         [""]
  • 지금그때2003 . . . . 1346 matches
         2003 3 21 pm7~10 [] 행 한 페
         == 2003 ==
          [], []
          : (21) 7 ~ 10
          : 학 2 4251
         () : [], , , , ([1002])
          :
         
          훈 한
         
         == ==
         [/]
         [/OpeningQuestion]
         [2003/토20030310]
         [2003/토20030311]
         [2003/토20030317]
         [2003/]
         [2003/홍]
         [2003/획]
         [2003/] - Seminar:SimpleRule
  • Bigtable/DataModel . . . . 1342 matches
         == ==
         테 -> 태 -> SSTABLE -> block
          1. 테 합.
          1. 태 SSTABLE SSTABLE .
          1. SSTABLE block block .
         == 테 ==
          3형태. 행(row key), (column), (timestamp)
         태 .
          1. row key : url( 표, )
          1. column family : column
          1.
          1. (?) <- value
          1. timestamp
          1. value : 해 트/키
         == 태 ==
         태 .
         태 SSTABLE SSTABLE .
          1. 태 : 키 ->
          1. shorten id .
          1. 태 row .
  • 스터디제안 . . . . 1342 matches
          .
         == ==
         == ==
         == ==
         === ===
         [""]
         === ===
         CACM, IEEE Software, IEEE Computer, Seminar:SoftwareDevelopmentMagazine () ?
          , 함 표하, 토, . , , .
          . .
          . .
          표 해 . . -
         == ==
          통해 . .
          , 티티 , ( ). , , 해 . , "" , . 히, , , . , 할 확 . , .
          , 해 , 합하 . , . 하, , , . --["neocoin"]
          '' ? 해 . --["1002"]''
          표'''''' , , ''C++ '' , {{{~cpp GoodGuy}}} --;; --["neocoin"]
          ''.; ; ' , '. ["1002"]''
          , . ? --["neocoin"]
  • Plugin/Chrome/네이버사전 . . . . 1339 matches
         = =
          []
         = =
          * 크 Plug-in extension program . .. 화=ㅂ= .json확 CSS HTML. DOM형 . HTML element 통해 Naver Plug-in .
         = =
         = =
         == ==
          1. manifest.json attribute.
          1. Contents policy security. 확
         == ==
         === ===
         크 API code developer . index .
         Tutorial 행하 .
         
         '''Chrome( ) -> -> 확 -> Check -> ''' .
         === 튜토 ===
         flickr permission . 파 HTML CSS. AJAX, Javascript (AJAX ) . json 통해 . 흥.
          . javascript . xml web web . .
         Ajax 해 (A Asyncronous) HTML CSS DOM XML, json Ajax .
          .
  • MicrosoftFoundationClasses . . . . 1334 matches
         Microsoft Foundation Classes . Visual C++ . MS Windows API 핑(Wrapping)하 . OWL(Object Windows Library) ... -_-; . ㅋㅋ
          '') WikiPedia:Microsoft_Foundation_Classes, WikiPedia:Object_Windows_Library ''
         MFC CDocument, CView C . m_ . p, i, l, h [헝] . C환 C++ 한 표 .
          Create(0, "MFC Application"); // "MFC Application"
          m_pMainWnd = new CExWnd; // .
         CExApp Application; // .
         //WinMain() 함 MFC API 편하 .
          '' Project/Setting/General 항 MFC DLL .
          .
         = =
          '' . Wrox BegVC++6 Ivor 할 .''
          ''Com/Dcom PrimerPlus 판. ''
         = 트 =
         하 편하. MFC CDocument .
          , MFC .
          document SDI(single document interface), MDI(multiple document interface) .
         View . document CView . View view . 한 document view .
          ''excel . , .''
         Document . 한 포 . 한 포 . .
          트 템플 히 document . . document template . 한 형태 document 2 document template .
  • 정모/2012.4.30 . . . . 1328 matches
          * [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], []
         == LTE ==
          1. LTE. 4G 3.9G ?
          3G IMT-2000 포함 4G IMT-advanced 포함 .
          LTE LTE LTE-advanced LTE IMT-2000 포함
          LTE-advanced(3GPP-release 10) IMT-advanced 포함.
          2. wibro 4G ?
          wibro WiMAX . wibro IEEE 802.16e 표
          4G IEEE 802.16m 표 wibro
          4G .
          3. LTE 향,
          3G CS(circuit switched) PS(packet switched) 통화
          CS, PS . LTE
          PS 통화 3G CS .
          PS 통하 통화 .
          * [] Image Processing
          * : [], []
         == ZP / ==
          * 파.(?)
         == Devils ==
  • 2006신입생/방명록 . . . . 1326 matches
         = ! ^^ =
         ZeroPage .
         ZeroPage [] []
         = =
          , ~
          ^^
         - 06 ; -ㅁ- ㅠ0ㅠ
         - 06학 . -ㅜ-;;
          ;;
         - 06 택? ~ ,^_^ !! - [허]
         -06학 ~^^;; ~ ~ ㅎㅎ
         - ~ ^^ ~ - [허]
         -06학 ...
          - ㅎㅎ ^^ 키페 ~ - [허]
         -06학.. ~
          - ~ ^^ - [허]
         - 20 ..
          - 헉.. ㅋㅋ
         - 06학 ~~ ~
          - ~ ~ ~~ - [허]
  • JavaStudy2004 . . . . 1325 matches
         [트] 2004 행하 [Java] .
         === 항 ===
          * : 2005.1. 7 ~ 2005. 2
          * : 1 21 5
          * 1 12 2
          * 1 19 2
          * 1 21 5
          * 1 26 4
          * 2 2 3
         === ===
          * ( X-( :D :D :D :D :D ) : []
          * : []
          * Player 1 ( :D :D X-( :D :D :D ) : [한]
          * Player 2 ( X-( :D X-( :D :D :D ) : []
          * Player 3 ( X-( X-( X-( :D :D :D ) : []
          * Player 4 ( :D X-( X-( X-( :D :D ) : []
          * . X-( '''5 한 Player ??'''
         === ===
          *
          * Player
  • 새싹교실/2012/부부동반 . . . . 1323 matches
         = =
          * , 희, , 환,
          * ZeroPage 4F([ThreeFs] + Future Action Plan) feedback .
          * Facts, Feelings, Findings, Future Action Plan. , , , , 획.
          * : " 5 .() .() .() .( 획)"
          * ?
          * feedback .
          * ZeroWiki . 하 .
          * . 학 .
          * ZeroWiki MoniWiki Engine Google Chrome Mozila Firefox, Safari Internet Explorer .
         = =
         == 1회(3/19) ==
         === ===
         ||<|2> || || O ||
         || 희 || X ||
         ||<|3> 학 || || O ||
         || 환 || O ||
         || || O ||
         === ===
          * Hardware / Programming Language / Software
  • TheJavaMan . . . . 1322 matches
         '''2003 - 2004 Java '''
         ''' . .'''
          : , , 희, 환, , , ,
         === ===
          '''.'''
          ''' '''
          * : 7
          * : 택.
          * : ,
         === 트 ===
          * , , , , 트,
          , , , , 판,
          텍, , , , , 팩,
          ~!
         === 트 페 ===
          [TheJavaMan/트] -
          [TheJavaMan/테트] -
          [TheJavaMan/] -
          [TheJavaMan/] - 휘, -
          [TheJavaMan/] - 환 -
  • AOI/2004 . . . . 1318 matches
         2004 &
         == ==
          * : & ( Aladdin:8931421923 )
          * : Programming Challenges ( Aladdin:8979142889 )
         == 황 ==
         === ===
          || || [] || [] || [] || [황] || [] || [환] ||
         === ===
          || || || [] || [] || [황] || [한] || [] || [] || [환] ||
         == 하 ==
         . . . ㅠ.ㅠ;; 패. ?? -_-ㅋ;; - [한]
          . . -
          4 . . --
         .. ? MineSweeper --
         ... . ^^ --
          . . . . 하 . --
          C++ . ... , OOP, TDD . --
          . 하 . , 팩토 . --
          [Refactoring/BadSmellsInCode] --[]
          ? --[Leonardong]
  • PerformanceTest . . . . 1315 matches
          . .
         == HighResolutionTimer ==
         Windows .
          Windows API함 .
         === ===
          C++ Class. Sec . HighResolutionTimer .
          Binary Search . CTimeEstimate 클 .
         == ftime함, timeb ==
          CPU OS ftime 함 timeb . . sys/timeb.h 헤 ANSI C .
         === ftime 함 ===
         === timeb ===
         === ftime 함 timeb ===
          printf (" %d ms .\n",time*1000+millitm);
         == RDTSC ==
          1999 2호 테크 .
         펜티 CPU RDTSC(Read from Time Stamp Counter) . 펜티 TSC(Time Stamp Counter) 64 . RDTSC TSC EDX EAX . 6 11클 . Win32 API QueryPerformanceCounter . .
          32 RDTSC EAX . EAX . 64 LARGE_INTEGER .
          ..... //
         rdtscEx 36클 . 하 . 확한 CPU클 한 클 CPU클 . RDTSC 행할 CPU CPU CPUID 행해 . 한 RDTSC .
         Windows Multi-Thread ? 행하 Thread ? Thread ? 확한 . 확한 . -_-;
  • 니젤프림/BuilderPattern . . . . 1312 matches
          . , 표 . , .
          , , , Builder . /표 , director . director Building step(construction process) concrete builder product (representation) .. , builder director .
         === ? ===
          . ?
         === ===
         패트(크)푸 . , , , (, , , ) . , 템플 . . , 택할 , . , Director . Customer . 택해 (Customer Concrete Builder 택한) Director 템플 (Concrete Builder) 트(Product) . Director Concrete Builder Builder .
         Product 템플. Abstract Interface .
         Builder . Concrete Builder , Builder late binding . , builder pattern Product .
         Director 클 Product . Builder Concrete Builder Builder .
         . Builder Pattern Product Composite Pattern .
         === ===
         ==== Wikipedia Java code ====
         ==== Composite Pattern Builder Pattern ====
         Head First Design Pattern , Vacation Planner
         === Builder Pattern Abstract Factory Pattern ===
          Builder Pattern Abstract Factory Pattern . , Abstract Factory Pattern , Builder Pattern . Creational Pattern Product . , Builder Pattern , Abstract Factory Pattern generic 한 product concrete factory product .
         Abstract Factory Pattern : 확한 . ( ) , 택하 . (interface to factory) " " abstract generic message (concrete factory) concrete product .
         Builder Pattern : 합하 . (encapsulate) , , (builder) (product ) (complex object) .
         .
          http://en.wikipedia.org/wiki/Builder_pattern
  • 루프는0부터? . . . . 1311 matches
          C 0 ... 0 ...
         [AcceleratedC++] [AcceleratedC++/Chapter2] .
          .
         AcceleratedC++
         == 0 ==
          C++, . 1 0 .
          0 != 해, 1 <= . . 호하 ?
         === : . ===
          for [0, rows) 편하, for [1, rows] 편하.
          . . [m, n) n-m [m,n] n-m+1 . [0, rows) 해, [1, rows] . , . , [m,n) , [n, n-1] . .
         === : [] . ===
         0 .
          r . 1 ? r , . , while , rows+1 . rows행 . r . r-1 . 하 , r 0 ?
         === : 해 <= != . ===
          , .
          r!=rows, r==rows . r , 확히 rows . 한편, <=rows, 한 rows . . 0 확히 rows 행했히 하, R!=rows . 한, rows , r<rows . 1 rows r<=rows . 하, rows 확한 ? r==rows+1 . 하 .
          . Seminar:WhyNumberingShouldStartAtZero
         [토]
  • 10학번 c++ 프로젝트 . . . . 1308 matches
         = [http://wiki.zeropage.org/wiki.php/10%ED%95%99%EB%B2%88%20c++%20%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8/%EC%86%8C%EC%8A%A4 ~] =
         0. 10학 c++ , .
         1. ( 함) 3 .
         2. , 2000 .
         3. Project's Rule , .
          :
         = 0(10.07.07) =
         == 표 ==
          *
         == 황 ==
          * :
          * :
          * :
         == 황 ==
          * ㅋ_ㅋ
         == 해 ==
         == 할 ==
          * C++ .
         == ==
          * .. ㅎ_____ㅎ
  • SibichiSeminar/TrustModel . . . . 1304 matches
          *
          * Trust Model .
         == ==
          * [wiki: ] ㅋㅋ 표 형 .
          1. , 히 판 .
          1. ''?'' . ...
          1. TrustModel . . ZeroPage . - []
          * , . ( !) ㅎㅎㅎ -[]
          * 홍 ,, ? ㅋㅋㅋ ,, Pre-test 한 희 . Pre-test . M-16 한편 .. . - []
          * .. . 해하 ... . ㅜㅜ . ... , . . 화하 . ? -_-; - []
          * , .. ( ) .. , . TrustModel , .. , (?) / (?)했. .., .( ) -[]
          * . 페 , , TrustModel . . . M-16 --... . . . 하하하하.. 확한 . .. ㅜㅠ C ㅜㅠ - []
         [SibichiSeminar], [2011]
  • 새싹교실/2011/앞반뒷반그리고App반 . . . . 1302 matches
         == , , App ==
         === ===
         . ?
         === ===
          * : [황]
          *
          * [호]
          * []
          * []
          * [해]
         === ===
          , 한 한 .
         하, 힘 ~~~~ . .
          .
         === 행할 ===
          * [The C Programming Language]. .
         === 키 ===
         ~~ . . ()~~
         ~~ , 행합.~~
         === (2011-4-4) ===
  • 02_Python . . . . 1301 matches
          * 02 학 . C
          * Class ..
          * 형, , , 함 ,
          * -_- -_- ( ?)
         = =
          * = 00
          * = 확
          *
          * -_- 10
          *
          ''Who is "" here?'' - :)
          *
          * Learning Python .. .
          *
         == 파 ? ==
          * 확하 . (see also Ousterhout's IEEE Computer article ''Scripting: Higher Level Programming for the 21st Century'' at http://home.pacbell.net/ouster/scripting.html )
          * , .
          * GUI , 티 , AI , .
          * C, C++, Java
          * (RCM )
  • 김희성 . . . . 1299 matches
         = =
          * 12학
          * [/2012/]
          * Forensic ([],[],[])
          * [/2016/]
         = =
         == ==
         == 활 ==
         '''2.2.1. '''
          *
         '''2.2.2.픽'''
          *
         '''2.2.3.'''
          * Google code jam korea 2012 : 25
         '''2.2.4.'''
          * [/ShortCoding]
         '''2.2.5. '''
          *
         = 항 =
          * '''템'''
  • UnityStudy . . . . 1298 matches
         = =
          * Unity 3D ! ? 파헤!
         = =
          * 7
         = =
          * [], [], [훈], [], [], []
         = =
          * Unity 3D 4.1 : http://me2.do/FyLfWHez ([] NDrive)
         = =
          * 한 ppt, 트, .
         = =
         == 5 23 ( ) ==
         === ===
          * Unity
          * Unity Unity Pro
          * Unity Android, iOS .
          *
         === ===
         ==== ====
          * 행하 .. . ^^
  • 위키에대한생각 . . . . 1298 matches
          .
         == ==
          * ' ' . 6 , . ....... .--[]
          * , . () , . , . -[Leonardong]
         == ==
          === . ===
          (하 .)
          === 한 , . ===
          . ( ...) .
          === ===
          * , history . --NeoCoin
          * 하 !!! --NamelessOne
         == ==
          * 한 . . --
          * SeeAlso NoSmok:판 NoSmok:판 NoSmok:WikiIsNotABulletinBoard
          * . 페 .
          [ ?]
          * , . , 키페 . , . 해 ? (, ㅡ.ㅡ;;)--[]
          === . ===
          . . .
  • 5인용C++스터디/에디트박스와콤보박스 . . . . 1296 matches
          *
          * ?
          * ?
          * ?
          * ?
          * ?
          * ?
          * 표하 !
          *
          * ...
         === 1. 트 ===
          . .
          CEdit 클. .
          /
         CEdit /
         Clear / .
         Copy / .
         Create / .
         Cut / .
         Paste / 클 .
  • 스터디그룹패턴언어 . . . . 1290 matches
         = =
          . 학 . .
          해하 . 패하 . .
          .
          , . .
          . , .
          , ''A Pattern Language'' ''A Timeless Way Of Building'' . 패 해 포 , . , . 패 .
          .
         = =
          21 . '', '', '할' ''(Custom) . 해 , . '' , (spirit of learning) . '', '할', '' .
         == (Spirit) ==
          , 해 한 환 .
          * [](KnowledgeHydrantPattern)
          * [통](PoolOfInsightPattern)
          * [](SafePlacePattern)
          * [](EnduringEnergyPattern)
          * [](KinderedCollaboratorPattern)
          * [](CommonGroundPattern)
         == 할(Roles) ==
          . . 통 .
  • CVS/길동씨의CVS사용기ForLocal . . . . 1284 matches
         Local 히 CVS 한 Tutorial
         === 1 ===
         홍 Java Hello Java . CVS .
          , .
         CVS . 하, http://www.cvsnt.org/ , cvs local . , local .
          한 파 .
         cvs -d "팅" "" "태"
          편하.
         cvs_SetForLocal.bat (한 .)
         SET CVSROOT=local
          : local remote . , .
         SET CVSROOT=
         
          * in Bash Shell ( 행 해 )
         ==== 화(Remote cvs .) ====
          , c:CVSLocal . CVSROOT .
          : CVSROOT CVS .
         cvs -d c:CVSLocal init // -d 태 CVSROOT . cvs.
         ==== ====
         행 폴 , .
  • Java2MicroEdition . . . . 1284 matches
         Java 2 Micro Edition (J2ME) PDA . Java .
         === ===
          * J2ME Configuration Profile . ( "Configuration Profile" )
          * PDA ...
          * 휴 ...
          CLDC MIDP 포팅 .
          MID, Native System Software CLDC, MIDP , MIDP Application OEM-Specific Classes . OEM-Specific Classes OEM(Original Equipment Manufacturing) . , , () 휴 Java Native API. () 휴 MIDP . MIDP API , SK Telecom SK-VM SPEC , , SMS . CLDC MIDP OEM-Specific Classes .
         === Configuration Profile ===
          J2ME 플 . , pJava eJava . . , 하 .
         , / . 한 하, , 호환 , J2SE 호환 . .
          API , , API . CPU , , , 플 .
         === ===
          * J2ME [[BR]]
          java.sun.com/j2me CDC, CLDC, MIDP . 포함 , 포팅하 . ( ...ㅡ.ㅡ)
          * J2ME [[BR]]
          java.sun.com/j2me J2ME Wireless Toolkit . J2ME Wireless Toolkit 포함 트 해 .
         === 트 ===
         === ===
          * [http://zeropage.org/~dduk/development/j2me/midp-2_0-fr-spec-ko.zip midp 2.0 한 펙]
          * [http://zeropage.org/~dduk/development/j2me/midp-2_0-src-windows-i686.zip midp 2.0 (win)]
  • 데블스캠프2006/목요일후기 . . . . 1281 matches
         = 2006/ =
         == ==
         === ===
         허, , , 태, 호, ,
         === ===
         , , , , , 희, 희, , 형, 희,
         == ==
         {{| :
         ~ 4 ~ 힘~
         힘~ ~ㅠ.,ㅜ
          ~ ~ ~ ~
         하;; ;;;ㅠ.,ㅜ ~ ~
         {{| :
          ;
          .
         {{| :
          4 ... 12ㅅㅣ .
          .. ..
         {{| :
          ..[크흑!]
  • 새싹교실/2012/도자기반 . . . . 1281 matches
         = =
         ||||3/22||4/8(1)||4/8(2)||
         ||||o|| || ||
         ||||x|| || ||
         ||황||o|| || ||
         = =
         == 1회(3/22) ==
         === ===
         [/2012// ]
          행 했.
          wiki .
          ..?!
          C
         pdf 파 ... .
          C & 행했.
          (#include<stdio.h>) main함 형태(int main(void){return 0;}) .
         (stdio , main int void return 0; . 하 .)
          C .
         ^__^
          .
  • 정신병원에서뛰쳐나온디자인/밑줄긋기 . . . . 1281 matches
         = ? =
         == ==
          * 확하 .
          * 행하 . ''" ?"'' . ''" 100 ."'' . . . ''" 100% 확하 . . ."'' .
          * 한편 MS . MS . 포함하 ZeroPager 포토 - []
          * , .
          * . .
          * 한 품 해 훨 .
          * . .
          1. .
          1. .
          1. . - []
          * , 합한 행 .
          * '' . - []
          * , 한편 , .
         == ==
         = =
         == ==
         == ==
         == ==
  • 정모/2011.5.30 . . . . 1280 matches
          * : [], [혜], [], [], [], [], [], [], [호]
         == ==
          * [] One Man Show
          * OMS : []
         == ? ==
          * [] . .
         == 5 ==
          * 5 ZeroPage .
          * 5 ZeroPage , , .
          * 6 ZeroPage 6 .
          * 5 : ( .. ....)
         == ==
          * . 6 13 .
         == ==
          * 1 -_- , . . +_+ .. OMS OMS. 합 한. . . ( ..) OMS OMS . (;;) ~~ ( .. ?!) . ICE Breaking . 1. ZP !() , . -[]
          * 큐 ㅋㅋㅋ 키 페 ;; 회 + ㅎㅎ - []
          * 트, ~~ -[]
          * 7 ( 7 20 ..) ,, OMS One Man Show , 평 . Five For Fighting . , .. ( ..) -_-;; 5 . Zeropage . ( -_-) . ㅎ - []
          * OMS .. 화할 황한 ; . ? .. 항 . . - []
         [], [2011]
  • VisualStudio . . . . 1279 matches
         VisualStudio Microsoft 한 Windows IDE 환. Visual C++, Visual Basic, Visual C# , [Visual Studio] 2012.
         == 혁 ==
         DeleteMe) .net 2005 beta3 ...
         DeleteMe) .net 2005 (, , ) . . 11.
         학 2008 Visual C++ 6.0 2008 2학 Visual Studio 2008 .
         VisualC++ 6.0 VS.NET . IntelliSense , . ( , Debug Mode , Release Mode . . )
         VisualStudio , [:Debugging Debugger ], [Profiling], Goto Definition
         === Class View ===
         === IntelliSense ===
          . xxx.ncb 화 .
         VisualAssist , Code Re-Parsing 행해.
         C++ import 한 pre-processor 'include' . redefinition . #ifndef - #endif pragma once .
          .
         #ifndef _CBOARDBASE_H_ // _CBOARDBASE_H_ preprocessor .
          .
         , pragma de facto . .[* pragma once option .]
         == Debugger ==
          Debugger . UnitTest , Debugger . 학 MSDN , .
         === Project ===
          : ProjectTheCell ( Othello Project)
  • 지금그때2003/토론20030310 . . . . 1278 matches
         [] 한 토 . .~
         == 항 ==
          : 21. , 학 , .
         == ==
          * 토 PositiveCycle? SimpleRule .
          * , .
          * 토 .
          * 토 .
          * 홍 .
          *
          * 토,
          * 한, (SimpleRule)
          * Opening Questions - , . , 해.
         == ==
          * , 한 행( ) '' . '' 해, .
          * , '화' .
          * xxx .
         == ==
          *
          * 학 .
  • ZeroPage소개 . . . . 1277 matches
         = ZeroPage =
          * 키 5000 .
          * ZeroPage [ZeroPage] (2008) . .
          * 획... .
          * 학회 , 홈페 .
          * , ~
          * ~
          * 2011 ZeroPage 험할 . 2012 ZeroPage ? - [혜]
          * 2012 2011 , 1학 , ~ , ZP . - []
          * 2012 . ZeroPage ? ZeroPage . - [혜]
          * , , . , ZP 해 한해 , 통해 . -[]
          * ZeroPage . ZeroPage . . ? - [혜]
          * , . , . -[]
         == 2008 ==
         [] . , , . , .
          / . ZeroPage ZeroPage , , . ' 행형' 학회. , .
         == 2012 ==
          * ZeroPage , 해 21 . ZeroPage Computer Science&Engineering , 행하 . , 통해 , 통해 . 통해 함 .
  • 정모/2006.5.22 . . . . 1272 matches
          == [/2006.5.22] ==
          === ===
         
         1.
          - : - , , 통 23
          - 19 23 21
          -
          하 - . -> but 행하 .
          - 해 : 6 19 - 6 23
         2.
          - : 21:00 - 6:00 16
          19:00 - 4:00 4
          09:00 - 18:00 2
          11:00 - 20:00 1
          ! - .
          - .
          -> / : 1:1
          -> / : 15:10
          19:00 - 6:00
          - : 19:00 - 6:00
  • 프로그래밍잔치/ErrorMessage . . . . 1271 matches
         === ===
         
         === ===
          * : , (02)
          * : , , , ,
          * :
          .~
         === ===
          * 01 02 , .
          *
          *
          * , , , ,
          * . C++, GUI MFC . .--; 함.
          * 1 , . MFC MFC .--; , MFC GUI JAVA GUI . -_-. . 한 2 .
          *
          * + + : +
          * + :
          * . . . , ( , , 4(--;), 클 ). 편한 편하 , 하 --;,
          * , "Hello World" . . .
          * , . --; +, +, . , , -_-하 . c .
  • LearningGuideToDesignPatterns . . . . 1269 matches
          : http://www.industriallogic.com/papers/learning.html
          Suggest Navigation &
         == Suggested Navigation - 패 ==
         DesignPatterns Pattern , 23 Pattern navigate 할 . Pattern Creational, Structural, Behavioral . Pattern , 패 .
         Pattern . , IteratorPattern CompositePattern , ObserverPattern MediatorPattern , SingletonPattern AbstractFactoryPattern . Pattern , 패 합해 .
         DesignPatterns Pattern , 한 Pattern 한 navigation . , . Pattern .
          , DPSG 23 pattern . 한 navigation 험하, 토, . navigation . navigation Pattern , 효 23 Pattern . navigation . 한 환.
         FactoryMethodPattern . .
         StrategyPattern . , 해하 .
         "skin" vs "guts" 한 토 StrategyPattern DecoratorPattern .
         CompositePattern , IteratorPattern, ChainOfResponsibilityPattern, InterpreterPattern, VisitorPattern .
         IteratorPattern , CompositePattern .
          IteratorPattern "Traverse" TemplateMethodPattern . StrategyPattern FactoryMethodPattern .
         AbstractFactoryPattern creational Pattern. 한 FactoryMethodPattern .
         AbstractFactoryPattern BuilderPattern .
         SingletonPattern AbstractFactoryPattern . (Related Patterns )
         Proxy object 한 access control 하 . AdapterPattern .
         AdapterPattern DecoratorPattern, ProxyPattern, BridgePattern 해 학 .
         , 학 BridgePattern AdapterPattern ProxyPattern .
         ObserverPattern Model-View-Controller (MVC) Design 해하 MediatorPattern .
  • TheJavaMan/비행기게임 . . . . 1268 matches
         == ( ) ==
          * ( )
         ||.||플||.||.||
         ||.||||.||.||
         == ==
          : 2 17 11 7
         == 할 ==
          *
          *
          * myplane
          * ..ㅜㅜ .
          *
          *
          * - , 하
         ||플 ||Upload:playerPlane.bmp||
         || ||Upload:enemyPlane.bmp||
         ||||Upload:circleMissile.bmp||
         == ==
          * RPG형 .
          - 플 HP MP .( .. -_-;;)
  • HowToDiscussIt . . . . 1267 matches
         .
          .
         토 행하 "" 통해 ( ) "". . .
          * 홍 : , 파티 ?
          * : .
          * 트: ?
          * : , ... . ...
          * 홍 : , 파티 ?
          , "" 토 행할 한 합 , "" "" . . , .
          행할 해 토. , . Facilitator . , . , 행한.
          , , , 행하 .
         한 . . . / . . 한, (, 하, ) , . 통 한 ( ) .
          '''Subgroup''' 패 . .
         , , 학 . , . 표한. , '''Subgroup''' .
          히 하 20%, 80% , 80% 20% . , . , ( , ) , .
          .
          , , NoSmok: .
         ''':'''
         [""]
  • 5인용C++스터디/후기 . . . . 1264 matches
         === [] ===
          . , . ~ ~^^ !
         === 화 ===
          . .
          . . . ^^; MFC MFC .
          ^^ .~!
         === 황 ===
          . MSDN . MFC , 해하 . 표해 . 히 하 .
         === ===
          (하핫) MFC .. 흐트 . ^^. , .
          ~ ~
         === ===
          .. 표한 (!!) 표한 ㅎㅎ ^^; ?
         !! ^^
         === ===
          ! 4 .ㅋㅋ MFC . . . 향해 ~!
         [5C++]
  • MFC/Serialize . . . . 1264 matches
         MFC document 한 클 . 포함한.
          document . , 행하 .
          MFC 화(Serialization) . 통해 화 할 .
          CXXXDoc 클 통해 . IMPLEMENT_DYNCREATE . CObject . CObject Derived Class .
          . (has-a )
         
          . .
          포함하 CXXXDoc .
          클 화하
          IsStoring() 통해 .
          .
          MFC . , .
          클 CFile , CArchive 통해 .
          CArchive .
          <<, >> .
          (float, double, BYTE, int, LONG, WORD, DWORD, CObject*, CString, SIZE, CSize, POINT, CPoint, RECT, CRect, CTime, CTimeSpan .)
         = 클 =
         ) [MFC/CObject]
         DECLARE_SERIAL() 통해 . new, delete , .
          . CExample CExample
  • VendingMachine/재니 . . . . 1262 matches
         = =
         02 [Genie]
         = =
         == 클 ==
          * (VendingMachine) ,
          * (Man) ..
          * , (Drink) ..
          * (CoinCounter) ..^^
          (클) ..^^
         == ==
          * ..... ...
          * ...
          * ?[[BR]]
          태(품,,) ...[[BR]]
          ..... / [[BR]]
          크해 !!^^[[BR]]
          , !^^[[BR]]
          * 흠.. ? ..[[BR]]
          (10,50,100,500,1000) 확 ,[[BR]]
          화 할 ?^^[[BR]]
  • ComponentObjectModel . . . . 1258 matches
         COM Microsoft . MS . MS Windows . .Net COM . COM 1993 1997 MS .
         90 ActiveX . COM 향하 . COM 표 합하 형태 COM . ... -_-; .NET . Vista 히 legacy ... -_-;; MFC ... .net COM .
         COM 플 Microsoft .NET . 한 Microsoft .NET . .NET 호하 .
          COM . DirectX 3D SDK COM . Microsoft COM , .
         RCW .Net 하 COM 호환 . 한 .NET COM callable wrapper COM . COM+ (transaction, queued components) 히 .NET .
         COM '' ''. ASP VBScript .
          COM Java 'COM OS 플/C & C++ 한 , Java Component (Beans) VM ' . .NET 플 COM .
         COM . 팩토 트 포 텁- . 하, Java 플 ( ' '. COM ?) . (트 포 : VM .) (, COM C++ COM 한함)
         COM : '' ' ' . , .
  • ISBN_Barcode_Image_Recognition . . . . 1256 matches
         = 트 =
         == ==
          *
         == 표 ==
          * Image ISBN , 해
          *
          * 1 해해.
          * , . .
          * Bar , Space, Black, White.
          * Bar Space() .
          * 해, X-dimension 10 Space .
          * . 한 화 , .
          * 해. .
          * EAN-13 13 (Check Digit 포함) .
          * EAN-13 () : http://www.barcodeisland.com/ean13.phtml
         === ===
          * 1 bar, 0 space . X
          * 0XXXXX1 * 6 (space bar )
          * 1XXXXX0 * 6 (bar space )
          * Start, End Guard .
  • 간단한C언어문제 . . . . 1253 matches
          한 C .
         C ** .
         ** : .
         Spec .
         16Bit Windows
         ANSI C Compiler (C90)
          , .
          for(i=0; i<10; i++){ // : { for . -_-. .(.)
         . -_- - [호]
         . . -yahar
         . -[]
         C ;;; return형 int형 warnning ;; - [호]
          . C90 . , .
          , . -yuhar
         . %f %d .-[]
         signed int형 a b (65535/2) - . (-65536/2)+((30000+30000)-(65536/2-1)) <- ;;; - [호]
         . &a (;;)-[]
          . b=a; . const char *형 char *형 . . - [호]
         // , .
         . f s. -[]
  • 제로페이지회칙만들기 . . . . 1252 matches
         = =
          * 회 :
          *
          * .
          * 회
          * [""] : 18. or 7~9.
          * ["회"] : (판 or ), (학 ,휴학) 2회 . .
          ' ' 하 . 18 , . -- [[BR]]
         페 . -
          ZeroPage . . --
          ["neocoin"]: ? --
          . . . --
         ["neocoin"]: 18 18 , ? . . , , 7~9 ? --[[BR]]
          DeleteMe) 18 . -[[BR]]
          DeleteMe) 형 ...-,.- ? ^^;;; --[""][[BR]]
          DeleteMe) , , , , 토, , 화, , , , . --
         회 "'2 3항 회'" ? ... ^^;; --[""]
          ["neocoin"]:, , --
          index , 함.--
          (2) 19?? ?? .. 한 5~6... ?? ^^ --01
  • ParametricPolymorphism . . . . 1251 matches
         = =
          .
         ( -_-; BACK ~ )
          ?
          (Polymorphism) .
          .
          ParametricPolymorphism, Ad-hocPolymorphism .
         한 해하 5 한 generic .
         
          . ()
         ''ps. ㅡ.ㅡ;; ... ㅉㅉ''
         = ? =
          . .
          화하 Car, sportCar, luxuryCar 3 .
          2 2 .
         히 Car sportCar, luxuryCar .
         getCar(:String):Car .
          통해
          .
         SportCar, LuxuryCar Car IS-A .
  • 튜터링/2011/어셈블리언어 . . . . 1248 matches
         = =
          * 튜 : [혜]
          * 튜티 : [], [하] 4.
          * 4 [ZeroPage] .
         = =
          * 1 :
          * 2 : , 파
          * 3 : ,
          * 4 : ,
          * 5 : 트, 페
          * 6 :
          * 7 :
          * 8 :
          * 9 :
          * 10 : ,
          * 11 : , &
          * 12 :
          * 13 :
          * 14 :
          * 15 : 트 핸
  • 학술터위키와제로페이지위키링크문제 . . . . 1247 matches
         -협- 화 하 . . , . .
         == 학 ==
          * 학 - 학 편할 .
          * - 한 학 . IP , www.caucse.net . .
         === ===
          * , .
          * . ( , Edit Text IP Block )
          * . ( , . 흠.)
         === ? ===
         Q : " ." ?
         A : 트 페 , . , . .
         === ? ===
         Q : , 통한 ZeroWiki ?
         A : 험해 통해 . ( ) .
          DeleteMe ) . . --
         DeleteMe) 크하 .( ..?) . -- 호 ( ^^;)
         ==> 통해 . .
         ["토"]
  • ExploringWorld/20040412-세상읽기 . . . . 1242 matches
         , NeoCoin .
         === ===
         [] ' ' 한 표 .
         " . . 하 ' ' . , . , 2 . . ' ?' . , ' ?'( ' ?' .) ... .... 한 한 ."...
          ''--p255 [] (... )''
          ' 2' . , 2 ''' .''' ( . :) )
          ==== 행 ====
          * 20m '2' , ' ?' 한 NeoCoin .
          * 1h 30m ' ' NeoCoin , .
          * 키 , , WebServices, SOP, ISO, .NET, J2EE, MS, SUN, IBM, BEA, Oracle, Java, CMM, SPICE
          * 20m NeoCoin (?) .
         || . || || || 훈 ||
         || NeoCoin || . || . || . ||
         || || . || . || . ||
         || 환 || . || . || , . ||
         === ===
         ExploringWorld/20040412-xxx 행하, !! . . ?
          ? ? ?
          한표~~ -
          . 2 ~ -- []
  • BeingALinuxer . . . . 1241 matches
         Being A Linuxer ' ' . 행형. 해하 .
          [택]( boy@idaizy.com, MSN )
          || ( Nick) || 학 || Messenger || ||
          || || 01 || hmldh@hotmail.com || ||
          || || 05 || laciel85@hotmail.com || .. ||
          || || 05 || avengerjs@hotmail.com || ^^; ||
          || 한 || 05 || hallyu@hotmail.com || 힝~ ||
          || || 05 || xtime@hotmail.com ||~^^ㅋ ||
          || 혁 || 01 || ysbm@hotmail.com || ...ㅡ.ㅡ;; ||
         탈 ( )
          || || 01 || interaction21@hotmail.com || ^^; ||
          || || 05 || berry8591@hotmail.com || ㅁㅇ ||
          || || 05 || anrocud || ..^^ ||
          || || 05 || cutlife@hotmail.com || Linux ^^;; ||
          * A : , ,
          * B: : 혁, , 한
         === 표 ===
          1. 학 .
          2. Linux , APM .
          3. .. (?) 형
  • XMLStudy_2002/Resource . . . . 1240 matches
         XML
         == XML ==
          * XML XML
         === XML (XML End User) ===
          XML XML
          XML XML 편
          XML CSS XSL편
         === XML (XML Developer) ===
          XML XML파
          XML 환하 XSLT
         == XML ==
          *XML 패키
         === XML ===
          XML 편, XSL 편, DTD 편,
         === XML /패키( ) ===
          XML 파,XSL ,DOM , XSLT ( Java API XML 파 Java 클 패키 Java 클 패키 형태 )
         === XML ===
          XML
          :XML http://www.w3c.org .
         == XML ==
  • woodpage/쓰레기 . . . . 1239 matches
         = Zeropage =
          *:22( ㅠ.ㅠ)
          DeleteMe ..22 . 흑... ...^^;; 4 ..-.-
         == 표 ==
         === 2001~2002 표 ===
          * ( )
          * .
          *()
          *JBuilder 3.5 (: )
          *JavaNetworkProgramming (:)
          *JSP (: )
          *C 1,2 (: 화)
          *Effective C++ 한판 (: )
          *3D Game Programming using DirectX (:())
          * (: )
          *C++ 3D (: 혜)
          *품 :
          *홈페 [""] : 홈페 --;
         ==== ( ) ====
          : JBuilder 편한 툴 (한) --; 한 ()
  • 새싹교실/2011/쉬운것같지만쉬운반/2011.3.23 . . . . 1236 matches
          ~
         = =
          * Language
          1. ?
          2. ?
          3. 해할?
          * ?
          1.
          2.
          3. .exe 파
          * +_+
          1. ?
         = =
          * !
          * !
          = =
          || || || O ||
          || || || O ||
          || || || O ||
          || || || X ||
  • MoreMFC . . . . 1235 matches
         DeleteMe) 행할 , 함.
         Programming with Mfc - Jeff prosise ( or .. --;)
         == 표 & ==
          , 70000, 한 45000 . [[BR]]
         '''01.06.2002''' 행 할 . 획, source . -- v ('..') [[BR]]
         , petzold (' .. . --a') [[BR]]
         .. to be continue.. [[BR]]
         --; 1 11 .. --;
         == 황 ==
         === 1 11 ===
          * ?.. .. (해 skip.. ) .. .. .. ㅋㅋ .. T-T
          , Window programming . Hello~ . source 통해 MFC .. . .. .. .. windows programming . gogogo -- v [[BR]][[BR]]
         dos . , .. . .. image! [[BR]]
         image .. -> . [[BR]]
         , MFC SDK windows programming. source. [[BR]]
         MFC WinMain WndProc 포함. . ㅋㅋ
         // .. .. WinMain WndProc .. 키키
         // ~
          NULL ); // window .
         ShowWindow (hWnd, nCmdShow); // window . --;
  • WikiSandBox . . . . 1231 matches
          . ''' .'''
         팁 : MSIE, Konqueror, Opera7 Shift키, Mozilla, Netscape Ctrl키
          "HelpOnEditing" , Middle(휠) Key help pages
          .
         ''' '''
         = Section =
          1. .
          * '''''' '''' ''''''''''
         Writer }}}
          1. NoSmok:WikiName'''''' . ,
          .
          * : LifeStyle WikiSandBox SimpleLink
          * "?" 표 ExtendedWikiName
          . .
          * : [키페] [페]
          * , . "_~
         페 ;!" .
          * [키] .
          * .
          * bullet
  • ProjectZephyrus/Client . . . . 1230 matches
         == CVS ==
          JCreator. JCreator 트 화 .
         [http://zeropage.org/browsecvs/index.php?&dir=ProjectZephyrusClient%2F Zephyrus Client CVS] .
          + ---- MainSource - & JCreator 트 화
          + ---- TestSource -
         == Todo List ( ) ==
         || Story Point || ||
         || 3 || . ||
         || 2 || , ||
         || 1 || ||
         ''통 SP . SP ( ) , , . --JuNe''
          Engineering Task ? . ( .~) --
          ''Engineering Task User Story estimation, 포 . "" , , , " ", " " , (KRW) . --JuNe''
         Task Point - & Main Frame 1 Task Point . ( 120 /1 & )
          . , . ( .) . ( )
         Total 6.5 TP. 6.5 * 1.5 = 9.75 TP . 하 Task , . 하 . ( ) Update .
         |||||| ''' (from 클 ) - 3 ''' ||
         || '''''' || '''Task Point''' || '''(○)''' ||
         || Socket Class || 2 || ○ (40) 6/5 ||
         |||||| ''' - 3 ''' ||
  • 정모/2002.9.26 . . . . 1230 matches
         === ===
          * , , 훈, , , 협, , , , , 호, ,
         === 황 ===
          , . MobileJavaStudy (, ) . 핸 .
         ["JavaStudy2002"] . ["JavaStudy2002"] Java Study .
         ["ProjectPrometheus"] UI 함. .
         학 . ( ..)
          .
         ''', '''
         , . ' '(NoSmok:GettingThingsDone) .
         ''' '''
          . .
          *
          * - . .
          * 학 - 6 : 1 . .
         , , .
          . Seminar:RenaissanceClub , '', '' . , . . ^^; --["1002"]
          . .. . ..-.-; --
          한 (2?) . . 2 , . , . ( . , , . , 회 .) --["1002"]
         ps. , . ( , .) . --["1002"]
  • Athena . . . . 1229 matches
         == ==
          * Object Programming 한 페
          * "" . ...^^
          DeleteMe . 하 ["Athena"] . ["ProjectPrometheus"], ["ProjectZephyrus"] . ;; --["neocoin"]
         == ==
          * [""]
          *
         == ==
         === 11 15 ===
          * 3 ~ 8 - (5) - 훈,
          * - , , ["PairProgramming"] 호흡
         === 11 17 ===
          * (3) -
         === 11 18 ===
          * - (30)
         === 11 19 ===
          *
          * 5 ~ 7 (2) - 훈,
          * 9 ~ 1 (330) -
          * Quntization & Look-Up Table . (1) -
  • 누가내치즈를옮겼을까 . . . . 1229 matches
         = =
          * :
          * :
          * :
          * :
          * :
         == ==
         [, .
         , .
         , .
         
         
          향해 .]
          ....
          .
         , ,
          , ,
          .
          .
          .
  • Gof/Strategy . . . . 1227 matches
          , 화하, 환할 . Strategy .
         텍 . (하 linebreaking algorithm). 해 .
          * linebreaking 한 클 포함하 . 히 힘. 히 클 .
          * . 클 .
          * linebreaking , , .
         , linebreaking 화한 클 . 화한 stretegy .
         Composition 클 text viewer . Linebreaking strategy Composition 클 . , Linebreaking strategy Compositor subclass . Compositor subclass streategy .
          * SimpleCompositor - .
          * TexCompositor - linebreaking 해 TeX , . linebreak 화하.
          * ArrayCompositor - .
         Composition Compositor . Composition 화할, Composition Compositor . Composition Compositor 할 Compositor .
         StrategyPattern .
          * . Strategy .
          * . , / 한 trade-off ( , ). Strategy .
          * StrategyPattern .
          * 클 . . , Strategy 클 .
          * . Context ConcreteStrategy .
          * Strategy .
          * ConcreteStrategy .
          * Strategy .
  • 몬테카를로법 . . . . 1227 matches
         = =
         [], [] 테크 , . [확] , 1949 Metropolis Uram [] []Monte Carlo .
         [] , [] [폰 ], [ 트]( [] 획) .
          , 한 파(∏) .
          . 1 ∏/4 . .
          . 10 n , n/10 ∏/4 . 험할 .
          , . , . 행해.
          , . 확히 , , 확한 .
          - 한 형태 포, 화학 , 핵 - . .
          통한 , 확하 , .
         == ==
          * ["/pi"]
  • DataStructure/List . . . . 1225 matches
         = 트 =
          * ... ~ .
         struct Node // c .. typedef? .
          int lalala; //
          Node* Next_ptr; //
         c .
          *
         Node* kkk=new Node; //
         kkk->lalala=100; // kkk lalala 100 .
         Node* hhh=new Node; //
         kkk->Next_ptr=hhh; // kkk Next_ptr hhh
         hhh->lalala=50; // hhh
         hhh->Next_ptr=NULL; // hhh NULL
         delete kkk; // new delete
          * Single Linked List.
          * Double Linked List.
          * Single Linked List .
          * Double Linked List.
          * Double Linked List NULL .
          * .
  • 프로그래머가알아야할97가지/ActWithPrudence . . . . 1223 matches
         ''" , " ''
          , . 택해, 택하 . . . (Technical Debt) . 히, 틴 파(Martin Fowler) .
          . , 환하 . . 한 테 . . . , . .
          . , , . 협하 , .
          획한, . 환하 , . . , .
          한 한 환하. .
         --[http://programmer.97things.oreilly.com/wiki/index.php/Seb_Rose Seb Rose]
          [http://creativecommons.org/licenses/by/3.0/us/ Creative Commons Attribution 3] .
         : http://programmer.97things.oreilly.com/wiki/index.php/Act_with_Prudence
          "" "" "" 택한 회하 . 행하 행하 "" . . - []
          하 ... see http://dak99.egloos.com/2329761 -- [] [[DateTime(2010-08-07T11:27:38)]]
  • 1002/TPOCP . . . . 1222 matches
         Seminar:ThePsychologyOfComputerProgramming .
          * ?
          * &
          * ?
          *
          * 한 abstraction
          *
          * ? & ? ( + )
          *
          *
         
         
          25 , 합하 . .
         
          try & error .
          .
          , .
          .
         
          , 확화한.
  • 유혹하는글쓰기 . . . . 1221 matches
         = =
          * /
          * .
         = =
         '' , ''
         '' ... ''
         '' 휘하 ''
         '' ... ''
         '' .. 한 포 . ...(totally), (completely), (profligately) .''
         '' ... . 30 .''
         '' ''
         '' , ...한 .''
         ( ) '' . . . .''
         ''한 ''
         '' ... ''
         '' = - 10%''
         = =
         학 2 . . .
          . . . . .
          . [TheElementOfStyle] . !
  • HelpOnActions . . . . 1219 matches
         == ==
          . 한 확 . 키 페 . `edit` , `bookmark` 통해 , , , . , . (페 DeletePage RenamePage )
          , 확 통해 . ( HelpForDevelopers 통해 )
          . ( )
          , .
          * `!UploadFile`: 파 UploadFile 페 .
          * `!DeletePage`: 파 - 하 . ( ) . , .
          * `!LikePages`: . / , 한 / 한 파 .
          '''''' /하 .
          * `edit`: 페
          * `diff`: 페
          * `info`: 페
          * `show`: 페 ( ).
          * `print`: 페 . .
          * `subscribe`: 페 SubscribePlugin
          * `userform`: UserPreferences 페
          * `revert`: (키 1.1.3 )
          * `rename`: 페
          * `titleindex`: 페 (Self:?action=titleindex) XML (Self:?action=titleindex&mimetype=text/xml'''''') ; MeatBall:MetaWiki .
          * `fullsearch`: `FullSearch`
  • Linux . . . . 1217 matches
         [[include(:OperatingSystems)]]
         [[https://groups.google.com/forum/#!msg/comp.os.minix/dlNtH7RRrGA/SwRavCzVE7gJ ]]
         = =
          . FSF , [Unix] [GNU] [GPL] . [Kernel] , 패키 형태 포판 .
          [:FreeBSD BSD] . BSD [http://www.kr.freebsd.org FreeBSD] hotmail.com, yahoo.com, cdrom.com . 2.6 BSD , 통해 BSD 택하 . 크탑 , 한 WindowManager [Gnome], [KDE] low-level .
         = =
          . . .
          RunningLinux, Oreilly . APM .
         = =
         [Linux/]
         [Linux/포판]
         [Linux/]
         [Linux/]
         = 트 =
         = =
         [http://www.zeropage.org/pub/Linux/Microsoftware_Linux_Command.pdf _____템_]
         [http://www-106.ibm.com/developerworks/linux/library/l-web26/ 2.4 2.6 ]
         [http://zeropage.org/pub/Linux/Running_Linux_4th.pdf RunningLinux, 4th] -
         [http://phpschool.com/bbs2/inc_print.html?id=11194&code=tnt2] linux NTFS 트 하
         [http://www.kldp.org 트(KLDP)]
  • 날다람쥐 6월9일 . . . . 1213 matches
         === ZeroPage (- 6 9) ===
          -> 홈
         = 포(Pointer) . =
         포?
         포, '' . )
         || |||| |||| ||
         int a = 13; int b = 14; 통해 , 13 a 통해 .
          1000 1004 int 4byte .( )
         a = 14; 통해 a 14 .
          printf("%d", a); 통해 .
          a a (1000) .
         a '&' .
         printf("%u", &a); 1000.(%u ? ㅋㅋ . %u .)
         포 * 통해,
          INT형 IP int* ip; .
          int *ip; 한 표.( .)
          int *ip, i; i int, ip INT형 .
         포 * . ) int a = 13; int* ap = &a; printf("%d %d", a, *ap);
          : 13 13
         하 ' .-_-;
  • 강성현 . . . . 1209 matches
          * ()
          *
          *
          * [http://www.riss.kr/link?id=T13688893 템]
          * (한 )
          * 회 (2013 CPC) (12.3)
          * 패했 ...
          * ACM-ICPC Asia-Daejeon Regional 2013 (11.1 - 11.2)
          * ACM-ICPC 2013 (9.28)
          * AttackOnKoala (, [], []) . 1 ( )
          * (한 ) (2학)
          * LG (7.1 - 8.30)
          * (NIPA) IT/SW
          * 효 OCR
          * 표 (4 - 2014.3)
          * (한 ) (1학)
          * ( - 2014.12)
          * [http://ec.cse.cau.ac.kr ](EC Lab) ( - 2015.2)
          * 학
          * ACM-ICPC Asia-Daejeon Regional 2012 38, 1 (11.1 - 11.2)
  • C++Study_2003 . . . . 1208 matches
         2003 C++ .
         == ==
          2003
         == ==
          * 03 C++ 화!!
         == ==
          * [5C++]
          * [CppStudy]
          * [CppStudy]
         == 한 토 ==
          * ... 표하 ? .. 표하.. .. --[]
          * . , . --[호]
          * . --[]
          * ???-[Leonardong]
          * 한 ㅡㅡㅋ
          .... --[]
          * ?
          - (7/14 ) . --[호]
          * ..... --[]
          * !!!!!!!! --[]
  • 2학기파이선스터디/함수 . . . . 1206 matches
         == 함 ==
         def 함(..):
          (statements)
          return <>
         return . def
         add . , add reference .
         add 해 함 .
         pass (statement). 함 한 한 .
         == ==
         >>> a = 20 # a 20 .
         >>> f(a) # a t 통해 t a . t = 10 t 10 . a .
         == return ==
          return .
          return, None .
         None , .
          a .
         return None .
         , None .
         *
          * (local scope) - 함
  • CVS/길동씨의CVS사용기ForRemote . . . . 1205 matches
         === 1 ===
         홍 C++ Hello World . CVS .
          cvs login 한 cvs_set_remote.bat .
         cvs_set_remote.bat (한 .)
         SET CVSROOT=:pserver:@165.194.17.15:/home/CVS
         
         SET CVSROOT=:pserver:@:CVS홈
         ==== ====
          행해 cvs . ( .)
         ==== ====
         행 폴 , .
         ( 행하, , .)
         .\HelloWorld> cvs import -m "Hello World 트" HelloWorld zeropage HelloWorld
          : . .
         cvs import -m "트" VenderTag ReleaseTag
         ==== (checkout) ====
          . checkout .
          행한.
         (트 폴 CVS .)
          : 트() . local .
  • HowToStudyXp . . . . 1201 matches
         ExtremeProgramming
          " ...":
         XP 해하 .
          * XP Explained (Kent Beck) : XP
          * XP Installed (Ron Jeffries et al) : C3 ,
          * Planning XP (Kent Beck, Martin Fowler) : (, )
          * ["Refactoring"] (by Martin Fowler) : 팩토
          * XP Applied :
          * XP Explored : XP
          * The Timeless Way of Building : 패 킨 Christopher Alexander . On-site Customer, Piecemeal Growth, Communication .
          XPI XPX . XPE . ( 11 )
          .
          * XP in Practice (Robert C. Martin et al) : XP 행한 . Java . ( )
          * XP Examined ( ) : XP
          * Peopleware (Tom De''''''Marco) :
          * Adaptive Software Development (Jim Highsmith) : . .
          * Surviving Object-Oriented Projects (Alistair Cockburn) : OO
          * Software Project Survival Guide (Steve McConnell) : "SE" .
          * The Psychology of Computer Programming (Gerald M. Weinberg) : . Egoless Programming .
          * Agile Software Development (Alistair Cockburn) : Agile
  • VonNeumannAirport . . . . 1200 matches
         SPEC : http://icpc.baylor.edu/past/icpc2001/Finals/problems.pdf Problem A
          * http://zeropage.org/pds/200272883050/VonNeuman_NoComment.zip -
          * http://zeropage.org/pds/20027281074/VonNeuman_Comment.zip - ( 함)
         
          * TDD
          * ["1002"] '' 했 , 평 . , , Extreme 하 . ( CRC , 형 ' ' 하 Test .) , . , .
          * ( STL , STL )
          * " C++ STL ?" , Java Collection Class STL , . Vector , 한 Vector ; ( -_-;) Vector assert 히 편. ["Refactoring"] Time 형 ( array ) 해 vector .
          * ["Refactoring"] Bad Smell 함 - naming . , naming 히 했 . ( ) (InformationHiding) .
         . ; ;; --["1002"]
         Requirement ( . Testability )
          * load Passenger . ex) , traffic load 2, 4 .
          -> PassengerSet . PassengerSet , , case .
          -> Input , Input .
          * PassengerSet Case Configuration 1 . Configuration 1 : Case .
          -> PassengerSet Configuration . .
          * . - InformationHiding.
          * . - .
          * GUI - Input / Output .
          * Output Sorting 2 ?
  • DoItAgainToLearn . . . . 1199 matches
          .
          , , ?
         훨 . 화 해 한 . . 험했 " " . , , . . . "" .
          Robert W. Floyd 1978 ''[http://portal.acm.org/ft_gateway.cfm?id=359140&type=pdf&coll=GUIDE&dl=GUIDE&CFID=35891778&CFTOKEN=41807314 The Paradigms of Programming]''( ) . --
          Seminar:TheParadigmsOfProgramming DeadLink? - . .. - []
          Seminar DeadLink . ? --[Leonardong]
          . [택] .
         George Polya NoSmok:HowToSolveIt :
          ACM ICPC . PairProgramming , . ". . ? :)" . , . . , , . . --JuNe
         TDD , VonNeumannAirport kwic 5 . (["Python"] , ["CPlusPlus"] , ["Java"]..) 하, . , . JuNe 형 Pair , , .. . , . --["1002"]
         Seminar:SoftwareDevelopmentMagazine OOP Uncle Bob PP TDD, 팩토 . [http://www.sdmagazine.com/documents/s=7578/sdm0210j/0210j.htm A Test of Patience] , DoItAgainToLearn( {{{~cpp DoItAgainToImprove}}}) .
         ["학"]
  • PC실관리수칙 . . . . 1198 matches
         = PC =
          * .
         1. PC 학회 학회 .
         2. PC 한학 행하 , 한 학 2회 행하 , 행하 .
         3. PC 포 행하, .
         4. 행하, 행한.
         5. PC
          1. 학회 행하.
          2. . ( )
          3. 트 토 크, 크, PC , 포함한.
          4. , ( ) .
         6. 학회 , '함 ' .
         7. 해 11 , 2 4 .
         == ==
         1. PC
          1. ZeroPage
          2. / ZeroPage학회
          * 퇴한 회 포함 .
         == 2. 트 ==
         1. 트 토 .
  • MFCStudy_2001/MMTimer . . . . 1196 matches
          .[[BR]]
          ZP 01 .[[BR]]
          ZP 01 .[[BR]]
         = =
          * OnTimer SetTimer 확하 .
         
          .
          .( ?--;)
          * 해 MultiMedia Timer . Devpia
          MultiMedia Timer .
          .
         == ==
          , 한 함 . [[BR]]
          ! .[[BR]]
          WINMM.LIB [[BR]]
          MMSYSTEM.H .[[BR]]
          * :
          #include <mmsystem.h> [[BR]]
          Project(P) - Setting(S, ALT+F7) Link탭 Object/Library modules: winmm.lib .
          .[[BR]]
  • ProgrammingLanguageClass/2006/EndTermExamination . . . . 1196 matches
         = =
          : 6 ~ 11 (concept of programming language 6th ed)
         02, 05 . Pointer, Array, Abstraction, Subprogram 함.
          .
          1. -_-;
         = =
         1. True, False 판
         a) c, switch ordinal type ?
         b) .
         c) C .
         d) if Dijkstra's Guarded Command Boolean Expression
         e) Ada for loop 한 iteration . condition variable .
         2.
         a) fun 함 Pass-By-Value, Pass-By-Name ( . -_-;; ㅋㅋ)
         b) .
         3. operator 한 functional side effects
         a) functional side effects .
         b) SUM . (evaluation order is left-to-right)
         // () function evaluation
         // C function evaluation , left-to-right 함.
  • Cockburn'sUseCaseTemplate . . . . 1195 matches
         [] 템플
         == ==
          *
          *
          *
          *
          *
          *
          *
          *
         == ==
         == 확 ==
         == ==
         == ==
          *
          *
          *
          *
          *
          * 하
  • 정모/2012.5.21 . . . . 1193 matches
          * : [], [], [], [], [], [], [], [], []
          * []학 '' ''
          * - []
         == ==
          * .
         , ??? ?
          통화?
         
         
          :
          ZeroPage 5 행하.
          ..
          6 25 29
          ? - , => 6 함.
          * (2~10)
          ~ 8~5
          . 편한 .
         == &트 ==
          *
         == ==
  • ZeroPagers . . . . 1192 matches
         ZeroWiki ZeroPage 회 . ["HomepageTemplate"] .
         회 : (; [회] )
         학 획, .[[BR]]
         [DeleteMe]) .
          * []
          * []
          * []
          * []
          * []
          * []
          * []
          * []
          * []
          * [훈]
          * [훈]
          * []
          * []
          * []
          * []
          * []
  • ObjectWorld . . . . 1188 matches
         하호회 . .
         2002 6 8 SoftwareArchitecture ObjectWorld .
          Session ["ExtremeProgramming"] 한 Java 툴 . 30 , EJB 키텍 , Non-Functional Test (Profiler, Stress Tool) . (JMeter, Http Unit, Cactus )
         Http Unit , (트 할.. ) ["ExtremeProgramming"] TDD . (XP TP . .)
          Session . 키텍 case-study , 확하 . (Platform? Middleware? API? Framework? Application Server? 확하 .) 키텍 / / , 해하 . ' /플 해하 /해하 ' Architecture . . . 해 Architecture .
          * Architecture - abstract class
          * Middleware, Application Server - Architecture Instance 화 . .
          * 플 - . 포함하
          * Framework - Domain 한 library
          Session (.. ;) Java 한 Architecture 표하. Java JVM Layer , 'Java OS OS ' . -_-. 하, Layer Reflection Architecture Pattern Trade off , LazyOptimization 한 하 .
          , POSA . ^^; EnableTechniques EnableTechniques . --
          . ObjectWorld Moa: , . , POSA, 키텍 . 통한 [""] .
          XP POSA . RonJeffries .
  • 공학적마인드 . . . . 1187 matches
          2004 5 ' ' , ' ' . , . ? --[Leonardong]
          * ' ' : [http://www.google.co.kr/search?hl=ko&ie=UTF-8&newwindow=1&q=%EA%B3%B5%ED%95%99%EC%A0%81+%EB%A7%88%EC%9D%B8%EB%93%9C&btnG=%EA%B5%AC%EA%B8%80+%EA%B2%80%EC%83%89&lr= ][http://search.naver.com/search.naver?where=nexearch&query=%B0%F8%C7%D0%C0%FB+%B8%B6%C0%CE%B5%E5&frm=t1&x=0&y=0 ][http://search.empas.com/search/all.html?s=&f=&z=A&q=%B0%F8%C7%D0%C0%FB+%B8%B6%C0%CE%B5%E5 ][http://kr.search.yahoo.com/search?fr=kr-front&KEY=&p=%B0%F8%C7%D0%C0%FB+%B8%B6%C0%CE%B5%E5 ]
          [] ', , ' ? . --NeoCoin
          [페] ' ' , AnswerMe []
         , '' , 태, '' , . ' ' .
         , . , '' . ' 합한' . ' & ' ' ' .
          , '' , '학', 'Trade-Off' input output [] .
          '' '' , 한 . --[1002]
         [] , ' ' . -_-;; - [택]
          (http://foe.mmu.edu.my/main/career/html_version/tsld005.htm ) . " " .
          . " " .
          " " "통 " . ? "" . "히" . 한, (,) " " . "테" 통하 .
         [토]
  • 훌륭한프로그래머의딜레마 . . . . 1186 matches
         "히" "훌한" "" "허" .
          확히 . "" 해 .
          3 . 하 , 3 . " . . 2000. , . ( ) . 한 ." . , 2500 . " . ." .
         훌 "" 3 2 . " . . . ." . , "" . 150 . "". 하, , 한 " ." . "" . 훌 " 3 ? ?" .
          ?
          , . 훌 .
         훌 . 훌 .
         훌 " " . 한 해 . 하 . .
          . 한 해 . . .
          IBM . ( ) . , .
         --
         See Also NoSmok:훌
         [""]
  • GofStructureDiagramConsideredHarmful . . . . 1184 matches
          * : http://www.industriallogic.com/pulse/20001001.html
          * - From 하호회
         Design Pattern , 행하 GoF Pattern .
          Pattern , GoF OMT diagram Pattern .
         하, Pattern 한 학 . Pattern . Diagram 해하 Pattern 해했 . GoF .
         GoF Pattern 한 해 ? 통해 Pattern ? . 한 해 . Structure diagram 호하, 통 Diagram 해하 .
          Diagram . 하 Gof Structure diagram . Pattern 한 Structure , .
         ~ 패 형태 형태 . GoF 한 하 .
          .
          . . (derived) - , (reflection) 합. , . . .( 2002 1 8 ) . 하 , . .
         학, , "" "" . , 형태 , 형태( ), 해 " " .
         .. ? . :) --
          ["ForeverStudent"] . --["1002"]
         [""]
  • 정모/2012.4.2 . . . . 1184 matches
          * : [], [], [], [], [], [], [혜], [], [], [호], [], , [황], [], [], [], [], [], []
          * 12학 ㅠㅠ
          * [호] 학 ' '
          * : []
         == ==
          * [/2012/] 페
          * 1~2
         == 3 ==
          * 3 .
          * 파 ㅠㅠㅠㅠㅠㅠㅠㅠㅠ
         == ==
          * . ㅋㅋㅋ OMS .
          * OMS . . .
          * 회 friendship . 회 ㅋㅋ .
          * .
          * ? ' ㅠㅠ' ㅋㅋㅋㅋ - []
          * !! , 3 , 환 템포. , . . ㅎㅎ -[]
          * . . OMS.. . ...? .. . .. .. 행 해 . . .. ... ?? .. - []
          * . . -_-;;; 3 3 ㅠㅠ . - []
          * . [http://wiki.zeropage.org/wiki.php/HowToStudyInGroups HowToStudyInGroups] - [혜]
  • NoSmokMoinMoinVsMoinMoin . . . . 1182 matches
         || || Moin 1.1 || Nosmok moinmoin || ||
         || 화 || . 페 . 화 rename || . 하 || ||
         || Like Page || /한 || /한 || . ||
         || Navigation 형태 || 하 , || . 키(Alt-Z, Alt-X, \) . NoSmok:항해 || . ||
         || || || 통 || . . nosmok moinmoin action Clear History ||
         || Rename Page || ? || || 하 .||
         || Delete Page || || || . ||
         || login || u-id || id/pass || nosmok 한 형태 . u-id .||
         || page 한 || || || login 해 (nosmok)||
         || 키 || || (1 ) || '/' .(, NoSmok:HierarchicalWiki ||
         || || Hot Draw Plugin , . 페 , RecentChanges 한 Comment . go (Like Page) 페 .(1.1 ) || go (Like Page) 페 . InterWiki . || . ||
         || . || Header 태 (해 ) || . || 편한 . Header 큰 태 ||
         || Spec || [http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/moin/dist/CHANGES?rev=1.111&content-type=text/vnd.viewcvs-markup CHANGES] || NoSmok: || . ||
          * nosmok moin moin 0.9 , moinmoin 1.1 http://sf.net . . --[""]
          . , . Python Source . --
          .. ㅡ.ㅡ --
         moinmoin 1.1 ... ..^^ --
          -["zennith"]
         [""] . . --["1002"]
          ? ? -["zennith"]
  • DataStructure/Graph . . . . 1178 matches
          ! .^^;
         = =
          * Vertex( )
          * Edge( )
          * Directed Graph - Edge
          * Undirected Graph - Edge
         = 한 =
          * Vertex Edge
          * Vertex Edge 2
         = 표 =
          Undirected Graph .
          ..--;
         == ==
          * 2 . Adjacency Matrix(?--;)
          * Undirected Graph
          * Vertex Edge 1
          * LeftUpper -> RightLower
          * Directed Graph
          * .... 화표 표 ..--; < Vertex1, Vertex2 > .
          * Vertex1 -> Vertex2 Edge < Vertex1, Vertex2 > .
  • BusSimulation/상협 . . . . 1176 matches
         /* Meter minute .
          Km Hour, Minute .*/
          int m_people; //
          double m_velocity; // K/m
          long m_Minute; //
          int m_currentDistance; // Meter
          int m_totalSectionLength; // km
          void SetVelocity(double v) {m_velocity=v;}; // .
          void SetMinute(int m) {m_Minute=m;}; //
          void IncreasePassenger(int n) {m_people+=n;}; // .
          void IncreaseMinute(int t) ; // .
          long GetMinute() {return m_Minute;}; //() .
          int GetDistance() {return m_currentDistance;}; //() .
          int GetPeopleNumber() {return m_people;}; // .
          void IncreaseDistance(double n) {m_currentDistance+=n;}; // .
          m_totalSectionLength = 52; // 52km
         void Bus::IncreaseMinute(int t) //..
         { // 해하 .
          m_Minute+=t; //
          IncreaseDistance(t*((m_velocity*1000)/60)); //
  • KnowledgeManagement . . . . 1173 matches
         = =
          * KM .
          * .
          * knowledge .
          * .
          * , , .
          * ? ? .
          * , , .
         = KM =
         == ==
          * .
          * , .
          * , 화 한 .
          * Nonaka Takeuchi KM program . KM 화 하 화 하 .
          * embedded knowledge . . 해하 한 핵 포함하 .
          * , 행, 3 .
          * . , . 행하 템, , 협 한 활 .
          * 트 하 . . , .
          * ad hoc . 한 해 .
         = =
  • 허아영/Cpp연습 . . . . 1169 matches
         = [허] C++ =
          , ?
          ? ? ? , " 합" .
          C++ cout .. .
         C , C++ 한테 .
          C++ . , ^^
         . --Advice-- .
          C++study>>> [C++_2005]
         == 8 1 ==
          .
         999, .
         ==== ====
          cout<<" :";
          cout<<number<<" = "<<result<<"n";
          C++ C . C++ .
          '''C C++ ? 히 cout C++?'''
          , C++ 학( ) 해하 C++, . - []
          - C , 학? , C++ , .
          C , C++ C . (!)
          C C++ ^^ - [허]
  • FoundationOfUNIX . . . . 1166 matches
          * UNIX .
         = ~ =
          * [http://zeropage.org/~neocoin/putty.exe putty Client]
         = 표 =
          * , , 히 UNIX .
         = =
         == command ==
         === 1 ===
          * cd
          *
          * cd ../test4 (.. 2 , )
          * cd /user/opera4/namsang ( , root ..)
          * ls
          * ls : .
          * ls -a : . (all)
          * ls -l : .
          * ls -al :
          * 파
          * cp file1 /test1 ( .)
          * rm
  • RedundantArrayOfInexpensiveDisks . . . . 1163 matches
         통 RAID
          , ...
          RAID .
          , redundency [http://terms.co.kr/MTBF.htm MTBF](평 ) .
         stripe , 형 RAID . 하 . , , . n stripe n . , OS . , 하 , , .
         shadowing mirroring , , . , 행할 . .
          , 한 ECC ECC . ECC . , ECC ECC , . RAID .
          , 하 . , RAID 2 .
         RAID 3 . RAID 4 , . , . RAID 3 .
         RAID 3 4 , 패 , . .
          RAID 5 . 2-dimentional array , row column . 1987 RAID 표 .
          * .. . :) --[""]
         [], []
  • 기술적인의미에서의ZeroPage . . . . 1162 matches
          .
         8bit CPU 6502 .
         6502 16bit addressing 한 CPU . , $0000 ~ $FFFF .
         6502 13 access , zero page addressing .
          8bit , 8bit 00 addressing
         $0000~$00FF . access .
          zero page .
          .
         ( 0 , . .)
          : http://www.6502.org/datasheets/csg6500.pdf
          --[""]
          ( -_-) 탑 ?[[BR]]
         ZeroPage . , .--[Leonardong]
         ) WikiPedia:Zero_page
          . ( 0 -1 )
          PDP-8 포함한 .
          CPU .
         1980 1970 CPU . . 16 , 8 .
          the MOS Technology 6502 6 non-general . . .
          2 ; A $00 . 하 2 . RISC the 6502 1 3 .
  • 조영준 . . . . 1161 matches
         = =
         13학 : )
         == ==
          *
          * [http://steamcommunity.com/id/skywavetm ].
          * 15 . 킁킁 .
          *
          * [http://facebook.com/skywavetm 페]합. : +
          * [http://twitter.com/skywavetm 트]합. : + +
          *
          * [https://github.com/SkywaveTM ]
         = (?) =
         = 활 =
         == ==
          *
          * PE
          *
          * 2016 -
         == ==
         === 2016 ===
  • OurMajorLangIsCAndCPlusPlus/float.h . . . . 1160 matches
          : [하]
         || || || ||
         ||FLT_DIG ||float형 ||6 ||
         ||DBL_DIG ||double형 ||15 ||
         ||LDBL_DIG ||long double형 ||15 ||
         ||FLT_EPSILON ||1.0 float형 1.0 ||1.192092896e–07F ||
         ||DBL_EPSILON ||1.0 double형 1.0 ||2.2204460492503131e–016 ||
         ||LDBL_EPSILON ||1.0 long double형 1.0 ||2.2204460492503131e–016 ||
         ||FLT_MANT_DIG ||float형 floating point significand ||24 ||
         ||DBL_MANT_DIG ||double형 floating point significand ||53 ||
         ||LDBL_MANT_DIG ||long double형 floating point significand ||53 ||
         ||FLT_MAX ||float형 큰 floating point ||3.402823466e+38F ||
         ||DBL_MAX ||double형 큰 floating point ||1.7976931348623158e+308 ||
         ||LDBL_MAX ||long double형 큰 floating point ||1.7976931348623158e+308 ||
         ||FLT_MAX_10_EXP ||float형 큰 floating point 10 ||38 ||
         ||DBL_MAX_10_EXP ||double형 큰 floating point 10 ||308 ||
         ||LDBL_MAX_10_EXP ||long double형 큰 floating point 10 ||308 ||
         ||FLT_MAX_EXP ||float형 큰 floating point 2 ||128 ||
         ||DBL_MAX_EXP ||double형 큰 floating point 2 ||1024 ||
         ||LDBL_MAX_EXP ||long double형 큰 floating point 2 ||1024 ||
  • ProjectZephyrus/Thread . . . . 1160 matches
         Zephyrus Project . Thread - Document BottomUp .
          * ''Database Connection Pool , DB end point . , '''*.java''' Database Connection , . . pool ? pool ? interface , DB Factory 통해 . DB . -- [[BR]]
          [http://javaservice.net/~java/bbs/read.cgi?m=devtip&b=servlet&c=r_p&n=973389459&k=항&d=t#973389459 JDBC 항(Transaction) - 3-] [[BR]]
          [http://javaservice.net/~java/bbs/read.cgi?m=devtip&b=jdbc&c=r_p&n=1018622537&p=1&s=t#1018622537 PreparedStatement ]''
          * acess 편해...-,-;;;
          ~~
          * . . . UP Process 행했, (?) .. ㅡ.ㅡ;; http://www.inazsoft.net/projectworktool.html . -
          '' ;; 형~ --''
          * JDBC 할 .. ..^^: - 협[http://www.caucse.net/cgi-bin/moin/moin.cgi/_c0_da_b9_d9_c7_c1_b7_ce_c1_a7_c6_ae_2f_b9_e6_c8_ad_ba_ae_c6_c0_b8_de_bd_c5_c0_fa_2fJDBC JDBC ]
         Database . SuccessfulProject ? , 하 한 '''''' . , 한 utility .
          , ' .' 하 . ? ' ? .. ' method copy & paste. '''''' . . logging, configuration, resource managing ,..
          '' .. ^^ 한 패 utility class . . CVS . --''
          . . Exception . Exception debugging . try ~ catch , 한 형태 험합. . --
         ''' '''
          ...
         ''' ''System.out.println()'' .. -- 2 :)'''
          * ["/"]
  • 김태진 . . . . 1158 matches
         == . 홈페 : [https://sites.google.com/site/jerenealkim/ 크] ==
          * KAIST , 14학
          * SWTV(SW Testing&Verification) .
          * 11학(OB)
          * ,
          * 2015 KAIST
          * .
          * 2013 7~12 RTSE 학.
          * 2013 3학 1학 .
          * 2012 ZeroPage 회.
          * 11학 ZP(5/18), OB.
          * .
          * ''' : [https://sites.google.com/site/jerenealkim/yearbook 크]''' -
          * '''트/ : [https://sites.google.com/site/jerenealkim/projects 크]'''
         == 활황 ==
         === 2014 ===
          *
          * ZeroPage OpenCamp 3rd T/F
          * & 페 & 회 3
          * ZeroPage 100회 ( 14.06.05 )
  • 새싹교실/2012/아우토반/앞반/5.10 . . . . 1158 matches
         = =
         || || || O ||
         || 학 || || O ||
         || || || O ||
         || || || O ||
         = =
         1. 함
          * 함?
          * 함 형태
          * 함
          * 함
          * 함 ,
         2. 포
          * CPU
          * 포
          * 포
          * 포
         3.
          *
          * 포
  • APlusProject/ENG . . . . 1157 matches
         ==== ====
         Upload:APP_CodingConvention_0412.zip -- .
         -- ~ (QA ) 토합 ^^
         === ===
         Upload:APP_SetupManual_0605-0607.zip -
         Upload:APP_SetupManual_0608.zip -- 1.0 () -
          한 .NET Framework 파 .
         dotnetfx_kor.alz dotnetfx_kor.a00. .
         Upload:APP_SetupManual_0609.zip -- (qa)
         -- -ㅁ-
         
         === ===
         Upload:APP_UserManual_0605-0607.zip -
         Upload:APP_UserManual_0608.zip -- ver 1.0 () -
         Upload:APP_UserManual_0609.zip -- ( ) - .
         
         === Operator ===
         Upload:APP_OperatorManual_0607.zip --
         Upload:APP_OperatorManual_0608.zip -- ver 1.0 () - -QA
         
  • InterestingCartoon . . . . 1157 matches
          . , . .
         ? 1~5 6~10 -1 .
         || :D = 1 || X-( = -1 ||
         === () ===
         || || 투표 || 합 ||
         || || :D :D :D :D :D :D || 6 ||
         || || :D :D X-( :D :D || 3 ||
         || || :D :D :D || 3 ||
         || 크 || :D :D :D :D :D || 5 ||
         || || :D :D X-( :D || 2 ||
         || 팅 || :D :D :D :D || 4 ||
         || 크 || :D :D :D :D :D :D :D || 7 ||
         || ! || :D X-( || 0 ||
         || 휘! || :D || 1 ||
         || || :D :D :D || 3 ||
         || 키 || :D :D :D :D :D :D :D-( || 2 ||
         || || :D :D :D || 3 ||
         || || :D :D || 2 ||
         || || :D || 1 ||
         || 플 || :D X-( D: || 1 ||
  • PNA2011/서지혜 . . . . 1156 matches
          * P-camp alter-language ?
          * p-camp
          * 트 PNA2011, 해 #pna2011
          * 페 PNA2011
         = =
          * [/2011.3.14]
         == ==
          * 3 keywords : .
          * .
         == ==
          * erlang
          * Erlang. .
          * .
          * 9 NINES ?
         == /페 ==
          * :
          * 페 : 화할
          * . .( )
         == 튜토 ==
          * 휘하
  • 2thPCinCAUCSE . . . . 1149 matches
         2회 .
         === ===
          * : 2003 5 28 18:00 ~ 21:00
          * : 7 PC
          * : 2-3 / PC 한
          * : C/C++ with Visual C++ 6.0
          * : . 2002 플( http://cs.kaist.ac.kr/~acmicpc/problem.html see also ["2002ACM"] )
          * 항:
          *
          * 휴폰,
          * , CD . .
          * :
          * 3 3 . (open book, closed internet)
          * .
          * 행파 .
          * ( 통 5-10) .
          * (: 10) .
          * error, error , .
          * , 한 penalty (10) .
          * .
  • 블로그2007 . . . . 1148 matches
         == 트(or ) ==
          * '''[2007]'''
         == ==
          * .
          * .
          * MYSQL apache .
          * , 키, [[BR]] .
          == ==
          * []
          * []
          * [훈]
          * []
          * []
          === ===
          || || || || 훈 || || || ||
         == ==
         || [2007/] ||
         || [2007/] ||
         || [2007/훈] ||
         || [2007/] ||
  • WinCVS . . . . 1147 matches
         WinCVS .
         = =
          1. WinCVS Python TCL .
          ''DeleteMe ? ["sun"] , 홈페 . 'WinCvs is written using the Microsoft MFC.' '' [[BR]]
          .
          ''WinCVS 2 .[[BR]]
          WinCVS 1.3 행하 Python . Python WinCVS .[[BR]]
          WinCVS TCL . ActiveTCL Tcl/Tk . (From WinCVS )[[BR]]'' --
          ''WinCVS TCL, Python . 하, WinCVS . --["1002"]''
          * [http://python.org] 2.3alpha1 python 2.2
          * [http://aspn.activestate.com/ASPN/Downloads/ActiveTcl] ActiveTCL
          2. WinCVS .
          3. WinCVS
         = 환 =
          1. . Ctrl+F1 Admin - Preference .
          2. General탭 .
          * Authentication : . local pserver ntserver 택하 .
          * Path : CVS파() .
          * Host Address : local host .
          * User Name : local ID .
  • zennith/MemoryHierarchy . . . . 1144 matches
          , .
         1.
          .
          하 , . , , .
          (e.g. .)
          . , 한 , unit , .
          (e.g. )
         효 , , 하 .
          .
          * .
          * () .
          *
          *
          *
          * ,
          *
          *
          *
          * , , (shadow) .
          * CPU .
  • CleanCodeWithPairProgramming . . . . 1142 matches
          1. : 16 []
          1. : 2013 06 27 20~
          1. : Java
          1. : 3hr +
          1. 환
          * JDK 6
         == ==
          || || || ||
          || 00:00 ~ 00:10 || Opening || ||
          || 00:10 ~ 00:20 || Pre PP || Pair Programming , rule ||
          || 00:20 ~ 01:30 || Pair Programming || ||
          || 01:30 ~ 02:00 || PP , , Clean Code || Pair Programming , Clean Code ||
          || 02:00 ~ 02:30 || Clean Code || 해 ||
          || 02:30 ~ 03:00 || 팩토 w/ Sonar || 팩토 ||
         === PP ( 70~90) ===
          || || ||
          || #1 || 20 ||
          || #2 || 15 ||
          || #3 || 15 ||
          || #4 || 30 ||
  • Debugging . . . . 1140 matches
         = ? =
          * ,
         == 테 ==
         == ==
         === ===
          * 행할 포함
         === ===
          *
         === ===
         = =
          * .
          * , 확해 .
          * 한 트 해.
          * 험하 .
          *
          - . !
         = ? =
          *
          * 해하
         = =
  • PairSynchronization . . . . 1136 matches
         하 . . ''' ''합한 페 .'' '''
         NoSmok:PairDrawing , . PairModeling? --["1002"]
         ["sun"] PairProgramming CrcCard , CrcCard . - , CrcCard 행해 . - 화 , 험하 .
         == ==
          1. .
          1. .
          1. , . See Also: MindMapConceptMap
          * 한 , 하 .
          * , .
          1. , .
         '' ''
         == 효 ==
          1. .
          1. PairSynchronization , CrcCard PairProgramming 행하 . ()
          1. (히 Expert) . . , .
          1. .
         == PairSynchronization ==
         === 회 ===
         ["sun"] 파트 . XP , CrcCard . CrcCard 행해 , .
         ==== ====
  • DevOn . . . . 1134 matches
         [[include(:)]]
         = 2013 =
         == ==
         === ===
          * [asm.js] [Io]
          * Io : Io 행하 ...
          * [해한 ] [Befunge]
          * [http://www.bedroomlan.org/tools/befunge-93-playground befunge playground] : befunge , .
          * :
          * 해하: 해하
          * 해하:
          * [Lisp]
         === 효 [ ] ===
          * [] - . , 함. '패 ' .
         === [Gnome] 3.10 & [Wayland] ===
          * [] - Gnome 3.10 ... .. ... Wayland , X . Wayland X 형태, 한 API .. ...
         === ===
          * [] - . ?
         === ===
          * [] - [파] [파] , 해 , [WebKit] , 히 [] . , . . .
  • 정모/2005.1.17 . . . . 1134 matches
         = /2005.1.17 =
          확히 2 [/2005.1.31] .
         . - [한]
         == ==
         ||01||||
         ||03||, , , 황||
         ||04||, , 환, ||
         || 한 회 ||
         || , , , ||
          .
         == ==
          탁 회 ?? ┛? 탁회 . . - [한]
         ZP CS ?? CS ?? 할 ?? - [한]
          ZP CS . 푸하하하 - [한]
         == ==
          * 회 : 50 10 .
          * , 회 .
          * 회 한 페 한 회.
          * 2005 할 페
          * [트]
  • 정모/2011.8.22 . . . . 1134 matches
          * : [], [], [], [], [], [], [혜], [], [], []
          * [황]학 OMS 행하 . OMS .
          * : [황]
         == 학회 ==
          * CLUG , JStorm , Netory .
          * .
         == 트/ ==
          * [Spring/탐험]
          * [DesignPatterns/2011]
          * [2011]
          * ~~ ~~ .
          * / .
          * [JavaScript/2011]
          * .
          * [ACM_ICPC/2011]
          * Soldiers Lotto .
          * [EnglishSpeaking/2011]
          * [Cpp/2011]
          * 한 테트 . .
          * 편하 . -_-... -[]
  • HelpOnPageCreation . . . . 1133 matches
         == 페 ==
         페 . , {{{FoobarPageName}}} , {{{[[]]}}} . , {{{FoobarPageName}}} {{{[[]]}}} . 형태 . , .
          . 편 . 한 . [[FootNote(페 통해 . . .)]] 키 페 키 페 .[[FootNote( , 페 )]]
         하 . 하 {{{[[페/하]]}}} . 하 HelpOnEditing/SubPages 페 .
         == 템플 ==
         템플 . 페 "'''Template'''" 템플 . [[FootNote( Template 형태 )]] 템플 , 템플 택하 .
         == 페 ==
          . , 템플 .
         || @''''''PAGE@ || 페 (템플 ) ||
         || @''''''DATE@ || ||
         || @''''''TIME@ || ||
         || @''''''USERNAME@ || ||
         || @''''''USER@ || "-- loginname" ||
         || @''''''SIG@ || "-- loginname date time" ||
         || @''''''MAILTO@ || ||
          .
  • SummationOfFourPrimes/1002 . . . . 1133 matches
          . , 4. pseudo code .
         GenNumbersFour = 합 x
         합 x , 4 n . TDD 행.
          4 . . .
         === - 4 . ===
          10000000 4 . 해 profiling .
          . Seminar:PrimeNumber , . psyco . , 10000000 10. 50000 24 .
          50000 .
          selectionFour percall . 하, call 횟 470988 . inlining .
         10000000 7.49 (profiler profiler psyco 행)
         === 화 2 : ===
          inlining selectionFour . selectionFour (n )^4 . smart 하 .
          .
          , 4 .
         selectionFour .
         inlining 6.4 . inlining 5.7 .
         === 화 3 : PyRex ===
         PyRex Python C 환해. , C 행. 7.x , PsyCo . C . . .
         === 한 ===
          * , 한 .
  • 데블스캠프2004준비 . . . . 1133 matches
          * 2004 6 21()~ 25() 2004 한 페
         == 획 ==
          * - pc .
          * 해 2 .
         == ==
          *
          * 통 9
          * 토 - .
          * 토 .
          *
         == ? ==
          *
          *
          *
         == 향 ==
         || || 5 ||
         || || 4 ||
         || || 2 ||
         || 협 || 2 ||
         || 표 토 || 2 ||
  • 새싹교실/2013/케로로반 . . . . 1133 matches
          : [/2013]
         = =
          [], [], [], [형]
         = 표 =
          > 학 ! .
         = 행 =
         == 1회 ==
          * ~~튜 X .~~
          * C C , Hello World , ... 하 return 30 ~_~
          * 6 행하, .
          * ppt , 행하...
         == 2회 ==
          * ~.
          * .
          * .
          * , .
         == 3회 ==
          * !
         == 4회 ==
          * printf scanf ( #01)ppt .
  • 5인용C++스터디/소켓프로그래밍 . . . . 1132 matches
         1:1 .
         === 해하 ===
          트(트) .
          !!!
         || || ||
         || 한 '호' || IP ||
         || 태 || 태(Listen) ||
         || || (Connect) ||
         || || (Accept) ||
         -클트 환 .
          Socket -> Socket (bind)
          -> 클 (listen)
          -> 클 (Accept)
          -> 클
         클 (connect) 하 .
          Socket -> (connect) ->
         === () ===
          [Dialog based] -> [Windows Sockets]
          CAsyncSocket CListenSock, CChildSock .
          .
  • MFC/DynamicLinkLibrary . . . . 1132 matches
          C/C++ LIB 형태 . , ..
          . DLL. .
         = =
         확 DLL , DLL . .vbx .ocx 포함하 DLL .
         Win32API DLL 통해 .
         Library.DLL 3 A,B,C DLL파 . , 한 DLL .
          DLL 파 .
          DLL .
          DLL . DLL .
          .
          ) LoadLibrary(), GetProcAddress(), FreeLibrary()
         runtime dynmaic linking , . winamp KMP 한 runtime-dynamic linking .
         = DLL =
         DLL . , 폰트 DLL . Cards.dll 한 함 포함하 .
          DLL export . export , 클, , .
          == DllMain() 함 ==
          main함 형태 포함한. dll 포함 . DLL .
         = DLL 형 =
          == MFC 확 DLL ==
          == MFC DLL ==
  • 데블스캠프2006/월요일후기 . . . . 1132 matches
         = 2006/ =
         == ==
         === ===
         허, , , , 태, 호, 협, , - .
         === ===
         , [] , , 형,
         == ==
         SeeAlso) [2005/]
         '''한 형 . , '''
          : ''''''
          : .
          .
          ..^^; ~~~!!!
         '''''' : C++
          ( C(?)) (?) .
          .
          행하 .
         '''형''' : 평 .. .. 흠.. ! 힘 ~! 홧팅!! ㅋㅋ
          : '''희'''
          : c . ㅉㅏ....
  • 새싹교실/2011/쉬운것같지만쉬운반/2011.4.6 . . . . 1132 matches
          ~
         = =
          *
          1. while 형태
          2. do~while 형태
          3. for 형태
          4.
         = =
          *
          * Bottom-up Approach . ? ㅋㅋ
          * . .. - [혜]
          = =
          || || || O ||
          || || || O ||
          || || || O ||
          || || || X ||
         = =
          1. 9 2 ~
          2. ~
          3. ~
  • TAOCP/InformationStructures . . . . 1130 matches
         한 WORD c .
          L0 base address .
         Sequential Allocation stack .
          '' (To place a new element Y on top)
          (setting Y equal to the top node and delete)
         queue deque .
          '' (inserting an element at the rear of the queue)
          (removing the front node)
         하 한할 .( F, R .) (the problem of the queue overrunning memory), M (X[1]...X[M]) 환하.
          ( , ) . .
         (6a),(7a) F = R = 1. F = 0 .
          AnswerMe X[2] ? --[Leonardong]
          ? - - . 하 . .
          ()bottom . (p.246 ) . 형태 .
         하 bottom .(we must allow the "bottom" elements of the lists to change therir positions.) MIX I 한 WORD rA .
          ''LD1 I ;I rI2 .
          LDA BASE(0:2) ;BASE L0 rA .
          STA *+1(0:2) ; (LDA *,1 ) .
          LDA *,1 ; I rA .''
         n i(1≤i≤n) .
  • EffectiveSTL/Iterator . . . . 1126 matches
          * STL 해하 .
          * STL 4. (iterator, const_iterator, reverse_iterator, const_reverse_iterator)
          * , .
         == ==
          * reverse 회함.
         == iterator ==
          * iterator.
          * iterator iterator .
         == ==
          * iterator .
          * , const_iterator .
         == ==
          * const_iterator , .
          * Item const_iterator -> iterator 환하 . , .
          * C++ casting .. . .
          * : '''"When all else fails, get a bigger hammer."'''
         == ==
         // iterator const_iterator Iter, CIter typedef해.
         Iter i(ci); // . .
         Iter i( const_cast<Iter>(ci) ) // . vector string ... .
  • C언어시험 . . . . 1123 matches
          2005 1학 C . .
          ?
          C , . . .
          . - [협]
          황하 . '''''' .. ''' ''' . ( 해합). . zp C . . , (SeeAlso CodeYourself) C .. .. ㅠㅠ . . - [택]
          , ' ' (학 C ). '' .'' . '' .'' . ( ) 한 학 ( C skip하 ).
          Waterfall, Spiral Model ( ) 학 . ( ) . . . - [택] - . .
  • 지금그때2004 . . . . 1121 matches
         == 2004 ==
         , : 2004 4 6 pm6:30~10:00
          : 학 4152
         () : [], 환, , , [], (), 황
         == ==
         [2004/회20040322]
         [2004/토20040324]
         [2004/20040329]
         [2004/토20040331]
         [2004/토20040401]
         [2004/20040331]
         [2004/판홍]
         [2004/]
         [2004/]
         [2004/]
         [2004/패]
         [2004/획]
         [2004/회]
         || ||
         || wiki:NowThen2004/패 ||
  • X . . . . 1117 matches
         = Zeropage 96(학) =
          * 1977. 7. 3. ( 5.17.)
          * :
          * : X.... (한 -_-)
          * 호 : White Knight ( . .... -.-)
          * : 24 ( -.-....)
          * 키 : 172cm( )
          * : 55kg
          * : : 0.3 : 0.5 (확 .-_-v)
          * : -_-;
          * 혈형 : A RH+(한 흔한 혈형 _ _)
         == 표 ==
          ....[[BR]]
          ....[[BR]] [[BR]]
         
          XBOX, PS2, NGQ GP32, GBA,.... PC 포화 .[[BR]]
          PC XBOX, PS2 .
         == 획 ==
          * 55KG ....
          * 3 행!
  • 동문서버위키 . . . . 1115 matches
          키.
          NoSmok:DegreeOfWikiness 통해 " "() 패한 .
          패했 . () ( 한) . . 한 . --
         
          * 테 향 - ' ' (ex - [http://dongmun.cse.cau.ac.kr/phpwiki/index.php?PPGroup_Board 트]) , . . , .
          * - . 험한 . ( . , .. ) , TopDown .
          * - . . [http://dongmun.cse.cau.ac.kr/phpwiki/index.php?%B5%BF%B9%AE%C0%A7%C5%B0 키] 페 . , . ( ) --
          * 할 . . . , , . ZeroWiki , 히 활 . --
         [] [토]
  • ComputerNetworkClass/Exam2006_2 . . . . 1112 matches
         = =
          . ( 함)
          .
         (한 함.)
          Authencation Protocol (3-way-handshake, keberos, using RSA) . , PEM .
         TCP SLOWSTART, FAST RETRANSMIT, VEGAS .
         = =
         1. , , ,
         availability(interruption, DoS, Jamming -> Firewall, Proxy-base Network System) .
         2. . (RTP, , QoS )
          2.1 playback time . (2.1 MPEG )
          2.2 MPEG ?
          2.3 RTP 헤 포함 3
          SSRC, CSRC, Contribution Count, timestamp, sequence number, Version etc
          2.4 play back
          playback point, playback time . adaptive playback .
          2.5 TCP
          TCP . . (UDP RTP 통함)
         3. PEM , . a.jpg
          MIME 해. E(MD(5), PrivateKeyOfSnd) .
  • REFACTORING . . . . 1112 matches
         ISBN:0201485672 , [http://www.wowbook.com/generic/book/info/book_detail.asp?isbn=ISBN89-87939-60-X 팩토]
         http://www.refactoring.com/catalog/index.html - Refactoring .
         == Refactoring ? ==
          * . . ( )
          * " ' . (TestFirstProgramming UnitTest - ["Refactoring"] )
          * Refactoring UnitTest code . Refactoring 해하 UnitTest , UnitTest code Refactoring 한 효 . (Refactoring .)
         == Refactoring ==
          * .
          * 해하 .
          * .
          * .
         == Refactoring ? ==
          . 틈 . Don Robert The Rule of Three .
          1. . .
          * , . 하 .
          * . - Refactoring. Refactoring 하.
         Three Strike Refactoring . 하, , Rename Method/Field/Variable Refactoring .
          Refactoring .
          * 함
          *
  • 상협/Diary/9월 . . . . 1111 matches
         = 표 =
          * ["3DAlca"] 크(MFC)
          * [""]
          * AccelerateCPlusPlus .
         == ( ) ==
          *
         || || 할 ||
         || 1 || [""] ||
         || 3 || ["3DAlca"] ||
         = =
          * 해,
          *
          *
         = =
          * .. ... . ㅡ,ㅡ
          * 한 . -_-;
          * ..
         === 택 할 ===
          * ~
         ==== ====
  • HelpOnUpdating . . . . 1105 matches
         /!\ ''' !''' , . @)
          .
         MoniWiki backup restore , rcs backup .
         == 트 ==
         키 1.0.8 , 1.0.9 트(UpgradeScript) (upgrade.sh)
         UpgradeScript , (*.php) 트하, *.php 한 *.php파 .
          `upgrade.sh` .
         === ===
          `config/*` `config.php` , .
          .
         `wiki.php`, `wikilib.php` . .
          .
          `wikismiley.php` `lib/*.php` `plugin` .
          `css/*.css` `imgs/*` `theme/*` `local/*` 트합. 한 파 .
         한 `data/intermap.txt` 파 .
         ( UpgradeScript 통해 )
         === 트 ===
          통해 . `config.php` `config.php.default` .
          , `config.php` 파 ( `config.php.my`) `monisetup.php` 통해 `config.php` . ( `chmod 2777 . data` )
          , .
  • 짜장면 . . . . 1101 matches
         = =
         
         ... . . . 한 탓 . , . ... - }}}
          .
         = =
         == ==
          * . . 흡 . 흔히 . [] 트 ( ) .
          * .
         == ==
          * 3학, . ^^.. . . . 통해 픔, , 희, , 행, , , .
          * 21 . 하 ? . .. ' ' '! ..' .
          * .. , 항하 .
          * .. 항하 , .
          * .. , . 하 .
          .. ㅋㅋ;;
          , . ~ !
         []
  • 정모/2011.7.11 . . . . 1100 matches
          * : [], [혜], [], [], [], [], [], [], [], []
          * 7 Design Pattern 6 행.
          * : []
          * : Macintosh
          * : []
         == 트/ ==
          * 활
         == ==
          * OMS, 회 . OMS .... -,.- keynote ppt 환하 ppt효 .. . ...;; -[]
          * 태 OMS . -ㅅ-; MDplayer IPod Classic , . -ㅅ-a ; - []
          * DP . / ( DB2 Certi Program ..) . 태 OMS MacBook 활했 keynote presentation . ( Apple ) () . . - []
          * , ( .. ) ~ ㅎㅎ; -[]
          * 태 ... 통화.. !! 함. . . OMS .. OMS ! ㅎㅎ! . - []
          * ~ - []
          * DP 행했. keynote OMS . Apple OMS . - []
          * Joseph yodder .. . ..( ) 행할 . . . - [혜]
         [], [2011]
  • ZeroWikiVsOneWiki . . . . 1098 matches
         == ? ==
          ( ) , 해 토. .
         == 토 ==
          . , 페 ... . 키 하 ? . -[]
          한표. . -[]
          , '''''' ? ? '''''' '''함'''하 , '''''' . 항 ( [티플트]) . '''''' .
          험해 . . , 토 . -[Leonardong]
         OneWiki , ZeroWiki . ZeroWiki , OneWiki 할한 .
          , . , OneWiki ZeroWiki 형태 ?
         한, , . 험, , .
          한 큰 .. --
         활 , ZeroWiki , . --[]
         [토]
  • 속죄 . . . . 1096 matches
          * Title :
          * Author : // 한
          * Publisher :
          * [한]: 40 B) B)
         == ==
          * , . . , 탈 , ...
          * 60
          * ( )
          * ( )
          * , . " " "" " " .
          * . ...-_-;;
          * 한 .
          * .
         == ==
         === 한 ===
          * 2 . . .
          * , , 하 . ( .)
          * . . 500페 . 해 ~ . , . 3 . .
          * . . . ... ;; . .( .)
          * '' .''
  • [Lovely]boy^_^/Diary/7/8_14 . . . . 1095 matches
         = 7/8() =
          * pygame
          * .;; . 한 테트 .
          * 헉. WM_KEYDOWN . PreTranslateMessage .
          * 형 .. ;; .
         === ===
          * WPM . 200 ?--; ..;;
          * + 하 +
          * A B . A B ..
          . ;; for . C++ A B ;;
          , A = B[:] 하 ,
          (2형태) copy deepcopy 함 .
         shallowcopy deepcopy .
         === ===
          *
          * +
         = 7/10() =
         === ===
          * .. .. . 10.. .;;
          * 한 TestDrivenDevelopment PyUnit .
  • Trac . . . . 1094 matches
         Trac(트) . Trac . , . Trac 한한 .
         Trac SubVersion 통합포트 .
         Trac 키 태 , ,테크,,화, 키 페 seamless 한 . timeline() , .
         http://bbs.kldp.org/viewtopic.php?p=291467 - kldp
         http://openlook.org/blog/867 - Perky
         http://wiki.kldp.org/wiki.php/trac 트
         http://kldp.net/projects/trac-ko/ - 한
         http://projects.edgewall.com/trac/wiki/TracTermsKo - Trac 한 한
         http://nohmad.sub-port.net/wiki/Trac - nohmad
         http://trac.edgewall.org/wiki/TracModPython - Trac Apache+mod_Python
         == Trac dev ==
         dev . Trac 10->11 . Template engine , plugin 합하 . . NeoCoin dev .
         [http://neocoin.cafe24.com/cs/moin.cgi/Trac , ]
         DeleteMe) dev , ㅋ - [(namsang)]
          * gforge ? svn . ㅎㅎ;; - [eternalbleu]
          * 흐흐. gforge . 통합 . ( 한 플 .)
          trac subversion .
          * ? ㅡ.ㅡ;
          * apt ? ( linux ;) --[1002]
          ~ ( ..) --[1002]
  • 데블스캠프2013/둘째날/후기 . . . . 1093 matches
         = =
         [], [], [형], [], [], [], [], [], [환], [], [], [], [], [하], [], [], []
          *
         = / , 한, 한 C =
          * . FILE ㅠㅠ -[]
          * ;D - []
          * - []
         = 하 / Physical MAC Cross Layer =
          * 하형 , .. . . - []
          * , . - []
          * . - []
          * (...) . . - []
          * 하형 해하 . 3G. . -[]
          * 템포 . - []
         = / PHP + MySQL =
         ~~= / Open API =~~
          * ㅏㅇ PHP.. . . . - []
          * (?)ㅋㅋㅋㅋ .- []
          * . . 흥 홈페 . - []
          * ... .... . - [훈]
  • 정수민 . . . . 1093 matches
         = 05학 =
          /// ...
         == 표 ==
         편하 !
         == ==
         편하 획!
         == ==
          - - []
         == 트 ==
          ㅋ ;;; ㅋ; -_-;;
         [2005/RUR-PLE/]
         ~~~ >.<)/
          ㅋㅋㅋ
         === ===
         [/]
          -_-;;;
         === ===
         [/,]
          -_-;;
         === ===
  • AseParserByJhs . . . . 1091 matches
         RenameThisPage - . --["1002"]
         //- 2002/01 .. ----------------------------------------------
         // - -------------------------------------------
         // pv : physique vertex
         #define PV_NUM "*PHYSIQUE_NUMVERTEXASSIGNMENT" // PV . .. PV ..
          // STL 함. cpp 파 .
          static vec_t GetFloatVal (FILE *s); // 파 Float형 .
          static bool LoadAse (char* filename); // ASE 파 .
          static void ModelAlloc (CHS_GObject* pO); // . j_ase aseAllocate2CHS_Model
          static bool GetAseAllInfo (FILE *s); // , 트하 1 화한.
          static void GetAseAllData (FILE *s, DWORD *max_time); // . , 페, , 키(, 회), weight .
          static void ReleaseModels (); // s_AllList .
          static void UpdatePickedPoint (int &cl_x, int &cl_y, int &width, int &height); // Picking .
          static vec3_t PickedPoint[2]; // .
          Desc - Ase 파 환하
          .( -> AniTM)
          // 0
          // .
          // 하 -----------------------------------------------
          // : 크 한.
  • 데블스캠프2004/금요일 . . . . 1091 matches
         == 2004/ ==
         ==== ====
          PT하? PT .
         
          . C , C++(), Smalltalk(vm) . Early History . (SeeAlso [http://en.wikipedia.org/wiki/Java_programming_language#Early_history Java Early history]
          Java 한 Servlet-JSP , 2001 'JavaTM 2 Playtform 1.3,' J2SE . 1.4 1 , 1.5 8 . Java major upgrade
         Java
          . ActiveX . Rich Client ActiveX [Flash] . (2003) Java 80% applet J2EE J2ME .
          ; (__) --[iruril]
          , . PT , . , . --NeoCoin
         ==== ====
         ===== =====
          Java Project
         ===== Class =====
         ===== 행 =====
         ===== 트 =====
          * 테(FirstJava.java)
         ==== ====
          * JFrame show() -> .
          * JFrame setBounds(int x, int y, int weight, int height)
  • 당신의큰돌은무엇입니까 . . . . 1089 matches
         
          ?
          . . . ? , . !
          ? , 테 , . ? . .
          . . ?
         학 .
          . . ? 한 학 . , . . .
         . . 히 큰 .' .
          ? , , , , . . . .
         큰 .
          .
          , . ,
         ps. 확히 . .. --
          'B 한 Time Management' -- ["1002"]
         [""]
  • 위시리스트 . . . . 1087 matches
         = 황 =
          * ''''''
          * ' ' .
          * ''' ''' :
          * PC, Tablet, Server, Board, MCU, Sensor, S/W, H/W , , 트, 회
         = =
          * .
          * 학회 회 .
         = 항 =
          * , . .
          * , 1회 .
          * , .
          * 한 항 .
         = =
          * 형: {{{ : - [ ]}}}
          * : , ,
          *
          * ISBN
          * (: , )
          * : .
  • ZeroPage/임원/회의/2011-02-13 . . . . 1086 matches
         = 2011 =
          * 2 13 3 ~ 9
          * @ 6
          * : [], [혜], [혁], [하] ([황] .)
         = 회 =
         == ==
          * 학 행하 .
          * ZeroPage .
         ==== ====
          *
         ===== =====
          * .
          *
          * .
          * A : 500, AA : 1000, AAA : 1500, S : 2000, F : 0
          * 5000 5000 .
         ===== =====
          * ZeroPager .
          *
          * .
  • 새싹교실/2012/아우토반/앞반/3.29 . . . . 1086 matches
         = =
         || || || O ||
         || 학 || || O ||
         || || || O ||
         = =
          *
          *
          *
          *
          * 포
          *
          * 포
          * *, &
         = =
          * ''' ''' : F4(ThreeFs + Future Action Plan) .
          * : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(크)], [http://no-smok.net/nsmk/FiveFs FiveFs(크)]
          *
          * Facts, Feelings, Findings, Future Action Plan. , , , , 획.
          * : " 5 .() .() .() .( 획)"
          * 행하. . . ... ! - []
  • 실시간멀티플레이어게임프로젝트/첫주차소스3 . . . . 1084 matches
         - : ( ''survival of virus'')
         - : ( )
         - : 10000 * 10000 (=) , , , 페, ( =) .
         -players : (50-100 )
         - :
          1. (향, ), ( )
          2. 택하 (-1)
          3. (0-10) 0 , 한 회 (하 1 )
          4. 함(하 1-2회),
          5. 30 -1
          6. 0 ()
         Upload:test_1.zip -- ( )
         Upload:test_0.9b.zip --휘( . )
         Upload:test_2.zip -- ( , , )
         Upload:test_3.zip --, 휘 ()
         Upload:test_4.zip -- 훈, .. :) game.py scan.py..
         Upload:test_5.zip -- ( , , )
         Upload:test_4b.zip --휘 ( , 플 , 플 )
         Upload:test_6.zip -- ( , )
         Upload:game2.py -- .. . 크해
  • iruril/도자기토론 . . . . 1083 matches
         DeleteMe) [iruril] 한 토
         == 항 ==
          *
          * 20
         == 항 ==
          -
          - 희, ,
          - 형,
         == 토 () ==
         
          ?
         편화
         
          ..
          편화 됬 ..
         
         
          .
         == ==
         
  • 지금그때2004/패널토의질문지 . . . . 1081 matches
         
          .--[Leonardong]
          * ()1학 ?
          *
          * ? ?
          * ?
          * , ?
          * ? ?
          * 한 행 () 행(, ) , ?
          * ?
          * 포트 ?
          * ?
          * , 향?
         See Also [힘],[/OpeningQuestion]
          .--[Leonardong]
          . . [힘] .
         
         " ?"
         "학 ?"
         
  • MFC/MessageMap . . . . 1080 matches
          . 하 AppWizard .
         ) [http://wiki.zeropage.org/jsp-new/pds/pds_read.jsp?page=1&no=23 ]
         = =
          * : . . 행할 . , .
          * : view 클 . 해 view serialize 함 행해. 허 view클 include view 클 포함할 , view 클 . view serialize 함 . ..
         .h // 헤
         #define UM_ACCEPTCLIENT (WM_USER+10) // .
          afx_msg LRESULT OnAcceptClient(WPARAM wParam, LPARAM lParam); // 행할 함 . 함 ..
         .cpp //
         ON_MESSAGE(UM_ACCEPTCLIENT, OnAcceptClient) // UM_ACCEPTCLIENT OnAcceptClient함 핑한.
         
         
          // .
          afx_msg void OnAppAbout(); // ID_APP_ABOUT .
          DECLARE_MESSAGE_MAP() // 포함.
          // .
          '' MFC CCmdTarget 클 .''
          클 DECLARE_MESSAGE_MAP() 포함했 BEGIN_MESSAGE_MAP(), END_MESSAGE_MAP() . WM_COMMAND 형태 .
          ON_COMMAND() (ID_..) .
          CAboutDlg .
  • SpiralArray/Leonardong . . . . 1080 matches
         == ==
          JuNe .( ..) 한 . 1, 2 . 한 , . 한 .
         하 TDD . 형 "행" . 2 . 하 ( ), , 행 . ! 트 하 !
         TDD . . Direction클 . 한 행 .
          . . . Mover클, Array클 , 테히 Refactoring .
         == Refacotring ==
          팩토 Mover클, Array클 , 테 팩토. 테 Array클 팩토 . 하 Mover클 .
         goStraight Direction클 한( ) , . mover . 트 할 moveCount . mover board .
          mover . direction previous . 한 goStraight . goStraight . board크 1 . .
          . ? 한 .
          확히 . . , .
  • EightQueenProblem2 . . . . 1079 matches
         EightQueenProblem '''''' .
         해 .
         EightQueenProblem . EightQueenProblem 페 ? . / . 하 (adaptability) . , . .
          . , EightQueenProblem . , 8X8 8 ( 92) .
         EightQueenProblem .
         |||||| ()||||
         |||| 0m ( ) || 40 lines || C ||
         ||[""]|| 4m || 73 lines ["EightQueenProblem2/"]|| C++ ||
         ||["태호"]|| 4m || 69 lines ["EightQueenProblem/태호"]|| C++ ||
         ||[""]|| 8m || 141 lines || C++ ||
         ||호|| 32m || 64 lines || C++ ||
         |||| 2m || 131 lines (+ 82 line for testcode. total 213 lines) || python ||
         ||택|| 0m ( ) || 75 lines || C++ ||
         |||| 1m || 114 lines || java ||
         ||환|| 24m || 86 lines ["EightQueenProblem2/환"] || C++ ||
         |||| 15m || 43 lines ["EightQueenProblem2/"] || python ||
         |||| || 67 lines/28 lines ["EightQueenProblem/"] || C++/python ||
         ||nextream|| 0.1m || 21 lines ["EightQueenProblem/nextream"] check(1) check(0) || Javascript ||
         ||da_answer|| 5m || 135 lines ["EightQueenProblem/da_answer"] showMessage || Delphi ||
         |||| 37m || 197 lines ["EightQueenProblem/"] || Delphi ||
  • GuiTestingWithMfc . . . . 1078 matches
         CppUnit 한 MFC GuiTesting (. ?)
         === Dialog Based 트 ===
         Dialog Based Modal Dialog . Dialog , DoModal 함 Dialog . , CppUnit fixture .
         , 테 Modaless Dialog .
          .
          1. Editbox
          2. Add
          3. List box Editbox
          4. List box .
          5. List box , Editbox .
          App 클 InitInstance 함.
         /* --- Test Runner , . 행할 .
         === 2. Test Case ===
         ==== 1. ====
         , m_bFlag .
         || 테트 || 통 ||
         || test1One || Assert Equals. 10 == 10 ||
         || test2GuiOne || CGuiTestingOneDlg::m_bFlag true . ||
         #include "stdafx.h" // resource, mfc .
         
  • 세벌식 . . . . 1078 matches
         === ? ===
          , , 3 ( 4, 6 ). . , . . 행하 . 한 한 3 .
          . . [http://no-smok.net/nsmk/%EB%8F%84%EA%B9%A8%EB%B9%84%EB%B6%88%ED%98%84%EC%83%81 ] .
          . [http://no-smok.net/nsmk/%EC%84%B8%EB%B2%8C%EC%8B%9D ] .
         === 트 ===
          * [http://moonhwawon.org/ 한]
          * [http://sebul.org ]
         === ?? ===
          * , , MacOS . [http://paero3.myzip.co.kr/use_sebeol_keyboard/index.html ] OS .
         === ===
          * [택] . 2005 2 6 . 환하 , . 포항 한 학 , , 핑하 . . . 10 환한 . 20 , . . , . . , 향 패 . , / . / , . . .
         []
  • 재미있게공부하기 . . . . 1078 matches
          . .
         == ==
         
          . 하. . . .
         
          . . , . () .
         == ==
         ''' '''
          . . . . , , . , . .
         ''' '''
          , . . NoSmok: .
         ''' '''
          . . . . . .
         ''' ( )'''
          . . . NoSmok: Frontier Zone System .
         ''' '''
         '' '' . . , . , ( ). , ( ) . see also HowToReadIt '' ''
         NeoCoin . 하한. ? --JuNe
         ["학"]
  • FromDuskTillDawn . . . . 1075 matches
         [http://online-judge.uva.es/p/v101/10187.html ]
         :B(A,B,C), :통(,통,), :3(1~4)
          . 600 , . 편함 . , 훌 , . 파티 . , .
         {{| 1. 항 . 행히 1 .
          2. 황 , 행할 . .
          3. . 하 1 , ( 12) . |}}
          행할 . " ?" .
          . . , , . , 확하 . 18:00 6:00 .
          100, ( 포함) 1,000 . 24 , 12 행하 .
          32 . , , .
          , "Vladimir needs # litre(s) of blood." "There is no route Vladimir can take." ( ).
         === ===
          || || || || ||
          || [태] || C++ || ??? || [FromDuskTillDawn/태] ||
          || [] || PHP || - || [FromDuskTillDawn/] ||
         === ===
         [] []
  • AppletVSApplication/상욱 . . . . 1072 matches
          형태 . 하 , (Application)
          (Applet).
          ? .
          화하
          포함하 .
          .
          HTML 페 포함 호환(java-compatible) . 호환
          포함 HTML 페 ,
          행하 . HTML 페 <APPLET> 태 .
          java.applet.Applet 클 , java.applet.Applet 클
         java.awt.Panel 클 .
          , . ,
          , 호환 행환
          . , , .
          - .
          - .
          - .
          - 행할 .
          - .
          - .
  • 1002/책상정리 . . . . 1071 matches
          . -_- .
          OS . . 크탑, 폴, 화, (cab) . , . .
         == ==
         OS Memory Hierarchy, caching , NoSmok: (행), NoSmok:
         == ==
         === ' ' ===
          Approach , 회 . , ; . , . ' ' ' ' ;
          : . , ' ' , . , ' ' ' 2 ' Architecture . -_-a
         === ' ' ===
          . 해 '휘' . main memory , , 해 .
          * main memory, 1 1 cache, 2 2 cache, 3 cache, hdd-drive .
          * - . Optimizing . -_-a , , .
          * . LRU . ? 해 count . .
          * LRU : - . . 행해. , ;
  • 새싹교실/2012 . . . . 1070 matches
          * ZeroPage Netory, CLUG 회 .
         [/2012/홍]
         [/2012/회]
         [/2012/]
         = =
          * 25
         || 호 || 트 || || 황 || ||
         ||1||[/2012/ABC]||, , , 한 || 6회 행 || 5+ ||
         ||2||[/2012/Dazed&Confused]||, , , || 10회 행 || 화 6 ||
         ||3||[/2012/startLine]||, 환희, 훈, || 12회 행|| ||
         ||4||[/2012/]|||| 4회 행|| 3 ||
         ||5||[/2012/]||하, ||5회 행|| ||
         ||6||[/2012/]|||| 8회 행|| 3 ||
         ||7||[/2012/]|||| 1회 행 || 6 ||
         ||8||[/2012/]|||| 5회 행 || ||
         ||9||[/2012/]||, , || 3회 행 || 3 or 3 ||
         ||10||[/2012/]||, 희, , 환, || 8회 행 || ||
         ||11||[/2012/]||, , ||5회 행|| , 6 ||
         ||12||[/2012/]||, , || 9회 행|| ||
         ||13||[/2012/]||, 형, ||6회 행|| 3 ||
  • ZeroPage회칙 . . . . 1069 matches
         = ZeroPage 회 =
         2005.12.23
         == 1. ==
         === 1() ===
          1. 학회 ZeroPage .
          2. ZeroPage .
         === 2() ===
          .
          1. ZeroPage 회 4. .
          2. 회 2.회 .
          3. 회 ZeroPage 3.회 .
          4. 3.회 .
         === 3() ===
          1. 통해 .
          2. 효하.
          3. 회 휘할 .
         == 2. 회 ==
         === 1() ===
          1. 2 .
          2. 3 .
  • HelpOnUserPreferences . . . . 1067 matches
         == ==
          행하 . [[Icon(home)]] , [키홈페] .
         User``Preferences .:
          * '''[[GetText(Name)]]''': . WikiName 형 .
          * OpenID OpenID .
          * '''[[GetText(Password)]]''': .
          * .
          * '''[[GetText(Password repeat)]]''': . , .
          * '''[[GetText(Email)]]''': . 키페 . .
          * , ACL .
          * '''[[GetText(Preferred theme)]]''': .
          * .
          * '''[[GetText(User CSS URL)]]''': CSS .
          * CSS .
          * '''[[GetText(Your time is)]]''': .
          * '''[[GetText(Server time is)]]''': .
          * '''[[GetText(Date format)]]''': -- ( <!> )
          * '''[[GetText(Preferred language)]]''': ( <!> ) , . .
         == ==
          * '''[[GetText(Quick links)]]''': 키페 . QuickLinks 페 .
  • 정모/2011.10.12 . . . . 1067 matches
          * : [], [혜], [], [], [], [], [], [], [], [], [], [], [], [황], [하]
         == 20 ==
          * ZeroPage 해 20 !!!!!! ''(?)'' ~
          * ZeroPage (20) ! (- --;)
         == ZeroPage ==
          * 99학 ZeroPage .
          * 10
          * (+ ...ㅜ) .
          * []학 [https://docs.google.com/present/edit?id=0AdizJ9JvxbR6ZGNrY25oMmpfNDZnNzk0eHhkNA&hl=ko ]
          * ( ) OMS : []
         == / ==
          * [2011]
          * [JavaScript/2011]
          * PHP . .
          * [ACM_ICPC/2011]
          * Dynamic Programming accept .
          * [DesignPatterns/2011]
          * [Spring/탐험]
          * [RegularExpression/2011]
         == ==
  • PyIde/SketchBook . . . . 1066 matches
         툴 Idea .
          * - 해 flat text , . .
          ''토크 한 환 . LEO . 크 Literate Programming . SignatureSurvey . --JuNe''
          '' ' Editor . .' , SignatureSurvey . ( Flat Text .) --[1002]''
         Eclipse .. code page up/down . VIM 'VIM '
          * - I,J,K,L - .
          * Source Folding - 화 .
          * search - Function . 해 search 행하 . / 한, . ( ? Ctrl+F , 키 , enter & enter. incremental search .)
         하, - ctrl + O . CTRL +키. ( VIM W, B) / 키. 클 CTRL+SHIFT+T. Source Folding Outliner . , . ( Long Method .)
          ? , ? ?
         Python HTML Code Generator . 행했, HTML expected . test code 팅 하 , 해 Generating HTML . 한화 할 HTML . , 폰트 11 8 . (15 LCD 1024*768 .) 해 , Viewing , .
         ... . -_-; ( , .)
         Wiki:FitNesse 'Beyond Literate Programming' .
          UML Case Tool Beyond Literate Programming ?
  • 데블스캠프2003/첫째날/후기 . . . . 1065 matches
         == ? ==
          2003 . , .
         == ==
          * . . -
          * ... . --; . --
          * ..ㅠ.ㅠ ..흑흑; ? 히 >_< .. ㅠ.ㅠ - [희]
          ...^^; - []
          * . 함 . - []
          * ... ... ? -
          ........;;; - []
          * ... 2학 ~ ㅡㅜ;; --[]
          * . ㅠ.ㅠ 힌트 -
          * ..... ...., ...T^T --[]
          * ........ ....회........TT 히 해...
          * 히 하 ,,,,,,,, 히 해 --[]
          * , . . . . ...ㅡㅡ; -[Leonardong]
          * . . ~@!
          * .. -_-;; .. ... ..ㅡ.ㅡv --[snowflower]
          * 행하 . ^^; -[]
          * ;; 히 했 .. 히 하 !! -- []
  • AcceleratedC++/Chapter0 . . . . 1061 matches
         === ===
         main 함
          main 함 ISO/ANSI C++ 표 int . 0 , 0 . OS OS . exec... 함 행해 .
          C++ (statement) . . .
          C++ . . . 100 . 4 . ?
          a 10 a a . std::cout "Hello World!!" . std::cout . std::cout "Hello World!!" C++ (operator overloading) . . , , "Hello World!!" . side effect. side effect . .
          b c a a , std::cout "Hi! C++" side effect "Hi! C++" , side effect . side effect .
  • 권영기 . . . . 1061 matches
         == ==
          * ZeroPage 22
          * 12학 (학)
          * 16학 ()
         === 2012 ===
          * [/2012/]
          * URP ([],[],[])
          * [/]
          * ["/web crawler"]
          * [ACM_ICPC/2012]
          * [2012 ](튜 : [] , 튜티 : [], [], [])
         === 2013 ===
          * [ACM_ICPC/2013]
          * [/2013/]
          * [/2013.2.26] - OMS : (Indexed Binary Tree)
         === 2014 ===
          * [MachineLearning ]
          * [/2014/]
          * NIPA-Purdue
          * [/2014.1.13] - OMS : Robot Path Planning
  • bitblt로 투명배경 구현하기 . . . . 1056 matches
         == bitblt ==
          , 투, .^^
          ..~ .^^
          , bitblt ,
          .
          ? ~!
         
         
         OR..
         ~?
         (OR! 0or0=0 0or1=1 1or0=1 1or1=1 . 해 0 or .^^
          000000000000000000000000 (bit ?) or .^^)
         .. ~!^^
          DC .^^
         편 .^^
          DC .^^
          size_x size_y .^^
          RGB 255,0,255.^^
          mask DC .^^
         bitmap_mask=CreateBitmap(size_x, size_y, 1, 1, NULL); //mask 할 흑 ~!'ㅇ')/
  • 데블스캠프/2013 . . . . 1055 matches
         = 2013 =
          * : 2013 6 24 () ~ 28 ()
          *
          * , 화, : 1 ~ 10
          * , : 8 ~ 5
          * : 하 3~4 / 한 2~3
          || 2 || 3 || /(1) || 3 ||
         = =
          : [http://goo.gl/a09wz]
          || |||| 24() |||| 25(화) |||| 26() |||| |||| 27() |||| 28() || ||
          || 1 |||| [Opening] |||| [,한,한C] |||| [http://zeropage.org/seminar/91465#0, GUI ] |||| |||| [Clean Code with Pair Programming] |||| OOP || 8 ||
          || 2 |||| [http://zeropage.org/seminar/91479#0 페 획] |||| [,한,한C] |||| [http://zeropage.org/seminar/91465#0, GUI ] |||| |||| [Clean Code with Pair Programming] |||| OOP || 9 ||
          || 3 |||| [http://intra.zeropage.org:4000/DevilsCamp Git] |||| [,한,한C] |||| [http://zeropage.org/devils/91470#0, HTTP , C ] |||| |||| [Clean Code with Pair Programming] |||| [:WebKitGTK WebKitGTK+] || 10 ||
          || 4 |||| [http://intra.zeropage.org:4000/DevilsCamp Git] |||| [http://zeropage.org/seminar/91448 Physical MAC Cross Layer] |||| [http://zeropage.org/devils/91470#0, HTTP , C ] |||| |||| [&Java] |||| [:WebKitGTK WebKitGTK+] || 11 ||
          || 5 |||| [http://intra.zeropage.org:4000/DevilsCamp Git] |||| [http://zeropage.org/seminar/91448 Physical MAC Cross Layer] |||| [http://zeropage.org/devils/91470#0, HTTP , C ] |||| |||| [&Java] |||| or ! || 12 ||
          || 6 |||||||||||||||||||| or ! |||| [:ParadigmProgramming Paradigm Programming] || 1 ||
          || 7 |||| [:2013//ns-3 ns-3 ] |||| [:2013//API PHP + MySQL] |||| [: ] |||| |||| [: ] |||| [:ParadigmProgramming Paradigm Programming] || 2 ||
          || 8 |||| ns-3 |||| [:2013//API PHP + MySQL] |||| [http://zeropage.org/index.php?mid=seminar&document_srl=91554 Machine Learning] |||| |||| [MVC Observer 패 한 UI ] |||| [ 2013] || 3 ||
          || 9 |||| [ ] |||| [:2013//API PHP + MySQL] |||| [http://zeropage.org/index.php?mid=seminar&document_srl=91554 Machine Learning] |||| |||| MVC Observer 패 한 UI |||| [ 2013] || 4 ||
         == ==
  • CPPStudy_2005_1 . . . . 1054 matches
         || ||
          * , [AcceleratedC++] 6 .
          * 7/18 MSN . 3 .
          * VS6 , VS6 STL . .net gcc .
         
          [http://www.acceleratedcpp.com/ Accelerated C++ Official Site] .
          [http://www.acceleratedcpp.com/details/msbugs.html VS6 ] VS6 .
          [http://sourceforge.net/projects/mingw/ MinGW] GCC Windows 포팅
          [http://stlport.org/ STLPort] STLPort, [http://www.kwak101.pe.kr/wiki/wiki.php/STLport_VC%BC%B3%C4%A1 STLPort], [http://www.kwak101.pe.kr/kwak101/works/InternData/STLDecryptor_QuickGuide.html STL ]
          *
          [http://www.bloodshed.net/ Dev-C++] GCC IDE환 . CVS
          [http://msdn.microsoft.com/visualc/vctoolkit2003/ VSC++ Toolkit] .net STL . ()
          [http://lab.msdn.microsoft.com/express/visualc/default.aspx VS2005C++Express] .net 2005 VSC++ Express Edition
         = =
         || 학 || || MSN ||
         || 01 || 협 || namsangboy@hotamil.com ||
         || 01 || || eternalbleu@gmail.com ||
         || 05 || || berry8591@naver.com ||
         || 05 || 태훈 || zyint@zyint.com ||
         || 05 || 희 || - ||
  • 2dInDirect3d/Chapter1 . . . . 1051 matches
          1. IDirect3D8 .
          2. 호환 IDirect3D8 , .
          3. 택한.
          4. IDirect3DDevice8 화한.
          5. 텍 .
          . -_-;;
          . IDirect3DDevice8 "" . .
          . .
          1. [IN] SDKVersion SDK . 8.0 . .
         IDirect3D8* pd3d = NULL; // 포
         pd3d = Direct3DCreate8( D3D_SDK_VERSION ); // .
         ///// 해
          . 호환 크해.
          (Adapter) 흔하 ,
          1. [RET] . 1 1, 2 2.
          . 0, 1, . 0 . '''D3DADAPTER_DEFAULT''' . 0 .
         
          1. [RET] HRESULT형 . D3D_OK, 패하 D3D_INVALIDCALL .
          2. [IN] , . 히 D3DADAPTER_DEFAULT .
          3. [IN] . 0 D3D_ENUM_NO_WHQL_LEVEL , 0 .
  • 정모/2005.3.14 . . . . 1049 matches
         = /2005.3.14 =
         3 .
          , 한 .
          A4 . .
         == ==
         3 14 6
         == ==
         == ==
          * [2005], [회] .
          * .
          * []
          * .
         == 회 ==
         DeleteMe ;; ;; -
          * .
          * 2005 행하 .
          * . (DeleteMe ;; 확히 회 ;;- 한)
          * []
          * .
          * .
  • 대학원준비 . . . . 1048 matches
         = 06 =
          * [06]
         = 통 =
         학
         
         
         [http://cafe.daum.net/goMS 페()]
         
         
         [http://admission.kaist.ac.kr ]
          * [KAIST/06]
          * [http://admission.kaist.ac.kr/bbs/top_view.php?id=board01&no=44 2007]
          == ==
         
         ''' 2006. 7. 28() 10:00- 8. 1(화) 17:00 '''
          2006. 8. 3() KAIST
          2006. 7. 28(), 10:00 - 8. 4(), 17:00 KAIST 홈페
         ''' TEPS험 2006. 8. 6(), 13:30 -> http://www.teps.or.kr/kaist/kwa_check.html'''
         1 표 2006. 8. 22(화), 15:00 KAIST 홈페
         험 2006. 8. 24() - 8. 31() 1
  • TermProject/재니 . . . . 1047 matches
         = =
         02 [Genie]
          1학 ....
         허...^^
         = =
         char name[students][7] = {"", "", "", "", "",
          "", "", "", "호", "",
          "", "", "", "", "",
          "", "", "", "", ""};
          cout << " n1) 트n2) 트n3) 학 트n"
          << "4) 평 트n5) n 택하. ";
          if (select == 1) menu1(); //
          else if (select == 5) break; // 5
          else error(); //
          system("pause"); //
          cout << "n.nn"; //
          return 0; //
         void menu1() // 1 :
          sub_menu(); //
          if (select >= 1 && select <= 3) //
  • 새싹교실/2013 . . . . 1047 matches
         = =
         || 호 || || || 학 || 황 || ||
         || 01 || [/2013/] || [] || [훈], [], [], [] || 5회 || 2 ||
         || 02 || [/2013/] || [] || [], [], [태홍] || 4 회 || 5 ||
         || 03 || [/2013/] || [] || [훈], [] || 1회 || 2 ||
         || 04 || /2013/ || [] || [], [황], [] || 0회 || 화 4, 3 ||
         || 05 || [/2013/] || [호] || [], [] || 11회 || 17, 11 ||
         || 06 || [/2013/] || [] || [형], [], [], [] || 1회 || 17, 14 30 ||
         || 07 || [:/2013/ /2013/ ] || [환] || [], [] || 2회 || [] ||
         || 08 || [/2013/] || [] || [], [] || 1회 || 6 ||
         || 09 || [/2013/탈] || [] || [], [], [] || 9회 || 5, 6 ||
         || 10 || [/2013/] || [] || [], [] || 0회 || ||
         || 11 || [/2013/] || [] || [], [], [한] || 0회 || ||
         || 12 || [/2013/] || [] || [], [], [] || 0회 || ||
         || 13 || [/2013/] || [] || [], [], [] || 0회 || ||
         || 14 || [/2013/] || [환] || [], [], [] || 0회 || ||
         == ==
          * ? 해 - [](13/03/16)
          * , ㅠㅠ - [](13/03/17)
          * ZP홈페 ... ...? - []
  • PhotoShop2003 . . . . 1044 matches
          * 2-2 Object Programming 포트
          * : , 협,
         == ==
          * BMP 파 . .
         || || || 한 || || ||
         || 13:00 || 13:50 || BMP파 , , || , 협, || 50 ||
         || || || 한 || || ||
         || ? || ? || BYTE 2 || || . ||
          * , !
          * IMAGE CLASS , PIXEL CLASS
          * . 2
          * .
          * .
         || || || 한 || || ||
         || 10:00 || 10:30 || 크 || || 30 ||
         || 11:21 || 11:32 || 화 || 협 || 11 ||
         || 11:33 || 11:43 || 2 || || 10 ||
         || 11:46 || 12:00 || +, - || , 협 || 14 ||
         || 12:00 || 12:10 || || , 협 || 10 ||
         || 12:10 || 12:17 || *, / , 팩토 || , 협 || 7 ||
  • 새싹교실/2012/아우토반/앞반/3.22 . . . . 1043 matches
         = =
         || || || O ||
         || 학 || || O ||
         || || || O ||
         = =
          ?
         ?
         ?
         CPU, RAM, 하
          *
          * ?
          *
          *
          * +, -, *, /, %
          *
          * +=, -=
          *
          *
          *
          *
  • 지금그때2004/게시판홍보문안 . . . . 1042 matches
         == ==
         . 2004 획하 03학 .
         '' ' ' . , 학 , .
         
         *
         * 평 , , 학
         * <a href = "http://zeropage.org/wiki/_c1_f6_b1_dd_b1_d7_b6_a72003_2f_c8_c4_b1_e2" target = blink> <font color = "blue" >☞ 2003 ☜</font> </a>
          .
          .
         <font color = "red">3 31 6:30 .</font>
          .
         확한 .
         <a href = "http://dduk.idaizy.com/nowthen/apply.php" target = _blink> <font color = "blue">☞ ☜ </font> </a>
         == 행 ==
         행 , 2004 4 6 .
          . .
         == ==
         태클 . (41) 홍 . --[Leonardong]
         킴 /
         < >
  • RubyLanguage/Expression . . . . 1041 matches
         = =
         == ==
          *
          * method .
         || || ||
         || [] []= || , ||
         || ** || (2**3 = 8) ||
         || ! ~ + - || (, bit NOT, unary plus, unary minus) ||
         || * / & || , , ||
         || <= < > >= || ||
         || <=> == === != || ||
          * method
         || =~ !~ || 패 ||
         || && || ||
         || || || 합 ||
         || .. ... || ||
         || ? : || ||
         || = %= ~= /= -= += |= &= >>= <<= *= &&= ||= **= || ||
         || defined || ||
         || Not || ||
  • 새싹교실/2011/쉬운것같지만쉬운반/2011.5.17 . . . . 1040 matches
          ~
         = =
          1. Pointer ? ( , 활 )
          2. Pointer ?
          3. * &
          4. Pointer
          5. Call by Value Call by Reference ?
          = =
          || || || O ||
          || || || O ||
          || || || O ||
          || || || X ||
         = =
          1. Pointer ?
          2. int *p; .
          3. int *p = 10; int *p = a; ? ( int a = 300; )
          4. Call by Value ?
          5. Call by Reference ?
          6. (1) (2) , .
         = =
  • OptimizeCompile . . . . 1039 matches
          [ ] . [CPU] , (computation) , .
          ''Local optimization Global optimization.''
         (translation unit) basic block block 화 하 local optimization , block , 화 하 global optimization .
          , , . . (e.g. latency .)
         (run time) . ' (precomputaion in compile time)' 할 , ' (reuse a previously computated value)' 할 .
          , , constant . 행하 .
          , PI ,
          .
          constant , constant .
          .
          constant propagation constant folding 행한. , 행 할 행한.
          . , , shift 통 2 클 , 80-90 클 .(i8088) 한 computation time strength reduction .
          ,
          .
          . a[i] a[i] a a * i .
          a[i] evaluate . a + (i * 8) . a 8 .
          algebraic simplification .
         cpu architecture .
         .. cpu ...
  • ProjectPrometheus/CookBook . . . . 1039 matches
         ProjectPrometheus 한 Tip .
         === Python ===
         String find = "(http|https)+://([^ \t\n<>()"]+)" // 패
         Pattern pattern = Pattern.compile( find ); // 패
         Matcher matcher = pattern.matcher( html ); // 패
         matcher.group(1); // ( )
         regular expression 패 ["Komodo"] . Seminar:TddRegularExpression . ["1002"] Python Interpreter , 표 .
         === servlet ===
         {{{~cpp setContentType }}} charset euc-kr .
          "한트..." +
         === ===
         
          * http://www.programming.de/cpp/timer.zip
          10 . , . resume . , .
          * http://users.informatik.fh-hamburg.de/~rohde_i/eggtimer/mr-egg-z.zip
          . 태
         === ISBN ? ===
         === HTTP GET, POST ===
         Python urllib httplib . Python document httplib - examples GET POST .
         Java HttpURLConnection . http://www.javafaq.nu/tips/servlets/index.shtml .
  • ReplaceTempWithQuery . . . . 1039 matches
         ''' ,''' [[BR]]
          , . .
          .
          . 하 . '''''' , . ''' '''(query method) , , 클 .
         '''''',
          , '''''' . '' ' 행하?' '', '' ' !' ''.
         '''하''',
          ' ''' .''' ' . ''''''(profiling)해 . .
          , 화(?) 행하. , 탈하. (, ' '''''' ', ' '''''' ' ).
          . . , 해 , 할 . . '''?''' . 히 '' '''''' '' . [http://c2.com/cgi/wiki?DoTheSimplestThingThatCouldPossiblyWork DoTheSimplestThingThatCouldPossiblyWork]
          펙토 . '' '' '' '' , ''하 '' '' ''하 통 흔 . . '' '' ''Isaac Newton'' .
         --
  • Yggdrasil/가속된씨플플 . . . . 1039 matches
         = =
          * AcceleratedC++ . , .
         = =
          * 트( )하
         = ( ) =
         ["Yggdrasil/플플/0"]
         ["Yggdrasil/플플/1"]
         ["Yggdrasil/플플/2"]
         ["Yggdrasil/플플/3"]
         ["Yggdrasil/플플/4"]
         = 황 =
          * 5/18 0
          * 5/24 1
          * 5/25 2
          * 히 '''' .
         = =
          * 1 string 클 . 1학 char 포함한 클 .
          * . C ?
          * [AcceleratedC++]페 통합 , . .
          * [Refactoring] . 행하 통합하 . NoSmok: . [] ? , . '.' . --NeoCoin
  • 방울뱀스터디/GUI . . . . 1039 matches
         == (Window) ==
         == ==
          GUI .( root .)
          .
         GUI pack .
         == Packer ==
         pack() .
         side=LEFT # (RIGHT, TOP, BOTTOM)
         after=button1 # pack하 button1 .
         before=button1 # pack하 button1 .
         fill=X # X . Y
         padx=5, pady=5 # .
         ipadx=5, ipady=5 # .
         anchor=NW # . fill ...
          X 5, 10 ....
         
         == ==
          ..
         entry.insert(0, '') #
          ()...
  • HelpOnFormatting . . . . 1037 matches
         #keywords Formatting,Help,wiki,포팅,
         == 텍트 포 ==
          해하 . HTML HTML 키 페 . HTML . HTML . 해하 해하 .
         === 트 포 ===
         ||`''''''`||''''''||
         ||`''''`||''''||
         ||`''''' '''''`||''''' '''''||
         ||`____`||''''||
         ||`~~~~`||~~~~||
         ||`,,,,`||||
         ||`^^^^`||||
          . 확 .
          한 포 '' '' 해 ` {{{ }}} ` .
         ||` {{{'''포'''}}} ` || `'''포'''` ||
         === ===
         
         
         
         .
         {{{
  • 새싹교실/2012/아우토반/뒷반/3.30 . . . . 1035 matches
         = =
         || || || O ||
         || 학 || 희 || O ||
         || || 태헌 || O ||
         = =
          * (if, if~else, else if, switch)
          * (while)
         = =
          * ''' ''' : F4(ThreeFs + Future Action Plan) .
          * : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(크)], [http://no-smok.net/nsmk/FiveFs FiveFs(크)]
          *
          * Facts, Feelings, Findings, Future Action Plan. , , , , 획.
          * : " 5 .() .() .() .( 획)"
          * . , 행하. . C . ~ ㅋㅋ - []
          * . . . .
          * C . 형한테 . C 해하 . . ..... 히 해. - [태헌]
         = =
          . 1~100 .
         
         , 0 행하. (while )
  • 정모/2012.7.25 . . . . 1035 matches
          * : [], [], [], [], [], [], [], [], []
          * []학 ''' (?) '''
          * - []
          * 평 펜 .
          * .
          * 행 110-342-828463 / 행 1002-345-756483 : .
         == PC + 학회 ==
          * .
          * 학회 CCTV .
          * 학회 6 on/off .
         == ==
          * .
         == ==
          * ? 확 .
          * 학회 .
          * 활 ?
          * .
          * MT .
         == /트 ==
          * ZeroPage_200_OK : 토 - 트 클, JSON . Prototype .
  • Gof/Visitor . . . . 1034 matches
         object structure element operation . [Visitor] operation element [class] operation .
         [] abstact syntax tree . ' ' 해 abstract syntax tree 해 operation 행할 . 한 code . type-checking, code optimization, flow analysis operations 행할 . pretty-printing, program restructuring, code instrumentation, 해 abstract syntax tree .
         한 operations [variable] [arithmetic expression] node [assignment statement] node . , assignment statement 한 클, variable 한 클, arithmetic expression 한 클 . 한 node class , .
          Node class . 한 node class 한 operation 해하 , . Node type-checking pretty-printing code flow analysis code . operation . operation , node class operation .
          operation 패키화 하, traverse (tree node ) abstract syntax tree element . visitor. element visitor 'accepts' 할 element element 할 visitor request . request 한 해 element 포함하 . visitor element 한 operation 행할 .
         , visitor abstact syntax tree TypeCheck operation type-check 행할 . node node TypeCheck TypeCheck . ( class diagram ). visitor , TypeCheckingVisior , TypeCheckingVisitor abstract syntax tree Accept operation. node visitor Accept ( , assignment node visitor VisitAssignment operation, varible reference VisitVaribleReference.) AssignmentNode 클 TypeCheck operation TypeCheckingVisitor VisitAssignment operation .
         type-checking visitor abstract syntax tree visitor 한 abstract parent class NodeVisitor . NodeVisitor node class operation . 해 application node class application-specific한 , NodeVisitor subclass . VisitorPattern Visitor 한 operation 화한.
         VisitorPattern, . 하 operation element (Node hierarchy), 하 element 한 operation visitor. (NodeVisitor hierarchy). visitor hierarchy subclass operation .
         VisitorPattern .
         ["패"]
  • ZeroPage성년식/준비 . . . . 1033 matches
         == ==
         |||| 10 ||
         ||12||행 함.||
         ||13||행 , ||
         ||14||( )||
         ||19||||
         ||28|| 한 회 ( , )||
         |||| 11 ||
         ||2|| ||
         ||9|| ||
         ||16|| ||
         ||19(토)|| ZP20 ||
         == 획 ==
         === ===
         || || || ||
         || || [] || O ||
         || || [] || O ||
         || || [] || O ||
         || || || O ||
         == ==
  • 정모/2012.11.19 . . . . 1033 matches
          * : [], [], [], [], [], [], [], [], [], [], [], [], [], []
          * []학
          * OMS: [하]
         == ==
          * OMS 행합.
          *
          * 회
          *
          * 10학
          * 4학
          * (?)
          *
          *
         == ==
          *
          * 14
         == 회 ==
          * 12 26: . !
          * 1 11 ~ 1 13: Angels Camp
          * 1 19~20 or 26~27: MT?
  • HardcoreCppStudy/두번째숙제/CharacteristicOfOOP/김아영 . . . . 1032 matches
         '''* (Data Hiding)'''
          (interface) 통해 , . 화하 통하 , . , . , , .
         '''* 화(Encapsulation) '''
          흔히 . . . 호하 . 한함 호하 .
         
         '''* (Inheritance) '''
         , . , 해() . OOP (Reusability) . TObject .
         '''* 화(Abstraction) '''
         , . (Information Hiding).
         '''* (Polymorphism) '''
          . . . . .
  • CNight2011 . . . . 1029 matches
          * C , C !
         = =
          * [] - [CNight2011/]
          * [] - [CNight2011/]
          * [하] - [CNight2011/하]
          * [] - [CNight2011/]
          * [] - [CNight2011/]
          * []
         C .
          키페 .
          .
         
         = =
          * C Night . 트 해 한 학 11학 . ㅋㅋ - []
          * C 1학 ( ) , 11학 한편 , 한편 히 해 . ㅋㅋ . ㅋㅋㅋ - []
          * C, . C . 11학 . - [하]
          * 통해 . ! . . , .... . . . (?) - []
          * 12 30, . .. C . , DP -_-; - []
          * , .. ?! Linked List (very powerful!) . 3D , . . +_+( ) -[]
  • 바퀴벌레에게생명을 . . . . 1028 matches
         [] 4 행한 트.
         1 [RandomWalk] .
         = =
          .
         .
          .
         = =
         == 3 19 ==
         : 2
          .
          .
          . .
         CBug클 (Move) (CPoint position, int direction) .
          CBug . 향키트(OnKeyDown) CBug Move함 position direction OnDraw .
          RandomWalking함 0.3 (OnTimer) RandomWalking함 0.3 .(OnDraw) .
         == 3 21 ==
         : 1 30
         CTile클 frequency . CTile (tile) .
          tile frequency 0 (numberOfVirginTile) . frequency , frequency 0 numberOfVirginTile .
          . (numberOfVirginTile == 0).
  • 지금그때2005/리허설 . . . . 1027 matches
         = [2005/] =
         [/2005.3.14] . 318 행.
          행해
         = 해. =
         == ==
         === 행 ===
          흔히 .
          03 .
          .
         하 . 통 1+1 2 .
          . .
         === ===
          .
          OST .
         OST .
          2004 .
          , . .
         === ===
          . . .
          향해 하 , 향해 .
  • ProjectZephyrus/일정 . . . . 1026 matches
          Server Client ( )
         = =
         |||| ||
         |||| , , , .. ||
         |||| ||
          .
         
          - (6/26)
          - 6
          - 7
          :
          - ProjectZephyrus
          - 회
         할 :
         
          - .
          , .
          :
          - 할, , , .
          - , .
  • 3rdPCinCAUCSE/J-sow전략 . . . . 1019 matches
         == ==
          , . [] . , .
          한한 .
         == ==
          . B < A < C .
          * B ( ~ 7 )
          * 한 [] , 한 [] (?)했.
          * PsuedoCode .
          * . :(
          * ( 0 ) "화" :(
          * A ( ~ 8 20 )
          * DevilsCamp2003 .
          * 8 4( , , , ) . .
          * . :(
          * . 화 . :(
          * C
          * .
          * PsuedoCode .
          * 1, -1.
          * . ") '1 < 4', '4 < 5' '1 < 5' "
  • 만세삼창VS디아더스1차전 . . . . 1018 matches
          2 ;;;
         [http://trac.izyou.net/threechang/attachment/wiki/WikiStart/three_chang_250.JPG?format=raw] VS ...
         = =
         
          4
         
         
          형
          ㅋㅋ ;;
         
          형 ?
          your 형 =
         
         
         
          .brain."형" =
         
          해하?
         
          "형" ""
  • 문자반대출력/허아영 . . . . 1017 matches
         === ===
         *(pCh+lenstr-i-1) = temp[i];
         *(pCh+lenstr-i) = temp[i]; , , .
          ;;
          char 함 . .
          . .
          ~!
          * ver2 .
          ,
          한 .
          ... +_+
          * ver.2 !
          .
          펙토 .
          : 한 . ver.3 .
          choiceNum , 한, 화 하 .
         === ===
         
         /*파 */
          fgets(ch, 50, fp1); //파
  • HowToBlockEmpas . . . . 1015 matches
         ZeroWiki ZP . . ( ..)
          empas zeropage 키페 . 험하 ? ( ? -_-a)
          ! [[BR]]
          ! [[BR]]
          !! [[BR]]
          !! [[BR]]
          희 홈페 크한..?[[BR]]
          ?? --
          , , 화 하 .
         
          1. zeropage frame ZeroWiki , ZeroWiki alias . (, open password)
          * empas . . ( ) - ?
          ''empas 홈페 ''
          * 한 robot.txt
          '' robot.txt 함''
          '' .'' [http://www.google.com/intl/ko/remove.html]
          * IP . - .. .
          '' 함. IP deny 킴. 통 10 IP 함''
          * ZP 홍 . --a
          * . . delete 하 .... From X
  • MedusaCppStudy . . . . 1015 matches
         == 03 C++ ==
         '' ...''
         : [], [], , ,
          : 7
          : ~ 5 + ...
         : [AcceleratedC++], Seminar:
          3 행합.
          . .
         === ===
         [AcceleratedC++/Chapter0] - 7 22
         [AcceleratedC++/Chapter1] - 7 23
         [AcceleratedC++/Chapter2] - 7 24
         [AcceleratedC++/Chapter3] - 7 29
         [AcceleratedC++/Chapter4] - 8 7(#1), 8 14(#2)
         === ===
         형 - , , '*'
         형 - , , '*'
         
         
         
  • 강희경/도서관 . . . . 1013 matches
         
         see also [] []
         == ==
         || 호 || (1) || || 트 || 2 ||
         || 3 || [] || || [] || ||
         == ==
         === ===
          * (E.H.)
          * (티 크, )
          * (화트 헤)
         === ===
          * Pleasure Of Finding Things Out ()
          * []
          *
          *
          *
          *
          *
          *
          *
  • VacationOfZeroPage . . . . 1006 matches
         ZeroPage !!
         토 ..
         해 !
         === 토!! ===
          3 .
          *
          4 6 1 . , , 1 (AM 9:00 ~ PM 9:00) 트하 행한. . 4 6 .
          *
          , MT 통해 . .
          *
          . .
         --[""] .
          -- -
          * ( .) , , . ~, 1학 .( ..-_-;) 1학 .( . -_-;)
         --["협"] .
          * 파~ 토플 ? 토플 ~ ~ ~ ~?
         --[""] --
         --["ddori"] .
          * TOEFL TOEFL Barron 토플 . . Barron TOEFL . .
         23 RT ? (see also Seminar:ReadershipTraining ) JuNe , , RT.
  • 조현태/놀이/미스틱아츠 . . . . 1005 matches
         == [태//] ==
          === ===
          .
          === ===
          .. .ㅎㅎ
          , . .
          . ( !!)
          한 한Girl... .훗..
          트.. ..
          .. ..ㅎ
          pause..ㅎㅎㅎ ~~>ㅁ<;;
          === ===
         
          mp
         
          , 크
          ESC
         
         
         
  • ProgrammingPearls/Column3 . . . . 1004 matches
          * Refactoring Table Driven Programming .
          * ... . . : . .
          * Column1 , . ... .
          * : DB . , 히 C++, ,
          * : Kang-In-Su, Computer, Seoul, Su-saek.
         // .
         // Programming Pearls
          * . 히 해. .
          * 팩토. . C++ , VB . 10 . 하 . ! .
          * , . 10 . 110 . 하 팩토 . VB . , ( C++ .--; .)
          * . .
          * .
          * -> 함 -> OOP
          * 해, 편(HTML, Name-Value Pairs, 트, , ) . .
          * . .
          * .
          ''' : 큰 .'''
          ''' , , .'''
          * "The Mythical Man Month" .
          '''표 .'''
  • django/RetrievingObject . . . . 1004 matches
          회할 Model클 Manager클 . , object . object 회하 QuerySet . CLI JDBC ResultSet .
         한 . SQL where . , , , 포함, . AND , OR Q .[9] 2006 10 1 python SQL .
          selete_related . 행할 행한. 하 selete_related . .
         # .
         # Employee테 .
         # .
         # Employee .
          extra . 2006 1 1 포트 .
          SQL .
         extra . .
         where .[7] 하 .
          values함 . . 한 values함 QuerySet 한 ValuesQuerySet . 하 ValuesQuerySet 형(dictionary) , . .
         Django . SQL 행하 . JDBC , 행한 . 행한 .
  • Monocycle . . . . 1003 matches
         [http://online-judge.uva.es/p/v100/10047.html ]
         :C(A,B,C), :통(,통,), :3(1~4)
          . .
          (72') . M × N . 한 확하 72' 회 . . 1 , 파 . (2 ) .
          . . 한 , 90' 회 . 1 . 향하, . .
          , .
          .
          M N(1≤M, N≤25) . M N . '#' , . 'S', 'T'.
         M N 0 .
          . . "destination not reachable" .
          .
         === ===
          || || || || ||
          || [태] || C++ || ? || [Monocycle/태] ||
          || ]] || C++ || ..ㅡㅜ || [Monocycle/] ||
         === ===
         [] []
  • PC실관리 . . . . 1003 matches
         2005 2학 7 .
         [7]
         (5 1)
          * 해
          *
          *
          *
         Upload:호.jpg
         == 2004 1학 ==
          * 4 27 - ,
          * 5 7 -
          * : 22, 37, 31
          * : 37
          * 5 21 - . ( )
          * (V) 22,
          * (V) 27,
          * 30,
          * 33,
          * 36,
          * 37, ,
  • TCP/IP 네트워크 관리 / TCP/IP의 개요 . . . . 1003 matches
         TCP/IP / TCP/IP
         = TCP/IP =ㅇㅇ
          * TCP/IP : UNIX 패키(Package)
          *'''TCP/IP''' : ('''T'''ransmission '''C'''ontrol '''P'''rotocol) + ('''I'''nternet '''P'''rotocol)
         == TCP/IP ==
          *1969 - ARPA(Advanced Research Projects Agency) 패킷 -> '''ARPANET'''
          *1975 - ARPANET 환. DCA(Defense Communication Agency)
          *1983 - (MIL STD) TCP/IP 택.
          * ARPANET DDN(Defense Data Network) MILNET + ARPANET
          * '''''' - MILNET ARPANET .
          * NSFNET ARPANET , . .
          *1987 - NSF (?) 3 크 형태 .
          *(back bone), 크(regional networks), 크(local networks)
          *1990 - ARPANET
          *1995 - NSFNET
          * (intetnet)
          *''internet'' : ,
          *''Internet'' : ARPANET . (IP) .
         === TCP/IP ===
          * : .
  • HowManyZerosAndDigits . . . . 1000 matches
         [http://online-judge.uva.es/p/v100/10061.html ]
          팩토 0 . b 0 ~ b-1 .
         10 N 10 B . N 20 , B 1 < B <= 800 . 10 5! = 120 , 16 78 . 16 5! 0 .
          팩토 0 . . 0 2^31-1 .
         === ===
          || || || || ||
          || [] || C++ || ? || [HowManyZerosAndDigits/] ||
          || [택] || Java || ? || [HowManyZerosAndDigits/택] [[BR]] : 10 10 [[BR]] ( A0 10 0 ) ||
          || [] || C++ || ? || [HowManyZerosAndDigits/] ||
          || [허] || C++ || 1 30 || [HowManyZerosAndDigits/허] ||
         === ===
          800 0~9 ? 16 0 F , 800 10 . Z(35) . 확한 ( 한 ''0 ''). ,
         16 0xA0 A A 0 1, A 10 0 2. 2 3 확하 . '' '' '''' 2 '' '' 해하 . 10 680000 800 환할 확하 .
          . . ^^ - [택]
          . 확하 , . N! B 환하 , N N! N B , B . 한, 2^31-1 int형 한해 . 확한 . - []
         []
  • AcceleratedC++ . . . . 999 matches
         홈페: http://www.acceleratedcpp.com/ (VS.NET, VC++6.0 )
         http://www.acceleratedcpp.com/details/errata.html .
          Seminar:AcceleratedCPlusPlus
         == ==
          || '''''' || || '''2005 행''' ||
          || ["AcceleratedC++/Chapter0"] || Getting started || 1 ||
          || ["AcceleratedC++/Chapter3"] || Working with batches of data || 2 ||
          || ["AcceleratedC++/Chapter6"] || Using library algorithms || 3 ||
          || ["AcceleratedC++/Chapter8"] || Writing generic functions || 4 ||
          * VS6 , VS6 STL . .net gcc .
         
          || [http://www.acceleratedcpp.com/ Accelerated C++ Official Site] || . ||
          || [http://www.acceleratedcpp.com/details/msbugs.html VS6 ] || VS6 . ||
          || [http://sourceforge.net/projects/mingw/ MinGW] || GCC Windows 포팅 ||
          || [STLErrorDecryptor] || , -_- -[협] ||
          || [STLPort] || STLPort, [http://stlport.org/ STLPort] ||
          *
          || [http://www.bloodshed.net/ Dev-C++] || GCC IDE환 . CVS 함 ||
          || [http://msdn.microsoft.com/visualc/vctoolkit2003/ VSC++ Toolkit] || .net STL . ||
          || [http://lab.msdn.microsoft.com/express/visualc/default.aspx VS2005C++Express] || .net 2005 VSC++ Express Edition ||
  • ToastOS . . . . 999 matches
         == ==
          C++ 3.0 [[BR]]
         TASM [[BR]]
          [[BR]]
          win 2000 pro .
          . VM .
         == ==
          .
         == ==
         * 파
         * 티 태
         == ==
         .. 1 . ? . . ? 512kb . kernel loader CAU Operating System ... .. VMWARE . ...ㅋㅋ ... C . Boland C 3.1 . ? .. . . -S extern EXE파 .
          ?
          행하 -> .
          OS . ㅋㅋㅋ
          boland C 3.1 gcc MAKE PLAIN BINARY FILE PDF . 평평한 . C 평평한 . PDF파 ...
         == ==
         ["InsideCPU"] CPU [[BR]]
         ["REAL_LIBOS"] 트[[BR]]
  • DNS와BIND . . . . 998 matches
          DNS BIND
          - DNS BIND, Paul Albitz & Cricket Liu, , 한
         = 1. =
         = 2. DNS ? =
         = 3. =
         = 4. BIND =
         == ==
          |--------|---------|-----크 192.249.249
          |------|-------|---------크 192.253.253
         == DNS ==
          db 파(DNS )
          호트-> 핑하 - db.DOMAIN
          ) db.movie
          ->호핑하 - db.ADDR
          ) db.192.249.249
          - /etc/named.conf (BIND 8)
          => ( BIND 4 BIND 8 8 )
          * db 파
          DNS : db 파
          () - SOA(start of authority) , NS(name server) , , A(address), PTR(pointer), CNAME(canonical name)
  • CreativeClub . . . . 997 matches
          * : [], [], [], [], [], []
         = 4 =
         == 2 ==
         === 행 ===
          * :
          *
          * 6 .
          * 6 합하 .
          * . .
          * 키
          *
          *
          *
          * 통
          *
         === ===
         === ===
         == 9 ==
          * 해
          * .
  • HelpOnMacros . . . . 996 matches
         == ==
          키 페 . 키페 . RecentChanges 페 RecentChanges , SystemInfo 페 SystemInfo . [[Icon(info)]] .
          {{{[[MacroName]]}}} . .
          HelpOnEditing 페 .
         == ==
         {{{[[MacroName]]}}} {{{[[MacroName(arg1,arg2,arg3...)]]}}} .
          .
         <!> 키 확
          * . .
          * {{{[[페 ]]}}} . DateTime 페 {{{[[DateTime]]}}} DateTime . [[DateTime]] . {{{[["DateTime"]]}}} [["DateTime"]] .
          * 키 1.1.5 . {{{[[]]}}} {{{[[FootNote]]}}} .
          `config.php` .
         $myplugins=array(""=>"FootNote",...); # ... . .
          * , `plugin/파.php` {{{""=>""}}} .
         === ===
         ||''''''||''''''||''''''||
         ||{{{[[TitleSearch]]}}} || 페 / [* 키 1.1.5 ] || FindPage ||
         ||{{{[[FullSearch]]}}} || 페 || FindPage ||
         ||{{{[[GoTo]]}}} || 페 || FindPage ||
         ||{{{[[PageList(regex)]]}}} || || HelpIndex ||
  • ExtremeBear/VideoShop . . . . 995 matches
         ExtremeBear
         
         === ===
         , , : 2002 11 05(화), 5 30,
          :["Ellysavet"]
         === 항 ===
         << >>
         < >
          : 300
          : 500
         ( 15 )
         
          : 6 7
          : 3 4
          : 하 100
         포 : 1%
         포 : 100
         <>
         a.
         , , (, , ...), (),
  • PythonForStatement . . . . 995 matches
         Python For Statement .
         === ===
         }}} ....
         }}} . .. ......;;;;
         === 1 ===
          .
          hello world a C++ . h {{{a[0]}}}, e {{{a[1]}}}... .
         하 C++ .
          C++ C++ string 클, Java String 클 . -- [Leonardong]
         === 2 ===
         python for statement .
         python .
          ?
          for .
          ,
         for 트(target) in 형(expression_list==sequence):
          (expression)
         in .
          .
         한 해 :)
  • 여섯색깔모자 . . . . 995 matches
          * Title : ( Wiki:SixThinkingHats )
          * Author : Edward de Bono ( )
          * Publisher : 한
          ? 한 회 ? . , . --NeoCoin
         == ==
         White - 하 . .
         Red - , . .
         Black - . .
         Yellow - . .
         Green - , . .
         Blue - 파 . . , .
         [http://docs.google.com/present/view?id=0AdizJ9JvxbR6ZGNrY25oMmpfM2Q5djhkOGNq&hl=ko&authkey=CKTc9ZoI 2010/7/]
          . . ?? '토' ?? - [한]
         평 환 하 . , 편향( ), 편향 . ... . . 통해 택한 . 통 회 , 통해 . PowerReading , . - [협]
         []
  • 복날 . . . . 994 matches
         학한 ZeroPagers
         == ==
          * 9 9 6
          * 행 -
          * ,
          * 회 (회 )
          *
         == ==
          === 회 ===
          * 회
          * ZeroPage .
          * [""]
          1. 한 행함 .
          1. 7 .
          1. .
          * ["회"]
          1. . .
          1. (판 or ), (학 ,휴학) 2회 . .
          * 회
          1. (1) 회, . 회 1.
  • 프로그래밍잔치 . . . . 993 matches
         == ==
         2002 . ["파티"] ,
          * : 8 29 ~ 8 31
          * : ''' 1 ~ 7,8 (6, 31 6)'''
          * : '''5 '''
          * : '''["회"] ()'''
         == ==
         ZeroPage 회 . 히 02 !!
         == 행, ==
          * 호트( ) : [""], ["1002"]
          * : JuNe
         == ==
          ,
         || ["/"] ||
         || ["/"] ||
         || ["/"] ||
         == ==
          * ["/"]
          * ["/"]
          * ["/"]
  • 5인용C++스터디/다이얼로그박스 . . . . 992 matches
          *
          * ?
          * ?
          * ?
          * ?
          * (, , , ...) ?
         == ? ==
          .
         흔히 ,
         (DialogBox) (top-level window) . Dialog 택하 . 파 FileDialog클. Dialog Frame , . .
         ->
          1-1 Visual Stdio Microsoft Visual C++
          1-2 File New .
          1-3 MFC AppWizard[exe] , Location:
          택하, Project name: OK .
          택하 . Test Dialog based
          .
         == ==
          modal modaless 형태 .
          modal. modal . modal . modaless . .
  • 이승한/PHP . . . . 991 matches
         = 한 /PHP =
          : [http://www.apmsetup.com/php.php PHP]
         == ==
          *
          * include "./input.inc"; // 헤 통 inc . .
          * 한 SQL 함 .
          * asp.net ODBC 한 DB .
          === DB ===
          *
         $dbconn = mysql_connect("<>", "<>", "<호>");
         $is_connect = mysql_select_db("<DB파 >", <mysql_connect , DB>);
         //
         if(<mysql_select_db true, false>){
          echo("MySql 패하.");
          === query ===
         $query = "select name, eng, math from score";// .
         $result = mysql_query($query, $dbconn); //<> = mysql_query(< >, <DB>); // 2 .
         $totalRecord = mysql_num_rows($result); //<> = mysql_num_rows(<>); //
          echo( " .");
          echo("<tr><td>호</td><td></td><td></td><td>학</td>");
  • 정모/2002.3.28 . . . . 991 matches
         = 3 =
         == 28( 2회 ) ==
          * 3~4 . . --
          * . 3 .. --
          * .. ? 4 .. --
          * . 02 . ~ --
          * . --
          * . 할 . --
          * .. 1 . .. 할 . .. --
          DeleteMe ) --[[BR]]
          DeleteMe ) 하하.. 형 해 ...ㅋㅋㅋ (?)...-_-;; --
          * 파 , zp (RedHat 7.1 ) 해. , . --
          * - 학 Generic Programming . --
          * WOL(Wake On Lan) WOL 할텐 ~. -- .
          * ...-.- --
         === ===
         2002 3 28
         1.
         ():
         (), (파),
  • 데블스캠프2011 . . . . 989 matches
         = 2011 =
          * : 2011 6 27() ~ 7 1()
          *
          * ~ : 1 ~ 10
          * ~ : 8 ~ 5
          * : 3 Time || 3 || 2 || /(1) || 3 ||
         = =
          * . '''2011//''' 형 .
          * [https://docs.google.com/spreadsheet/ccc?key=0AtizJ9JvxbR6dGNzZDhOYTNMcW0tNll5dWlPdFF2Z0E&usp=sharing 크]
          || |||| 27(/) |||| 28(화/) |||| 29(/) |||| 30(/) |||| 1(/) || ||
          || 1 || [] || [:2011// ] || [] || [:2011//Scratch Scratch] || [] || [:2011//String String] || [희] || [:2011//Android Android] || [태] || [:2011//PythonNetwork Python 크] || 8 ||
          || 2 || [] || [:2011// ] || [] || [:2011//Scratch Scratch] || [] || [:2011//String String] || [희] || [:2011//Android Android] || [태] || [:2011//PythonNetwork Python 크] || 9 ||
          || 3 || [] || [:2011// ] || [] || [:2011//Scratch Scratch] || [] || [:2011//String String] || [희] || [:2011//Android Android] || [태] || [:2011//PythonNetwork Python 크] || 10 ||
          || 4 || [] || [:2011// ] || [] || [:2011//Cracking Cracking - 패] || [] || [:2011//RUR-PLE RUR-PLE] || [한] || [:2011//ARE Android Reverse Engineering] || [] || [:2011//Lua Lua] || 11 ||
          || 5 || [] || [:2011// ] || [] || [:2011//Cracking Cracking - 패] || [] || [:2011//RUR-PLE RUR-PLE] || [한] || [:2011//Git Git- 템] || [] || [:2011//HowToWriteCodeWell How To Write Code Well] || 12 ||
          || 6 |||||||||||||||||||| [:2011/ ] || 1 ||
          || 7 || [] || [:2011//Java Play with Java] || [:협] || [:2011//Machine-Learning Machine-Learning] || [하], [황] || [:2011//Esolang 해한 ] || [한] || [:2011//Git Git- 템] || [] || [:2011//HowToWriteCodeWell How To Write Code Well] || 2 ||
          || 8 || [] || [:2011//Java Play with Java] || [:협] || [:2011//Machine-Learning Machine-Learning] || [하], [황] || [:2011//Esolang 해한 ] || [혜] || [:2011// ] || [] || [:2011//HowToWriteCodeWell How To Write Code Well] || 3 ||
          || 9 || [] || [:2011//Java Play with Java] || [:협] || [:2011//Machine-Learning Machine-Learning] || [하], [황] || [:2011//Esolang 해한 ] || [혜] || [:2011// ] || [] || [:2011//Cryptography Cryptography], 회 || 4 ||
         = =
  • 정모/2011.7.25 . . . . 989 matches
          * : [], [], [], [], [], [황], [], [], [], []
          * : []
          * :
          * : []
          * : ㅋㅋ. ! ( : ㅋ )
          * [2011MT]
         == 트/ ==
          * [Spring/탐험]
          * 토 .
          * 5.1 . .
          * [DesignPatterns/2011]
          * WinMerge .
          * .
          * [2011]
          *
          *
          * :
          * [JavaScript/2011]
          * URLHunter .
          * [ACM_ICPC/2011]
  • 권영기/채팅프로그램 . . . . 988 matches
         Describe / here
         ["2012/3/30 - "]
         ["2012/4/3 - "]
         === 2012/3/30 - ===
         == ==
          , 클 .
         exit .
         == ==
         exit , .
         client exit , " ." . server client " ." .
          server 한히 .
         server exit , " ." . client server " ." .
          client 한히 .
          . - 2012. 4. 3
         == ==
          printf( "server socket 패");
          printf( "bind() \n");
          printf( " 패\n");
          printf( "클 패\n");
          printf(" .\n");
  • Django스터디2006 . . . . 984 matches
         = =
          * 2006 10 12 .
         = =
          * 2 7 .
         || || ||
         || 협 || 2~6, 화 1~3, 1~2, 3~5, ||
         || || , 화 2~5, 11~3, ||
         = =
         || || MSN ||
         || 협 || namsangboy()hotmail.com ||
         || 훈 || sksmsvlxk@hotmail.com ||
         || || wooyongyi()hotmail.com ||
         || || zeldababo()hotmail.com ||
         || || enochbible(at크)hotmail.com ||
         = =
          * 3 2 .
         || || 할 || ||
         || 9/14 || , APM ( PHP, MySQL ), ZeroPage 한 홈페 , 키 CSS || ||
         || 9/21 || Django 환 + POST, GET , SESSION, COOKIE , Django (, 크) || 협, 훈, , , ||
         || 9/26 || Django , , || 협, 훈, , ||
  • 겨울과프로젝트 . . . . 984 matches
         = 트 =
         04 트 큰 ~ 헤헤헤~
          ;; . . - [한]
         == ==
          * 2 학 12 2 5 .
          * .
          * 2 .
          * . . ( . )
          * 3 . , , 티, 크 .
          === ( ) : 표 ===
          * ( - 12 27 )
          * XpWeek , . ( 학, , , )
          * 12 27() .
          * ( 1 - 1 )
          * 1 .( )
          * ( 1 - 1 )
          * 1 .( )
          * ( 1 - 2 OT )
          * 9 .
          * .
  • .bashrc . . . . 981 matches
         # bash-2.05 $HOME/.bashrc 파
         # .
         # (alias),
         # .
         # .
         # -->
         # 포함하
         # .
         # .
         # --> .
         # source
          . /etc/bashrc # --> /etc/bashrc .
         # $DISPLAY
         # - ...
          export DISPLAY=":0.0" # 패할 (fallback)
         #
         #set -o xtrace #
         shopt -s extglob # programmable completion
         # , motd ...
         # :
  • AdventuresInMoving:PartIV . . . . 977 matches
         [http://online-judge.uva.es/p/v102/10201.html ]
         === ===
         :A(A,B,C), :(,통,), :3(1~4)
          , . .
          1킬 1 . 200. . . 탈 회 . , .
          , . . , 10,000. , , 100 . (킬 ) 1 (0.1) . 2,000( 200트 = 2). .
          . "Impossible" . .
         === ===
         || || || || ||
         || || C++ || 2 || [AdventuresInMoving:PartIV/] ||
         || || C++ || 2 || [AdventuresInMoving:PartIV/] ||
         === ===
         . . . --
         === Greedy한 ===
          100 . 0 , 200 , (200, 777) 100 . 50 , 150 50 (200,777) . --
         [] / []
  • TdddArticle . . . . 974 matches
         http://groups.yahoo.com/group/testdrivendevelopment/files/ TDDD.pdf
         TDD Database TDD 행하 . . [Hibernate] O-R 핑 툴 deployment DB 해 HypersonicSql . test data 해 DBUnit , DB Schema 해 XDoclet Ant 합했.
          500 (Real DB 테 setup/teardown Clean up 하 . ), 화.
          Stored Procedure Trigger Vendor-Specfic 한 ( DB 한 해 Vendor DB ).
          Oracle 행하 200 . -_-; 해 HypersonicSql .; (In-memory DB . 톨 할 . , JDBC , . (ResultSet first(), last(), isLast() )
          DeleteMe) - 통 200 . 통 400 50 . . . . --
          한 Local DB ? --[1002]
          ? --NeoCoin
          TDD Reference . XDoclet ant, O-R . HSQLDB (160kb ) DB 트 DB .
          , .
         Xper:XperSeminar TDD 흐트 . ( ;) password . , 테 Real DB [Hibernate] , .
         reference DB & . . (hibernate . Intellij Eclipse . XDoclet )
          http://www.agiledata.org .
          , [Hibernate] . ( O-R Mapping Tool ) 한 .;
  • BasicJAVA2005 . . . . 972 matches
         == BasicJAVA2005 ? ==
          - JAVA ''' !!'''
         == ==
         '''Head First JAVA''' 28,000
         == ==
         호 [허] [] [태] 태훈
         == !!! ==
          3
         == 획 ==
         || No. || || || || || ||
         || 1 || 05.12.22 || || 태훈 || 2,3 || _ ||
         || 2 || 05.12.29 || 희 || 태훈 || 4,5,6 || _ ||
         || 3 || 06.01.05 || 희 태훈 희 || || 7,8,9 , || [BasicJava2005/3] ||
         || 4 || 06.01.12 || 태훈 태 || || (Swing) || [BasicJava2005/4] ||
         || 5 || 06.01.19 || ? || ? || _ || [BasicJava2005/5] ||
         || 6 || 06.01.26 || ^_^ !! || _ || _ || _ ||
         || 7 || 06.02.02 || ? || ? || _ || [BasicJAVA2005/7] ||
         || 8 || 06.02.09 || || ? || _ || [BasicJAVA2005/8] ||
         == ==
         [BasicJAVA2005/1] (01.05)
  • MySQL . . . . 972 matches
         ZeroPage
         [http://zeropage.org/pub/MySQL-manual-split/manual_toc.html MySQL ] : ZeroPage , MySQL
         [MySQL ]
         === ===
         ZeroPage Server MySQL {{{~cpp /var/lib/mysql}}} . mysql .
          .
          ''-- root ? ^^ -jeppy''
          . --[""]
          DB
         mysqldump -p호 -u --database DB > mysqlbackup.sql
         
         mysqldump -p호 -u DB TABLE > tablebackup.sql
         
         mysql -p호 -u --database db < mysqlbackup.sql
         === ( ) ===
          1. mysql> SET PASSWORD FOR @'%' = PASSWORD(' 호');
          1. mysql> SET PASSWORD FOR @'localhost' = PASSWORD('호');
         === ===
          * Database mysql user 테 {{{~cpp flush privileges}}} 행한.
          * : myadmin shutdown -p
  • UnitTest . . . . 972 matches
         해 트하 . 통 SE .
         ExtremeProgramming TestFirstProgramming . TestFirstProgramming 한 테 , .
         TestFirstProgramming UnitTest . WhiteBoxTesting . 한, 해 크하 BlackBoxTesting . , ExtremeProgramming UnitTest 포함하 . (Gray Box Testing)
         통 테 UnitTestFramework Library . Language , C++ ["CppUnit"], Java ["JUnit"], Python ["PyUnit"] . PyUnit 2.1 포함.
         SoftwareEngineering UnitTest ' 한 테트' . , 해 UnitTest .
          . 한 UnitTest . (, Manual Test .) .
          , UnitTest Code .
          assert . 'abnormal program termination' .
         C UnitTest Code assert .
         Q: 한 , ( Socket ) 트 하 ?
         A: Socket Database . MockObjects , . MockObjects . MockObjects . MockObjects .. , . --
         A: MockObjects . Socket Database Connection " " . Socket , . 하 " " 통한 테 . , Socket () " " " " . , MockObjects Test Code Cycle 통한 . --
  • NumericalAnalysisClass . . . . 970 matches
         
          : 3학
          : ([http://cglab.cse.cau.ac.kr 홈페]) [[BR]]
          : http://images.amazon.com/images/P/083113111X.01.MZZZZZZZ.jpg wiki:ISBN:083113111X
          : . line, curve, plane, matrix .
          : 포트 .
         === ===
         ''''''
          OOP . 한, .
         하 . , , 훌 . OOP "" -- -- . Java Smalltalk .
          .
         --
          Numerical Recipe " " . , . -- 판한 .
          . , . (, . -_a) . (Applied Numerical Analysis .. ). . -_-; ( ) . ^^;
          한 1002 ; 3D Graphics . ( Bezier ) --
         .. ..--; .. . --
          2학 한 3학 . , MFC - [eternalbleu]
  • MoniWikiOptions . . . . 967 matches
         config.php .
         /!\ config.php.default .
         === ===
         `'''$theme='테';'''`
          * 테 . See also MoniWikiTheme
          * 1 CSS . ( 0)
          * css . `$url_prefix.'/css/default.css'` $theme .
          * `'moni2'`
          * moni,moni2 . .
         `'''$frontpage="페";'''`
          * . FrontPage.
          * `$url_prefix.'/css/kbd.js'` : .
         `'''$logo_page="페";'''`
          * . $frontpage.
          * . .
          * accesskey . "alt-1, alt-4" .
          . `'|'` (''deprecated'')
          * . {{{'UnnamedWiki'}}}
          * wikismiley.php . "foobar" foobar.php wikismiley.php smiley .
          * .
  • SubVersion . . . . 967 matches
         = =
          . CVS . ViewCVS .
          * . CVS . Subversion .
          * CVS 트//태 . 한 100MB 트 트했 CVS 21 .
          * CVS . CVS .
          * 파 , , . CVS .
          * . CVS Subversion .
          * 화.
          * 트, 파 트. .
          * /
          * 확 ,
          * . CVS , Subversion .
          * .
          * 폴트 흔하, .
          * (1.2 ) FSFS , .
          * .
          * commit .
         = =
         http://svnbook.red-bean.com/ - SVN(SubVersion) . 2003 .
         [http://www.pyrasis.com/main/SVNSERVEManager SVNSERVEManager svn ]
  • 데블스캠프2003/다섯째날/후기 . . . . 965 matches
         == ? ==
         2003 .
         == ==
          * ... --
          * ; ; .--[]
          *
          * .. . . ~~ ...~~~ ^^: [화]
          * ;; 포트 =ㅂ= ; ㅋ; .. .. 포트 -_- () [훈]
          * . 페 . 5 . . --- 황[aekae]
          * 헤헤... ..T^T -- 5-47 ..[]
          * 하하하하~
          * ,,,5 ,.. ,,,,,,,,,,,,,,,,,,,,--희
          * .. (__ +)!! ! --[희]
          * , 4 []
          * 하 히 해 . --[]
          * . . -- []
          * ... ^^ ..
          * 3 . . ( ) 히, . --[snowflower]
          * --[환]
          * ^^; --[]
  • 새싹교실/2012/강력반 . . . . 965 matches
         = =
          * :
          * 학 : [환], [], [황]
         = =
         == 1회 ==
         === ===
         || || O ||
         || 환 || O ||
         || || O ||
         || 황 || O ||
         === ===
         1.visual studio
          - win32 트( 크)
          - cpp파 .c
         2.
          +-*/ %
          =
          ++, -- a++ , ++a
          ==, !=, >, <
          !, &&, ||
  • 정규표현식/스터디/메타문자사용하기 . . . . 963 matches
         [[pagelist(^/*)]]
         == (호) ==
          .
         [ \[
         ] \]
          * 해 활 .
         . \.
         \ \\
          * (\) (/) . .
         ........
         == (홍) ==
          .
          * 텍트(ex : .)
          * (ex : [])
          . .
         [\b]
         \f 페 (form feed)
         \n
         \r
         \v
  • LUA_1 . . . . 961 matches
         1.
          . C/C++/Java (Python) .
          Python Stand-alone .
         Python , . C/C++/C# . .
         2.
          http://www.lua.org/ . 하 MS-Windows 환 http://code.google.com/p/luaforwindows/ . MS-Windows 환 Download 페 LuaForWindows_v5.1.4-45.exe . . >Programs>Lua>Lua (Command Line) . 해 행하 Command 화 ">" . 히 Hello world ?
         >print "Hello World!"
         Hello World! .
          .
         3.
          ? Python Ruby, Perl ? ! . . . . 5.1.4 216679 . 포할 . embedded 환 . eLuaProject . Lua Pure C Porting 하 .
          . , . Python . http://lua-users.org/wiki/LuaVersusPython 페 Python .
          . World of Warcraft(WOW) . WOW 통해 . . http://en.wikipedia.org/wiki/Lua_(programming_language) . 한 키 페 .
         4.
          . .
  • StacksOfFlapjacks . . . . 959 matches
         [http://acm.uva.es/p/v1/120.html ]
         :B(A,B,C), :(,통,), :2(1~4)
          한 팬 . . 하 . 팬 .
          통해 . 한 ( ) . 한 . n 1, n.
          . , 8 .
         filp(3) 통해 . flip(1) .
          . 1 100 . . , .
          큰 팬 , (팬 ) . 0 . .
         === ===
         || || || || ||
         || [] || C++ || 2 || [StacksOfFlapjacks/] ||
         || [] || C++ || 30 || [StacksOfFlapjacks/] ||
         || [태] || C || . || [StacksOfFlapjacks/태] ||
         === ===
         [] [AOI]
  • erunc0/COM . . . . 958 matches
         '''COM .''' . .. .. . , 하 .. .
          * .
          * .
         === 1. 향 C++ COM ===
          * 한 C++ 클 Component 통해 . DLL 통해 client . (?) 통하 . abstract class 해 (virtual function ) . RTTI client . 한 . 한 chapter 1 chapter 2 .
          * . 회 .. . chapter1 , . review하 . .
          * COM (확히 ActiveX Control) COM -_-.. (Interface IDL , COM Component DLL Register 해 COM Component ) Visual Studio . --a COM 해할 OOP . Factory, FacadePattern .
          * '' . , .. ( ''해 . .) , 한 ' ' . 흐흐 -_-v , ' ' . --["1002"]
          * 학 . , .. -_-; .. .. .. COM.. ㅜㅡ .. .. -- guts
          * COM 학하 Standard C++ ~ MFC . ActiveX ~ --[""]
  • JavaStudy2002/영동-3주차 . . . . 956 matches
         ["JavaStudy2002"] 3
          * ... . C ... ...
          * 1.( )... 2... count .
         * 헉 .. . 3 , count .
         3 comment solving . 3 , , Bug .
          class main Main (?) . Java [http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html ] . MS ? .net . --["neocoin"]
          if(way=='0')//
          else if(way=='1')//
          else if(way=='2')//
          else if(way=='3')//
          else if(way=='4')//
          else if(way=='5')//
          else if(way=='6')//
          else if(way=='7')//
         == 1 ==
          * .
          * word rap 하 .
          * Board.count
          if (way == '0') //
          } else if (way == '1') //
  • 애자일과문서화 . . . . 956 matches
         [택] [http://janbyul.com/tt/268 ] . ...
          , . XP , , XP . ,
         "XP . . delivery "
          . , PM XP XP . , 해하 .
          , ,
         "XP "
          . ( ) (Organization Maturity) . ( ), . ( )?
          표. ,, . , . ? XP . XP ? . . ? . -_-; .
         [토]
  • 새싹교실/2011/學高/4회차 . . . . 954 matches
         [/2011/學高]
         = =
          * , 7
          * " x y z x + y * z " . - [하]
          // scanf()
          // printf()
         = 2011 3 28 =
         == : 하 ==
         === (fact) ===
          *
          * printf
          * %.2f: float
          *
          * \n:
          * 형 data type: int, char
          * 형 data type: float, double
          * (한 ㅋ)
          printf(": "); scanf("%f",&diameter);
          printf("( ): "); scanf("%d",&price);
          printf(": %.2f\n",PI*diameter*diameter);
  • ProgrammingPearls/Column1 . . . . 953 matches
         파 ?
          . . . 트, . 32bit(4byte) , 40 . 하 , 1 . . ? 7 .
          * : n . n . . .
          * :
          * 한 : 1 . 함. . 10 .
          . , 4byte 250,000 . 250000 트하, 250,000 ... 40 . , 40 . 합해 , ?
         , . 10 , {1,2,3,5,8}, (0 1 1 1 0 1 0 0 1 1) . 1, 0 . 한 1, . , , , . .
         # 0
         # 1
         # 1
          Θ(n). , . 90. . , . , 행하 . . . , .
  • zyint . . . . 950 matches
         = =
          05학 태훈.ㅇㅅㅇ//
         MSN : {{{zyint zyint}}} >> @ .com .
         = =
          || || || || || ||
          || || . || . || ·····|| ||
          || () || . || . || ·····|| ||
          || (하) || . || . || ·····|| ||
          || || . || . || ·····|| ||
         = 평 =
          == ==
          || || || 평 || ||
          || ( ;;) || . || ★★★★ || .. ... [[BR]] -_-( ;; [[BR]] [[BR]] 포함 .ㅋ [[BR]].. . ||
          == ==
          || || || 평 || ||
          || 1 || 9,900 || ····· || -_- ||
          || 2 || 10,700 || ····· || -_- ||
          || 3 || 11,000 || ★★★★★ || , 키, -_-; ||
          || LPU4.0 Limited Edition || . || ★★★★·|| -ㅅ- with it's goin' down, step up +ㅁ+ [[BR]] 팬클 ; .||
          == 화 ==
  • 이승한/자전거여행 . . . . 945 matches
         = !!!! =
         = =
          * 행.
          * 행!!
          * 6 21
          * ( , , )
         == ==
          60-80 킬 .
          3 3 .
          3-4 함.
          .
          .
          === 트 ===
          http://cafe.daum.net/mulzip ( .)
         == ==
          6 7.
          1
         
          ( 2 ......-_-;;)
          2
  • DebuggingSeminar_2005/DebugCRT . . . . 942 matches
         Debug C Runtime 클 .
          .
         || _CRTDBG_ALLOC_MEM_DF || 화. free store ||
         || _CRTDBG_DELAY_FREE_MEM_DF || delete 해 해 함. 황하 ||
         || _CRTDBG_CHECK_ALWAYS_DF || _CrtCheckMemory() 함 new, delete 함 .[[BR]] 크한. domainerror access . . . ||
         || _CRTDBG_CHECK_CRT_DF || . ||
         || _CRTDBG_LEAK_CHECK_DF || _CrtDumpMemoryLeaks(). 패한 . ||
          ''_CRTDBG_ALLOC_MEM_DF on, 폴트 off bitwise .''
         flag |= _CRTDBG_LEAK_CHECK_DF; // 플 on
         flag &= !_CRTDBG_LEAK_CHECK_DF; // 플 off
         // include 함.
         // include
          //DCRT . 화 하
         MFC .
         = CRT =
         CRT . _CrtSetReportMode() , _CrtSetReportFile() .
         || _CRT_WARN || )memory leak ||
         || _CRT_ERROR || ||
         || _CRT_ASSERT || assertion (assert() ) ||
          ''crtdbg.h ASSERT, ASSERTE . ASSERTE assertion 표 , .''
  • 컴퓨터공부지도 . . . . 942 matches
         해 ? ( ?) 해 ?
         'What' & 'How' .
         Scientist . Engineer . Programmer . ( . ?)
         Windows Programming Windows Windows API ( Framework), . . ( Windows . Windows Shell Extension ActiveX, DirectX ? 하, )
          Windows Programming GUI Programming . Windows GUI OS . 하, GUI 'User Interface' . , Input/Output . . (하, 통 User-Friendly 한 GUI .)
         Windows GUI Programming . Python Tkinter, wxPython , Java Swing . C++ MFC Framework Windows API, wxWindows , MFC Visual Studio 편하. C++ GUI Programming 한 툴 Borland C++ Builder . (C++ 툴)
          GUI Programming , Python Tkinter Programming Jython Interpreter Swing Tutorial . (["Jython"] 페 JythonTutorial )
         GUI Programming Event Driven Programming, Design CompositePattern . GUI Framework Event Driven Style , CompositePattern . Framework , 하 GUI Framework Framework .
          * : MFC 택했, Code Generator 해하.; MFC Jeff Prosise . --["1002"]
          * .. : (VC ) . , 트 , 탭 () . 50% . -- [""]
         Windows GUI Programming . (!) , .
          , , 효 .
          해 Interactive Shell (e.g. Python) 패킷 (e.g. tcpdump, ethereal, etherpeek, ...), , FTP, TELNET 클 .
          W. Richard Stevens Douglas E. Comer . , .
         ["학"]
  • KAIST전산대학원면접/06전기 . . . . 939 matches
         = =
         ", 트 ?"
         "확 ?"
         "테 ?"
         " 해.
          택하. "
         " .
          . ?"
         "
          . ."
         = =
         "X^nY^nZ^n 키 4 ?"
         " --- ?"
         " LL파 LR파 ?"
         " LL파 LR파 Left Parser , Right Parer
          L .."
         " Left Scanning . "
         " Left Scanning ?"
         " ?"
         " .
  • AM/AboutMFC . . . . 936 matches
          === ===
          , . 하, . ( , .) . MFC . 하 .
         MFC 확한 , 2000 5~8 MFC .( , .) . 히 01 , [MFCStudy_2001] .
          히 MFC 6.0(mfc42.dll Visual C++ 6.0) . 7.1 (mfc71.dll Visual C++ .NET 2003) , . ( from MSDN 2003 )
          . . :) 한 편 . MFC .
          ref .
         || Upload:MFC_Macro_1of3_2001.11.06.doc || ||
         || Upload:MFC_Macro_code_23of3_2001.11.11.doc ||||
         || Upload:MFC_Macro_23of3_2001.11.11.doc || ||
         MFC . .
          http://codeguru.com . .
          === MFC ? ===
         F12 .( F12 , F12 Template 한 7.0 . ) MFC . Include Library MFC . class . .
          .
         . C# ? Windows플, C# , Embeded .NET :) --NeoCoin
  • 권순의 . . . . 934 matches
         = =
         知 百戰不殆
         不知
         不知不知 戰必敗
         == ?? ==
         === 항 ===
          *
          * : (操 孟德), ,
          * ZeroPage 18
          * 2012 ZeroPage /
          * Nick Name: Nebula ( ..)
         === 학활 ===
          * 2008
          * 2009 ㅌㅌ
          * 2011
          * 2011~ ~~ ㅂㅌ~~
          * ㅋㅋㅋ
          * 2014 8 ㅂㅂ
         === ===
          * 함 (2014.04.17 - 10 )
  • 정모/2013.4.29 . . . . 934 matches
         = =
         [], [], [], [], [훈], [], [형], [], [], [], [], [], [], [환], [], [], [], [], [], [], [], [], [], [], [], [], [], [], []
          * [] 학 " "
          * : []
         = =
          * 2 , ''
          * S/W Friendship
          * Friendship , .
         = =
          *
          *
          * .
         = =
          *
          * .
         = =
          * 4~5회
          * 황 파
         = 회 =
          * , 휴,
  • 새싹교실/2012/아우토반/뒷반/3.23 . . . . 932 matches
         = =
         || || || ||
         || 학 || 희 || O ||
         || || 태헌 || O ||
         = =
         = =
          * ''' ''' : F4(ThreeFs + Future Action Plan) .
          * : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(크)], [http://no-smok.net/nsmk/FiveFs FiveFs(크)]
          *
          * Facts, Feelings, Findings, Future Action Plan. , , , , 획.
          * : " 5 .() .() .() .( 획)"
          * 행하. ㅜㅜ. . 태헌 . . ㅎㅎ. 해♥ - []
          * . . . . . 험한 . 한테 . ~ ●u● - [희]
          * . '10' 9 .....헛... ㅠㅠ. . . .(....) . - [태헌]
         [/2012]
         [/2012/]
  • 2011년독서모임/주제 . . . . 930 matches
         |||| ||
         ||2011 || 힘, 한 CEO , ||
         || , ||, , , 탁해||
         || || , 파, , ||
         || || , , 3, 1 ||
         || (, , )|| , , ||
         ||화화 || , ||
         || || , 펙트, ||
         || ( or )||, , ||
         ||한, || 행, GO||
         || || , , 해||
         || || , 하 행||
         || ||GO, 하 행, ||
         || ||Legend, , ||
         || || 화||
         || , || , , , 학, 화||
         || || , , , 1 ||
         || ||, , , ||
         || || , -트파 ||
         ||SF ()||파, , ! ||
  • 5인용C++스터디/더블버퍼링 . . . . 929 matches
          *
          * ?
          * ?
         == >?? ==
          , () . , .
          ? . 틈틈 (Idle) .
          해하 . . (Gang) 화 . .
         TCHAR szGang[]="Gang Version 1.0\r\n\r\n : \r\n"
         " : 형\r\n : \r\n협 : ";
          VARIABLE_PITCH | FF_ROMAN,"");
          . 행해 . .
          편하 한 폰트 . . .
          . Fade In, Fade Out 환 효 . 휘해 .
         [5C++]
  • Basic알고리즘/63빌딩 . . . . 928 matches
         = Basic/63 =
         {{| : 64 (포함) .
          , ? (search)
         = =
          * ..;; 6 ... ..T.T 2 6.. 6 ..- [태]
          * ... 한.. ? , .? --[(snowflower)]
          * , , ? -
         = ( ) =
          .
          () ( ) , ( ) , ( ) . . -^_^
         ;
          17 .
          * 32 . . 32 . 32 2 16.
          * 16 . . 16 . 32 16 24.
          * 24 . . 24 . 24 16 20.
          * 20 . . 20 16 18.
          * 18 . . 18 .
          16 18 17 .
         ( 2 ^_^ )
         Upload:.gif
  • 신입생교육 . . . . 927 matches
         
          .
         :
         
          ~
          .
         , . "" 형태 .
          학회 학회 . . . 하 .
          ?
          트(학 한) 행하 . NoSmok:ApprenticeShip . .
          , , .
          . . , . . .
          . .
          , . 4 3, 2 . . .
          험하 , . -[]
  • 새싹교실/2011/Pixar . . . . 926 matches
          * [] , , 한, .
          * , 6 .
          * 3 .
         == 크 ==
         || || || || 한 || ||
         || 3/17 |||||||| ||
         || 3/31 |||||||| ||
         || 4/20 |||||||| ||
         || 5/4 |||||||| ||
         == ==
         === ===
          * ?
          1. . 행하 '' '' . 행할 .
          1. 험해 . ! .
          * : [http://no-smok.net/nsmk/FiveFs FiveFs(크)] .
          *
          * FiveFs : Facts(), Feelings(), Findings( ), Future Action Plan( 획), Feedback()
          * FiveFs ?
          * 행하, . . . , . FiveFs .
          * ~
  • 새싹교실/2012/열반/120319 . . . . 925 matches
         = 행 =
          * []
          * []
          * 3 1 30
         = =
          * 함.
          * -> : ..(?) , 키 크, , .
          * -> : . .
          * . - []
          * - []
          * 하합 - []
         = =
         == main 함 ==
          *
         == printf 함 ==
          * 한 함
          * stdio.h
          * printf 함 패하, .
          * 함 함.
          * .h : 함
  • UploadFileMacro . . . . 924 matches
          한 3 .
         {{{[[UploadFile]]}}}: . .
         {{{[[UploadForm]]}}} {{{[[UploadFile(js)]]}}}: .
         {{{[[SWFUpload]]}}} {{{[[UploadFile(swf)]]}}}: 키 1.1.3CVS . (Flash 10 )
          {{{[[UploadFile]]}}} {{{$upload_dir}}} , .
          .
         attachment:filename.ext attachment:페:filename.ext
          , {{{MyPage}}} {{{MyPage?action=UploadFile}}}, MyPage {{{[[UploadFile]]}}} $upload_dir='pds'; {{{pds/MyPage/}}} .
         == 한 ==
         config.php $pds_allowed 한 파 . $pds_allowed .
         == ==
         /!\ 키 1.1.3CVS
          mod_mime .
         $pds_protected="pl|cgi|php"; # config.php .
          mod_mime hwp 확 , {{{my.php.hwp}}} , mod_mime my.php.hwp hwp php파 .
         $pds_protected {{{my.php.hwp}}} 파 my.php.txt.hwp .
         /!\ 키 1.1.3CVS
         $upload_masters=array('Foobar','Babo'); .
         /!\ 키 1.1.3CVS
          1 , .
  • 성당과시장 . . . . 923 matches
         [http://kldp.org/root/cathedral-bazaar/cathedral-bazaar.html ] . Eric S. Raymond , Netscape Netscape Navigtor [http://mozilla.org 트] . RevolutionOS Netscape .
          .
         해 Eric S.Raymond [http://kldp.org/root/gnu/cb/magic-cauldron/ ] 형태 . [http://zdnet.co.kr/news/enterprise/article.jsp?id=69067&forum=1 SW vs. ] .
          (2004) MS NTO [http://www.microsoft.com/korea/magazine/200311/focusinterview/fi.asp ] [http://zdnet.co.kr/news/column/mylee/article.jsp?id=69285&forum=1 Open Mind- MS NTO ] .
          [http://kldp.org/root/gnu/cb/homesteading/homesteading.ko.html ], [http://kldp.org/root/gnu/cb/hacker-revenge/ 해 ] . [http://kldp.org/root/cathedral-bazaar/cathedral-bazaar.html ], [http://kldp.org/root/gnu/cb/homesteading/homesteading.ko.html ], [http://kldp.org/root/gnu/cb/magic-cauldron/ ], [http://kldp.org/root/gnu/cb/hacker-revenge/ 해 ] .
          . -_-;
          ㅋㅋ
          .
         || || 표할 ||
         || || , 표하 , ||
          2 형태 , . Open!!!
          형태 '''''' .
         (한, 험해 fetchmail .)
          , Netscape Mozilla Project 표함 .
          .
          ㅋㅋ;;
         [""]
  • DevelopmentinWindows . . . . 921 matches
          . 02학 .
         === ===
          * 32
          * 티태
          *
         === 템 ===
          * Console 템 - 텍
          * '''Windows 템 - GUI '''[[BR]]
          ( Windows .)
          * Native 템 -
          * Windows CE 템 - Windows CE
          * POSIX 템 - POSIX
         === ===
          * 표 (["DevelopmentinWindows/UI"])
          *
          * 하
          * API
          *
          *
          * 헝
  • 나를만든책장관리시스템 . . . . 921 matches
         = ? =
          * [] .
         = =
          * []
          * .....? '''' ? :)
         = =
          * [템/DBSchema]
         = 항 =
         == 항 ==
          * .
          * , .
          * .
          * .
          * . .
          * .
          * .
         === ===
          * - , , ISBN, , , (, ), , ,
          * -
          * - , , ISBN, , , (, ), (, ), , ,
  • 05학번만의C++Study . . . . 920 matches
         05학 C++ Study Group [05학C++Study].
         = 표 =
         1. C++ .
         2. !
         = =
         
          - .
         A(화 4) - [] [] [] [태] [훈]
         B( 5) - [] [] [허]
         * .
         * .
         * .
         * .
         * .
         * 12 .
         C++ 4판
         === Book ===
         1. C++
         2. C++
         3.
  • RubyLanguage/Container . . . . 919 matches
         = =
          * (ADT)
          *
          * Ruby .
          * .
          * Ruby iterator 통해 .
         == ==
          * .
          * .
          * 화한.
          *
          * .
          * .
          * 포함할 .
          *
          * 호.
          * 0 .
         === ===
          *
          * Array.new
  • Yggdrasil/가속된씨플플/4장 . . . . 919 matches
         = 4 =
          * . 화(함) 화() .
         == 함 ==
          * ( ) / . 호해 , .
          * . , .
          * (?) . . , 함 . 히 const 한해 . .
          * 1학 1학 , , 화했 . 해하 편했 .
         == ==
          * , sort() , . 3 . ,
          * , compare ,
         , compare . , sort 확한 . 하 .
          compare 함 students vector( list) . Student_info 형 compare 함 . --[]
          * 4.3 .
         == ==
          * try{}catch(a){}: try{} 행하 catch{} 행한.
          * throw . , , , what()함 .
         == String 클 ==
          * : < > ! ...
          * width(n) : , n . n 0 .
         == ==
  • TFP예제/WikiPageGather . . . . 914 matches
         === ===
          MindMap . Page 한 Navigation 한. . . -_-; ' !' , . ' ' .
         파 .
         === ===
          * ' .' TFP Refactoring . TFP . ( 험 -- 3 -- , TFP LongMethod . (LongMethod Bad Smell BadSmellsInCode .) . Bad Smell ["Refactoring"] . ( ["Refactoring"] .)
          * Python . basic , ' 편하' . ( C++) Visual C++ . 통 product code 한 하, 해 ( ) 한 하. -클 3 . Python shell . (한편 . VS 2-3 python IDLE 2-3 .. --; C++ PHP . -_a 흐흐..) . 행해 토하 .
          self.assertEquals (self.pageGather.WikiPageNameToMoinFileName ('''한트'''), '''_c7_d1_b1_db_c5_d7_bd_ba_c6_ae''')
          self.assertEquals (self.pageGather.GetPageNamesFromPage (), ["LearningHowToLearn", "ActiveX", "Python", "XPInstalled", "TestFirstProgramming", "한트", "PrevFrontPage"])
         === ===
          . (Python shell IDLE 한 . .)
         pagename : 한
         === ===
          FrontPage 화 open 했. FrontPage . - 테 한 FrontPage 화 . -_-; ( 확하 . ^^;)
  • 객체지향용어한글화토론 . . . . 913 matches
         해하 [OOP] .
         = 화 해 =
          * ??
          * public, private .
          * . 하 . 해한 .
          * ??
          * , 포하 ??
          * [한] C , .
          * . . .
          * .
          * []. ??
          DeleteMe - ... , '' 해하 . -
          * .
         == Oriented == 향?? ==
          * 'oriented' '향' , '', '해 ', '', ' ' . 'Object oriented' ' ' . 확한 해 . - [http://garden.egloos.com/10001141/post/20974] -
         [토]
  • 새회원을받으면 . . . . 913 matches
         AnswerMe 5 10 ... . ZeroPagers .
         SeeAlso [회], [ZeroPage회], [/2003.3.5], []
          * ?
          *
          * 획,
          * ?
          * / / ?
          * ?
          * ?
          * ?
          *
          * , 패한 . .
          * ?
          * ?
          ? ? ? --
          .
          *
          *
          .( and .) ZeroPagers ? --[Leonardong]
          * 04학 한(?) . . ' '' . 히 활 , .'' '. --[Leonardong]
  • 정모/2011.9.27 . . . . 912 matches
          * : [], [혜], [], [], [], [], [], [], [], [], [], []
         == ==
          * - [],[혜],[],[],[],[] .
          * Git, Grails, Cappuccino, Apache Thrift .
          * .. ;
          * ..? - [혜]
          * heedoop? . - []
          * ~ㅎㅎ - [혜]
         == / ==
          * [2011]
          * 행합.
          * [ACM_ICPC/2011]
          * . '' .
          * [JavaScript/2011]
          * jQuery, .. !
          * [DesignPatterns/2011]
          * 패하
          * [Spring/탐험]
          * Hadoop
          * .. - [혜]
  • GameProgrammingGems . . . . 911 matches
         == ==
          Game Programming Gems (2D, 3D, AI( 포함)) . [[BR]]
          . .... ( ) 한 택해 [[BR]]
          . 10 .... ^_^; 확하. . ~ ( -.-) 허 , VC++ ? .
         == ? ==
          황하 (.... T_T) 6 2 -_-; ZP . =_=; (.... 포함 -_-V) ....
         == 표 ==
          -.- .... (.... -_-) .... .... -_-; .... 회하 .... 획하 . -_-V
         == ==
          .... --V . 헤 .... -_-; --; -.-
         == ==
         === ===
         [""]
         == ==
         1. ? -- [[BR]]
         2. . --[[BR]]
         3. --X[[BR]]
         4. X ^_^ --X
         []
  • 데블스캠프2003/셋째날/후기 . . . . 910 matches
         == ? ==
         2003 .
         == ==
          * .. python scheme .. squeete? ... .... 6 .. ~ ... --
          * C ... ramdomwalk ... .. --[]
          * . .ㅎㅎ -[Leonardong]
          * ;; 한표 . .. . . . !! -- []
          * ......-_-;; ㅡㅡ .. 크, >_<// ㅡ [훈]
          * . [RandomWalk] [],[EightQueenProblem] . .. --황[aekae]
          * 8 ... ... --[환]
          * . . --[snowflower]
          * 1학 C . . --
          * -ㅂ-; ^^ OOP . python ..^^ scheme squeak ^^ ! .. ㅠ_ㅠ--[희]
         ["2003"], ["2003/"]
  • 프로그래밍잔치/정리 . . . . 910 matches
         [""] . .
         === , ===
          * 3 . 하 획한 행할 .
          * , .
          * (하하..;) .
          * 행 해 ' ' .
          * - .
         === & ===
          * 01, 02 . .
          * 토 , 토 .
          -> Opening Question . 토 , 확하 '' 3-4 .
          * , Facilitator 향.
          -> Opening Question . Facilitator , .
          * . , Facilitator 함. / .
          * JuNe .
          -> . . 해 .
          * -_-
          -> . 40 .
          * 행 - 6 3 .
          -> 1 2 . , Now or Never! . 2 . .. 학 .
  • 정모/2012.2.17 . . . . 909 matches
          * : [], [], [], [혜], [], [], [], []
          * ? - []
          * : [] ?
          * 2012 2 18 .
          * ["12회 한 "] a
         == ==
          *
         == 6 PC ==
          * ... 행한 .
          * 20 편한
          * PC
          * . ( ㅠㅠ)
          * 탕화 .
          * !! .
          * ㅠㅠ
          * 학( 9 ~ 6) .
          * !!
          * . (e.g. , )
          * SAMSUNG (Ubuntu 11.10) (호 caucse)
          * ZeroPage학회, PC .
  • 창섭/BitmapMasking . . . . 909 matches
         = =
          * MFC .
          * . 하 . .
          * ..(MFC) ..;;
         == 1 ==
          * . OR, AND, XOR . XOR .
          * . ( . ..)
          SRCCOPY (Rastor OPeration) . .
         || SRCCOPY || ||
         || SRCPAINT || OR ||
         || SRCAND || AND ||
         || SRCINVERT || XOR ||
          3 ( ...; ) ... 000 111 . 101 , AND
          .
         || 할(?) || SRCAND(AND) || SRCPAINT(OR) ||
         || || || ||
         || 흰 || || 흰 ||
          . ... . .[[BR]]
         < >
         < >
  • IntelliJ . . . . 907 matches
          * http://www.intellij.org/twiki/bin/view/Main/IdeaToAntPlugin - IntelliJ Project 화 Ant build 화 .
         Refactoring 한 UI, Inspection . 2002 Jolt Award .
         http://www.intellij.net/eap - [IntelliJ] Early Access Program. Aurora project . JUnit Runner .(!) CVS . AspectJ . Swing GUI Designer (IntelliJ UI Form ). Plugin Manager .
          . .
         === Intelli J Idea Inspection ===
          IntelliJ TestDrivenDevelopment Simplicity , 팩토 UI ( ), Inspection .
         Inspection , , private , static 크하, 해 , private 환하 .
         팩토 JSP 팩토.
          Programming By Intention IDE . IntelliJ . --[1002]
         === Intelli J Idea CVS ===
         Intelli J cvs client . , wincvs cvs . (CVS - Project ["IntelliJ"] .. ["Eclipse"] CVS ~)
          0. CVS 팅 : File - Project Properties - CVS 텝 Enable CVS Integration
          1. Path to CVS client cvs.exe cvs95.exe
          2. CVS Root - ZP PServer 택, Repository Path /home/CVS , Host zeropage.org, User name .
          3. CVS - 3 , IntelliJ Tools CVS , CVS Panel .
          4. Checkout - CVSROOT modules project . CVS CVSROOT modules 화 .([http://cvsbook.red-bean.com/cvsbook.html#The_modules_File module file]) IntelliJ CVS Checkout module 택할 . Checkout 한.
         === IntelliJ Idea Ant ===
         Intelli J ["Ant"] . ["Ant"] 한 build.xml 화 , ant build window build.xml . Intelli J ["Ant"] dtd , XML 화 . (환! , Intelli J IDE 256 . 학 , editplus . -_-)
         === 키 ===
         || F6 || Rename. class Method . Refactoring ["IntelliJ"] . ||
  • GDG . . . . 906 matches
         == ==
          * GDG Soongsil University .
         == GDG 황 ==
          * GDG .
          * ZeroPage 형태 . (9 )
          * Google Korea [] 택.
          * ZeroPage Google 한 행 함.
          * GDG Pre-DevFest Hackathon 2013 , GDG DevFest Korea 2013 HackFair 품.
          * with [], [], [], [], [희]
          * 2014 1 25 Std.IO Hello, World! 행 .
          * , 2014 2 6 - [희]
         == ==
          *
          * Google
          *
          * 홍
          * GDG . ( )
          * Google
          * [OpenCamp]
          * 편할
  • 지금그때2005/후기 . . . . 906 matches
         = 2005/ =
          * , . 히 큰 . 한 토, 토, . 통해 험, , . . , 토 한 03,04 . '' 행 , . - [협]
          * . 05학 해 04, 03 . 한 '''''' . - [jeppy]
          * 2005. . 히 하 05학 . 행 . . . - []
          * , , , . , , 1학 회하 . , 훌 . . ^^ 06,05,04... . - [허]
  • 장용운/곱셈왕 . . . . 905 matches
         == ==
         2011 4 25 5 C .
          y 38 (<<) 2 ,
         해 short형 16 38*4 152 .
         허 [] x 0xa3 환하 8
          38<<2 8 .
          [] 38<<2 -104 , ' '
         [] .
          [] '' .
          , 2학 한 -104 해 '' .
          한 11학 38 * 4 -102 해 '' .
         == ==
         38<<2 = 10011000 =
         == 핵 ==
          *
          *
          *:
          * :
          * ㅋㅋㅋ - [황]
          * ([http://translate.google.co.kr/?hl=ko&tab=wT#ko|en|%EA%B3%B1%EC%85%88%EC%95%A0%EC%9E%90 ])
  • 정모/2012.7.18 . . . . 905 matches
          * : [], [], [], [], [], [], [], []
          * []학 DEP(Data Execute Prevention) : .
          * - []
          * 8 11
          * .
          * .
          * .
          * [http://www.gpvilla.net/ 평펜] <- .. -_-
         == ==
          * 함.
         == ==
         == /트 ==
          * - .
          *
          * 토 : HTTP .
          * : callback 함 Javascript Event Handler . 표 Cross Browsing.
          * 편하.
          * 1학 .
          * - Generic , 평 편했. batch .
          * UDK - 3D UDK .
  • 1thPCinCAUCSE/ExtremePair전략 . . . . 904 matches
         == ==
          * ["회"](1회 회) {{{~cpp Extreme Pair}}} .
          * {{{~cpp Extreme Pair}}} : ,
         == ==
         === ===
          * 희 {{{~cpp Extreme Pair}}} 형태 . (process() 함 ) .
         === ===
          * .
          * 택했.
          * (: 2 2 ) . 1 A 12 B 8 2 A 10 B 15 8 + 10... 18 A 1 B 2 12 + 15... 27 . ( 1)
         === ===
          * ["PairProgramming"] . 파트 확한 .
          * ["TestDrivenDevelopment"] .
         === ===
          * .
          * ...^^;;;
         === ===
         ==== ====
          * 통해 . . 호흡 .
          * {{{~cpp int}}} {{{~cpp Over Flow}}} {{{~cpp __int64}}} ...^^;;;
  • DataCommunicationSummaryProject/Chapter11 . . . . 903 matches
         = 11 (Fixed Wireless Technology =
          * .(...etc.)
          * +
          *
          * . 하
          * 호확 1000테트(페트) . 하 (Local Loop) . ...;;
          * 템 - 화 + TV
          * ( ) TV .
          * 통 .
          * '' . B) ''
          * point-to-point multipoint .
          * . .
          * base station .
          * 표 11.1 .315 .
          * wireless local loop system , 학, (ISM band) . IEEE 802.11b 표 .
          * . 하 .
          * 8km . 표 11Mbps multipoint 2~6Mbps .
          * Multipoint Multichannel Distribution System .
          * 1970 45Km TV 해 TV .
          * .
  • ZIM/EssentialUseCase . . . . 903 matches
          * 클트 (Zimmer)
          * (Zimmer Master)
         ==== ====
          || 1. ID . || 2. ID . ||
          * :
         ==== 파 ====
          || 1. 파 (Zimmer) 택한. || 2. 파 . ||
          * :
         ==== 파 ====
          || 1. 화 & . || 2. 파 . ||
          * : 택, 파
         ==== ====
          || 1. 파 (Zimmer) 택한. || . ||
          || 2. . || 3. 해 Zimmer . ||
          * :
         ==== ====
          || . || 1. . ||
          || . || 2. , 해 . ||
          * :
         ==== ====
  • 정모/2013.5.20 . . . . 903 matches
         = =
         [],[],[],[],[환],[],[],ㅋㅋㅋㅋㅋㅋ,[희],[],[],[],[훈],[], [], [], [], []
         [형]
          .
          * []학 :
          * : []
         = [/2013] <- 클!!! =
          * 6 ~ 7 5 행하
          * 02 .
          *
          * 6/24() ~ 28()
          * , 화, : 1 ~ 10
          * , : 8 ~ 5
          * 6 행합.
          * .
          *
          *
          * . [/2012.5.21] .
         [http://www.worlditshow.co.kr/main/main.php 홈페]
          * 5000
  • DataStructure/Tree . . . . 902 matches
         = Tree =
          * Node :
          * Root :
          * Edge :
          * Degree : Edge
          * Parent :
          * Child :
          * Level : ?
          * Sibling : 형( )
          * 0 - 2
          * ,
          * k = 2^k - 1
          * i = 2^(i-1)
          * n0 , n2 Degree 2 n0 = n2 + 1 .
         = Binray Tree =
          *
          * . 트, , .. .
          *
          * Left Child : * 2
          * Right Child : * 2 + 1
  • TddRecursiveDescentParsing . . . . 900 matches
         RecursiveDescentParsing TFP .. Parser 한 test AST , AST . 1 . 흡;
          '' "1" "1" . "314" "314" . , "1 + 0" "1" . , "1 + 314" "315" . , "1 + 2 + 314" "317" . , "1 - 0" "1" . , "1 - 1" "0" . , "314 - 1 + 2" "315" . , "- 1" "-1" . , "( 1 )" "1" . ...... AST OAOO (테 , ) 팩토 -- YAGNI . . DoTheSimplestThingThatCouldPossiblyWork. --''
          * . 포트 , 한 파 , 호하 . DOM 형태 AST 형태 . --
          . 테 2-3 . (["Refactoring"] FactoryMethodPattern CompositePattern , .)
          : 테 . 테 1-1.5 . AST . 해 .
          #
          #
          #
          #
          #
          #
          #
          #
          #
          #
          #
          #
  • KDP_토론 . . . . 899 matches
         == 힌 Rule ==
          * WikiWiki 'Only for Study' , .
          * 화 - UserPreferences password SessionID MoinMoin . .
          * - '~' . ( 함. 태클..~)
          * & 화 - http://zeropage.org/~reset/zb/zboard.php?id=KDP_board_image .
          * GoF GoF 화 .
          * 토 KDP_Rule .
         == 토~ 토~ ==
         === ===
         JStorm , , . , 히 힘 . , . .
          , . 향하 향하( ) , , . --
          .. , . . 하, , . , . ( 1 ' ' . --;) --
  • 타도코코아CppStudy . . . . 898 matches
         == ==
          * []
         == ==
          * . , 2
         == ==
          * 2
          * 10
         == 획 ==
          * C++ + STL 2 .
          * MFC
          * 팩토 -
          *
          *
         == ==
          * [희] : . 탈퇴 .
          * [] : ().
          * [] : for if ^^. 함 . , ...
          * [] : 7 8 .....
          * [CherryBoy] : 클 해... MFC ... ...
         == ==
  • HowToStudyRefactoring . . . . 894 matches
         ["Refactoring"]
         OOP . . DesignPatterns ["Refactoring"] . , 효 . DesignPatterns . ["Refactoring"] (Bad Smell) . ["Refactoring"] . . . [""]. 패 GoF . 팩토 有爲 . -- , '' 2001 11호''
          큰 획 , " " <神氣> 통하 (目), 통하 (), 통하 () . 통할 ? 팩토 . . --
         ''''''
          * [""]
          * Minimize Comments : 화하 . , 팩토 .
          * Follow OAOO : OAOO . 팩토 .
          * Follow ["LawOfDemeter"] : . 팩토 ?
          * Pair Refactoring : 함 팩토. . 히, 팩토, 팩토. 팩토 .
          * Separate The What From The How : "" "" . 팩토 ?
         ["학"]
  • erunc0/XP . . . . 894 matches
          *
          * .
          ..?
          client (), manager ( or ),
          . and,
          small talk .
          xp
          .
          .
          , . XP explored 해하 ( )
          .. ㅜㅡ
         '' Installed . --a (RonJeffries Chet Pair ) , 한 ' Practice 험해'. 'Installed ' (Explained ..) XP . ( http://xprogramming.com ) --["1002"][[BR]][[BR]]
          . '' . 해하 .. ^^; . , 히 하 . project xp . ~ ["erunc0"][[BR]][[BR]]
          XPI . XPI 험해 (?) ? ( ) ? XP ? 통해 ( 한 활 ?) . XP ? ^^; (2002.9) .--["Benghun"]
  • 새싹교실/2013/록구록구/2회차 . . . . 893 matches
         = 크 =
         ||||||
         |||| ㅇ ||
         |||| ㅇ ||
         = =
          * scanf ,
          *
         == 획 ==
          *
          * 한 wiki
         == ==
          * scanf
          * wiki
         == ==
          * wiki [] []
          * wiki 2
          * -- ''' '''
          ex) : 13 24
          : 312
          * -..- '''하 (char) '''
  • 정모/2002.5.2 . . . . 892 matches
         == 2002 5 2 ==
          * : 7
          * : 8 30 .
          * : 21
          * 01 : , 협, , 하, , , ,
          * 00 : , , , ,
          * 99 : , , , , , ,
          * 97 :
          === ===
          *
          * 키 FrontPage - 학 Project . FrontPage 학 . . --
         === ( 11.., , 99학.. ..) ===
          * :
          * : . 허 . .
          * : ...
          * 희 : .. 10 ..ㅠㅠ ~
          * 호 : (..) ㅠ.ㅠ
          * 혜 :
          * :
          * :
  • AI오목컨테스트2005 . . . . 889 matches
         = ? =
          * AI 트.. .( .)
         = =
          * [http://zeropage.org/trac/namsangboy/browser/Omok _협]
          * .
          * ..
         = =
          * [http://zerowiki.dnip.net/~undinekr/OmokBase.zip] - AI +
          * http://zeropage.org/trac/namsangboy/browser/Omok - Python AI ( 함)
         Upload:Omok.exe - 파 AI 행파
         = =
          * 1학 . 1학 . 1학 . . 3학 AI AI . 한 회 ~ - [(namsang)]
         = =
         || ||
         || 태훈 ||
         || ||
         || 협 ||
         || 태 ||
         = =
         || || || 해 /해 || 할 || ||
  • 독서는나의운명 . . . . 888 matches
         = =
         = =
         협, 허,
         == 행 ==
          * 행하 행하
         한, ,
         = =
         1. .
         2. .
         = 향 =
          .
         [(reading)] 행.
         = =
         ||No.|| || || 토 ||
         ||1.|| [] || 허 협 || . ||
         ||2.|| [] || 허, 협, || 1/26 ||
         ||3.|| [] || 허, 협 || - ||
         - .
         = =
          * [(picknic12)] : ..
  • 마이포지셔닝 . . . . 888 matches
         = =
         == ==
          * CEO . . 학, . , 확하 . . , , . , . 2 1 , . , . '' , .
          * . 할 확 1% . 확 . 히 하 1% . .
          * ' ' ' ' . 한 CEO .
          * .
          * 택하.
          * , .
          * .
         []
  • 새싹교실/2013/라이히스아우토반/6회차 . . . . 885 matches
         = 크 =
         || ||1회||2회||3회||4회|| 5회|| 6회||
         ||훈|| o || o |||| o || ㅇ|| ㅇ ||
         |||| o || o || o || o || ㅇ|| ㅇ||
         |||| o || o || o || o || ㅇ|| ㅇ||
         |||| o || o || o |||| ㅇ|| ㅋ||
         |||| o || o || o || o || ㅇ|| ㅇ||
         = =
         == 획 ==
         == ==
         == ==
          * switch
          * case break ?
          * if - else .
          *
          * continue .
         == ==
         = =
          : F4(ThreeFs + Future Action Plan) .
          : ThreeFs, ThreeFs(크), FiveFs(크)
  • LoadBalancingProblem . . . . 883 matches
         Load Balancing . ( , 택, ..) . Load Balancing . 한 LoadBalancingProblem .
         == ==
          IPSC, ["택"]화하 &
          - [http://ipsc.ksp.sk/problems/ipsc2002/b.php 크]
          SuperComputer N CPU . CPU 1 N 행한. CPU . CPU CPU . CPU N CPU 1-N, 1-N CPU . ,
          1. 1 CPU . CPU CPU 1 CPU CPU 2 CPU .
          1. 2 CPU . 2 CPU 1, 3 CPU .
          1. (...) N CPU . N CPU CPU , .
          1. 1 CPU .
          ( CPU -<=1 )
         == ==
          IPSC .
         CPU
          CPU ..
          ,
         == ==
          1. CPU ?
          1. ?
          1. ? (1 N 1 round )
         || 해 || || || Source ||
  • JUnit/Ecliipse . . . . 880 matches
         = Eclipse JUnit =
         Eclipse JUnit . ( Eclipse 3.0 M9 .)
          편하 JUnit , .
         O'REILLY Eclipse( Steve Holzner) CHAPTER 3. Testing and Debugging Sample .
          Eclipse JUnit .
         Eclipse 플 행하, Window->Preference 택하 Preferences . Java , 하 Build Path Classpath Varialbles .
          New ..
         Name : JUNIT ..
         Path : .
          Junit .
          플 클 JUnit 통하트 해.
          Workspace Pakage Expolorer Ch03_01.java 파 . -> NEW -> JUnit Test Case 택합.
         New setUP() tearDown() 크하 Next .
          Finish 하 TestCase .
          3( allocate(), get(int), set(int,int) ) 크합.
          .
          .
         테 .
         Java Beans 형 .
          .
  • PowerOfCryptography/조현태 . . . . 880 matches
         == ==
          . ..ㅠ.ㅜ
          , , 히(?)해.
         하 ..
          .
          .
         // , , ..
          회 ?ㅎㅎㅎ
          .. .....;;ㅁ;; ㅎㅎㅎ MAX_LONG 10 2 ... 3 4 . . ..;;ㅁ;;
          .. .^^;
         == ==
          cout << " 1 .\n";
          cout << " . >>";
          cout << "한 회 . >>";
          cout << " .\n";
          cout << " " <<answer << " .\n";
          cout << " .\n";
         === ===
          cout << " . >>";
          cout << "한 회 . >>";
  • ModelingSimulationClass_Exam2006_1 . . . . 879 matches
         = =
         = =
         ,
         = =
         1. Single Queue, Single Server (10 points)
         (a) (5 points) ..( Single Queue, Single Server) .
         (b) (5 points) FEL .
          . 2 .
         Step 1) 험. AM9, PM1 , 50 10 . 한 50, 합 80%.
         Step 2) 험. 험 합 한해 . 2 , 1 , 통 6 . , 6 .
         해 PM5 .
         (a) 해 . (7 points)
         (b) 확한 . (3 points)
         3. Triangular Distribution
         y = a(x-30) ( 30 < x < 90) y = b(x-110) (90< x < 110) 형태 90
         (a) (5 points) Peak Value - ''' . pdf 1 '''
         (b) (5 points) Expectation - ( 함. )
         (a) (5 points) Arena 4
         (b) (5 points) Continuous Probability Function X = x0 0? Discrete Probability Function X = x0 .
         = =
  • GarbageCollection . . . . 877 matches
          형태. . John McCarthy 1959 Lisp .
          Java, Dylan , C++, C .
          2 .
         1. ?
         2. 환할 ?
         2 한 힌트 Fundamentals of data structure in c Linked List 파트 힌트 , 1 함. (C++ 통한 , ;;; ㅋㅋㅋ)
          . , time critical . (Incremental garbage collection? 함.)
          , 해 ;;; .
          .. -_-; ( 확히 ;;) .
         2 2 (used, unused). unused , unused 함. ㅡㅡ;; OS(or VM), ( allocation ) . 확하 ..;;;
  • 데블스캠프2012 . . . . 877 matches
         = 2012 =
          * : 2011 6 25() ~ 6 29()
          *
          * ~ : 1 ~ 10
          * ~ : 8 ~ 5
          * : 3~4 Time
          || 2 || 3 || /(1) || 3 ||
         = =
          * . '''2012/''' 형 .
          * [https://docs.google.com/spreadsheet/ccc?key=0ArWnDjSUKLWYdERWQTVqN2ZvbUVrVms3R0FScmQtN0E&usp=sharing 크]
          || |||| 25(/) |||| 26(화/) |||| 27(/) |||| |||| 28(/) |||| 29(/) || ||
          || 1 |||| [:2012//C C] |||| |||| ? |||| |||| [http://zeropage.org/seminar/62072 ] |||| [http://zeropage.org/seminar/62080 C C++] || 8 ||
          || 2 |||| C |||| |||| [http://zeropage.org/seminar/62041 , , OpenAPI] |||| |||| |||| C C++ || 9 ||
          || 3 |||| C |||| [http://zeropage.org/index.php?mid=seminar&category=61948 APM Setup] |||| , , OpenAPI |||| |||| [:2012//Csharp C#] |||| C C++ || 10 ||
          || 4 |||| UI |||| [http://prezi.com/uit4ykp5bx8g/javascript/ JavaScript 편] |||| [http://zeropage.org/seminar/62046 테 한 CTIP] |||| |||| [:2012//Csharp C#] |||| [http://zeropage.org/seminar/62095 ] || 11 ||
          || 5 |||| UI |||| JavaScript 편 |||| 테 한 CTIP |||| |||| [:2012//Csharp C#] |||| || 12 ||
          || 6 |||||||||||||||||||||||| or ! || 1 ||
          || 7 |||| [http://zeropage.org/index.php?mid=seminar&category=61948 페] |||| [http://zeropage.org/seminar/62023 Kinect] |||| [http://zeropage.org/62033 LLVM+Clang...] |||| |||| 한 파 |||| CSE Life || 2 ||
          || 8 |||| 페 |||| Kinect |||| [:2012// ] |||| |||| 한 파 |||| CSE Life || 3 ||
          || 9 |||| 페 |||| [http://www.hanb.co.kr/network/view.html?bi_id=1760 ] |||| |||| |||| 한 파 |||| 회 || 4 ||
  • 객체지향분석설계 . . . . 876 matches
         = =
          : Object Oriented Analysis and Design
          : / , Java
          표 : .
         = =
          .
          EX> , ..
         == ==
          . 통해 항, 항, .
         == 택하 ==
          .
          Actor . Actor 택하 .
          .
          * .
          * .
          * 한 (Actor) 행할 .
          * 1 : . ex> Login/Logout
          * 2 : CRUD .
         == ==
          택한 . 포함.
  • ProjectAR/CollisionCheck . . . . 875 matches
         * 환할, Object .
         * 하 () , , .
         *
         *
          * , , 1 ,
          * 2 . , , . , .
          * ?
          * () .
          히트 판 . ? ( 태) 히트 판 ? 한 히트 판 형태 합하 . . ? ? ...
          * ? 형 + .. 형 + 형. 형 + . .
         * . 형 +
         *
          ... -_- .
          .
          -_- . () ()
          히트 .
          ( 90% . .)
          . --
  • JAVAStudy_2002 . . . . 874 matches
         2002 Java
         = =
          : ZeroPage 00 (["woodpage"]) 00 (["fnwinter"]) [[BR]]
         ( ) : [[BR]]
         : 2002 3 ~ 2002 4 [[BR]]
         표: JAVA , Chattiing . [[BR]]
          [[BR]]
         * . [[BR]]
         *3
          *1:1 .
          *2 2 .
         *4
          *한 .
          황 ()
         == 항 ==
         === 혜 ===
         === ===
         core Java .[[BR]]
         swing Java . [[BR]]
         23 core Java 1편 . [[BR]]
  • html5/form . . . . 874 matches
         = =
          * (Form Tag)
          * HTML
          * (webForm 2.0)
          * : Range , email
          *
          *
         == ==
          * Google's WebForms2
          * HTML5 Canvas IE8 해 ExplorerCanvas(http://code.google.com/p/explorercanvas/) HTML5 확 WebForm2
          *
          * WebForms2 HTML Cross Broswer HTML5 Form .
          * http://nz.pe.kr/wordpress/programming/html5/---cross-browser-html5-form--
          * list 포함하 datalist element
          * max and min - ,
          * pattern -
          * placeholder - field text hint
          *
          * search , 한 tel , 한 url , 한 email , 한 color
          * : (input)
  • 2ndPCinCAUCSE/ProblemC . . . . 872 matches
         C : . : ccc.c or ccc.cpp
          N . . 1 N 호표 . 호하 . . . .
          , 7 .
          해, 4 7 . .
         , 7 .
         , 1 .
          2 1 .
          . . .
         N , .
         === ===
          . T(10 하) . T . 테 N . N , 1 N . . N 2 200 .
         === ===
          . T . . T .
         === ===
         === ===
         []
  • 정모/2012.5.7 . . . . 872 matches
          * : [], [], [], [], [], [], [], [혜], [], [], [], [], [], [], [], [],[], [], [], [], [], [], [환], [], more
          * [] '' 크''
          * - []
         == /트 ==
          * [Spring/탐험]
          * [2012]
          * []
          * 함
          *
         == ==
          *
         == python ? ==
          * rur-ple
          * ! ??
          * ... - [혜]
          * ?. ㅋㅋ -[]
         == ==
          * ? - [혜]
          * . --; - []
          * rur-ple . .. -_-a 1학 . .. .. ( -ㅅ-) 힌트 . - []
  • 2학기파이선스터디/ 튜플, 사전 . . . . 871 matches
         == 1. 튜플 ==
         - 튜플 (, , , , )
         - 튜플 ().
         - 튜플 튜플 , () .
         t = () # 튜플
         t = 1,2,3 # 튜플
         r = 1, # r=1
         t[0]=100 # 허 .
         * 튜플 환할 .
         * 환할 .
         == 패 ==
         튜플 패 - 한 튜플 튜플 패.
         튜플 - , 튜플 튜플 .
         * 튜플 .
         == 튜플 ==
         1. 함
         2.
         3. apply 함
         4. 튜플 .
         = 2. =
  • Yggdrasil/가속된씨플플/2장 . . . . 871 matches
         = 2 =
         == , ==
          * :
          * (loop invariant): while . , . , while while .( ...) 하 . , , .
         //: r
         //r 0 팅하
         //
         //한행 ( )
         //r
         //
          * (short-circuit): if(a==0||b==0){...} a==0 b==0 행한 . || | . , .
          * : , a+=b, a=a+b 형태.
          * : , for(i=0;i<3;i++), 0 포함하 3 포함하 2 . [0,3), 3 " ".
         == 클 string ==
          * 1 string 클 . SeeAlso ["Yggdrasil/플플/1"]
         std::string::size_type//unsigned형 , . type .
          * 1 0
          * " 1 0 " , .
          * () , [0,5) 5 . [1,5] 5 .
          * 해하 .
  • ComputerNetworkClass/Report2006/PacketAnalyzer . . . . 870 matches
         = 항 =
          * 홈페 .
         패킷 함.
         1. capture
         - 패킷
         2. IP 헤 graphical한 표
         - 패킷 택하 IP 헤
         3. ethereal 1
         - , TCP connection
          함.
          - , -_-; 할
          GUI ...
          - ㅋㅋ ... ㅋㅋㅋ - [eternalbleu]
         WSAIoctl 포트 , 통 .
         WSA prefix Winsock 2 , WSAIoctl 2 .
          3 SIO_RCVALL .
         SIO_RCVALL_IGMPMCAST, SIO_RCVALL_MCAST .
          MSDN Network Programming For Microsoft Windows .
          linking 해, WSActrl winsock2 ws2_32.lib 포함해.
          'SIO_RCVALL' : undeclared identifier .
  • html5/overview . . . . 870 matches
         = HTML5 =
          * 트 + CSS + HTML 통합
          * HTML : 한 플, HTML5 : 한 플
         == HTML5 ==
         * HTML + XHTML + + + API
         == ==
         * 풍 :
          * /
          * 2D
          *
          *
          * 클
          *
          *
          * 향 통
          *
          * etc. MathML, SVG HTML ( )
          * HTML4.- : HTML XHTML
          * HTML5 : HTML XHTML , HTML5 DOM
         *
  • 튜터링/2013/Assembly . . . . 869 matches
         = Assembly 튜 =
          * 행하 해 튜
          * 튜 : []
          * 튜티 : [],[],[희],[],[]
         == 1 ==
         === ===
          *
          * ?
          * , .
          *
          * , 해 하 .
         === ===
          * , .( / .)
          * , CPU .
          * , n! .
          * n! .
          *
          * 0 1000 .
          * /10, %10 .
          * .
  • 화이트헤드과정철학의이해 . . . . 869 matches
         트헤 ( 트헤 . [""] .) Refactoring 흘핏 . . '' . . 틈틈히 .
          . , 판. , .
          * ' . 행한. .' - Whitehead .
          * '해 , ' -- .
          , ( '' ) .
          ["NumericalAnalysisClass"] Interpoliation . Interpolication , Control Point Control Point . Control Point , Control Point .
         Control Point . . , (, Cubic Spline . ) . .
          Control Point . (, 확해 Cubic Spline . ^^;)
         [""]
  • LUA_2 . . . . 866 matches
         1.
          . . , , nil(Null) , boolean . type .
         > print(type("TEST")) ---
         > print(type(1)) ---
         >print(type(true)) ---
         >print(type(nil)) --- NULL
          type .
          table . table . table . table .
          . number .
         number 형, 형, .
         > print(1) ---
         > print(0xa) --- 16
         > print(1.1) ---
         > print(1e2) --- 형 1 * 10^2
         boolean true/false 통해 .
         nill instance화 형태 .
         2.
          .
          .
         > sum = 10 + 10 --- number
  • ProjectCCNA/Chapter5 . . . . 866 matches
          * ip : TCP/IP
          * ip 2 32 -> 42 9 -> ip
          0.0.0.0 ~ 255.255.255.255
          * ip 2
          - ( 향), ( , isp향)
          * ip pc ip ( ip pc )
          * ip ip .
          * ip .
          * 한 ip , 호 함.
          * ip ip class(A~E)
          * 클A : 0xxx xxxx/xxxx xxxx.xxxx xxxx.xxxx xxxx형
          , 1.0.0.0~126.0.0.0A(1~126)
          * 클B : 10xx xxxx.xxxx xxxx/xxxx xxxx.xxxx xxxx형
          , 128.1.0.0~191.254.0.0B(128~191)
          * 클C : 110x xxxx.xxxx xxxx.xxxx xxxx/xxxx xxxx형
          , 192.0.1.0~233.255.254.0C(192~233)
          * /표 network host .
          * 0. .
          *호 0 크, 1 . -> -2해함.
          * : 통하 ->
  • VisualStuioDotNetHotKey . . . . 865 matches
          6.0 .
          {{{~cpp - - 환 - 키}}} .
          . -> -> -> 키 표
         [woodpage/VisualC++HotKeyTip] VSc++6.0 .
         = =
         ==== ====
         ALT + 향키
         ==== . ====
         ==== ====
         ==== 클 ====
         ==== () /해 ====
         Ctrl + K + C
         Ctrl + K + U 해
         ==== (토 ) ====
         ==== (탭, ) ====
         ==== ====
         ==== ====
         ==== / ====
         DeleteMe) [eclips] ??
         ==== / ====
  • 데블스캠프2003/둘째날/후기 . . . . 864 matches
         == ? ==
         2003 .
         == ==
          * .. 3 50 ... 8queen 패했,,, ... ... .. 8quee .... ㅡㅜ;; .. ...
          휘~~ ... ??? ㅋㅋㅋ -- []
          * ..4 허탕.. .. -
          * . . ... ~~["화"]
          * .. '''8 ''' '''''' '''크''' ;; . .. .. 큐;; ;; !! -- ps ~ ..ㅋㅋ --[]
          * ... EightQueenProblem 패했. 2학 ... . ... -
          *큭 패..........八 ...--희
          *8Queen 5 . 할테 -- -- [aekae]
          * .....ㅜㅜ 한 ...-[Leonardong]
          * ㅠ.ㅠ - []
          * TDD . ! , ' .' .--; TDD 트했 .. .. CSP . --
          * 8 패하, .. .. --[]
          * ....ㅠ_ㅠ 한 .. ..() [훈]
          * ... ...ㅡ.ㅡ; - []
         ["2003"], ["2003/"]
  • 마스코트이름토론 . . . . 864 matches
         == ~! ==
          & 투표..~ 행할..~
          투표 : (투표하 1 count.~ history .~ .~)
         || || 투표~ ||
          .~ ~ ["페"]..~ -- [[BR]]
          --;
         MoinMoin -> MoMo( ) or MiMi(헉 한) or Moi( ..) [[BR]]
          ( Moi ) ? --[[BR]]
          Moin -> Niom (헉 ) --
          io () .. . --
          (?) Witch .. -_a --
          --
          .... ㅡㅡa ... .. ^^; --setsuna
          ~~ --
          ? boy --
         .. ... .. .. ^^; --setsuna
          .. .. ^^; --setsuna
          . (?)하 --
         하하... .. ^^;;;;; 하하하... --setsuna
          .. .. ㅡㅡ;; 해.. --
  • ArtificialIntelligenceClass . . . . 862 matches
         
         == 2005 ==
          [[ISBN(0137903952)]]
          :
         
          * [http://hilab.cau.ac.kr/file/down/ 홈페 PDS]
          * [http://aima.eecs.berkeley.edu/slides-pdf/ 크]
          * 1995판.. 10 -_-
         == 2005 .. ==
          : 4학
          :
          :
         [http://www.wowbook.com/generic/book/info/book_detail.asp?isbn=ISBN89-88397-88-6 ]
          : '' 표, 탐
          : othello Game AI .
         === ===
          * [http://aima.cs.berkeley.edu/instructors.html ]
         === ===
          . feedback , . . ( . 확하 해하 .) , 한 해 .
         PPT 화 & 3 ! 합하 .
  • PHP Programming . . . . 862 matches
         PHP ..
         == ==
         00학 혜 ["setsuna"] [[BR]]
         00학 ["푸"] [[BR]]
         00학
         == ==
         [혜] 홈페 . ... [[BR]]
         [혜] ..
         == 표 ==
         [혜] . [[BR]]
         [혜] 파 . (혜 .. ㅡㅡ; .. ㅡㅡa)
         == or ==
         [혜] . ^^;;[[BR]]
         [혜] .. ^^ ( . )
         == ==
         [혜] Professional PHP Progamming, Jesus Castagnetto 4 ( ), [[BR]]
         [혜] 혜 . PHP4 .. . .. 하하하.. ㅡㅡ;;
          *혜 휴학..^^;;
         == 황 ==
         === 혜 ===
  • 새싹교실/2013/록구록구/3회차 . . . . 862 matches
         = 크 =
         ||||||
         |||| ㅇ ||
         |||| ㅇ ||
         = 획 =
          * ,
         == ==
          *
          if, else, else if, switch, ,
          *
         
          while
         == ==
          * ''' !!'''
          : , (편하 1, 2, 3, 4 . scanf ?)
          :
          : 85 23
          (+ - * / 1 2 3 4) : 2
          : 85 - 23 = 62
          * ''' !!'''
  • 정모/2012.7.11 . . . . 861 matches
          * : [], [], [], [], [], [], [], [], [], [], [], [환]
          * []학 ''Lisp & CLOS''
          * - []
          * 8 11
          * : = 9 : 3. .
          * .
         == ==
          * : IT
          * :
          * : IT
         == PC ==
          * 4~5
          * 2012-7-14 토 : , , , ,
         == ==
          * 7
          * - !
          * 5
         == /트 ==
          * Spring - simple Wiki 행.
          - , hibernate .
  • 사람들이과제를해오지않는다 . . . . 860 matches
         , , .
          * . . 한 흥, . . . , . . . . . . 트, 확한 . , . , ( , ) . , . - [협]
         see also [""]
  • 새싹교실/2011/學高/5회차 . . . . 860 matches
         [/2011/學高]
         = =
          *
          * bitwise operation 행하
          * ,
         == ==
         = 2011 4 4 =
         == : 하 ==
         === (fact) ===
          * assignment operator: ==
          * arithmetic operator( )
          * increment/decrement, postfix/prefix: . ( ~~~~ )
         === (feeling/finds) ===
          * . .
         == 학: ==
         === (fact) ===
         operator() .
         -expression statements
         -assignment operater (=) .
         -increment operator ++i expression , i++ 1
  • TabletPC . . . . 859 matches
          PC XP . . 화 XP UI 한 펜 . 태 PC PC 합한 . 향 , 험회 . 테크 한 태 PC MS PC .
          '' 트 2001 12 ''' 2001 ''' ''
         태 퓨팅 환 . 태 ...... -- [""]
         TabletPC MS . PostPC 한 토 .. --["neocoin"]
         MS 'MS ' . . (TabletPC / . --;) groove TabletPC .. .. (PDA ..)
          PDA . . --a --
          Groove ? --
          http://groove.net . P2P . 화, 화, , , . . -- [[BR]]
          , P2P --
          .. --
          택할. --[""]
         []
  • 호너의법칙 . . . . 857 matches
         === 호 ===
          :
         }}}
          환하 (Horner) .
         호 .
         === ===
          * , .
          * .
          * A(x) .
          * 파 .
          X .
         === ===
          || || || || ||
          || [태] || C/C++ || || [호/태] ||
          || [] || C/C++ || || [호/] ||
          || 태훈([트]) || C || || [호/태훈zyint] ||
          || || java || || [호/] ||
         === ===
         ...... 해하 ...
         . Function Value a(x)?? ( ?)
  • 정모/2005.1.3 . . . . 856 matches
         = =
         2005 1 3 5.
          ... 2005 .
         = =
         [트]
         = =
         [한] . -_-ㅋ;;
          *
          * 함. . [] 2 .
          *
          * (??) . .
          * [?
          * , JAVA .( -_-^ )
          * [] ?? . // ;;
          * [한] PDA .
          * [] 형 . ''키 한 !!''
          * .
          * .
          * ''' 2 , 17. ProjectEazy (Natural Language) '''
          [/2005.1.17]
  • JTDStudy/첫번째과제/원명 . . . . 855 matches
         = =
         = =
          * int 3 -0-;; - []
         = =
          . . , . 행학 JUnit , http://junit.org [http://www.devx.com/Java/Article/31983/0/page/2 ] .
          ... ;;
          * Test-Driven Development , Java ㅠㅠ. TDD . ㅎㅎ -[]
          * 트 합. TDD . '''TDD .''' Refactoring Regression Test JUnit .--NeoCoin
          * , TDD 히 하 . TDD , . ㅋ -[]
         == ==
          팅하 .
         // ..
         //..
         setCorrectNumber 하 compare ,
         //
         readability typecasting (Java Language Specification . 해 typecasting .)
          ,
          throw new IndexOutOfBoundsException("pos 1 .");
         해 , Test .
         
  • 새싹교실/2012/앞부분만본반 . . . . 855 matches
         = =
         ||||3/17||3/18||3/20||
         |||| ○ || ○ || ○ ||
         ||희환|| ○ || ○ || ||
         |||| ○ || ○ || ○ ||
         = =
         == 1회 - 3/17(Linear Algebra) ==
         Linear Algebra
         1 Linear Equations in Linear Algebra
         Linear Equations Matrices ,
         Linear System -> Linear Equation
         variable,coefficient,constant .
          Linear System
          하학
         2 -> 한
         3 ->
          .
         2 -> consistent
         ) A L.S is consistent <-> A L.S has a solution
         (exactly one solution -> Only 함 )
  • iruril . . . . 852 matches
          * :
          * 학 : 03
          * : 010-4408-0930
          * MSN : liruril hotmail
          * : (형, , , , 홈페 - ..)
          * : 大王,, , 판, , 포, , ,
          , 행... .. 포토.... , , .. ~
          - , , , ~*
          * 홈페 : [http://iruril.wo.to] - ocu 홈페 활 -_-;
         == 획 ==
          * - (new!!) !
          * 학
          * !~
         == ==
         === ===
          * []
          * []
         === ===
          || || || ||
          || 획 - || || ||
  • 기억 . . . . 851 matches
         [""]
         === ===
          1.
          * : , .
          * : , .
          1. Atkinson-Shiffrin
          Upload:Atkinson-Shiffrin형.gif
          a. : , 한, (1-4) 하 , .
          험 ( Speling, 1960)
          . 4,5 .
          Upload:_Speling_험.gif
          a. (Short-Term Memory)
          . , . .
          1. , ()하
          1. .
          * Miller(1956) 7+-2 , 5~9 , magic number 7. .
          * chunking() magic number . tree , .
          Upload:_Miller.gif
          1. ( successive scanning ) .( )
          * Sternberg(1966 ) : 포함, 한 항 40msec .
  • 음계연습하기 . . . . 849 matches
          ''' '''
          (etude-) . [[HTML(<FONT COLOR=BLUE> .</FONT>)]] [[HTML(<FONT COLOR=BLUE> .</FONT>)]]
          . . . 확하 , . [[HTML(<FONT COLOR=RED> . </FONT>)]]
          (etude-) 히 해 (Craftsman) ?
          .
         (Ericsson) (expertise) (see also http://www.vocationalpsychology.com/expertise.htm ). , (확히 deliberate practice) . 하 . . , 통해 .
          '하' '' . . ? :) --[]
         [] , 하 , . --[]
          . . , . --[]
         []
  • HelpOnTables . . . . 847 matches
         === 테 ===
         테 "`||`" . `||` `||` , `||` . `||` `||||` .
          ||테 ||1||2||
          ||1|||| ||
          ||2|| || ||
         ''''''
          ||테 ||1||2||
          ||1|||| ||
          ||2|| || ||
          HelpOnEditing .
         === 테 ===
         테 . . . 해 {{{<...>}}} 형태 `||` .
         테 :
          * {{{<|2>}}}: (rowspan)
          * {{{<#XXXXXX>}}}:
          황한 HTML . (HTML .). . 히 테 {{{||<tablewidth="100%">...||}}} `||` , {{{||<rowbgcolor="#FFFFE0">...||}}} . , 테 , 해 {{{table}}} {{{row}}} .
         /!\ rowbgcolor .
         === ===
         ||||||<tablewidth="50%" align="center">''''''||
         || 1||2||cell 3||
  • 똥배짱 . . . . 846 matches
         
         []
         1 .
         2 .
         
         []허투 .
         [] . . . . , . , . . 하 . [] . , . 할테 . .
          , . [] ? ?
         [] . . , . 편, , , . [] 통하 . [] , 행 . , [] .
  • 타도코코아CppStudy/0731 . . . . 840 matches
         || || ||
         || [CppStudy/0728] || [CppStudy/0804] ||
         == ==
          * []
          * [희]
          * []
         == ==
          . . --[]
          . .
          , , ?
          *
          *
          * 화
          *
          . .
          with vector
         ( 포함)
         === DC 해 ===
          * DC . MFC DC 핑하 CDC . CDC . . 형, . 한 행 CDC . . .
         == ==
  • 위키설명회 . . . . 839 matches
         []
         SeeAlso [회2005]
         SeeAlso [회2006]
          * :
          * : AnswerMe .
          * : 7
          * : 5 10 6:00 ~ 7 :30
         == ==
         == ==
          *
          *
          * CSS
          * 페
          * 페 1 : EditText ->
          * 템플 : HomepageTemplate
          * 페
          * 페 - EditText( -> )
          * 페 - 파
          * 키 항해하
          *
  • 일정잡기 . . . . 839 matches
         = =
         == 효 ==
          * / , . .
          * ~~한~~(하 ) 3.
          1. / .
          1. / .
          1. .
          * 3학 K . K 5 MT . K 1 MT . 1 1 2. 1 , MT , 활(5/3~5/6) 해(5/16) (5/22~5/24) . 2 , MT 1 , 해 MT .
          * , 3 . 3학 , 6 .
          * 1,2,3 , C L 2012 C . 해 학 , . , 파토 .
          * 해 ZP회 획하 .
         []
  • 수학의정석 . . . . 837 matches
          : . ( )
          : . . 한 페 .
          : 3 , , 탈퇴 . ( .)
          (통, 1, 2) 6 , 7 . (1환,, )
          SOURCE : . 포함하.
          .
          한 행 .
          CPU_CLOCKS : (CPU CLOCK . .)
          UPDATE : ○ .
          한 UPDATE .
          -> ||||Source(포함)||CPU_CLOCKS||UPDATE 1||UPDATE 2||
         P.S : GCC .
          . .
         ||(통)||||
         ||[/]|| .||
         ||(1)||||
         ||[/행]||행 .||
         ||(2)||||
         ||[/]|| .||
         // CPU_CLOCKS .
  • CVS . . . . 835 matches
         Concurrent Versions System. 툴. Source Repository . 활 http://sourceforge.net .
         == ==
         === ===
          * http://network.hanbitbook.co.kr/view_news.htm?serial=298 - CVS .
          * http://network.hanbitbook.co.kr/view_news.htm?serial=299 - CVS . tag, branch .
         === 튜토 ===
          * http://www.comp.nus.edu.sg/~cs3215/tools/cvs.html - . !
         === ===
          * http://cvsbook.red-bean.com/ CVS
          * http://www.chonga.pe.kr/document/programming/cvs/index.php 해 한 한 Reference
          * [TortoiseCVS] - CVS
          * http://www.componentsoftware.com/ :RCS
         view cvs Python CGI , . .!
          . install script , CGI , viewcvs.conf CVS ROOT .
          ZeroPage CVSROOT /home/CVS viewcvs.conf . ( Development . root ',' .
          * ZeroPage CVS . http://zeropage.org/viewcvs/cgi/viewcvs.cgi ZeroPage 홈페 . viewcvs . CVS Client Windows 플 [TortoiseCVS]( '' .) ! 탐 .
          * ZeroPage CVS (["neocoin"]) 홈페
          * ZeroPage CVS '''cvs_reader''' '''asdf''' .
         |||| Tutorial . ||
         || ["CVS/CVSForLocal"] || WinCVS , CVS , Local . ||
  • Curl . . . . 834 matches
         Curl MIT( 학) Web . 행하 ·클 . Curl .
         , Web . Web , BtoB( ) BtoC( ) Web .
         한편, Web 화하 . . Web Web , , , .
          Ajax, Flex(MacromediaFlash) . ? --[1002]
          Ajax Gmail ... curl ? activex .. disconnect connect .(ajax jscript+dhtml .;;) runtime . runtime . - [eternalbleu]
  • HelpMiscellaneous . . . . 834 matches
         == ==
         === [[]] ===
         [[]] 페 http://kldp.net/projects/moniwiki 통해 .
         === ===
         MoniWikiFaq / MoniWikiFaq2 FAQ . http://kldp.net/projects/moniwiki 통해 .
         == ==
         === ===
         BackupScripts . `php` `GNU tar` .
         === 트 ===
         UpgradeScript , . , `diff, patch, GNU tar` 행파 .
         === PageAlias ===
          .
         히 페 ,
          한 페 .
         키 1.1.5 !HongGilDong {{{#title 홍}}} . {{{#alias 홍 ,홍 }}} , .
         히 한 , 키 1.1.5 .
          URL fix해 . {{{http://foobar.org}}} {{{http://foobar.com}}} UrlMappings URL fix할 . .
         
          크하
         페
  • 정모/2005.4.4 . . . . 832 matches
         == ==
          * 2005.04.04 6
          * 4353
         == ==
          : 협, [택, , 호, 하, , , , , , 혁, , , , , 한,
          : . 41
         == ==
         [05]
         
         [트]
          학회 ..
         [SharedSourceProgram]
         []
         == ==
          * [05]
          * c [], c [한], , 팩토 []
          * , 행해 .
          * [협], [택], [], [] [05]...
          * 풍||
          * 한하 , ...
  • 정모/2005.2.2 . . . . 830 matches
         = /2005.2.2 =
         == ==
         , , , 하, 한, 황, , , , 10.
         == ==
          * 학 PC PC 탕화 .
          -->
          * .
          || || 5 ||
          || || 25 ||
          || 회(+) || 10 + 회||
          || C++ || 1 ||
          || 합 || 41 ||
          , Joint
          함.
          * ?
          --> 해 4 . .
          * ,
          --> (2 12) .--; .
          * --> 3( 포함)
          * .
  • 포지셔닝 . . . . 830 matches
         = 포 =
         == ==
          * . . ' ' . '핵 ' , . . 효 ( ) 포 , , '틈' . , , .( , , . ). [학] . 팅 해. () . ( )
          * . .
         []
  • 3rdPCinCAUCSE/ProblemA . . . . 829 matches
         A : . : omok.c or omok.cpp
          . 19 19 1, 2, ... 19 1, 2, ... 19 .
          . , . , . 하, .
          , , 흰 . , .
         === ===
          . T(10 하) . T . 19 . 19 , 1, 흰 2, 0, .
         === ===
          . T . 1, 흰 2, 0 . , ( , ) . . T .
         === ===
         2 // 테
         === ===
         1 3 2 // 흑. 3,2
         0 //
         []
  • CauGlobal/Episode . . . . 828 matches
         == 항 ==
          , . .
         항 ( ), 한 티 . 한, .
         2001 . 크푸 , ㅚㅆ. , (?) , (!) 한항 , .
          . JAL . 한 표 . , ' ?' 하 . , 해하 .
         , . .
          1. . (투 )
          1. . , WAIT .
          1. 통해 OK 'union of ' .
          1. . , JAL 항 , -> WAIT , LA -> .
         하 , . 통해 , . . :)
  • ShellSort . . . . 828 matches
         [http://online-judge.uva.es/p/v101/10152.html ]
         :B(A,B,C), :통(,통,), :2(1~4)
          (King Yertle) . .
          .
          K . n n . . 한테 80 , , , , ('.') . n . 확하 2n+1 . (n) 200 .
          해 한 . . .
          .
         === ===
          || || || || ||
          || [] || C++ || 2 || [ShellSort/] ||
         === ===
         []
  • 윤종하/지뢰찾기 . . . . 828 matches
         /* mine.c: (TUI)
         : win32 console program
         : C
         :
          : 2010 12 24
         1 : 2010 12 29*/
         typedef struct cell//1 포함
          int iNumOfMine;//
          /* */
          printf("********** **********\n");
          printf("********** 크 *********\n");
          /*map */
          if(argc==4){//argument
          else{//argument
          printf(" ( ): ");
          map=(CELL**)malloc(sizeof(CELL)*size.Y);//1
          map[i]=(CELL*)malloc(sizeof(CELL)*size.X);//2
          for(j=0;j<size.X;j++) initialize_cell(&map[i][j]);//
          if(argc==4) iNumOfMine=atoi(argv[3]);////argument
          printf(" : ");
  • 새싹교실/2013/양반/1회차 . . . . 826 matches
          * 3 20 2 행.
         = 크 =
         ||||||
         |||| o ||
         ||훈|| o ||
         |||| o ||
         = =
         == 획 ==
          * , ,
          * . -> Fail
          * printf, scanf,
         == ==
          * [http://soenlab.com/lecture/ccpp/cpp1/3-1-1.htm ]
          * [http://soenlab.com/lecture/ccpp/cpp1/3-1-2.htm ]
         == ==
         == ==
         == ==
          * , ,
          , . 행하 .
          * . -> Fail
  • 졸업논문/결론 . . . . 826 matches
          , django 화하 . , python . , , , 화하. SQL .
          . , . , .
         RoR django , 한 표 . Ruby python , 포함한. , ruby python .
         2.0 . 플 . 2.0 , . 하 . , , . Django .
         []
  • GoodExams . . . . 825 matches
         트하 , 트하 .
          . 하 "" . , .
         " 8 " . 하 . . , , , .
         " " . . 하 , . , 학 , . 학 히 해 . "" , " , " .
          , , , 학 . 학 , 해하 . , .
         --
         See Also NoSmok:
         [""]
  • PrimaryArithmetic/1002 . . . . 825 matches
         === ===
          . . .
          .
         하, , .
          .
         === 1 ===
          , carry . list . carry . , .
         .. , . integer . . , .
         === 2 ===
          '.. ?' . .
          트 3 . , . , 한 테 .
          * - 1234 + 123
          * 103 + 597 (, 0+9 1+9 carry )
         carry . carry . green bar .
         , testToList . '10 ' .
         히 테. . .
          , 테 . main 팩토.
          함.
          . .
          , . .
  • 아동언어습득이론 . . . . 823 matches
         = 행 =
         
         
          , ,
         
         
          통해
         
         
         
         
         = =
         
          (LAD)
         
          - , , ,
          -
         = =
         == () ==
          === ===
  • MockObjects . . . . 821 matches
         UnitTest .
          . 통 MockObject ( ''. ^^; Mock Java .) . 테 . Test .
          . --; 해하 .
          1) , . , . MockObject .
          '' ?''[[BR]]
          -> MockObjects . (TestFirstProgramming Test Code .)
          2) Datatbase UnitTest, DB Connection 한 MockObject DB Connection DB Connection . 해 MockObject Test .
         === ===
         MockObject . MockObject .
          UnitTest . , 해.
         === ? ===
          MockObjects Java .
          framework .
         || Class Name || 할 ||
         || MockObject || Mock Object . Mock Object MockObject . ||
         || Expectation || '' Mock Object 한 클. MockObject Expectation 클 . ||
         || ExpectationCounter || 해 트 하 ||
         || ExpectationList || List ||
         || ExpectationSet || . Dictionary , flag check ||
         || ExpectationMap || Key : Value. Map ||
  • MatrixAndQuaternionsFaq . . . . 820 matches
          .
          . . ㅋㅋ
          tp . .. .
          .. -_-;
         .. ?? -_-
         - 해
         ''' 4x4 3x3 행 rotation scale ..
          .. rotation . translation .
         .. .
         3 .. 흠.. ?? -_-? ㅋㅋ; '''
         '''..ㅋㅋ;;'''
         '''..'''
         '''통 플 16 struct {float m11, m12, m13, m14, m21..., m43, m44} '''
         ''' .. -_-;; 해.. '''
         ''' Introduction .
          .. Gl -> 한 행 .
         x 3, y 행, z .. 1000 0100 0010 0001
          x,y,z ?
          Basic . ? 한 . 크하하 (..);;;'''
         '''행 . i=j . ?? ^^;;;
  • WeightsAndMeasures . . . . 819 matches
         [http://online-judge.uva.es/p/v101/10154.html ]
         === ===
         :C(A,B,C), :통(,통,), :3(1~4)
         (Mack) (Yertle) (王座) . . 5,607 . .
          , 한 . , . . 300g 1,000g 700g . 5,607.
          , .
         === ===
         || || || || ||
         || || Python || 52 || [WeightsAndMeasures/] ||
         || 황 || Python || 2+? || [WeightsAndMeasures/황] ||
         || || C++ || . || [WeightsAndMeasures/] ||
         || || C++ || 3 || [WeightsAndMeasures/] ||
         === ===
         테 . python 함...=,= C++ . --
          테 . Java standard input URL트 하 . . --JuNe
          ? --
          . 해 --
         헉! --
          - Yertle ( 함) , 한 . 10 . Mack .
         === 2 ===
  • 데블스캠프2004 . . . . 818 matches
         [[HTML(<center>)]][2004/][[BR]]'''험, , , , ZP '''[[HTML(</center>)]]
         == (Schedule) ==
          * : 2004 6 21()~ 25() 9 6
          * ''' : 5 () ( 7 ) '''
          === ===
          [2004/획] -
          [2004/]
          [2004/화]
          [2004/]
          [2004/]
          [2004/]
         == ==
         ''' / . SeeAlso [2004/]
          , .'''
          [2004/]
          [2004/화]
          [2004/]
          [2004/]
          [2004/]
         == 크 (Link to Devils Camp) ==
  • 정모/2004.04.27 . . . . 818 matches
          : 4 27
          : 524~6 26
          : ->
          : [] . .
         == ==
          || 03 || 환 ||
         == 회 ==
          * : 3(5:24~5:27)
         == ==
          * : 39(5:27~6:08)
          * 행 : . 트, , .
          * 행 : 5 10 6~8
          * 행 : 7 -> [희]
          * :
          * 홍
          * 판 : [] 함(04 )
          * 03학 :
         == [PC] ==
          * : 5(6:08~6:13)
          * (5 1)
  • 2dInDirect3d/Chapter2 . . . . 817 matches
         
          * IDirect3dDevice8
          * Viewport
          * Viewport
          * 화 Present하
          * () Present 파
          == IDirect3DDevice ==
          IDirect3D . . IDirect3D .
          UINT Adapter, // 호, D3DADAPTER_DEFAULT
          D3DDEVTYPE DeviceType, // , D3DDEVTYPE_HAL
          HWND hFocusWindow, // HWND .
          1. D3D_OK .
          2. BehaviorFlag . D3DCREATE_HARDWARE_VERTEXPROCESSING, D3DCREATE_MIXED_VERTEXPROCESSING, D3DCREATE_SOFTWARE_VERTEXPROCESSING . ( .) SOFTWARE .
          3. pPresentationParameters D3DPRESENT_PARAMERTERS. Device 형태 .
          4. .
          5. !! '''Release()'''함 .
          == Viewport 팅 =
          포트 . 포트 .
          1. D3D_OK .
          2. D3DVIEWPORT8 .
  • DPSCChapter2 . . . . 815 matches
         ( . --;;;)
          한 패 포함 . GoF 해하 "Huh?" "Aha!" . . 3 : MegaCorp 험회 Smalltalk 3 . Don (OOP ) Jane (OOP Pattern ) . Don Jane , . , design , Smalltalk . design pattern 한 해 .
          cubicle (.. 파티클 . a small room that is made by separating off part of a larger room) Don . cubicle 핑하 .
         Jane~ ? , .
         . ?
          탁하 -. ( .. . , . --;) . , , 해해 .
         . .
         Data Entry. 한 form health claims . id , Paper claims OCR () form field .
         Validation. form . 해 reject, .
  • 정모/2007.1.6 . . . . 815 matches
          == [/2007.1.6] ==
          === 회 ===
          ==== ====
         Q. , ?
         A. - 행하 .
          - .
          - .
         Q. '학회/' ?
         A. - 1학 , 2학 행하.
          - , .
          - .
         Q. ?
         A. - , , .
          - ZP .
          - , 통해 .
         Q. ?
         A. - 해 회 .
          - 학회 .
          - .
         Q. ' .'
  • 2dInDirect3d/Chapter3 . . . . 814 matches
          3표!!
          * Direct3D 해한.
          * 한 vertex형태 해한.
          * Transformed Untransformed .
          * .
          * .
          == Direct3D ==
          D3D " D3D ?" , . Z-Buffer, , , , 텍, . . . Geometry Transformation Polygon Rendering. D3D . , .
          == Vertex ==
          , D3D 편한 . .
          ''flexible vertex format'' FVF. .
         position : , .
         Blending weights :
         Vertex point size : (포 .)
          .
          CUSTOM_VERTEX , CustomVertex .
          RHW '''표 W ''' . . . 4 .(??)
          W 편하.[[BR]]
          3 , x,y,z . .
          RHW . ( .)
  • PrimaryArithmetic/sun . . . . 814 matches
         == 향 ==
          . , .
         , . (, , 편한 .)
         == ==
          , .
         테 (NumberGeneratorTest.java)
          {{{~cpp testNoNumber}}} . , 트 통 . ''' ''' . :) ''see [http://jania.pe.kr/wiki/jwiki/moin.cgi/NowOrNever NowOrNever]''
          (NumberGenerator.java)
          if( number < 0 ) throw new ArithmeticException( "0 : " + number );
          , 한 패 , 테
         테 (PrimaryArithmeticTest.java)
         (, 하 . 흑흑)
         테 (PrimaryArithmetic.java)
         == ==
          (PrimaryArithmeticApp.java)
         == ( ) ==
          , 1 msn . msn . 화 해, ' ' , 휴 .
         , , . (, ' ' )
  • 정모/2013.1.29 . . . . 810 matches
         = 2013.1.29 =
          * : [환], [], [], [], [], [], [], [], [혜], [], []
          * [] 회 .
          * :
          * [] 학 ' ?'
          * : [환]
         == ==
          * (2/5) .
         == ==
         === pc ===
          * 2 12 .
         === 회 ===
          * 1: .
          * 2: .
          * 3: .( .)
          * : .
         === ===
          * ''' /'''
          * , .
         === & ===
  • HelpOnConfiguration . . . . 809 matches
         MoniWiki `config.php` . config.php MoniWiki 해 `include` PHP include_path . MoniWiki config.php .
         == ==
          PATH . PATH . config.php `$path` .
          * VimProcessor CodeColoringProcessor
         {{{RCS}}} {{{RCS}}} 통해 . [[MoniWikiRCS]] 페 .
          rcs rcs . {{{moniwiki}}}
          {{{bin}}} {{{rcs}}} 행파([[MoniWikiRCS]] 페 ) {{{moniwiki/bin}}}
         {{{$path}}} {{{./bin}}} .
         $path='/usr/bin:/bin:/usr/local/bin:./bin'; # 행파 + ./bin
         
         $path='/usr/bin:/bin:/usr/local/bin:/home/to_your_public_html/moniwiki/bin'; # 행파 + bin full path
          gvim . {{{$path}}} , `config.php` .
         == Security ==
         config.php `$security_class="needtologin";` 키 페 . , .
         == ( ) ==
          (FrontPage) config.php .
          , .
          * $logo_string $logo_img
         $logo_img , $logo_string 통해 .
         /!\ wiki.php WikiDB 클 , , config.php .
  • StaticInitializer . . . . 809 matches
         [Java] 'Class Variable' 'Class Method' , 해 Class Static Variable Static Method .
         Static Initializer 팅하 .
          // 해 Code.. x = 10; y=30; ....
          StaticInitializer . , 히 Test MockObject StaticInitializer . Mock 환하 StaticInitialzer 환할 .
         StaticInitialzer 환하 ( Class Variable ) 해 . 하, DB File ( File Logger ) 화하 . Class DB, File . Mock 환하 StaticInitializer '환' .
          , StaticInitializer Method , . (, 2 .)
          Static , Focus Global 해 한 Bad Smell . Static Variable . --[1002]
          , final static ? Mock ? --NeoCoin
          Mock StaticInitializer . StaticInitializer , Side-Effect . --[1002]
          한 StaticInitializer Logging . 통 Logging , Logging CopyAndPaste . Logging Property(해 한 환) 한 Dependency . . --[1002]
  • 레밍즈프로젝트/이승한 . . . . 809 matches
         [트]
         = =
         [트/호]
         [트/하]
         = =
         == 11 18 ==
         6
         stdafx include .
          Array >> .
         output ConsoleCoutput .
          .
         == 11 19 ==
         6 .
         .
         getmetry.rectangle . .
         getmetry.insert, insertCpyPixel, deletePixel .
         ActionManager
          . .
         == 11 20 ==
          : Clemming class, CactionManager, ClemmingList, Cgame 테팅. CmyDouBuffDC, CmyAnimation . 8-9.
  • 벌이와수요 . . . . 809 matches
         
         ' '
          ,
          , , ?
          . -[Leonardong]
          . . , . IT -- IT ?
          IT IT , ( ) IT .
         IT 한 환 . , 175, 141 .
         , 345. IT . 하, . . , , ""(profession) , ( ).
         , , , . , 히 IT 30 .
  • AdvertiseZeropage . . . . 808 matches
          ZeroPage . ZeroPage ZeroPage .
         == ? ==
          * WikiWiki Seminar Seminar
          - 키 페
          * WikiWiki Seminar . --[Leonardong]
          *
          *
          *
         == ==
          * 학회 히 한. ( ZeroPage )
          * ZeroPage ? , ?--[Leonardong]
          - ' . That's all.' . ZeroPage.. ' ' .? - [택]
         == ==
          *
          * ()
          * ()
          * () 통한
          * ()
          * ()
          - []
  • 회원 . . . . 808 matches
          * ZeroPage , , 활 한 페.
          * .(14/1/12) -[]
          * .. . 히 (학 + 10 != ) ... - []
         == ==
         == ==
          * 16 - [], [], [희], []
          * 17 - [], [], []
          * 18 - [], [], [], [], [], []
          * 19 - [], [], [], [환], []
          * 20 - [하], [호], [], [황], []
          * 21 - [], [], [], [], []
          * 22 - [], [], [], [], [], [환], [], [형], [태헌], [], [], [], [희]
          * 23 - [], [], [], [], [], [형], [], [훈], [], [], [], [], [], [], [], [형], [], [], [태헌], []
          * 24 - [], [홍], []. [혁]. [], [], [], [훈], [], [], [헌], [혁], [], [환], [], [], [], [], [], []
          * 25 - [], [황], [], [], [15], [], [헌], [], [황], [호]
          * 28 - [하]
         === 활 ===
          * 16 - [], [], []
          * 17 - [], [], []
          * 18 - [], [], [], [], []
  • TCP/IP_IllustratedVol1 . . . . 807 matches
         W. Richard Stevens , 'The Protocols' .
          * 名著 , network , ( .) .
          * "'''''The word illustrated distinguishes this bool from its may rivals.'''''" . .
         == ==
          * 00 훈 ["zennith"]
          * 00 ["fnwinter"]
          * 01 [""]
         == ==
          * 해. 해. -zennith
         == ==
          * 한 행한.
          * , .
         == ==
          * 해한.
          * , .
         = =
          * . .. . .. strict management . . ''. -zennith.
          * ! 한 ...히 하! 10!~ -- --
          * Comer "INTERNETWORKING with TCP/IP Vol.1 : PRINCIPLES, PROTOCOLS, AND ARCHITECTURES" . -zennith.
          * .. -_-.. . ? ? -zennith
  • 타도코코아CppStudy/0724 . . . . 805 matches
         || || ||
         || [CppStudy/0721] || [CppStudy/0728] ||
         == ==
          * 향, 클,
          SeeAlso) [CppStudy/0724/표_향]
          *
          SeeAlso) [ScheduledWalk/]
          *
          * !
          * .
         == - . ==
          . ?
         || || 학 || 학 || 평 ||
         || 파 형 || || || ||
         || 크 || || || ||
         || () || || || ||
         || 1900 || || || ||
         || 8 || || || ||
         == 표 ==
          * (폴) : [희]
  • ClassifyByAnagram/인수 . . . . 804 matches
         = 1st =
          * , 키 , 키 <, > Pair Pair .(--; )
          * , n, m, Pair Θ(mn) . map Θ(n) .
          * map 회하, 한 anagram .( .)
          * . Θ(n*n) .
          * ... . Θ(n*n) .
         = 1st =
          * .
          * 2 .
          * --; 3 --; 10 ..--; 5 ..--;
         = 2nd =
          * key : 한 map , value : string list. .
          * 1st .. 90 .
          * , n, m, : Θ(mn), : Θ(n) m n 훠~~~~~ . Θ(n) ?--; .
         = 2nd =
          * .
          * 1(2) . . 10 ..--; 10 .
          * 10(2) . --; 파
          * 화 . "~~~ inputed!" 10 , 1 .
          * list vector 6.2 .
  • Java/ModeSelectionPerformanceTest . . . . 804 matches
         Servlet , Switch - Case & .
          .
          . 하, 한편
         Seminar:WhySwitchStatementsAreBadSmell ? .. ' mode Switch-Statement . .' . . .
         한편 , switch mode string parameter . mode method , mode string , if-else . , ? . (, 한해) GotoStatementConsideredHarmful.
         === - Method reflection ===
          : MODE doXXX 행하 . , 해 Mode .
          : Method Reflection & Invoke .; .
         === . . Table Lookup. ===
          * User: Administrator Date: 2003. 7. 12. Time: 12:48:38
          10.
         === . Inner Class 해 Command Pattern . ===
          * User: Administrator Date: 2003. 7. 12. Time: 12:57:7
          initModeMap Mode . Method Reflection .
         === - interface & reflection ===
          initModeMap reflection .
          * User: Administrator Date: 2003. 7. 12. Time: 1:2:16
          Mode Ex''ModeName'' . Mode . Reflection table lookup Mode . map . .
          한 runner class.
          평 :
  • 정모/2012.1.13 . . . . 804 matches
          * : [], [혜], [], [], [], [], []
          * [] 학 LTE Wibro ()
          * : [] 학
         == 회 ==
          * 18 .
         == 회 ==
          * [http://zeropage.org/regulation 회 ] .
         == ==
          * : , , ,
          *
          * 투표하 홈페 ''' 투표'''.
         == ==
          * [OOP/2012] - , , ,
          * [2012] - 5
          * Spring - ,
          * [iPhoneProgramming/2012트] - Apple .
         == ==
          * OMS . LTE . . ... .... - []
          * ... .. -[]
          * Wibro LTE... 100MB - WiFi .ㅋㅋ OMS.. .. -[]
  • ProjectPrometheus/EngineeringTask . . . . 803 matches
         1 ( UI, Spider)
          * . Search Keyword type Simple Search Search Keyword Type Advanced Search .
         || Protocol || ○ ||
         || . HTML || ○ ||
         || HTML Parsing Object 환 || ○ ||
         || CGI Get/Post || ○ ||
         || CGI HTML 환 || ○ ||
         || Object HTML . || ○ ||
         || HTML (Spider) || ○ ||
         || Book Search Acceptance Test || ○ ||
         || || ○ ||
         || ViewBook Linker (and register as a service) ||
          * , (Review) .
         || || ○ ||
         || DB 한 Total Point , BookList ||
          * . , 한 (amazon, wowbook, yes24 ) Link .
         || WEB ViewBook Page Parsing, ViewBook ||
         || ViewBook JSP Page . Servlet Service ||
         || ISBN 한 Linker ( : ISBN DB ) ||
          * , . (heavy view), . (light view)
  • 데블스캠프2010 . . . . 803 matches
         = 2010 =
          * : 2010 6 22(화) ~ 6 26(토)
          * : 1 ~ 10
          * : 4 Time || 1 ~ 3 || 3 ~ 5 || (5 ~ 6) || 6 ~ 8 || 8 ~ 10 ||
         = 황 =
          || 호 || || || ||
          || 1 || || Prolog || 토 ||
          || 2 || || C++0x (PHP ) || ... ||
          || 3 || || Javascript + DHTML || 화, ||
          || 4 || 혁 || SDL || ||
          || 5 || || ZeroZip , OMOK || ||
          || 6 || 한 || list, socket 통 openCV || 24 ||
          || 7 || || || 22 4 ||
          || 8 || 태 || Python || ??? ||
          || 9 || || 화 || 화, 8~10 ~ ...||
          || 10 || || Eight Queen (Pair Programming) || ||
          || 11 || || PP, PHP || ??? ||
          || 12 || || Factorize || ??? ||
          || 13 || || 학 || 2~4 ||
          || 14 || || || 8~10 ||
  • ReleaseDebugBuildStartGo의관계 . . . . 802 matches
         VC++ 통합환 , Build->Start(CTRL+F5) Debug->Go(F5) .
         F5 IDE(통합환) (Soft-ice) , . .
          , CTRL-F5 IDE (fork)하 . , 행할 .
          행환 . " 화". , , . () .
          , Start(CTRL+F5) 행할 b Go(F5) 행할 b 크하 . Start b false , Go b true . Start 0 , Go 0 팅한 . ( bool false VC6 0. VC7 false )
          한, ? Start Go b true. .
          1. F5 , 0 .
          2. CTRL-F5 , 0 .
          / , . .
          - ?
          - (member-wise assignment) ?
          - ?
          - 화하 ?( )
  • 새싹교실/2012/새싹교실강사교육/4주차 . . . . 802 matches
         4: 한
         - , , 함, , 포, + File I/O -
          !
         1. Wiki Ice breaking .
         2.
         3. 파 통한
         1. ?
          '파' .
         파 , 해해.
         파 , 하 . 파, . , . . .
         1.1 행 파 . , 흔히 . BGM, 효, , , .
          1.2 . ? 통해 . . .
         2.
         2.1
          FILE *ftr = fopen("C:\\.txt","w");
          ftr2 = fopen("C:\\.txt","r");
         2.2 통한 파
          printf(" !\n");
          : C:\5.png C:\copy\5.png ~! 함.
         3. KeyWord ( )
  • 정모/2004.11.16 . . . . 802 matches
         = =
         == 트 ==
          * .
          * 표하 , 판, .
          * ??
          * 편한 .
          *
          : 한 해, . , .
          : .
          .: ??
          표형 . : ?? .
          *
          - .
          -
          - 히 하
          *
          -
          -
          - :
          * -> , ,
  • CollectiveOwnership . . . . 800 matches
         
          . , ( ) ?
          , . , 클 . , .
          (?) .
         Wiki:RefactorLowHangingFruit . ( 화해 ). , 5 . , , . {{{~cpp formatText(String data)}}} {{{~cpp formatText(String data,boolean shouldBeVeryFancy)}}} , {{{~cpp fancibleFormatText}}} , {{{~cpp formatText}}} {{{~cpp fancibleFormatText(data,false)}}} . {{{~cpp formatText}}} . {{{~cpp fancibleFormatText}}} {{{~cpp formatText}}} rename method 팩토. 하 , , 화할 (OAOO). IDE 팩토 , 통한 (replace) , 해 . 화 테 .
          / ?
          팩토 , . 팩토. 험한 . see also Wiki:RefactoringLegacyCode
  • 강소현 . . . . 800 matches
         = 2012 =
          * 휴학 ㅠ.ㅠ
         = 2011 =
          * [2011]
          * [/2011/]
         
         ▷
          편할 . . 항 . ', ', ' 풍파 . . . .
         ▷ ( ?)
         , - .
          - . . .
          - . 하 편하 . .
         , - . .
          * .. BBBBA ... -[혜]
          * ABABC .. - []
          * ABBAB .. .. - []
          * ㅎㅎ - []
  • [Lovely]boy^_^/영작교정 . . . . 799 matches
          * 한
          *
          *
          *
         = =
         === . ===
          * , , ( --;)
         === David 휘했. ===
          * , (--;),
         === , . ===
          * ... .--;
          * , .
         === ? ===
          * . that .
         === . ===
          * .
         === . ===
          * ..
         === . ===
          * ..
  • 정모/2013.4.8 . . . . 799 matches
         = =
         [],[],[],[],[],
         [],[],[],[],[희],
         [],[],[],[],[],
         [],[환]
          * []학 ?
          * : []
         = =
          * .
          * . ().
          * .
         = =
          * [] 행하 함.
          * [] .
         = =
          * 함.
          * . ??
          * .
          * !
          * / / ?
  • 프로그래밍잔치/첫째날 . . . . 798 matches
          획.
         == ==
          , , , , 협, 훈, , , , , , , ,
         === 8 29() ===
          I. '''ZeroWiki Name Space , 토 향 토 (["페"]) '''
          * ZeroWiki FeedBack .
          * 페 '''''' .
          * ZeroWiki 1 .
          * , .
          * '''Think Difference '''
          * Frameworks
          * ? 10 ? , , .
          * '''행'''
          1. .
          * , .
          * . & 해 Thread - Document
         === Language Set (Resource ) ===
          * ["Smalltalk"] - ,
          * Haskell - , , 협,
          * ["Scheme"] - ,
  • 새싹교실/2012/새싹교실강사교육/2주차 . . . . 797 matches
         = 2 =
         2 : Second Impact!
         -, , GCC, , main함, , Data Type, , , -
          ! ( )
         1. Ice Breaking Wiki .
         2. , , . . .
         3. 학
         4. API http://winapi.co.kr -> 2 Q&A
         5. 학 Wiki
         1.
         http://wiki.zeropage.org/wiki.php//2011//4
          트해 + !
         /// !!
         #include<math.h> //Rand
          // , .
          int temp; //
          char select; //
          srand(time(NULL)); //Rand .
          printf(" .\n");
          printf(" : 06 11 태 Target : 11 \n");
  • 졸업논문/서론 . . . . 797 matches
          2.0 (O'Reilly) (MediaLive International) .[1] 2000, 2001 2.0, 2004 10 2.0 통해 . 2.0 , . 플, , , , .
          . 2.0 Adobe Flash/Flex, CSS, XHTML markup Microformats , RSS/Atom , 확하 URLs, 포함한.[2]
          . Ruby on Rails(RoR) 15 .[3] RoR , , .
          python django . RoR django .[4] Django , , 템플, , . 화 해, , , 화하.
          django 화했 . 한 django API . django , .
         []
  • ProjectPrometheus/UserStory . . . . 796 matches
         1 ( UI, Spider)
         || . Search Keyword type Simple Search Search Keyword Type Advanced Search . ||
         || , (Review) . ||
         || . ||
         || , 한 (amazon, wowbook, yes24 ) Link . ||
         2 RS Study (Prototype ) 1.5 (1) ~
         || . ||
         || . ||
         ||Best Book (Rating, ) . ||
         || . ||
         || . ||
         || . ||
         || . ( /) ||
         || . ||
         ||Review / . ||
         || Page 10 . ||
         || 25 . ||
         (7) , , 1
         === Requirement 항 (UserStory 함) ===
         
  • LIB_3 . . . . 795 matches
          .[[BR]]
         
         WAIT SUSPEND FREE 큐 .
         WAIT 한 큐
         SUSPEND ? 태? ?
          FREE 큐 큐..... .[[BR]]
         .. WAIT큐 0 .[[BR]]
         .. ?
          TCB 화 해 .. 화 해.[[BR]]
          트 TCB .[[BR]]
          FREE 큐 ?? ???
          MAIN
          LIB_STACK_INIT(task,Stack); <-------- 화 해.....
          if ( priority < LIB_MIN_PRIORITY || priority > LIB_MAX_PRIORITY ) return; <--------- .
          // Init the TCB by argument <----- 함 ... 화...ok???
          /// .... ...
          <----- ..
          팅 할
          크크 ....
         SUSPEND TASK
  • 고한종/십자가돌리기 . . . . 795 matches
         []
         == ==
         0. .
         //system("cls"); -> .
         // #include<windows.h> .
         // #include<conio.h> clrscr(); C++ . ㅠㅜ
         int scale;// ㅜㅠ
         int i,j; //i 행, j .
         int k,z; // .
         void frame1() //
          if(i==scale && j==2*scale-1){printf("%2.d\n",2*scale+z++);} // () ?
          if(i>j || i+j<2*scale){if(i!=j && i+j!=2*scale){printf(" ");}}//
          if(i>j || i+j<2*scale){if(i!=j && i+j!=2*scale){printf(" ");}}//
          if(i>j || i+j<2*scale){if(i!=j && i+j!=2*scale){printf(" ");}}//
          if(i>j || i+j<2*scale){if(i!=j && i+j!=2*scale){printf(" ");}}//
          ?
         
          -_-;
          printf(" .\n");
          printf("20 .!\n");
  • radiohead4us/Book . . . . 794 matches
         = =
          , , 한 . 한 환 . , . 한 행 '' '' . ( ). , . , . .. 환 . 흑흑 .
          70 .... . . . . 한 , . 학 , 행한. '''give>take''' '''give<take''' . ( )
          . , .. ( , . . !)
          3 ''...!'' 하 . 하 12 .. (, ). . .. ZeroSum .. .. .
  • ErdosNumbers . . . . 793 matches
         [http://online-judge.uva.es/p/v100/10044.html ]
         :B(A,B,C), :(,통,), :2(1~4)
         헝 (Paul Erdos, 1913-1996) 20 . .
         하 행하 . . 1. 1 2.
          .
          . . P N . . .
         P N . .
          해 "Scenario i"(i 호) . . . . "infinity" .
         === ===
         || || || || ||
         || || C++ || 6 || [ErdosNumbers/] ||
         || 황 || Java || 4 || [ErdosNumbers/황] ||
         || 택 || Python || 1 20 || [ErdosNumbers/택] ||
         || || C++ || . || [ErdosNumbers/] ||
         || [태] || C++ || . || [ErdosNumbers/태] ||
         === ===
         Link.. . ... - [택]
         [] [AOI]
  • 덜덜덜 . . . . 793 matches
         ''C .''
          ^-^ ♡
         == ==
          :
          ^^
          ...
          . ㅋ
          ^^;
          . ^^
         for ^^
          :
          해.. ㅠㅠ
         학 히해...
          한테 (^^;)
         !
         == ==
         [http://165.194.17.15/pub/upload/CampusC.zip CampusC] // .
         '''[http://winapi.co.kr/clec/cpp1/cpp1.htm winapi.co.kr C] . '''
          : :) : :(
         ||||MSN||키 페||4/6||4/8||4/12||
  • 육군일반병 . . . . 793 matches
         [""]하 [""] , , ", "하 .
          ?
         JuNe [""] . ( ) . . . . 하 . .
          . . .
          ? . . 하 , , (To Live Better), 화트헤 , . 하 확히 . . "". " 화".
          .
          ( PX "X" ). . .
          , . .
          , 활할 . . 하 활하 . 하, 회 .
  • ReverseAndAdd . . . . 792 matches
         [http://online-judge.uva.es/p/v100/10018.html ]
         :A(A,B,C), :(,통,), :1(1~4)
          . (palindrome, . :eye, madam, ) .
          195 9339 .
          . 하 . 회 196. 하 .
          , 한 횟 .
         테 1,000 , 4,294,967,295 .
          N(0<N<=100) , N .
         N 해 회 , , .
         === ===
          || || || || ||
          || 협 || Python || 60 || [ReverseAndAdd/협] ||
          || || Python || 30 || [ReverseAndAdd/] ||
          || 황 || Python || 50 || [ReverseAndAdd/황] ||
          || || C || ? || [ReverseAndAdd/] ||
          || || C++/Python || 90/20 || [ReverseAndAdd/] ||
          || 환 || C++ || ? || [ReverseAndAdd/환] ||
          || 한 || C++ || 1 40 || [ReverseAndAdd/한] ||
          || || Python || . || [ReverseAndAdd/] ||
          || 태훈 || Python || . || [ReverseAndAdd/태훈] ||
  • 5인용C++스터디/윈도우에그림그리기 . . . . 790 matches
         GDI(Graphics Device Interface) . . Windows GDI Windows GDI , , , 행한.
         DC(Device Context) GDI ''' '''. DC 한 핸 . Windows . GDI 함 Windows .
          * 핸 : .
          / ''' '''.
         == DC 핸 ==
         DC 핸 WM_PAINT BeginPaint EndPaint 호 .
         [ ]
          한 핸.
          ps PAINTSTRUCT 형 . PAINTSTRUCT .
          WinMain UpdateWindow . .
         WM_PAINT BeginPaint 한 호 .
          EndPaint .
          한 핸. PAINTSTRUCT 형 한 포. PAINTSTRUCT .
         WndProc BeginPaint GetClientRect.
          한 핸. RECT형 한 포.
         == ==
          * CreatePen() : 펜 .
          * SelectObject() : CreatePen() .
          * LineTO() : 할.
          * DeleteObject() : CreatePen()함 한 펜 할.
  • TellVsAsk . . . . 790 matches
          : http://www.pragmaticprogrammer.com/ppllc/papers/1998_05.html 'Tell vs Ask'
          ''then than ? .''
          '' . then . than . Thanks.~''
          "Smalltalk by Example" .
         ''' . .'''
         , . , . .
          caller , called object .
          logic , . ( you object client. caller) object object encapsulation .
          . " !" 하, referenced object 흔하.
         exam) Refactoring .
          . Polymorphism .
         하, . object . (, object ) object . , . ( OOP , Object .)
          한 함 .
         (ResponsibilityDrivenDesign) , ( getter ), class 행할 '''command''' .
          () .
         Reference - Smalltalk By Example 'Tell, Don't Ask' (http://www.iam.unibe.ch/~ducasse/WebPages/FreeBooks.html .)
         See also [http://www.owlnet.rice.edu/~comp212/99-fall/handouts/week1/person 향vs향] - ...;; -
  • LUA_5 . . . . 789 matches
         1. 테
          . . 테 . . .
         해
          ["a"] 1 ["a"] . 키 .
          . . HashT2["a"] .
          ? . .
          . insert 하 remove 해 .
         > Fruit[ #Fruit + 1 ] = "grape" -- Fruit + 1 .
          , 히 table.insert(Fruit,"kiwi") 히 할 . table.remove(Fruit,4) 4 .
          table.sort .
         2. 테
          히 테 , .
         >> return { Go = Go } -- local function Go 환하 Car .
         > myCar = Car("SM3") -- Car 통해 테 통해
          . ?
          . setmetatable . metatable .
         3.
          . 테 . .
  • 이영호/미니프로젝트#1 . . . . 788 matches
          행 하.
          2000~3000 .
         // 한 C++ C 3 .
         // 6000~9000 ...
         // C++ C 0.8 .
         // 클 .
          : IRC bot
          : irc . & AI( AI 패) bot
         OS : Linux
          : .
          : Zombie Process System Call .
         1. Client Console IRC Server . -> Main Process
         2. PING -> 1 Child Process
         3. -> 2 Chile Process
          (3 Master -> Private IP .)
         main.c -> IRC Server .
         parse.c -> IRC Server .
         file.c -> 파 Log하 . .
         request.c -> IRC Server PING 한 PONG .
         bot.c -> 한 함.
  • 2010PHP . . . . 787 matches
         = 2010 학 PHP =
          * : []
          * : [], [호], []
          * 3 .
         == 7 ==
          * 14
          *
          * , 5
          * 19
          * ''' .'''
          *
          *
          *
          * , , .
          * .
          * .
          * .
          * 호화 .
          * .
          * .
  • DirectDraw/DDUtil . . . . 785 matches
         = =
         ["TheWarOfGenesis2R"]페 .
         DXSDK .(ㅡ.ㅡa) (Direct Draw Wrapping Class .)
          화하 DX 편하
         DDUtil
         DirectDraw Surface Class
         CDisplay .
         1.
          DirectDraw .
          * hWnd :
          * dwWidth :
          * dwHeight :
          * dwBPP : (8, 16, 24, 32..)
          . 탕화 .
         2. Surface
          .
          .
          .
          * strBMP : .
          * .
  • 3rdPCinCAUCSE/ProblemC . . . . 784 matches
         C : . : ball.c or ball.cpp
          , N . N , 1,2, .... N . ( (N+1)/2) .
          . 한 . M . .
          , N=5 , M=4 .
         1. 2 1 .
         2. 4 3 .
         3. 5 1 .
         4. 4 2 .
          , 확하 , 1 4 . 1 2,4,5 , 4 1,2,3. 2.
         M .
         === ===
          . T(10 하) . T . N (1<=N<=99) M . M , .
         === ===
          . T . . T .
         === ===
         === ===
         [3rdPCinCAUCSE],[]
  • 무엇을공부할것인가 . . . . 784 matches
          ? 해 ? 해 ?
          . ?
          ( ?) ? --[""]
         Game Developer, System Software Developer, Software Architect, 한 Roadmap ? ( '~~한 한 book map' )
         [""] . . " " , .
         , , 4( 6) . 회하 4 6 ? ? 통해 , ?
         SeparationOfConcerns (David L. Parnas) FocusOnFundamentals . (see also [""]) (NoSmok:EdsgerDijkstra ) . ''Besides a mathematical inclination, an exceptionally good mastery of one's native tongue is the most vital asset of a competent programmer. -- NoSmok:EdsgerDijkstra '' .
          17 . .
         ([http://groups.google.co.kr/groups?hl=ko&lr=&ie=UTF-8&inlang=ko&newwindow=1&frame=right&th=382f243e8edce15a&seekm=slrnam7pfh.ds.gerhard.haering%40haering.opus-gmbh.net#link1 ])
         ["학"]
  • 여사모 . . . . 784 matches
         = =
          *
          *
          *
         == ==
          * C++.
         == ==
          * :
          * : 훈, 환,
         == 표 ==
          , , 택, 큐, 트, (-_-;) 통한 C!
         == ==
          * (String), 택(Stack) 큐(Queue) . ?
          * - 6 4 7 7(회)
         == ==
          ?? ~>__<; !! - :) [한]
         == ==
          [//패]
         == ==
          1 7, 8 23 !!
  • vending machine . . . . 782 matches
         DeleteMe) rename or modify : ZeroPage VendingMachine Spec . ? --[1002]
         == 항 ==
          50, 100, 500 3, 150 . 150 , 환한.
         == ==
          50, 100, 500 3 히 50 , 100 , 500 . , 50 , 100 , 500 4 2 . 2 X, Y , XY=00 , 50 XY=01 , 100 XY=10 , 500 XY=11 .
         == ==
          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 .
         == ==
          C E . 2 C,E . CE=00 1) , CE=01 태, CE=10 50 , CE=11 100 .
  • [Lovely]boy^_^/Diary/2-2-10 . . . . 781 matches
         === 11/3 ===
          * SBPP , Introduction . C++ . .
          * XB . , . , --; 통합 패했. . 하 . .. . . 2 TDD 호흡 .
          * SBPP 2 Patterns .
          * ["SmalltalkBestPracticePatterns/Behavior/ComposedMethod"] .
          * XB . , . .;; .
         === 11/5 ===
          * XB .--; Date클 , 0 failed하 . Calendar, Date, SimpleData . 하..--; Date클 . UI .
         === 11/6 ===
          * DX . 1 .
          * TileEditor .
          * ! EffectiveSTL . ㅠ.ㅠ .
         === 11/7 ===
          *
          *
          * 할텐.. . .
         === 11/9 ===
          * 5 7,8
          * ToDo : 포트
         === 11/6 ===
  • ExploringWorld/20040315-새출발 . . . . 780 matches
         2004 3 8 <>
         == ==
          * , ,
         || || || || ||
         || NeoCoin || 핵 || PC팅 || , . :) ||
         || 황 || 핵, Naver . -> || 파티 -> 폭 -> : 2 . . || ||
         || 환 || 핵 : . . || 톰, HelloWorld(mission I) 한 . || . ||
         == ==
         === ===
         [[HTML(<font color=red><B>)]] 1 : Java-Servlet, jsp, php Hello World ! [[HTML(</B></font>)]] ?
          *
          * Tomcat port 8080, How To Program Java(학 ) JSP .
          * VMWare PHP .
          *
          * PHP : APM
          * 학 APM패 ->
          * PHP JSP - '' . 해 하 .
         === ===
          * CGI, ServerSideScript, ClientSideScript
          * JSP, Servlet Container ? -> .
  • STL . . . . 779 matches
         Standard Template Library .
         C++ '표 템플 '(C++ ;)
         C++ [GenericProgramming] Template , container (["DataStructure"] class. Collection class ) [Algorithm|algorithm] .
         === ===
         || ["STL/vector"] || ||
         || ["STL/list"] || .||
         || ["STL/set"] || ||
         || ["STL/map"] ||dictionary ||
         || ["STL/string"] || ||
         ==== 튜토 ====
          * [http://oopsla.snu.ac.kr/~sjjung/stl/booktoc1.htm stl ] -
         === ===
          * ["STL/VectorCapacityAndReserve"] : Vector Capacity
          * ["STL/Miscellaneous"] : . .
          * ["STL/vector/CookBook"] : vector (Tutorial)
          * ["STL/트"]
         ==== ====
          * [http://oopsla.snu.ac.kr/~sjjung/stl/ptr_0001.htm ()]
         === 트 페 ===
          * ["UseSTL"] : ["neocoin"] 트 페
  • html5/drag-and-drop . . . . 776 matches
         = & API =
          * HTML mousedown, mouseover & .
          * HTML5 & API .
          * .
         = =
          *
          *
          * dragstart
          * DataTransfer .
          *
          * .
          * .
          * .
          * .
          * .
          * .
          * DataTransfer .
          * getData().
          * .
          * stopPropagation() .
  • 환경의중요성 . . . . 776 matches
          . 환 . , . .
         훌 ? . (, ).
         . . 한 환 . (TomDeMarco PeopleWare AgileModeling CavesAndCommon ) - [택]
          .. zeropage 학회 .. -_-. 택하. - [택]
          , , . ( ) 황하 . 한 환 . . , . - [협]
         []
  • ContestScoreBoard . . . . 774 matches
         [http://online-judge.uva.es/p/v102/10258.html ]
         :B(A,B,C), :통(,통,), :1(1~4)
         ACM ICPC . , (penalty time) . .
          . 20 . .
          . .
          , 1 9 1 100 . L형 . L C, I, R, U E Correct(), Incorrect(), clarification Request(확 ), Unjudged(), Erroneous submission( ) . .
          .
          . 호, , . . .
         === ===
         || || || || ||
         || [] || C++ || 90min || [ContestScoreBoard/] ||
         || [] || C++ || 45min || [ContestScoreBoard/] ||
         || || C++ || 100min|| [ContestScoreBoard/] ||
         || [태] || C || . || [ContestScoreBoard/태] ||
         || [허] || C++ || ? || [ContestScoreBoard/허] ||
         === ===
         [] [AOI]
  • 서지혜/2011 . . . . 774 matches
          * {{{{color:#0000FF; font-weight:bold} 2011 }}}
          * 1
          * . .
          * '''한'''.
          * .
          * 2
          * . .
          *
          * . 1 .
          * 3
          * 3 ..
          * ''' ''' .
          * , , . . . 파하. see also [PNA2011]
          * 해 . ..
          * Xper 3 .
          * ?! !
          * -
          * . //_//
          * 4
          * 4 .
  • 소수구하기 . . . . 774 matches
         === 1 ===
         50000 . 1 .
         || ["/"]||
         || ["/택"] ||
         || ["/zennith"] ||
         || ["/"]||
         || ["/"]||
         || ["/"]||
         || ["/"]||
         === ===
         
         100 11
         11
         
          ^^
         
         ...
          [판] . , NeoCoin pc .
          .
         11 .
  • RoboCode . . . . 773 matches
         == ==
          * (Robocode) 투하 .
          해,
          , ,
          , .
          . 화하 . .
          , !
          .
         == ==
          * Upload:Robot한API.htm - Robot.class API 한
          * [http://www-128.ibm.com/developerworks/kr/library/j-robocode/ (한)]
          * [http://www.eternal-rumble.com/ ]
          * [http://www.imaso.co.kr/?doc=bbs/gnuboard_pdf.php&bo_table=article&page=1&wr_id=999&publishdate=20030301 ]
         == ==
          한 파 행한.( )
         === & ===
         ||[TheJavaMan/]|| 휘 ||
         ||[JavaStudy2004/]|| 희, 환 ||
         ||[RoboCode/random], [RoboCode/sevenp], [/] , [RoboCode/msm], [RoboCode/siegetank],[RoboCode/ing] || 2005 ||
         [TheJavaMan/] [JavaStudy2004/] ?--[Leonardong]
  • django/Model . . . . 773 matches
          한 python. , . 행할 . django manage.py syncdb .
         = 테 =
          id .
          SQL {{{python manage.py sql <app name>}}} . SQL .
         = =
          .
          . .
         = =
          . 하 . Django . Employee Deparment .
          . . . RiskReport ControlReport is_vaild RiskControl .
         하 risk_report control_report .
         Django Admin클 , , . , . .
  • PythonLanguage . . . . 772 matches
         
         '~ 합한' '~ 한' . -_-; ('~ 한 API' .) . ^^; (PHP shell script programming . perl 편하 .)
         1991 1995 . .
         == 파 ==
          * ''' .'''
          * Python '(pseudo-code)' . .
          * '''ExtremeProgramming .'''
          * TestFirstProgramming, UnitTest(PyUnit ), ["Refactoring"] 큰 효 휘할 .
          * ''' .'''
          * FeedBack .
          * 파 , C/C++ . (["Jython"] )
         == ==
          * PythonXmlRpc - Python RPC & 클.
          * ["wxPython"] - linux, windows 한 GUI Toolkit.
          * ["02_Python"] - 파 .
          * ["협/Medusa"] - Python 크]
         == Python ==
          'QuickPythonBook' . . ( !) Reference bible 'Learning Python' Library Reference 'Python Essential Reference' .
         Python 'Programming Python' .
          *
  • 새싹교실/2013/록구록구/4회차 . . . . 772 matches
         = 크 =
         ||||||
         |||| ㅇ ||
         |||| ㅇ ||
         = 획 =
          * (형 ..)
          *
         == ==
          *
          * 형
          ? ㅎ_ㅎ
          * for
          for(화 ; ; )
          //
          *
         == ==
          * for
          * 1 9 for
          ...
          ...ㅋㅋ
  • HereAndNow . . . . 771 matches
         
          . , , .
         [태] .
          훤히 .. 항 , 펙토.. . ' .' , 펙토?
         . 학 . ' 팩토 할텐'하 ' 팩토 할텐'하 . , , , .
          "" . 한 푸 .
         JeYong . 회 . ' , ...' 툭하 JeYong , " ", " " . JeYong .
          * , .^^ 펙토 .
          .^^ 팩토, 탑 ,
          해 , .^^
          .^^ .^^ -[태]
  • 오페라의유령 . . . . 771 matches
          , Webber Sarah . Think of Me, The Music of Night, Wishing you were somehow here again .
          ? ( ; 한편 ). , Phantom of the opera . ( , Phantom )
          -__; .
          (한 . OST Sarah ) 크 , Phantom Main Theme (Phantom ...) .
          파트킨트 '향' .
         ( ; 편)
          * EBS Joseph and the Amazing Technicolor Dreamcoat . ; 형 ' ;' ' . 해;' , .
          * Phantom of the opera Phantom . Sarah ; Phantom . .
          * Raoul ;
          * Angle of the music Phantom , Webber .
         [""]
  • APlusProject/PMPL . . . . 770 matches
         PM PL 한 페 .
         ==== ====
         Upload:APP_DevelopmentPlan_0405-0524.zip - 2.0
         Upload:APP_DevelopmentPlan_0525.zip - ver 2.0 (cm) -- QA()
         
         ==== ====
         Upload:APP_BasicDesign_0512-0522.zip -
         Upload:APP_BasicDesign_0523.zip - --ㅊCM토 QA
         
         ==== ====
         Upload:APP_DetailedDesign_0520-0527.zip - 1
         Upload:APP_DetailedDesign_0528-0529.zip - 2
         Upload:APP_DetailedDesign_0530.zip -
         Upload:APP_DetailedDesign_0608.zip -- QA . 0530
         
         ==== ====
         Upload:APP_VersionManagementPlan_0406.zip -
         Upload:APP_VersionManagementPlan_0407.zip - ()
         Upload:APP_VersionManagementPlan_0609.zip -- -- QA토했
          포함 --
  • 걸스패닉 . . . . 770 matches
         === 표 ===
         
          * . .--[]
         === ===
         
         === ===
         
         === ===
         []
         []
         []
         === , 획, ===
         ==== ====
          * 7 6 PM
          * 7 8 PM
          * 7 12 PM
          * 9 24 PM 한
          * 9 25 PM 한
          * 9 26 PM 한
          * 9 27 PM 한
  • 방울뱀스터디 . . . . 769 matches
         === ===
         [Python] .
         ''' 행합.'''
          : 1, 3
          : 7
          .
         ( 5): [], [], [화], 환, [황]
          * : 2판()
          * http://python.netian.com/index.html -
         === 획 ===
          * [ExtremeProgramming] . [PairProgramming], [Refactoring]...
          * . :)
         === 항 ===
          * 3 (1p, 2p, 1 vs 2)
          * P2P 플
          * 5
          * 화 ', , '
          * - 60
          * 3
          *
  • 새싹교실/2012/아우토반/앞반/4.19 . . . . 767 matches
         = =
         || || || O ||
         || 학 || || O ||
         || || || O ||
         = =
         == ==
          printf(" \n");
          printf(" : %d\n플 : %d\n", shp, php);
          printf(" ! 플 %d ! \n", damage);
          printf("플 ! !\n");
          printf("-> p, 킥 k \n");
          printf("플 ! %d ! \n", damage);
          printf("플 ! %d ! \n", damage);
          printf(" . \n");
          printf(" ! 플 !\n");
         == ==
         === ===
          printf("1. \n");
          printf("2. \n");
          printf("3. \n");
  • 카고컬트과학 . . . . 767 matches
          (-_-a ?). (?) , . NoSmok:파
          트(< > -)
          . 태평 행하 .
         2 .
          . . 활
         
          .
          * , , 험한 . 하 .
          * , . [[BR]]
          * , '' .'' .
          .. .. 태평 .. 하 . , . '' .. 하 . ?'' . (항) . (.. ~~ . ..-_-) -
          . (..) --[1002]
         See also NoSmok:파 NoSmok:파
         []
  • 정모/2012.2.10 . . . . 766 matches
          * : [], [], [], [혜], [], [], [], [], [], [], [], [], [], []
          * Free and Open Software( ) - []
          * : [] 학
         == ==
          * + .
         == 항 ==
          * !
          * 6 PC
          * 6 . , , , .
          *
          * 2 ?
         == ==
          * -- -- 6( ) . 헷 ~
         == ==
          * . OMS -ㅅ-; // PC ? . . .. - []
          * ... ㅡㅡ; --^ 4700, 24700? . . -[]
          * 4700 - []
          * .. 한 회 . -[]
          * . ㅠㅠ - [혜]
          * ~ 학회 PC PC . ^_T OMS . OMS ... CentOS . - []
  • 5인용C++스터디 . . . . 765 matches
         2003 행하 C++ .
         === ===
          * : 2003.7.16 ~ 2003.8.27
          * : , 3
          * : 7 PC
         === ===
          * : []
          * Player 1 ( :D :D :D :D :D ) : [화] - ,
          * Player 2 ( :D :D :D :D :D ) : [황] - ,
          * Player 3 ( X-( X-( :D :D :D ) : [] - 테트, 포트
          * Player 4 ( X-( X-( :D :D :D ) : [] - ,
          * Player 5 ( X-( X-( X-( X-( :D ) : [] - , ,
          * . X-( '''5 한 Player Game Over!!'''
         === ===
          *
          * [5C++/클]
          * [5C++/템플]
          * [5C++/]
          * [5C++/APIMFC]
          * [5C++/클]
  • BusSimulation/태훈zyint . . . . 765 matches
          한히 10 -_-
          ;
         STL 팩토 -ㅅ-
         태훈 ㅋㅋ ㅎㅎ - [협]
          - ㅇㅅㅇ;;;; ;;
         const int BusStationNo = 10; //
         const int BusNo = 10; //
         const long timerate = 1*60; // 행할
          BusType bus[BusNo]; //
          int MinuteOfInterval=12*60; // sec
          long waitingPeopleInBusStation[BusStationNo] = {0,0,}; //
          int IncreasePerMinute_People = 4; // 1
          int ridingSecond = 2; //1 ()
          int LastMovingBusIndex=-1; //
          //
          // ,
          //
          if(bus[i].isstation() != -1 ){ //
          int withdraw = zrnd(0,bus[i].getPassengers()); //
          int cangetno = bus[i].getBusCapacity() - bus[i].getPassengers(); //
  • 2학기파이선스터디/if문, for문, while문, 수치형 . . . . 764 matches
         == 1. if ==
         if 1:
          <1>
         elif 2:
          <2>
          <3>
         1 <1> , 2 <2> . <3> else (:) , else if elif . if .
         .
          , C switch, case 해하 . .
         == 2. for ==
         for <> in <>:
          <1>
          <2>
         <> . <> , for continue for break <2> 행하 for . else <2> for 행한. 1 10 .
         for enumerate() (파 2.3 ). enumerate() (, ) 튜플 .
         == 3. while ==
         while <>:
          <1>
          <2>
         헤 while else , break else 행하 . while continue break while .
  • Googling . . . . 764 matches
         Google, Inc . 1998 . . Mountain View Googleplex . 4000 .
          . 8,168,684,336(81ㅡ,.ㅡ) 환해. 한 페 . .
         = Google =
          '' ... 테크 . , 테크 .''
         || "''keyword''" || . . ||
         || -''keyword'' || . ||
         || +''keyword'' || 키 포함한 . stopword . ||
         || filetype || 한 확 . ||
         || link || URL 포함한 ||
         || site || . ||
         || related || . ||
         || allintitle || 페 . . ||
         || allintext || 페 . ||
         || allinurl || URL 통해 . ||
         || allinanchor || . ||
          ''stop word: at, and . + .''
          image, usenet, news .
         = =
          {{{~cpp operating system concepts filetype:ppt}}} .
          .
  • JTDStudy/첫번째과제/상욱 . . . . 764 matches
         = =
         = 테 =
         = =
          * TDD ^^; 한 테 팍팍;;; 하 ~ - []
          * 테 . import junit.framework.TestCase ? -_-;; - []
          * 해. JUnit . - []
          * . 테
          * JUnit 4.1 . 3~4 4.1 . , 4.1 Overloading 편합. . SeeAlso [http://neocoin.cafe24.com/cs/moin.cgi/JUnit JUnit in CenterStage] --NeoCoin
          * ~ 형^^ - []
         JUnit 4.1
         JUnit 3.8 ( 패)
          * 확하 . . [] . . . --NeoCoin
          question=raw_input(' . : ')
          print '--0 , %d .--'%LENGTH
          if isEnd:print '%d 회 !' % count
          else: print '%d 회 %d 크 %d %d ' % tuple([count]+sbo)
         else:print '%d회 패하.' %count
          * ㅋ... Python... ^^ - []
          * Python, Perl . . Java Collection Framework , STL Python .
          * IDLE rib(ruby) . [http://neocoin.cafe24.com/cs/moin.cgi/ET-house_%ED%99%98%EA%B8%89%EC%BD%94%EC%8A%A4?highlight=%28et%29 et-house환 in CenterStage] . . SeeAlso [http://neocoin.cafe24.com/cs/moin.cgi/%EC%95%BC%EA%B5%AC%EA%B2%8C%EC%9E%84 in CenterStage]
  • MFCStudy_2002_1 . . . . 764 matches
         = =
          * : [""]
          * : 훈(["훈(K)~"]), (["Thor"])
          * 표 : 행, Programming . Windows Programming 해.
          ''' . C++ . -_-;;'''
          * (9)
         == 행 ==
         === ===
          * ["EightQueenProblem"] OOP . 8/29 11:00 . [""] . ^^
         === ===
         Default : 4.
         || || || ||
         || 7/15() || Visual C++ . . ? , 화. || 11 . ||
         || 7/23(화) || . () .|| . ||
         || 7/30(화) || . || . ||
         || 8/16() || . 해. OOP(CRC), Simulation || . ||
         === ===
          1.
          1.
          1.
  • ChainsawMassacre . . . . 763 matches
         [http://online-judge.uva.es/p/v100/10043.html ]
         :B(A,B,C), :(,통,), :3(1~4)
          협회 , . 한 파티 . 파티 합한 . .
          . , . 평행해. . , .
          . l w ( 0 10,000 ). .
          * 1 × y - '1' , x y x y .
          * k × y dx dy - k 1 , (x,y), (x+dx,y+dy),...,(x+(k-1)dx, y+(k-1)dy).
          * 0 - .
         x, y, dx, dy . . (0,l) × (0,w) . 1,000 .
          해, 한 .
         === ===
          || || || || ||
         === ===
         [] []
  • WikiProjectHistory . . . . 763 matches
          , or .
         || || || || 태 ||
         || [Zedroid] || , , 홍, , 혁 || || 행 ||
         || || || || 태 ||
         || [_temp] || 협, || || ||
         || [AI트2005] || 협, 태훈, , 태 || AI || ||
         || [MFCStudy_2005_2_] || 협, 태훈, , , 희 || 2 || ||
         || [DesignPatternStudy2005] || 협, , || || ||
         || [] || , || || ||
         || [] || , || - || ||
         || [] || , || - || 함 ||
         || [허C++] || , || - || ||
         || [PaintBox] || , || - || ||
         || [2005MFC] || , || - || ||
         || [BasicJAVA2005] || , || - || ||
         || [Basic] || , || - || ||
         || [OurMajorLangIsCAndCPlusPlus] || , || - || ||
         || [ProjectVirush] || , || - || ||
         || [WritingOS] || , || - || ||
         = =
  • 정모/2013.9.11 . . . . 763 matches
         = =
          * [], [], [], [], [], [훈], [], [], [호], [], [], [], [환], [], [], [], [협], [], [], [], [], [], [], [], [태]
          * [] 학 "~ ~ ! ()"
          * : [] 학
         = =
         == ==
          * .
         == OMS ==
          * 행했 OMS 행하.
          * OMS 10 한합.
         == 학 ==
          * 행 10 , 20 , 회 통해 .
          * 학 , 학 . (ppt , )
         == 파티 행 ==
          * 파티 .
          * 호
         == / ==
          * , .
          * 표하 .'
          *
  • 2010JavaScript . . . . 761 matches
         = 2010 학 JavaScript =
          * : [혜]
          * : [], [호], [], [], [홍], []
          * 3
         == 7 ==
          * 14
          * 함.
          * . 15 .
          * 15
          * http://w3schools.com/js/default.asp
          * 트파 ㅋ_ㅋ
          * [혜] ㅋ_ㅋ
          * 17
          * JavaScript : 1.
          * 22
          : 트 파 --> 판( )
         
          [http://tost.tistory.com/52 크]
          * 29
          * 크 함-
  • 큰수찾아저장하기/허아영 . . . . 761 matches
         === ===
          , 트..
          .
         행 for .
          ??
          . matrix temp1,2 matrix ..
         하 matrix .
          * sort .
          .. ^^
         : - 화 하 , ,
          ? C ?
          하 . , .
         === ===
          //3 * 3 .
          // .
          //
          //
          //
          //
         === 한테 할 ===
  • ProjectVirush/Rule . . . . 760 matches
         = =
         * .
         * 행하 . . .
         * () 포한.
         = =
         * . .
         * .
         * .
         * .
         = =
         * .
         * . .
         * . .
         = =
          * . ( ''''''.)
          * .
          * ( < ), . .
          * 한 '''''', .
         = 흥 =
         * 플 투 - . () .
  • TowerOfCubes . . . . 756 matches
         [http://online-judge.uva.es/p/v100/10051.html ]
         :C(A,B,C), :(,통,), :3(1~4)
          N . . " " " ( ) " , .
          . N(1≤N≤500) . N . , , , , , , . 편 1 100 . . N .
         N 0 .
          . . , , 한 . , (front, back, left, right, top, bottom, , , , , , ) . , .
          .
         === ===
          || || || || ||
          || [태] || C++ || ??? || [TowerOfCubes/태] ||
         === ===
         [] []
  • ZeroPageServer/Log . . . . 756 matches
          * ZeroWiki
          * HTML - , HTML
          * bash shell - ZeroPageServer .
          * Perl -
          * Linux 팅 - . ;;
          '' 행해 , {{{~cpp tail -f /etc/httpd/logs/error.log }}} 험해 . cgi-handler . python cgitb . --JuNe''
          , . .. , . T_T --[""]
          * JSP WEB-INF classes . --[""]
          * sshd SSH 파 ? ssh_config 파 ... ["택"]
          -- 해. path ..-_-
          * Q : domain .. ["ZeroPageServer"] user.domain home directory .? ..-_- .. named.conf .. /var/named ... username.domain.com .. www.domain.com ..-_- - ["택"]
          * A: 하 DNS(Domain Name Server) DNS , . --["neocoin"]
          * Q : ZeroPage ( ^^) , Resin ? ? 2.1.6 , ? , ? Resin 2.0 . ZeroPageServer ?
          * A: 트 한 . 흠. . 1 .
          ''한 resin log analyzer . admin RLA.jsp. , resin root , . ( , - jsp - .)''
  • Randomwalk/조동영 . . . . 754 matches
         = [RandomWalk]/[] =
         === 2학 1학 포트 ===
          // 8
          //
          //
          int count = 0; // 한 횟 integer
          bool existZero = false; // bool형
          //
          cout << " (2 < X <= 40) :";
          cout << " (2 <= Y < 20) :";
          cout << ", . ." << endl;
          // 2
          //
          // do ~ while
          cout << " X :";
          cout << " Y :";
          cout << " . ." << endl;
          room[ibug][jbug] = 1; //
          // while
          int random = rand()%8; // 0~7 random integer
  • 2학기자바스터디 . . . . 753 matches
         2003 2학
         
         
          틈틈히
          표하
         
         
         == ==
         || ||
         || 환 ||
         || ||
         || 환 ||
         || ||
         DeleteMe) 행하 . . . 흠... 튜토 ^^; -[]
          ~ ;;; -[]
          ㅡ.ㅡ;;; (..) ... ... ^^ -
          ... ... (toy problem 5) -
          GUI ;;; ToyProblems . -[]
          ? 하 ..^^; -[]
          ;; -[]
  • ThePriestMathematician . . . . 753 matches
         [http://online-judge.uva.es/p/v102/10254.html ]
         :C(A,B,C), :(,통,), :2(1~4)
         "하 탑(Tower of Hanoi)" . , 64 . .
          1 . .
         1. ( k ) .
         2. n-k ( n ) .
         3. k .
          화할 k 18,433 . 5 5 7 13 .
          . . k .
          . 0 10,000 N , . 파 .
          해 N .
         === ===
          || || || || ||
          || || C++ || . || [ThePriestMathematician/] ||
          || || C++ || 1(패), 2(5) || [ThePriestMathematician/] ||
          || 하 || C++ || 2 30 || [ThePriestMathematician/하] ||
         === ===
         [] []
  • 데블스캠프2005/금요일후기 . . . . 752 matches
         == ==
         === ===
         [] 허 태 [] [] [태]
         === ===
         황
         == ==
         [[HTML(<center>)]]''' : ThreeFs Fact(), Feeling(), 훈(Find)[[BR]] 확히 ?''' [[HTML(</center>)]]
         SeeAlso [2004/]
          : , 테트 , ... ! ... 테트 ~ ? +ㅁ+ LT .ㅠ
         [협] : , 테트, , . , , 테트 API ㅠㅜ, . . .
         [허] : , 테트, 크. , . .
         [] : .
         == ==
         === ===
          . . 행하 .
         === ===
          . ?
          테트 , .
         === ===
          .
  • 데블스캠프2005/월요일 . . . . 752 matches
         = [2005]/ =
         SeeAlso) [2005/]
         == ==
          6 40
          .
          === ===
          . , 탐, , , 파 ...
         
          ~
          2 3... ??
          === ===
          10 .
          &환 (15)
          _ ...
          통한
          &환(10)
          &표(10)
          ( ...)
          40 .
          === ===
  • 하드웨어에따른프로그램의속도차이해결 . . . . 751 matches
         = ? =
          * . . 한 해 . .
         = =
          * ["3DAlca"] 펜티3 800 포트2 MX 펜티 4 1.8GA Raden 9000 pro .
         = 해 =
          * .. .
          * Game Tick idle 행한.
          * & 1 ( HiPerformanceTimer )
          *
          * .
          * . MFC API , ~
          * hardware independent하 velocity 해 position update하 . .
          * , ["MFCStudy_2001/MMTimer"] ? , , loop fliping ? , , winamp . --["neocoin"]
          * 허허.. ;; 포! (?) .. --["zennith"]
          * .. timer .. -_-; .. dx .. source .. mfc dx .. .. -- ["erunc0"]
  • 새싹교실/2012/아우토반/앞반/4.5 . . . . 747 matches
         = =
         || || || O ||
         || 학 || || O ||
         || || || O ||
         = =
         1. ()
         2. ()
         3. n
         4. c1 c2
         == ==
         1. ()
         2. ()
         3. n
         4. c1 c2
         == ==
         1. ()
         2. ()
         3. n
          printf(" \n");
          printf("ㅋㅋ\n");
  • 상협/나는희망의증거가되고싶다 . . . . 746 matches
         = =
          * 한 투 .
         = =
          * .. . . 한 투 . , . . . 한( 한 판 .) 희 한() 희 . . . . . , . . .. , . ... ...
          * , .. .. ...
         ["협"], [""]
  • 2ndPCinCAUCSE/ProblemB . . . . 745 matches
         B : . : bbb.c or bbb.cpp
          . . 1 . , 1 2 , 1 3 . , .
         === ===
          . T(10 하) . T . 테 1,2,3,...,n (1<=n<=100) . 테 n , . - m . m - 호 x y . 호 x y .
         === ===
          . T . . . -1 . T .
         === ===
         2 //테
         9 // . 9
         7 3 //
         7 //-
         1 2 //- . 1 2
         12 // . 12
         === ===
         []
  • InWonderland . . . . 745 matches
         
         === ===
         || || || ||
         || Upload:alice.zip || || ODBC DSN ||
         === ===
         || || || ||
         === ===
          ToDoList . List 크.
         || Work || || 크 ||
         || 홈페() || . || ||
         || 홈페() || . || ||
         || 홈페( ) || . || ||
         || 홈페( ) || . || ||
         || 홈페( 탈퇴) || . || ||
         || 홈페( 탈퇴) || . || ||
         || 홈페(포회) || . || ||
         || 홈페( 회) || . || ||
         || || || ||
         || Upload:EC_AliceCard000.zip || || DB 트 ||
         || Upload:EC_AliceCard001.zip || || ||
  • ServiceQualityOfYongsanMarket . . . . 745 matches
          , . ID ID ZP . --
          * 합평 : ✦✦✧✧✧
          * : ✦✦✧✧✧
          * : ✦✦✧✧✧
          *
          * 홈페 & , ' ' . 함...
          * 1 화했 ( ). ...; , '홈페 '. ?
          * , 호, 호, . -_-;
          * 합평 : ✦✦✦✦✧
          * : ✦✦✦✧✧
          * : ✦✦✦✧✧
          *
          * 합(?) .
         DeleteMe) -_-;;; ㅋㅋㅋ - [eternalbleu]
          . ; , (?) 하 ..--[1002]
          , , . 흐흐. -
         []
  • StarCraft . . . . 745 matches
          .
          , .
          .
          ,,탬플,크 탬플 .
          , .
         하 .
         ( .)
          Class ~~
         == .. ==
          1학 C++ 해하 .
         ()
         클 해하 .
          해하 .
         == ... ==
          ...ㅡ,.ㅡ;
          . , . . , , ( 함) . . "" . ( KentBeck WardCunningham 한 CrcCard .) --JuNe
         see also ["2002"]
         [""]
  • 후기 . . . . 745 matches
         = 2006 =
         함 Haskell . . . . []할 .
          . 혁 , ? ? , 택할 ? ? .
          . , ? Mathmetica . 패 Squeak . . , . . , 험해 .
  • 지금그때2006/홍보 . . . . 743 matches
         = 학 =
         == 통 ==
         
         || 홍 || || ||
         || 크 || 2 || 2 ||
         || 크, 학회판 || . || 1 ||
         || , || 3 || 1 ||
         || 합 || 5 || 4 ||
          ( ) .
         , .
         == ==
          .
          .
          .
         == 크 ==
         학 .
          23 .
          (05,06) ,휘 (04~98),허,태.
         == 학회 홈페 ==
          학회홈페 .
  • NumberBaseballGame . . . . 742 matches
          .[[BR]]
         (한 ...^^;;;)[[BR]]
         1. 3 .[[BR]][[BR]]
         2. 3 .[[BR]]
          2-1. '크'.[[BR]]
          2-2. ''.[[BR]]
         3. .[[BR]]
          369 .[[BR]]
          395 '1 크 1' .[[BR]]
         (3 . 9 .)[[BR]]
          .
          확히 할 . ( 확한 )
          ?
          , ? ?
          * 373, 369 .
          * 373, 132 .
          * 373, 339 .
          * 373, 333 .
          *
          * : 3 . ( 000 - 999 )[[BR]]
  • TddWithWebPresentation . . . . 742 matches
          TDD ?
          .
         , action . TDD 한 테 .
         , Template Method 형태 Testable 하 편한 ViewPageAction . , .
         , 트 하 ModelViewPresenter . 확한 , HumbleDialogBox 티클 . 한한 , 표 한한 .
         , MVC View Controller 형태. .
         presenter Template .
          . presenter . ( ViewPageAction , HTML .)
         하, 팩토 , UI presenter TDD ? MockViewPresenter , ViewPresenter HTML . UI AcceptanceTest .
          action ?
          1. action test . (, action Servlet .)
          2. MockPresenter . 트하 action 행해 (Transaction) 트하 . MockPresenter verify 하 .
          3. MockPresenter Real Presenter .
  • 바람의딸걸어서지구3바퀴반 . . . . 742 matches
         = =
          * 한 .
         == ==
          * . . . , . , .. 편하 편해 . 해하 . 환 편하 , . . 행 . 편하 한 환 . 할 행 . . . . . , .
         [""]
  • 시간맞추기/허아영 . . . . 742 matches
         === ===
          ,
         -_- .
          ..;
          .
         kbhit() , 키 1, 0 .
         , . . 8 !! ㅋㅋㅋ
          ! ㅋㅋ
         === ===
          . 8 .
         ↓↓
          ! ㅎ
         === 한테 할 ===
          if(time(0)-start_t == record-1 ) //
          화한 ..^^
          .^^
         time(0) 트 하 (time(0)-start_t ),
         record 9( 0^^) -1 .
          히 하..^^ 힘~ 팅!!
          .. - [태]
  • JavaStudy2004/오버로딩과오버라이딩 . . . . 741 matches
         == ==
         2004 3
         === ===
          , (Overriding)한. , 파 , 파 .
          People클 move(int aX, int aY){this.position.x += aX;this.position.y += aY;} . People클 Student . '학' . move함 . move(int aX, int aY){this.position.x -= aX;this.position.y -= aY;}
         People people;// (100, 100)
         people.move(10,10);// (110, 110)
         Student student;// (100, 100)
         student.move(10,10);// (90, 90)
          함 한 함 . , , .
         === ===
          .
          한 People클 move함 . move함 . people.move(1.1, 2.13) 행한 . 해 move함 Overloading한. move(double aX, double aY){this.position.x += (int)aX;this.position.y += (int)aY;} 효한 함 . . .
         People people;// (100, 100)
         people.move(10,10);// (110, 110)
         people.move(5.1,11.8);//Overloading, (115, 121)
         === ===
          Overriding Overloading . Overloading ' ', '' , Overriding '', ''. .
         []
  • ZPBoard/APM/Install . . . . 741 matches
         APM .
         === Windows Apache+PHP+MySQL ===
          * Apache . (http://www.apache.org/dist/httpd/binaries/win32/apache_1.3.26-win32-x86-no_src.exe)
          * PHP c:\php . (http://us3.php.net/do_download.php?download_file=php-4.2.2-Win32.zip)
          * PHP php4ts.dll 파 Windows System(Windows 98 ) System32(Windows NT, XP ) .
          * PHP php.ini-dist 파 Windows php.ini .
          * Apache httpd.conf 파 .
          * MySQL . (http://www.mysql.com/downloads/download.php?file=Downloads/MySQL-3.23/mysql-3.23.52-win.zip&download=http://mysql.holywar.net/Downloads/MySQL-3.23/mysql-3.23.52-win.zip)
          * MySQL 행한.
          * Apache 행한.
          * test.php .
         $link=mysql_connect() or die ("MySQL .");
         print ("MySQL .");
          * http://127.0.0.1/test.php , .
         === Windows IIS+PHP+MySQL ===
          * 판 -> / -> Windows / IIS .
          * PHP c:\php . (http://us3.php.net/do_download.php?download_file=php-4.2.2-Win32.zip)
          * PHP php4ts.dll 파 Windows System(Windows 98 ) System32(Windows NT, XP ) .
          * PHP php.ini-dist 파 Windows php.ini .
          * 판 -> -> . 행 파 c:\php\sapi\php4isapi.dll , 확 .php .
  • ZeroPage/임원 . . . . 740 matches
         = ZeroPage ? =
         = ZeroPage =
         == 2024 ==
         || || || ||
         || 회 || 33 || [] ||
         || || 33 || [] || 1학 ||
         || || 34 || [] || 2학 ||
         == 2023 ==
         || || || ||
         || 회 || 32 || [] ||
         || || 32 || [] ||
         || || 32 || [] ||
         == 2022 ==
         || || || ||
         || 회 || 31 || [] ||
         || || 31 || [] ||
         || || 31 || [] ||
         || || 32 || [] ||
         == 2021 ==
         || || || || ||
  • 정모/2007.1.29 . . . . 739 matches
         ||회(1 29)||
         ||||
          , , 태, ,
         ||1.||
          * ?(, ) OR .
          - :
          .
          ??
          - : !! !!!
          .
          .
          * : >??
          ( )
          * : 태(), , , .....( 2)
          * ()
          * zero loan(학회 ???)
          * ( , 태, )
          *
          : .
          : 1. ...( .)
  • 정모/2013.3.25 . . . . 738 matches
         = =
         [],[],[],[],[환],
         [],[훈],[],[],[],
         [],[],[환],[],[],
         [호],[홍],[],[],[],
         [형__],[형__],[],[_]
          * 20
          * 6+ .
         [],[],[훈],[],[호형__2]
          * 40
         [],[하],[]
          * [] 학 " ???? "
          * 30!
          * [] 학 .
          * 허헠헠
          * : [훈] 학
         = =
         
          * printf, scanf
          *
  • 이영호/시스템프로그래밍과어셈블리어 . . . . 737 matches
         API Hooking 통해 Application .
          (, , 항해 ) Application . (히, . . 3 ?) - ( . . KartRider debug 행 파 packing 한 . ntdll.ZwTerminateProcess BreakPoint .)
         System Programming 통해 Application , Assembly .
         Assembly . ? 100 80~90% ? 10~20% . Assembly .
          Code . Assembly. 행하 Coder. Assembly MSDN . Code . MSDN debug .
          Assembly , Assembly . Assembly . , 포함 .
  • InternalLinkage . . . . 736 matches
         [MoreEffectiveC++] Item 26 'Limiting the number of objects of a class. .
         C++ SingletonPattern .
         Object& theObject() //
          // friend 함.
         
          . inline inline . ? (Except for the first time through this function (when p must be constructed), this is a one-line function — it consists entirely of the statement "return p;". If ever there were a good candidate for inlining, this function would certainly seem to be the one. Yet it's not declared inline. Why not? )
          InternalLinkage . InternalLinkage , (translation unit -> Object Code ) . , .
         , 함 f InternalLinkage , (Translation Unit) a.obj f c.obj f .
          ''DeleteMe . 한 inline ? ? inline ExternalLinkage , inline operation , static ... --NeoCoin''
         하 InternalLinkage 1996 {{{~cpp ISO/ANSI C++ }}} 표 (InlineFunction) ExternalLinkage .( .).
          (->)''.. static obj 파 .. ..?''
          '', ? singleton static ( getInstance) inline ? --[1002]''
          - . ..^^; - [택]
          '' , 1996 . 99 ... MEC++ .. --NeoCoin''
         == InternalLinkage ==
         []
  • 강희경 . . . . 735 matches
         == Zeropage 학 ==
          03학
          .
          :
          :, [http://cyworld.com/gentleboy], [http://rkd49.zeropage.org]
          : [], , ,
          :rkd49 At hotmail Dot com ~~
          화:011-248-6785
         == 표 ==
         
         == 획 ==
         
         == ==
         50 845....100 (05.8.20~24)
         == 트 ==
         []
         []
         == 트(흐) ==
         []
         [Project]
  • JavaStudyInVacation/과제 . . . . 733 matches
         == ==
         ==== ====
          * Hello World
          * AWT SWING , . , ...?
          * SWING , .
         ==== ====
          * , .
          * .
          * 포함하 HTML .
          * .
         ==== ====
          ''''' !'''''
          * . (SWING AWT 함)
          *
          * .
          * 클 IP 포트 , 클 "ABCDEFG" .
          * 클 .
          * 클
          * IP 포트 .
          * . ("ABCDEFG" .)
  • UML서적관련추천 . . . . 733 matches
          : ObjectProgramming
          :
          & 포트 . ^^
          , 'All it together' . 해 행하, .
          포트 해-- 한 3 . 포트 , .
         UML '' , .
         UML . , . , .
          2판 .
         UML Three-Amigo 3 . Grady Booch, Ivar Jacobson, James Rumbaugh. 1판 , . , '' . , UML '' Reference Manual .
         , Reference Manual , . UML 3 . (하, .. ;; ;;;)
          UML 'Modeling Language' . , . .
         
  • OperatingSystemClass/Exam2002_1 . . . . 731 matches
         1. mainframe computer personal computer ?
         2. .
         2) Caching hit ratio ?[[BR]]
         3. H/W , 행하?
         4. system call , ?
         5. Message Passing Shared Memory . , .
         6. short-term, medium-term, long-term Scheduling .
         7. Message Passing 한 send() receive() . send() queue block 하, receive() avariable message block해.
         8. SJF Next CPU burst .
         , (J0 10 , CPU burst(ti) 6, 4, 6, 4, 13, 13, 13 ....
          .
         1) a 0.7 .
         2) a 0.5 , a , ,
          ti Ji 3.0 a = 0.7 ,[[BR]]
          ti Ji 3.0 , 1.0 a = 0.5 ,[[BR]]
          ti Ji 1.0 a = 0.3 ,[[BR]]
          2-1) .[[BR]]
          2-2) ?[[BR]]
          2-3) a = 0.5 .
         9. preemptive priorty-scheduling algorithm . 큰 . 0 , CPU (ready 태) a , running b ,[[BR]]
  • 정모/2012.6.4 . . . . 731 matches
          * : [], [], [], [], [], [], [], [], [], [], [], [환], [], []
          * []학 ''GTA2 ''
          * - []
         == PC ==
          *
          * Zeropage.org
          * 8 11
         == ==
          * . !
          * .
         == ==
          *
         == /트 ==
          *
          * 한
          * []학 Mp3 태, Planting
         == ==
          * OMS 히 흥 -_- , / . . . . OMS 할텐... - []
          * 1 .... OMS . . 7 8 . .. 1학 , 파티 8 MT 활하 ㅋㅋㅋ - []
          * ㅠ ㅍ ㅠ . ㅎㅎ - [환]
  • django/Example . . . . 730 matches
          Django 험해. , . 험한 , 험한 .
          "" "화" . "화" " " . "" "" " " "화" . 한 "" "화" 5 "" . "" "" , 5 "" .
         한 "" "" . " " "" "" . 하 "" , "" "" "" . "" "" "화" . 한 "" .
         "화" . "" . "" 행했. 행했 .
          ERD .
  • CuttingSticks . . . . 729 matches
         [http://acm.uva.es/p/v100/10003.html ]
         === ===
         :B(A,B,C), :통(,통,), :2(1~4)
          . ACM(Analog Cutting Machinery) . .
          . 10 2, 4, 7 . . 2 4 , 7 . 10+8+6=24 . 10, 8, 6 . 하 4 2 7 10+4+6=20 , . , .
          . l . l 1,000 . 할 횟 n (n < 50) .
          n Ci ( 0 < Ci < l) , , .( .)
         l 0 .
          .
         === ===
         || || || || ||
         || || C++ || 2 || [CuttingSticks/] ||
         || || C++ || 3 || [CuttingSticks/] ||
         || 하 || C++ || || [CuttingSticks/하] ||
         === ===
         [] / []
  • ProjectSemiPhotoshop/SpikeSolution . . . . 728 matches
          ["ProjectSemiPhotoshop"] Spike Solution 페 .
         ["ProjectSemiPhotoshop/항"] .
          .. /화하 .
         === ===
          DIB
          클
         === ===
          //
          // 파
          // 파
          // BMP 파 "BM"
          //
          //
          // 파
          //
          // DIB
          //
          // 효한
          //
          //
  • 결혼과가족 . . . . 728 matches
         = =
          * : ( , ), . . 10 3 99 98 98 B+ . . 포트 B+ . .(ex, ,한...) . [학] . --[]
          * 1,2학 . . 하 . 희 , . .( 표 한 ) . . ... - [협]
          * 희 . 통, 포트 ( ) C+ . . . --[환]
         []
  • 새싹교실/2012/아우토반/뒷반/4.13 . . . . 728 matches
         = =
         || || || ||
         || 학 || 희 || O ||
         || || 태헌 || O ||
         = =
         
         = =
          * ''' ''' : F4(ThreeFs + Future Action Plan) .
          * : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(크)], [http://no-smok.net/nsmk/FiveFs FiveFs(크)]
          *
          * Facts, Feelings, Findings, Future Action Plan. , , , , 획.
          * : " 5 .() .() .() .( 획)"
          * ., . . . . . .-
          * . 할 ..ㅠㅠ. .... . ? - [태헌]
          * DeleteMe : ..... - []
         = =
         = =
         1.
          N N
         한 : 4 13
  • 포커솔리테어평가 . . . . 728 matches
         [회] [4rdPCinCAUCSE]
         = 포 =
          25 . 2 . . 'A', '2', '3', '4', '5', '6', '7', '8', '9', 'X', 'J', 'Q', 'K'. 'S', 'H', 'D', 'C'.
          5x5 행 . 5 . , , 투 페, 트플, 트, 플, , 포, 트 플 . 패 . , 포 투 페 .
          . .
         1. : (: AC, 3H, QS, JD, 7D)
         2. : , ( : 2C, 3H, 4H, KD)
         3. 투 페 : , 2 ( : @C, 3H, 4H, 2H, 4D)
         4. 트플 : , 3 ( : QS, KH, 2C, QD, QC)
         5. 트 : , 5 . A() 14 1 . , AC, 2H, 4D, 3H, 5S , JH, XD, QC, KD, AS .
         6. 플 : , 5 (:5D, AD, KD, 7D, QD)
         7. : , ( : 3C, QS, QP, 3H, 3S)
         8. 포 : 4 (: AS, AD, AH, 7C, AC)
         9. 트 플 : 5 포하
          5 트 플 , 플, 트 . 5 , , 투페, , 투 페 .
          :
          :
         []
  • DataCommunicationSummaryProject . . . . 726 matches
         == 표 ==
          * wireless .
          * ~ ..ㅋㅋㅋ
         == ==
         || || ||
         || ch2 || ||
         || ch3 || ||
         || ch4 || , ||
         || ch5 || ||
         || ch8 || 협 ||
         || ch9 || , ||
         || ch11 || ||
         || ch12 || ||
         == ==
         == ==
          * . ..
          * ... ... OP ( ) ... --
          * . , 통 통 .--; . . --
          * 화한 ? , 화한 , ? -
          * , . -
  • 새싹교실/2013/라이히스아우토반/7회차 . . . . 725 matches
         = 크 =
         || ||1회||2회||3회||4회|| 5회|| 6회|| 7회 ||
         ||훈|| o || o |||| o || ㅇ|| ㅇ || ㅇ ||
         |||| o || o || o || o || ㅇ|| ㅇ|| X ||
         |||| o || o || o || o || ㅇ|| ㅇ|| X ||
         |||| o || o || o |||| ㅇ|| ㅋ|| ㅇ||
         |||| o || o || o || o || ㅇ|| ㅇ|| ㅇ ||
         = =
          * .
          * ex) int {{{arr[10]}}};
          * 화 하 . ex) int arr[]={0,1,2,3}; int {{{arr[5]={0}}},};
          * ex) {{{arr[3]}}}; {{{arr[i]}}};
          * .
          * 포 .
          * scanf & , & .
          * 할텐 -_-.,..
         = =
          : F4(ThreeFs + Future Action Plan) .
          : ThreeFs, ThreeFs(크), FiveFs(크)
         
  • 위대한게츠비 . . . . 723 matches
         = =
         == ==
          .. (
          ..)
         
         . 900 ...
          ....
         
         ..
          ..
          .
         
          ( , 허 , , ...ㅡㅡ;;)
          .
          , .
          .
         
          ,
         하 . ()
          .
  • HowToCodingWell . . . . 721 matches
         = ? =
          * 흠.. ( !!ㅎ__ㅎ) 하 ?? -[호]
          * . . - []
          * , (?) . . 평 (ex , ) . ? - []
          * ....- [bluemir]
          * (多), (多作), (多商量) . . . , , ? - []
          * . . , . .. - [혜]
          * . ....ㅜㅜㅜ - []
          * !하 ..? -[혜]
         == ==
          * . -
          * 토 ?? 토 ~ - [혜]
         [FrontPage], [], [학]
  • JollyJumpers . . . . 721 matches
         [http://online-judge.uva.es/p/v100/10038.html ]
         :A(A,B,C), :통(,통,), :1(1~4)
         n (n>0) 1 n-1 (jolly jumper) .
          3,2,1 . .
          3000 n . 0 .
          해 "Jolly" "Not Jolly"
         === ===
          || || || || ||
          || [] || C++ || 1 || [JollyJumpers/] ||
          || [황] || Java || 2 || [JollyJumpers/황] ||
          || [] || Java || 30 || [JollyJumpers/] ||
          || [] || C++ || 2 || [JollyJumpers/] ||
          || [] || C++ || ? || [JollyJumpers/] ||
          || [한] || C++ || || [JollyJumpers/한] ||
          || [Leonardong] || [Python] || 1 + 36|| [JollyJumpers/Leonardong] ||
          || [Digi-VM] || C++ || 2 || [JollyJumpers/] ||
          || [환] || C++ || 110 || [JollyJumpers/환] ||
          || [iruril] || [Java] || :35, 25 || [JollyJumpers/iruril] ||
          || [택] || [Java] || 15 || [JollyJumpers/택] ||
         || JuNe || J || 10 || >@(('Not jolly';'Jolly')&({~))@(1&(#~)@<:@# -: i.&.<:@# e. 2&(|@-/\)) ||
  • 데블스캠프2003/넷째날/후기 . . . . 720 matches
         == ? ==
         2003 .
         == ==
          * ;; --[]
          * , ㅡ,.ㅡ !흥~♡ ㅋ OOP, ..흐 !! (-) ㅡ[훈]
          * ...ㅜㅜ... . . OOP . ? -Leonardong
          * 히 OOP ... ... .. ㅋㅋ --
          * . ..ㅋㅋㅋ- ~~
          * OOP ,,, .. OOP ... ... ㅡㅜ;; -- []
          * . ㅋㅋ OOP ~ 해했 . ...ㅠㅠ 하 OOP .[화]
          * 하하 ,,,,ㅋㅋ 하 OOP . OPPA ~ --희
          * . --
          * OOP .... , .. --[]
          * !! >ㅁ<)/ .. ^ㅡ^ --[희]
          * OOP --[환]
          * 통해 . .[]
          * OOP OOP . . --황[aekae]
         ["2003"], ["2003/"]
  • 지금그때2005/자료집 . . . . 720 matches
          . ''' .'''
         == ==
          03 .
         하 . 1+1 2 .
          . .
         == ==
         
          6:25~
          6:30~
          7:40~ .
          7:50 OST
          8:05 OST
          8:50
          9:20
         == ==
          .
          * 판() - . . .
          * (템) - 1회 .
          * - . 힌 포 . , .
          * - 한 해 7 . 해해 .
  • 지금그때2006/기획단후기 . . . . 720 matches
         = =
         한 행 30 .
          . :)
          . .
         = 1: & =
         , .
          .
         = =
          포함한 , . .
          . .
          . 히 , .
         
          - []
          .
         = 2: OST =
          . .. .
          .
          .. - []
         = =
         OST .. - []
  • ProjectEazy/테스트문장 . . . . 719 matches
         
         == ==
         |||| ||
         || (A) || 할 ||
         || (E) || 험하 할 ||
         || (I) || , 할 ||
         || (O) || 화하 , , 할 ||
         || (S) || 할 ||
         || (G) || 태, 활 ||
         || (L) || 할 ||
         || (T) || 할 ||
         || (V) || 할 ||
         (V) 함 --
         == ==
         |||| ||
         || 호 || ||
         || S(sentence) || ||
         || NP(noun phrase)|| ||
         || VP(verb phrase)|| ||
         || ADJP(adjectival phrase)|| 형||
  • 데블스캠프2011/둘째날/Scratch . . . . 719 matches
         == 트 ==
         == ==
         === ===
          * :
          * : . 파 -_-;; .
         === ===
          * A . F A F B A . A . B C .
         === ===
          * : Dragon
          * . 향키 . . . .
         === ===
          * : Head Shooter
          * . ( ) . . ...... ...
         === ===
          * :
          * . . -_- .
         === ===
          * [http://nforge.zeropage.org/scm/viewvc.php/Scratch/Enoch.sb?root=devilscamp2011&view=log 파 ]
          * ㅋㅋㅋ
          * .
  • Polynomial . . . . 718 matches
         === ===
          .
         === ===
          하 coefficient exponent . 하 항() . ( integer )
          int coef; //
          int exp; //
          . linked list array . linked list storage ..( 확한 ..-_-). linked list ...-_-
          *
          Node expr_1[SIZE]; // .
          * linked list
          // .
          memory leakage ( ). Java c (-_-) . .
          prototype . ( ..)
          Node* mul(Node *n1, Node *n2); // .
          Node* add(Node *n1, Node *n2); // .
          Node* add(Node *n1, Node *n2); // .
          /* : ?
          n1 = mul(n1, n2); // n1 ..
          Node* input(); // .
          void delete(Node *node) // .
  • MFC/Print . . . . 716 matches
         document view . .
          view 클 .
         = =
          페 . DoPreparePrinting() 호
          GDI
          포트 . DC
          헤/ . .
          페 OnPrepareDC()
          GDI
          5 . 한 5 OnPreparePrinting(), OnPrepareDC(), OnPrint() .
          . (GDI .)
          CPrintInfo 형 . .
          . 트 job , .
          public .
         || m_pPD || CPrintDialog 한 포. . ||
         || m_bDirect || TRUE FALSE ||
         || m_bPreview || Print Preview TRUE, FALSE ||
         || m_bContinuePrinting || TRUE . FALSE . ||
         || m_nCurPage || UINT형 ||
         || m_nNumPreviewPages || UINT preview 호 1 or 2 ||
  • TheWarOfGenesis2R/일지 . . . . 715 matches
          * [[HTML(<STRIKE>)]] . [[HTML(</STRIKE>)]] - 20
          * [[HTML(<STRIKE>)]] . [[HTML(</STRIKE>)]] - 1
          * [[HTML(<STRIKE>)]] DirectDraw . [[HTML(</STRIKE>)]] - 1
          * [[HTML(<STRIKE>)]] 한 회. [[HTML(</STRIKE>)]] - 20
          * [[HTML(<STRIKE>)]] [[HTML(</STRIKE>)]] - 2 30
         == ( --;) ==
          *
          * (한히--;), ( )
          * ...
          * 파 . (Text Binary OK)
          * Text , Binary
          * .
          *
          *
          * . 템플 .
          * .. .
          * .
          * ,
          * State 패
          * 헤 .
  • 공업수학2006 . . . . 715 matches
         == ==
         == ==
          '''허''' , , , , , 하, , , , , ,
         || || || ||
         || 1 || || 3 + 1 ||
         || 2 || 허 || 3 + 2 ||
         || 3 || (9n+3) (9n+6) ""(9n) || 3 ||
         == ==
          * 7 30 ~
          * , ,
          * : ~~
          * : 5000
          * : 10 1000 ~5000
          * : 5000
          * : 40000 + 10000(휘) + ???
         == ==
         1. y
         2. ln[x] x ,
         == 행 ==
         || || || ||
  • 조동영 . . . . 715 matches
         = ZeroPage 14 =
          :
         학 : 20041077
          : chonie hanafos com
         MSN : chonie hananet net
          : /chonie
         == ==
         하 !!
         == 표 ==
         
         == 획 ==
         2학1학 2
         == Project ==
          700
          .. 편하 ...
          === ===
          .. ...
          트 ㅋㅋ
          트..
          ?? ㅋ
  • Hartals . . . . 714 matches
         [http://online-judge.uva.es/p/v100/10050.html ]
         :B(A,B,C), :(,통,), :2(1~4)
          (파) , . (hartal parameter) h . .
          . i hi h1=3, h2=4, h3=8 . N(N=14) . .
         || || 1() || 2() || 3(화) || 4() || 5() || 6() || 7(토) || 8() || 9() || 10(화) || 11() || 12() || 13() || 14(토) ||
         || 1 ||. ||. || X ||. ||. || X ||. ||. || X ||. ||. || X ||. ||. ||
         || 2 ||. ||. ||. || X ||. ||. || . || X || . ||. ||. || X ||. ||. ||
         || 3 ||. ||. ||. ||. ||. ||. || . || X || . ||. ||. || . ||. ||. ||
         || ||. ||. || 1 || 2 ||. ||. || . || 3 || 4 ||. ||. || 5 ||. ||. ||
          14 확하 (3, 4, 8, 9, 12) . 6 . 2 5 .
          , N , N .
          T . N(7≤N≤3,650) ( ) . P(1≤P≤100) . P i (1≤i≤P) i hi(7 ) .
          .
         === ===
          || || || || ||
          || [] || C++ || 80 || [Hartals/] ||
          || || C++ || 110 || [Hartals/] ||
          || [협][] || C++ || 40 || [Hartals/] ||
          || [태] || C || . || [Hartals/태] ||
         === ===
  • 말없이고치기 . . . . 714 matches
         [키] . , .
          " " , (NoSmok:ForgiveAndForget ) . NoSmok:LessTeachingMoreLearning
         , ["ThreadMode"] . (see also NoSmok:)
         한, [""] . .
         ''''''
          , (NoSmok:ToDoIsToSpeak). . (NoSmok:TheyAreAsSmartAsYouAre)
         ''''''
          , [] 화 해 . [] .
          히 WikiMaster 행한. OriginalWiki WardCunningham " " , -- 행함 " "(NoSmok:LeadershipByShowing). ( NoSmok: )하 .
         see also NoSmok:
         [""]
  • 2006신입생 . . . . 712 matches
         = =
          * [http://services.nexodyne.com/email/] [http://services.nexodyne.com/email/icon/.LOjICs%2BQCXnd%2BAz8g%3D%3D/7vKivYE%3D/SG90bWFpbA%3D%3D/0/image.png] . .-_-
          * 험한 . 형태 , 형태 . ... -
          * .팔. ^^ - [http://165.194.17.5/zero/?url=celfin&sessionId=celfin&sessionName=하]
         = =
          . . -- [Leonardong]
         || || || 핸폰 ||
         || 희 || stxit msn.com stxit naver.com || 팔 ||
         || 형 || ~ || - ||
         || || - || - ||
         || || - || - ||
         || 희 || - || - ||
         || 형 || - || - ||
         || [] || - || - ||
         || || - || - ||
         || || - || - ||
         || || - || - ||
         || || - || - ||
         || || - || - ||
         || [] || - || - ||
  • AustralianVoting . . . . 712 matches
         [http://online-judge.uva.es/p/v101/10142.html ]
         :B(A,B,C), :(,통,), :1(1~4)
         호 투표 투표 . 1 택한 50% 표하 . 하 50% 표한 ( ) . 1 . 50% .
          . . 20 n . n 80 , . 1,000 , 투표 . 투표 1 n . 1 호, 2 호, .
          , . .
         === ===
          || || || || ||
          || || C++ || . || [AustralianVoting/] ||
          || 환 || C++ || . || [AustralianVoting/환] ||
          || || C++ || 110+ || [AustralianVoting/Leonardong] ||
         === ===
         [] [AOI]
  • CodeRace . . . . 712 matches
         = =
         -- [http://altlang.org/fest/CodeRace ] ( ) .--
         --( .)--
          . , ? 10 , , 해 한 행.
          . .
         = =
          . . /. / . ( / .) .
          .
          , 험해 .
          .
         = =
          . [PairProgramming] .
         = 혁 =
         [/2013.5.6/Code Race]
         [/2011.4.4/Code Race]
  • 비행기게임/진행상황 . . . . 712 matches
         = =
          * Python 크하 .
         = 황 =
         == 협 ==
          * 7.7 ~ 7.8 : , wxPython Pygame
          * 7.8 ~ 7.9 : pygame 히 편한 . .
          * 7.10 : ,
          * 7.18 : txt파
          * 7.27 : , 행 .. 행 .
          * ~ 8.6 : 함..( -_-;;), , ..
         == ==
          * 7.12~7.14 :
         == ==
          *
         = 황 =
          * 7 21 : ,
         = =
         || || || 할 ||
         || 8.2 || , 협, || 클 ||
         || 8.2~8.4 || , || (... 플... ) ||
  • ZPHomePage/레이아웃 . . . . 710 matches
         홈페
          (1/10)
          - 1024, - ( --[])
         ; 헉-_-; -_ㅠ ?-_-
         ?-_-a -_-/ --[하]
          2 ... --[환]
         == 환 ==
          ? --[]
          --[환]
         == ==
         = 1> =
         Upload:홈.psd
         Upload:홈.jpg
          ... ~!! -[]
         = 2> =
         Upload:.jpg
          .
         Upload:.jpg
          .
          * . . 통합하 ? [판] . SeeAlso [YAGNI] - [택]
  • 새싹교실/2011/무전취식/레벨5 . . . . 710 matches
         * : 2011/4/19 5~ 8
         * : 06
         * : 11
         == ==
          *
          *
          * Type Casting .
          * ) int -> float, float -> int automatically type casting PPT .
          * )
          1.0.
          type . (type)variable
          1.5.
          * Dangling Else .
          * Else 한 if Dangling Else.
          * .
          * & | ^ ~ And OR . XOR .
          * 8 16 . 0x 8 x 16?
          * 8 -> 2, 16 -> 2 . .
          * .
          * Reverse Word.
  • 새싹교실/2012/벽돌쌓기 . . . . 710 matches
         = =
         || || 1회 || 2회 || 3회 ||
         |||| O || O || O ||
         |||| O || O || O ||
         |||| O || O || O ||
         = =
          * 1회
          :
          : (int, float, double, char, string)
          :
          : printf
          * 2회
          : scanf
          : (if, switch), (for, while)
          * 3회
          : 2회
          :
          : 함
          : - swap함 / add 함
         == 1회 ==
  • Slurpys . . . . 709 matches
         [http://online-judge.uva.es/p/v3/384.html ]
         (Slurpy) . .
         (Slump) .
         1. 'D' 'E'.
         2. 'F' .
         3. 하 'F' 'G' . 'F' cpp 'G' . , DFFEFFFG cpp 'D' 'F' , 'EFFFG' .
         4. .
         (Slimp) .
         1. 'A'.
         2. , 'H'.
         3. .
          a) 'A' + 'B' + + 'C'.
          b) 'A' + + 'C'.
         4. .
         (Slurpy) (Slimp) (Slump) .
          N 1 ~ 10 . N . 1 ~ 60 .
          {{{~cpp"SLURPYS OUTPUT"}}} . N {{{~cpp "YES"}}} {{{~cpp"NO"}}}. {{{~cpp"END OF OUTPUT"}}} .
         === ===
          || || || || ||
          || || C++ || 2 || [Slurpys/] ||
  • stuck!! . . . . 709 matches
         [05] [C2005] [stuck!!] .
         == ==
          MSN . silverfishleehotmail.com
          {stuck!!} .
         == ==
          C, C++ IDE. 한 .
         zp 크. http://zeropage.org/pub/util/devcpp-4.9.9.2_setup.exe
          - [DevCppInstallationGuide]
         [http://165.194.17.15/pub/upload/CampusC.zip CampusC] // .
         '''[http://winapi.co.kr/clec/cpp1/cpp1.htm winapi.co.kr C] . '''
         == ==
          !!
          .
          : 화,
         
         || . || [] || [형] || [] || [태] || [] || || ||[] ||
         || 키 || :) || :) || :) || :) || :) || :) || :) ||
         .... ...-_-ㅋ;; .
         == ==
          silverfishleehotmail.com .
  • 지금그때2005 . . . . 709 matches
         2005 []
         : 2005 3 22 18
         : 4314
         == ==
         [Leonardong], [], [한], [], [], [황], [하]
         == ==
          . [] . 2 . --[Leonardong]
         == 크 ==
          * [2005/회20050304]
          * [2005/회20050308]
          * [2005/회20050318]
          * [2005/홍], [http://zeropage.org/~dduk/memo/memo.php?id=nowthen2005 ]
          * [/OpeningQuestion]
          * [2005/]
          * [/]
          * [2005/]
          * [2005/]
          * [2005/]
          * [2005/]
          * [2005/회]
  • 조영준/파스칼삼각형/이전버전 . . . . 708 matches
          [/파형] .
         === ===
          * PTriangle 클 .
          * r1 회... .
          * PTriangle 클 .
          * 9 30 5 .
         // 파
          Console.WriteLine(" (0 = exit)");
          s = Console.ReadLine(); //형 크
          Exception e = new Exception("효하 ");
          if (lines == 0) return; //
          private int[][] _triangle; //파
          private int _row; //
          private int _count; //
          private int _max; //
          _triangle[i][0] = 1; //
          _triangle[i][i] = 1; //
          _triangle[i][j+1] = _triangle[i-1][j] + _triangle[i-1][j+1]; //파
          private int lines; //
          private int count; // (4)
  • 피그말리온과 갈라테아 . . . . 708 matches
         ''' (Jean Leon Gerome. French, 1824-1904)'''
         '' ''
          .
         ( ) .
          .
          .
          .
         
         하 .
         
          (神殿) 탁했.
          .
          허한
          .
          .
         항 .
          , .
          통해
          .
         
  • 최대공약수/조현태 . . . . 707 matches
         === ===
          .
          편한..;;ㅁ;;
          .
         ~ ~~ 훠~~ ( ..ㅎㅎ)
          ..;;
         === ===
          cout << " :";
          cout << " :";
          cout << " :";
          cout << " :";
          cout << " :";
          cout << " :";
         === ===
         === ===
         cout << small_number << "\n"; cout << big_number << "\n"; .
          ,
         small_number=temp; , temp . 하.
          .. while ..^^ --
         태. ? ~ ? ㅋㅋㅋ -
  • 공개선언 . . . . 706 matches
          , .
          [] .
         [/] .
         = [] =
         하 . . [] ?
          . -.-;;
          . .
          해하 . FoundationsOfStatisticalNaturalLanguageProcessing .
         = [허] =
         == 2007 1 ==
          ..
         [] , . , , !
          , .
         항 .
         = [] =
         == 2006~2007 학 ==
          .( . .)
         패 .( . . .)
         .(포 . . .)
          .( . . .)
  • DataStructure/Foundation . . . . 705 matches
         = =
          * --; recursive .( )--;
          * 함 , . - Ο, Ω, θ
          * Ο(f(n)) : f(n) 포함하
          * Ω(f(n)) : f(n) 포함하
          * θ(f(n)) : , 확하 f(n)
          - g(n) f(n) .
          - g(n) f(n) .
         3. a,b > 1
          - log 함 base .
          - --
          * . ... ~ .. n+3 O(n) ..?--;
          * 해하
         // x n .
          * O(n) . ? while. while n O(n) ...(?--;) ! .
         // x n
          if(n%2) /* n */ // .
          else /* n */
          * O(log2n) ! n>log2n ..--;(log 2 .)
          * ..--; ..--;
  • 진법바꾸기/허아영 . . . . 702 matches
         === ===
          .
          . ㅋㅋ
          !
         ! .. 화.. +_+
         === ===
          printf(" '0 0' .n");
          printf("5하 10, (ex: 55 2) : ");
          printf(" ...");
          printf("10 : %d n : %d n : ", ten_jinsu, any_jinbeob);
         === 한테 할 ===
          ..ㅎㅎ ... do~while i turn..하 ??ㅎㅎㅎ
         .. 테 ..^^
          .ㅋㅋㅋ - [태]
          ? ! .^^;;
          ㅋㅋ
          , .
          .. 해 . 태 ㅋㅋㅋㅋ --
         .. , .ㅎㅎ 회 , , .ㅎㅎㅎ
          .. i turn . .. ..ㅎㅎㅎ
  • AM/20040705두번째모임 . . . . 701 matches
         == 항 ==
          * API 1 ~ 3
          * :
          * : 화 황
          * : Upload:AM_Study1.ppt
         == ==
         === ===
          *
          * Source, PPT 히 했.
          * Spy++, goto definition -> [1002] ,
          * 100% + a -> ,
          *
          * , PC .
          *
         === ===
          * & -> DFS, BFS
          * [1002] .
          * . 한 효 .
          * . . .
          * PC 함.
  • ThinkRon . . . . 701 matches
          . . . RonJeffries( ) ?
          Ron Think Big , "RonJeffries" .
          XP . 회 XP 행하 . . " RonJeffries " . RonJeffries 험해. . RonJeffries .
          RonJeffries 화(internalize)하 . RonJeffries KentBeck " " . . 하 . , . KentBeck "''I'm not a great programmer; I'm just a good programmer with great habits.''" -- . ThinkRon, " " , .
          PairProgramming ? . KentBeck WardCunningham, RonJeffries . . . 해 .
         Let me tell a brief story about how that came about. Our president, at the time was Bob Doherty. Doherty came from General Electric via Yale, and had been one of the bright young men who were taken under the wing of the famous engineer Stiglitz. Every Saturday, Stiglitz would hold a session with these talented young men whom General Electric had recruited and who were trying to learn more advanced engineering theory and problem-solving techniques. Typically, Bob Doherty would sometimes get really stuck while working on a problem. On those occasions, he would walk down the hall, knock on Stiglitzs door, talk to him — and by golly, after a few minutes or maybe a quarter of an hour, the problem would be solved.
         One morning Doherty, on his way to Stiglitzs office, said to himself, "Now what do we really talk about? Whats the nature of our conversation?" And his next thought was, "Well Stiglitz never says anything; he just asks me questions. And I dont know the answer to the problem or I wouldnt be down there; and yet after fifteen minutes I know the answer. So instead of continuing to Stiglitzs office, he went to the nearest mens room and sat down for a while and asked himself, "What questions would Stiglitz ask me about this?" And lo and behold, after ten minutes he had the answer to the problem and went down to Stiglitzs office and proudly announced that he knew how to solve it.
         [""]
  • 정모/2004.9.24 . . . . 701 matches
         == ==
         || 02 || ||
         || 03 || 환 황 ||
         || 04 || ||
         == ==
          * 2학 48
         == ==
          * (?)
         == 트 ==
          * 표, .
          * []
          * [Hacking] - Linux OS , . .
          * [PPProject] -
          * [트] - C++ , , 희 , - C++
          * - , play,
          * [XML.ing] - ? ( )
          * 3D RPG - caucse , 트,
          * Accelate C++ - , 4~5 ,
         == [학회] ==
          *
  • html5/web-workers . . . . 700 matches
          * : 행하
          * : , UI(DOM)
          *
          *
          *
          * 해 Web workers
          * web workers ()
          *
          *
          * : <>, 하
          * : < >,
         = =
          * UI
          * UI .
          * DOM .
         = =
          * JavaScript URL 행한
          * , !
          // workers.js 행하
         = =
  • PyIde . . . . 698 matches
         === ===
          * : PyIde (PyIdea .. sourceforge . -_-)
          * : (99, [1002])
          * : . , 2-3 .
          * 표 :
          * idlefork, vim 한 python . -_-;;
          * 툴 .
          * Xper:ExtremeProgramming .
          * 택하, 툴 . .
          * :
          * :
          * Prototyping & Review & Copy & Paste 하 한한 , Refactoring For Understanding , 해 TDD .
          *
          * [Plex] - http://www.cosc.canterbury.ac.nz/~greg/python/Plex/ - .. parser ..
          * - CyberFomulaSin , Sarah Brightman Harem , NoSmok:
          * [Eclipse] - [wxPython] PDE .. CVS Eclipse Plugin .. Eclipse Plugin [Jython] ?
          ''. Jython Java Class 파 . IE FIT 통합 . --JuNe''
          '' Eclipse PDE . exploration . --[1002]''
         === ===
         === 황 ===
  • UserStory . . . . 697 matches
         === User Story ? ===
          . XP ( XP 행하 . -_-a Case Tool 호함.~) .
          * man-hour
          * Story Point
          * Task Point
         Wiki:EngineeringTask Story . UserStory , Wiki:EngineeringTask Developer .
         UserStory Wiki:EngineeringTask , estimate (해 )한 Story Point Task Point .
          Iteration () 행할 행한 Story , estimation .
         === Estimation ===
         estimate . 하 Story Story . 해 Story , Story . 해 Story Story . SpikeSolution estimation 하 .
         3학 2학 UP(Unified Process) ["Use Case"] .
         Use Case .. System Sequence Diagram .
          .
          . ^^ -
          . 항 험하 . Wiki:UserStoryAndUseCaseComparison , . Use Case .
         --
  • FrontPage . . . . 696 matches
          * [ZP%20Docs|] .
         <div style = "float:right"> <a href="https://wiki.zeropage.org/wiki.php/UserPreferences"></a> </div>
          * 2024 '''학 ()''', '''()''' '''6''' [] .
          * [] :
          * [회] :
          * [활/2024] : 2024 ZeroPage .
          * [활/2023] : 2023 ZeroPage .
          * [] :
          * [https://docs.google.com/spreadsheet/ccc?key=0AuA1WWfytN5gdEZsZVZQTzFyRzdqMVNiS0RDSHZySnc&usp=sharing ]
          * [https://docs.google.com/spreadsheets/d/1c5oB2qnh64Em4yVOeG2XT4i_YXdPsygzpqbG6yoC3IY/edit?usp=sharing ]
          * [https://goo.gl/SPoRyp ZeroPage ]
          * +Google Google .
          * [https://chat.zp.ai Chat: ZeroPagers] Mattermost . ( )
          * [https://zeropage.org 홈페: ZeroPage] 홈페
          * '''[[PageCount]]''' .
          * '''[[ZeroWiki]] ''' [[ZeroWiki]] 튜토 !
          * . [[http://moniwiki.kldp.net/wiki.php/MoniWikiTutorial]]
          * [[WikiSandBox]] : , !
          * 페 [[페]] [[페]] .
          * [[]], [[]] 탐험할 .
  • 조현태/놀이/시간표만들기 . . . . 696 matches
         == ==
         === ===
          * 편 .. .ㅋㅋ
         === ===
          * ..
          * .
          * .
          * .....^^;; 3 . ..ㅎㅎ
          * .
          * .
          * .
          * .
          * ;;ㅁ;;. . ( ㅡㅡV)
          * 2 .
          * 환 .
          * .. !! ( !!ㅠ.ㅜ)
          * .. ....큰 .. 트 해.
         === 항 ===
          * , . ;;ㅁ;;
          * ... ( .. ㅡㅡV)
  • PracticeNewProgrammingLanguage . . . . 694 matches
          .
          , 흥
          함.
         !!! 행할 .
          ??
         1. : .
         2. : 통해 .
         3. : .
         4. quick_sort : quick_sort 팅하 .
         5. 파 : .
         6. : 트 파 , .
         7. 2 : . (텍트, )
         8. : 텍트 파 , , , 환, , 향키 ,
         1. HelloWorld : () 환하 , 클 .
         2. : 2 한 1~500 .
         3. TCP , 클트 : () TCP 함.
         4. UDP , 클트 : () UDP 함.
         5. , 클트 : 10 함.
         1. : GET, POST, CGI .
  • 데블스캠프2003 . . . . 693 matches
         = 2003 =
         === 항 ===
          * .
         === ===
          * 6 30() ~ 7 4() 9 6...
         === ===
          * .
         == 황 ==
         [2003/]
         [2003/]
         [2003/]
         [2003/]
         [2003/]
         == ( ! ) ==
         || 학 || || ||
         || 00 || 택 || ||
         || 00 || (휴학) || . ||
         || 01 || () || . ||
         || 01 || || . ||
         || 01 || || . ||
  • EightQueenProblem/da_answer . . . . 691 matches
          .. -_-;; ...
          C, C++ ... .
          USES , , 클 ... ^^;;;
          ..T_T .
          . ...
          RECORD (?) ...
          .. -_-;;
         화 ... 행하 .
          .
          크하 .. ^^;;
          ..
         항 .. -_-;;
          픈...
          ...
          .. -_-;;;; .
          .. T_T
          ~~
         ... 2... 2 ..
          .. ... -_-;;;
          ... ... ...
  • 상쾌한아침 . . . . 691 matches
         = =
          함 해.
          .
         == 페 ==
          . . 페 '' .
          , ...-[]
          , --
          페 . - [한]
         == 크 ==
         || || 표 ||
         || 7 || :) :) ||
         || 9 || :) ||
         || 9 || :( ||
         || 11 || :( :( ||
         || 한 || :( || :) || :( || :( :( || :( || :) || :( :( || :( :( || :) :) || :( :( || :) :) || :( :( || :( :( ||
         || || :) :) || :) || :( || :) :) || :) || :) || :) :) || :) :) || :) || :) || :) :) || :) || :) || :) ||
         2 6 (패)
         || 한 || :) :) || :( :( || :) ||
         || || || || :) ||
         2 14 . (패)
  • Profiling . . . . 690 matches
         '''Profiling'''() .
         == ==
          , ''''''.
          ?
          ?
          , ?
          '''''' . .
         ''' ?'''
          , 20/80 . 통 20/80, 파 .
          , . (% . . )
          80% 20% .
          80% 20%
         80% 20% .
         80% disk 20% .
         80% (maintenance effort) 20% .
          20% , 통해 .
         '''Profiling'''() .
         ( [http://maso.zdnet.co.kr/20010407/about/article.html?id=120&forum=0 4 Python ] .-)
         == Profiling ==
          === ===
  • ZeroPageServer/Wiki . . . . 689 matches
         
         Q : RecentChanges .
         A : RecentChanges editlog , editlog . editlog editlog , 1000 .
         === 2003.3.7 ===
          .
          .
          .
          - [크] . Go! FrontPage
          - (V) [V] {V} .
          - KeyNavigator . .
          - ISBN tag . Go! AcceleratedC++
          - 파 . 5 UploadFile
          - ssh-ftp .
          pub/upload . .
          - [[BR]] 테 .
          .
          . Go! KeyNavigator
          id-Password 활
          .
          id-password .
  • UselessTilePackers . . . . 687 matches
         [http://online-judge.uva.es/p/v100/10065.html ]
         :C(A,B,C), :통(,통,), :3(1~4)
         Useless Tile Packer . . "useless( )" .
         포 , . . 형태 .
         하 . .
          . . N(3≤N≤100) . N (x,y) . x,y 0 1,000 . . .
         N 0 .
          호(1 ) , "Wasted Space = X %" 형 . X , .
          .
         === ===
          || || || || ||
         === ===
         [] []
  • 3DGraphicsFoundation . . . . 686 matches
         = =
          * 3D
         = =
          * '99 (Teacher)
          * '01 ["[Lovely]boy^_^"]
          * '01 협 ["협"]
          * [[HTML(<strike>'01 [""]</strike>)]] . .ㅡ.ㅜ
         = 황 =
          * 1-4 ()
          * 4, 5, 17 행()
          * 태 ()
          * ()
         = =
          * 4
         = =
          *
         = =
          * 학함 - C style : ["3DGraphicsFoundation/MathLibraryTemplateExample"]
          * ["[Lovely]boy^_^/3DLibrary"]
          * 협 ["협/3DLibrary"]
  • 금고 . . . . 686 matches
         [http://acm.kaist.ac.kr/Problems/2004og.pdf ]
         == About [] ==
         N . F . , F 포함하 , F .(N , 1 .)
          , K F . . , .
          K F F 하 획 E(N,K). K = 1 F 1 하해 N F . E(N, 1) = N. N k , E(N,K) .
         === ===
          (standard input) 통해 . T(1 <= T <= 10) . N K(1 <= K <= N <= 500) .
         === ===
         (standard output) 통하 . E(N, K) .
         === ===
          || || || || ||
          || || C++ || ..ㅡㅜ || [/] ||
          || 하 || C++ || 10ㅡㅡ; || [/하] ||
          || [태] || C++ || ? || [/태] ||
          || [] || C++ || ..ㅡㅜ || [/] ||
         === ===
         [] []
  • pragma . . . . 685 matches
         C C++ 포팅 OS . . #pragma C C++ 호환 포함 . Pragma ''' '''.
         [snowflower] Accelerated C++ map Visual C++ 험했. .
         map 호 C4786 C4788(identifier ) 2 ,
         한 .
         NeoCoin Debug , , Project Setting -> C/C++ tab -> Debug info -> Line Numbers Only .
         하, Visual C++ 6.0 효한, VS.NET . VC++ 6.0 map STLPort , [Boost] . MS , VS.NET .
          lib .
         #pragma comment(lib, "d3dx9") // dx9.lib 파 포함한.
         #pragma once // .
         .. #pragma warning(disable: n ... m) . , pragma directive 히.. . , VC GCC .. . 확 .. .
         표 pragma directive .. .
         []
  • 데블스캠프2005/RUR-PLE/정수민 . . . . 684 matches
         =0=
         -
          1 파토 =0=;;
         
          -_-)/
         ~
         == ==
          ..!!
          , (확히 ..) .
          .. . . >ㅁ<;; . sort1 !! .
          . 히 해 .
          표하.
          : .muggi함 () ? .
          -태-
          ;; sort1 sort.wld ?
          () =0=;; ;;;
          행해 if =0=;;
          화 -_-!!!
          ... .. .. ; @0@~
          .. ..ㅎㅎ ( .. ..;;)
  • 지금그때2005/회의20050318 . . . . 684 matches
         == : ==
          , .
         
          : , , 택하,
          :
          트 :
          판()
         
          [/OpeningQuestion]
         
          (템)
          1회
         
         
          힌 포
         
          .
         
          한 해 7
         
  • 정규표현식/스터디/반복찾기 . . . . 683 matches
         [[pagelist(^/*)]]
         == - 호 ==
         == - 한 ==
          * . ({})
          *
          * +, * .
          * +, *, ? 0 1. .
          * 확히
          * RGB {{{#99FFAA}}} {{{[:xdigit:]}}} 확하 6 .
         === 확한 ===
          * : {{{#[:xdigit:][:xdigit:][:xdigit:][:xdigit:][:xdigit:][:xdigit:]}}}
          * : {{{#[:xdigit:]{6}}}}
         === ===
          * : {{{\d{1,2}[-\/]\d{1,2}[-\/]\d{2,4}}}}
          * 하 54/67/9999 .
          * {0, 4} 0 .
         === ===
          * 100 : {{{\d+: \$\d{2,}\.\d{2}}}}
          *
         == - ==
  • DispatchedInterpretation . . . . 682 matches
          . , . . 하 . . OO , . , 행한.
         ... . , . 하 . case 형태 .(??)
          해하 . Shape line, curve, stroke, fill . commandAt(int) n , argumentsAt(int) .
          void* command = aShape.commandAt(i); // ?--;
          , CURVE STROKE, FILL . , case , OAOO . case .
          한 case , PostScriptShapePrinter .
         한, commantAt argumentAt , sendCommand(at,to) . line,curve .
          Shape .
          .
          ... .--; . 한 탓. .
  • 아는것으로부터의자유 . . . . 682 matches
         = =
          * :
          * !
         = =
         == ==
          * , , .
          * '~할 ' . 하 .
          * . .
          * . .
          * 해 행 . 한 행.
          * 통해 .
          * , 행 , .
          * ..
         == ==
          * . , . Good.
         = =
          * .
          * .
          * 통해 . 크 .
          * 통해 . 하, , . [(namsang)] (道) . 크 .
  • 학문의즐거움 . . . . 682 matches
         평
         택 : :) :) :) :)
          . . 하 . 한 . . ( ). .
          (?) ( '해' 학 ) 히 '파' . (SeeAlso NoSmoke:파 )
          ? . . , ''' ...''' . ''' (Sleep with problem)''' . -[]
          (?) , , . , ? "! ?" .
          .... fnwinter
         See Also [학], []
         []
  • 서지혜/단어장 . . . . 681 matches
         = =
          *
          * [http://www.youtube.com/watch?v=zBFEcfYW-Ug&list=PLgA4hVlv6UnuGH7lvUPFdekHCZuaWkWzo 7 rules to learn english fast] : !
          * [http://no-smok.net/nsmk/%EA%B9%80%EC%B0%BD%EC%A4%80%EC%9D%98%EC%9D%BC%EB%B0%98%EB%8B%A8%EC%96%B4%EA%B3%B5%EB%B6%80%EB%A1%A0 ] :
          * . . ..
          * evernote 페 . 키 형
          1.
          1. : NAS(Network Attached Storage) is often manufactured as a computer appliance
         
          : 1. imperative programming. 2. We use the Imperative for direct orders and suggestions and also for a variety of other purposes
          황하 : The thing that baffles me is that the conversations do not center around the adults but almost exclusively about their respective kids
          : Tuition payments, known primarily as tuition in American English and as tuition fees in British English.
          () : he does not object to paying the levy
          : a levy brief [ meaning ]
          : It's easier to levy tax on property
         
          :
         
         
          : 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( )
  • ComputerGraphicsClass . . . . 680 matches
         
         == ==
         : [http://cglab.cse.cau.ac.kr 홈페]
         || ||
         : Computer Graphics 해. 3D 트.
         2004 OpenGL . (하 )
         === ===
         === ===
         학 OpenGL 편.
         [1002] OpenGL . . 200 .
         C++ Vector 클 Matrix 클 함. 함. (ex : CPU 파 , A* )
          한 Problem - Solution .
         === ===
         OpenGL , . , 해하.
         OpenGL 페 해하 . Tutorial 행해 함.
          OpenGL . 3DViewingSystem Flat, Gouraud, Phong Shading GDI .(Flat,Gouraud OpenGL )
         === ===
          (DB, Network) (?) 학, ''. DB Network , CG .(Game ? 하 Game ..) , DB Network .
         Project , . Viewing System Ray Tracing 함.
  • zennith/SICP . . . . 679 matches
         == (1E) ==
         === ===
          .
         " . , 퓨팅 . , . , , . , , (keeping fun in the house) . . 히, . . . 퓨팅 . 퓨팅 . , , (intelligence). . . (the ability to see the machine as more than when you were first led up to it, that you can make it more.)"
         .. GET 했!
          DeleteMe [SICP] Hierarchical Wiki StructureAndInterpretationOfComputerPrograms [SICP] .
          [] [/SICP] . ^^;; , --["neocoin"]
  • PC실관리/고스트 . . . . 677 matches
         = =
          . 포함하 .
         = GHOST =
          * Microsoft MSDN (2003 )
          * 한 2005
         = =
          * '''''' 폴 : D C 함.
          힘. -_-
          * 탕화 탕화 .
          * '''CAUCSE''' '''control userpasswords2'''
          해 통해 , Administrator PC .
          ( ...)
          Users 한해 .
          * - : '''PCNTxx''' 행태 함.
          * - : 크. ( )
          * IP IP 함.
         = =
          . . . - [eternalbleu]
          . .... -
          MSND ....-
  • TugOfWar . . . . 677 matches
         [http://online-judge.uva.es/p/v100/10032.html ]
         :B(A,B,C), :(,통,), :2(1~4)
          . 평하 . 한 편 , . .
          , .
          n . n . 1 450 . 100.
          .
          , . 한편 합, . .
          .
         worst case() TugOfWarInput
         === ===
         || || || || ||
         || [협] || Python || 3 || [TugOfWar/협] ||
         || || Python || 14 || [TugOfWar/] ||
         || [] || Python || 2 || [TugOfWar/] ||
         || [] || C || 4 || [TugOfWar/] ||
         || JuNe || Python || 1 || Seminar:TugOfWar/JuNe ||
         || [한] || C || . || [TugOfWar/한] ||
         || [] || C++ || . || [TugOfWar/] ||
         === ===
          2 . --
  • MFC/Socket . . . . 676 matches
          * 통 .
         = =
         == ==
          * .
          * 클 .
         == 클트 ==
          * .
         = =
         == ==
          * CSocket . CSocket MFC
          *
          Create(nPortNum); // 포트 .
          Listen(); //클 .
         === ===
          m_serverSocket.Init(this,SERVERPORT); // .
         ///클 .
          if(!m_serverSocket.Accept(*m_dataSocket)) // . m_dataSocket 통해 통.
          m_dataSocket->Init(this); //
          m_dataSocket->SetPort(SERVERPORT); //포트
          *m_dataSocket >> temp; //클 .
  • ricoder . . . . 676 matches
         == ==
         "02" ~ . -_-a
         == ==
         ~ ... ..
          .. ㅜ_ㅜ
         Thanks to ["Yggdrasil"]
         == ==
          * . ["NumberBaseballGame/"]
          * . ["/"]
          * . ["MagicSquare/"]
          * . ["/"]
         // ..
          cout <<" .\n";
         //
         void serve(); //
          cout << " . 5 .\n";
          case 1: cout << ". .\n";
          cout << " .\n";
          cout << array[i] <<" .\n";
          case 2: cout << ".\n";
  • snowflower/Arkanoid . . . . 676 matches
         = =
         Object Programming Arkanoid() ㅏ.
         = =
         ~ . .
          1. .
          2. .
          3. .
         3 .. . -_- .. [BR]
          , 100 85 .
          .. -_-;
          1. .
          2. .
          3.
          4. 0(파)/1/2/3
          5. .
          .. 45 .[[BR]]
          . [[BR]]
          팅!
          !
          1.
  • 코드레이스출동 . . . . 676 matches
         === !! ===
          . [/] .
         +
         +
         + ''''''!!
         [http://altlang.org/fest/%EC%BB%A8%ED%85%8C%EC%8A%A4%ED%8A%B8 SVN Trac 크]
         [http://altlang.org/fest/CodeRace ]
         [http://oss.or.kr/coderace/index.html ]
         [/] : , 태, , 휘
         [/] : , , , ,
         [/CleanCode] : , 회, ,
          1: 11 21 6 (2~3 )
          2: 11 23 7 (3~4 )
         7 . , 한 . 7 . 7 , 7
          ,,
          '1' . 1 ... . ^^ . 2~3 . 히 훈!! ~ (효) --
          -
         1 ??ㅋㅋ --
         .. 히 하.!~ --
          ~! ~ --
  • html5/richtext-edit . . . . 675 matches
         = 트 편 =
          * : 트, 텍 폰트, , ,
          * HTML5 트 편 API .
          * API : contenteditable, designMode
          * (div) 한 API.
          * contenteditable :
          * designmode :
         * contenteditable : , ""(null), "true" "false"
          * "false"
          * contenteditable
         - 편 -
         - 편 -
         - 편 환 -
         isContentEditable ("true", "false", "inherit"환)
         - 한 편 -
         designMode : document , 'on' 'off'
         window.document :
         iFrame contentDocument - iFrame
         = 편 =
         innerHTML : HTML태 포함한
  • 데블스캠프2011/둘째날/Machine-Learning/NaiveBayesClassifier/김동준 . . . . 673 matches
         Describe 2011//Machine-Learning/NaiveBayesClassifier/ here
          // 크하. False
          inputStr.equals("//") || inputStr.equals("")) {
          //
          // Data 한 학
          if(isSkipData(wordTmp)) {continue;} // 1Data, 트, , 페
          if( this.sectionWord.get(wordTmp) == null) { // 해
          this.sectionWord.put(wordTmp, 1); // 1
          else { this.sectionWord.put(wordTmp, this.sectionWord.get(wordTmp)+1); } //
          this.sectionWordNum++; //Word Count 하 .
          // 학
          //
          // 환, 1
          //
          // Section Calculate 하. Index .
          //해 Section Calculate 하. Index .
          //해 환하. Index Section , Index Section .
          // Ln[p(S) / p(!S)] . Index .
          // Sigma Ln[p(Wi ^ S) / p(Wi ^ !S)] . Index . 한 Advantage . (Advantage 함 )
          // 한 Advantage . 해 Index Section . / Section * 50 .
  • Z&D토론/학회명칭토론 . . . . 671 matches
         통합 학회 한 토.
         == 학회 ==
          * 'X & Y' 통합 학회 .
          * 통합 . 통합 화 하 향한 .
          * 학회 . .
         == ==
          * 'Z & D' - . .
          * - 통합 학회 . .
          * - 팽팽한
          * - .
          * ZP . ZP .
         == ==
         2002 1 30 통해 ZeroPage .
         See Also [http://zeropage.org/jsp/board/thin/?table=open&service=view&command=list&page=0&id=5086&search=&keyword=&order=num 2002130]
         DeleteMe) Thread , 학회 1 30. . (, ZP .)
          . . ^^; . , .
          . .
         ["Z&D토/학회"] , , .
         ["토"]
  • 데블스캠프2006/준비/목요일 . . . . 670 matches
         = =
         || || || 행 ||
         || 19:00-24:00 || 향 || 허, ||
         || 00:00-01:00 || || ||
         || 01:00-03:00 || Win32API || 혁 ||
         || 03:00-06:00 || MFC || 호, ||
         == 향 ==
          * : ,
          * 표 : . ( --;)
          * : 4,5 .
          * :
          * 표 : C Win32API , .
          * : 2
          * : 호,
          * 표 : Win32API MFC .
          * : 2,3
         = =
          * ? - []
          * . . . - []
          * 12 . . .. 흣 - []
  • CheckTheCheck . . . . 669 matches
         [http://online-judge.uva.es/p/v101/10196.html ]
         :B(A,B,C), :통(,통,), :1(1~4)
          ()확 . . 흰 , . 흰 편 , .
          "*" .
          . 폰 . , 흰 . "p" . "" .
          . "." . . "." . . 확하 .
          .
          d 1 .
         === ===
          || || || || ||
          || || C++ || . || [CheckTheCheck/] ||
          || 환 || C++ || . || [CheckTheCheck/환] ||
         === ===
         []
  • 상협/모순 . . . . 668 matches
         = ? =
          * .
         = =
          * .
          * .. . .. .. .. ? , ?? ~?? ? 하 . , . .. .
         = =
          * . . 한 행 . . 행 할텐 합하 . ........... ?.. . . . ?..
         [""]
  • LoveCalculator/허아영 . . . . 666 matches
         === ===
         .^_^
          ,,
          ~ ~
          ''sample input 2 3 .; --[1002]''
          . ( , ..)
         === ===
          // ..
         === 한테 할 ===
          Girl~ㅎ ~ ..ㅎ
          ?ㅎ ??( .ㅎ)
          .. .ㅎ( !!킁..ㅠ.ㅜ)
          .. ~ㅎ
          .. 1 2 .. ..ㅎ
          ~ㅎ ..ㅎ ..ㅠ.ㅜㅎ - [태]
          . ㅋㅋ
          tolower(해 , )함 toupper() (alpha = alpha - 'a' +1) , ? - [호]
          - . .
          크크 toupper ... 'a' ... ㅠㅠ
          .
  • 쓰레드에관한잡담 . . . . 666 matches
         process scheduling .
         1. real-time process - 1.hard real-time(), 2.soft real-time(vedio decoder )
          time-sharing .
         Linux thread .
         thread , context switch thread .
         Linux fork() do_fork() Kernel 함, do_fork() user thread POSIX Mutex .
         ... ... 한... POSIX thread thread .
          . . .
         ... mutex 화... ... lock context switch .
         ... context switch PCB(Process Control Block) .
          Assembly .
         PCB process .
         -> Zombie Process PCB .
         thread 10 행하,
         함 context switch arg .
         arg 0~9 .
         pthread_mutex_lock arg 0 .
          pthread .
         확한 arg . .
         Critical Section .
  • 정모/2007.3.27 . . . . 666 matches
         == ==
          , , , , , 형, 희, , , ...
         == ==
         * 학회
          - 학회 .( : 학회 , )
          - pc .
          - PC 한 PC (학 )
          - ( 50, PC) .
          - PC 14 4 학회
          - 회 학회 , , .
          - 통행 .
          - ost 홈페 .
         * 트 or
          - JTD 2007 Study=> : , ,
          => 툴 : 3.2, jtk1.6
          => .
          => 행해 행할 .
          => 획.
          => .
          - 파 => :
  • 2005리눅스프로젝트<설치> . . . . 665 matches
         = 2005 트 =
         == ==
          * : Fedora core4
         == ==
         Upload:Fedora core4 .pdf
         Upload:vmware 한.pdf
         == ==
          * Fedora core4 CD4 .
          CD .^^
          *VMware-workstation-5 . VM .( .)
         == ==
          * X-WINDOW Fedora core4 택했. 핫,,Fedora .
          '' x-window-system 패키 ok ;; 편한 ''
          * VMware .
          VM 편함 ^^;
         == ==
          * 1 VI .
         == ==
          * ...;; kde X-(? X ..) ...
          * ~ ..ㅋㅋ ......--
  • APlusProject . . . . 665 matches
         SE Project 9 . .
         Upload:APP_MeetingRecord_Draft.zip - 회 .
         Upload:APP_MeetingRecord_0607.zip - 6 7. -- 흐흐 QA
         Upload:Chasedocument.zip --
          ;; .
         
          ;;
          .
          : seobject at kaspa dot org
         [http://kaspa.org/kiwon/ SE 홈페]
         ==== ====
         || || 할||
         || || PM ||
         || || PL ||
         || || ENG ||
         || || ENG ||
         || || CM ||
         || || QA ||
         ==== ====
          . SE . ' ' -> -> -> 'URL UTF-8 ' 팅 해 . (파 )
  • GUIProgramming . . . . 665 matches
          . .
         GUI .NET .
          툴킷 C++, .
          하 X-Window, POSIX 표 호환 툴킷. IEEE 1295 , Motif API . Qt, GTK 툴킷.
         Motif OpenSource .
          툴킷. Qt Gimp 툴킷. Qt GPL 툴킷.
          KDE 툴킷. "cute" . 티플 . C++ , 파 , C .
         ==== PyQt4 크 ====
          API. 플 툴킷 형태 Platform-independable .
          툴킷. AWT . 한 AWT . Windows ( Mac) {{{~cpp Look&Feel}}} . -_-; & ..
  • sakurats . . . . 665 matches
          .
         === ===
          .
          .
          * MFC .
          * OCU PHP .
          * .
          * .
          * . .
         === 하 ===
          ..
          트할
          ..
          한테 ..
          ( ..
          ..^^;;)
          -태호-
          . ..^^a
          .
          .. . 하핫^^
  • 방울뱀스터디/Thread . . . . 663 matches
         == Thread ==
          () .
          . .~~!
         )
         (process) : , ..
         하 .
         == Thread ==
          : start_new_thread() .
         === 1 ===
         === 2 ===
          # 5
         time.sleep(2) #
         == ==
          * .
          .
          .
         === 3 ===
         ()
          ~!
         allow_lock() 함 .(3)
  • 새싹교실/2012/햇반 . . . . 663 matches
         = =
         :
         || 학 || ||
         || 12 || 형 ||
         || 12 || ||
         = =
          6 ~
         하
          1
         == 1회(3/30) ==
         
          6 VS
         1.
         2.
          :
         3.
         
          :
         4.
         
  • 주민등록번호확인하기/조현태 . . . . 663 matches
         == ==
          ..ㅠ.ㅜ
          ~
          탁해 .^^
          .^^
         // ... ?ㅎ
          .ㅎㅎㅎ
          , .. ~!!
          13 50 7 ??ㅎㅎㅎ
          ..ㅎㅎㅎ
          ..ㅎㅎㅎ
         ~ ..ㅎㅎ( !ㅎㅎ)
         == ==
          cout << " '-' >>";
          cout << "\n ~ ^^ !\n";
          cout << "\n ???? -_-;;\n";
          === .^^ ===
          cout << " '-' >>";
          cout << "\n ~ ^^ !\n";
          cout << "\n ???? -_-;;\n";
  • C++스터디_2005여름/도서관리프로그램/조현태 . . . . 662 matches
         == ==
          .. ~
          ..(! ..~ ~_~) .ㅎ
         ( [LittleAOI] 크하 ..해..ㅎ ~ >ㅁ<;;)
         .. ..( ..)
          '' ''. (~)
          ..( ;;)
         ( .......)
         C++ ..( C 한 탓.. C++..// .)
          . ( C++ ....)
         ( ..C++ .(2학) C++ .ㅎ)
          ..
          ....
         == ==
          cout << "1. 2. 3. 4.\n>>";
          cout << " : " << temp_name << "\n";
          cout << " : " << temp_writer << "\n";
          cout << " ISBN : " << temp_isbn << "\n";
          cout << " >>";
          cout << " >>";
  • ComposedMethod . . . . 662 matches
          ? .
          . . . 하? .(, )
          , . 하 , . . 해함, 해할 . . . .
         ''' 행할 . . .'''
          Composed Method , . , Composed Method . 한 Method .
         , 함. ProgrammingByIntention , 한 ' ' . (StepwiseRefinement ) --[1002]
  • DataCommunicationSummaryProject/Chapter12 . . . . 662 matches
         = Internet In Space () =
          * (local loop)
          *
         = =
          !!
          * GEO -
          * MEO -
          * LEO -
          *
          * 3
          * -> 한, ( )
          * 태 (:흑)
          * , 파 ,
          * GPS
          *
          * 합 ()
          * ( 2)
          * Iridium:
          * 함 ( -> )
          * GEO (: SkyLife)
  • 니젤프림 . . . . 662 matches
         = =
          .
         페 .
         [http://nijelprim.egloos.com ] -_-
         == (한) ==
          , 트,
          5 , 트,
         크, 트,
         플 플, ,
          , ,
          , ,
          , 호 ,
         픽, 호 ,
         , 호 ,
          , 호 ,
          , 호 ,
          , 호 + ,
         , , 호 ,
          , 호 ,
          , 크 트,
  • 정모/2012.8.29 . . . . 661 matches
          * : [], [], [], [], [], [], [], [], [], [], [], [], [], [], [형]
          * [] 학 Irish ?
          * : []
         == 회 ==
          * 2학 획 [http://zeropage.org/accounts/62922 홈페] .
         == ==
          * 6. 9 3
          * 9 5 파티
         == ==
          *
          * ZP Trello . 하 .
         == ==
          * 학회 . GUI , .
         == ==
          * ZeroPage , , Trello . 해 ZeroPage , 편하, (iOS, Android) notification push .
          * 한 [https://trello.com/board/4f772fd6de39daf31f04799f ZeroPage Board] List Label , [https://trello.com/zeropage ZeroPage Organization] Board . 택할 ZeroPage Board Member . . - []
          * List . 편할. -[]
          * . ..-- . . -[]
          * . ..
         [], [2012]
  • ComputerNetworkClass/Report2006/BuildingWebServer . . . . 660 matches
         === 항 ===
          * wsock32.lib .
         === ===
          * [http://orchid.cse.cau.ac.kr/course/cn/project/webserver-code.htm ]
          *
          * [http://www.terms.co.kr/Winsock2.htm 2]
          *
          * [http://dasomnetwork.com/~leedw/mywiki/moin.cgi/NetworkProgramming ]
         === ===
         * HTTP Application . RFC1945 한 형태 . ( RFC1945 HTTP-message BNF 한 형태 .) CGI, . ( -_-;)
          , Cache . , , .
          (, , IO티플 ) , 해 HTTP request , 형태 .
          HELLO WORLD HTTP BNF 1~3 한 형태 .
          . 히 흥 . ...
  • PC실관리/고스트/네트워크를이용한OS설치 . . . . 660 matches
         == ==
          *
          * . . 10 .
         == ==
          * (PC )
          *
         == ==
          * .
          * . System -> 택해 . -_-;
         === ===
          * . ( 택해 , )
          * Start -> peer to peer->slave :
         === OS ===
          * Start-> peer to peer -> master : .
          *
          * partition->Load image from .
          , , . . .... - [(namsang)]
          * . -[]
          * . ㅋㅋ -[]
  • ThePragmaticProgrammer . . . . 660 matches
         == ==
          (, , ) (하 템) 품() . , / .
          , Andrew Hunt David Thomas 화하 .
          , . ,하트 편 . , , .
          ''--- yes24 ''
         () . . '' '' '' '' . -- [(leonardong)]
          . . - [(namsang)]
          '' . ..~ --[(1002)]''
          . ㅎㅎ -- [(leonardong)]
          ~ ㅎㅎ - [(namsang)]
         []
  • django/ModifyingObject . . . . 660 matches
         SQL insert into values , update set where . 하 django , (save)하 화했. save . save , . save 행한.
         Employee save , , . save , save . , .
         save . . . . save .
          Model클 delete 화했. 하 delete_objects.[8] delete_objects , NULL . Risk테 Consequence, Control 테 .
  • 새싹교실/2012/아우토반/앞반/4.12 . . . . 660 matches
         = =
         || || || O ||
         || 학 || || O ||
         || || || O ||
         = =
          * rand, srand
          * time(NULL)
          *
         = =
         1. .
          :
          1) 플 0
          2)
          3) 플 택할 : , 킥
          4)
          -
          : 1000
          플 : 500
          -
          : 50~100
  • JAVAStudy_2002/진행상황 . . . . 659 matches
         == 항 ==
         === 혜 ===
         === ===
         core Java .[[BR]]
         swing Java . [[BR]]
         23 core Java 1편 . [[BR]]
         .. stream .. ㅡㅡ;[[BR]]
         core java .. [[BR]]
         c .. .. --;;[[BR]]
          thread. stream. .[[BR]]
          .[[BR]]
         ==== ====
          network , XML .
         === ===
         === ===
         === ===
         === ===
          * UI UI . --; (http://zeropage.org/~woodpage)
          * .. .. 하.. -- --;
          *크. . ^^;;
  • IsbnMap . . . . 658 matches
         IsbmMacro ISBN .
          /!\ InterWiki Map .
          Book Catalog gif포 .
          :p . :)
          . ?
          ISBN , .
          ISBN .
          , ?
          2004 2005 .
          * : jpg {{{http://image.aladdin.co.kr/cover/cover/ISBN$_1.jpg}}}
          * : gif {{{http://image.aladdin.co.kr/cover/cover/ISBN$_1.gif}}}
          IsbnMap map - 편함 . - ISBN ( jpg gif . coding , . ( . - ... )
          . -.-;
          키 1.1.3 , jpg/gif . php.ini {{{'allow_url_fopen=1}}} . , config.php {{{$isbn_img_download=1;}}} , referer . -- WkPark [[DateTime(2009-01-13T07:14:27)]]
         
  • C++스터디_2005여름/도서관리프로그램 . . . . 657 matches
         == About [C++_2005/] ==
          . .
          . - , , , ISBN .
          . - ISBN .
          . - ISBN .
         * - <=== C
         == ==
         || || ||
         || 태 || [C++_2005//태] ||
         || || [C++_2005//] ||
         || || [C++_2005//] ||
         == ==
          -_- 46 ㅠ_ㅠ[]
          └ ~^^ .. 트 해 . .ㅠ.ㅜ ㅎㅎ 46 ~ 힘~'ㅇ')/ - [태]
          . . . !! -
          ~!! --
          ㅡㅡ;; -[]
          ㅋㅋ 휴.. /ㅡㅜ -
          .. ~>ㅁ<;;;; ㅎㅎ ...;;ㅁ;; .ㅎ - [태]
          ㅡㅡ;;; =0=;; -
  • ConstructorMethod . . . . 656 matches
          "new" .
         pt->setXnY(0,0); // C++/Java .
         하 해 클 . 히 클 .
          Constructor Method . .
         한 .
          x,y Constructor method .
         하 C++/Java . . 하 토크 new .
         ''DesignPatterns FactoryMethod .( , ) , 팅해 .
          , . , .
          JUnit Test , Test 팩토 .
         ps. 토크 . --[1002]''
          .. ? new new: ... ? --[]
  • JavaStudyInVacation/진행상황 . . . . 656 matches
         === ===
          * "Hello World" .
         ||||페||
         ||||["HelloWorld/"]||
         ||||["HelloWorld/"]||
         ||||["HelloWorld/"]||
          Moa:HelloWorldConsideredHarmful , 해 (?) 해 .
          * awt swing .
         ||||페||
         |||| ok ||
         ||||["AwtVSSwing/"]||
         |||| ok ||
          SWT - 한 . Eclipse .
          * http://www.jini-club.net/eclipse/dw_EclipsePlatform.html 한
          * http://gnome.or.kr/moin.cgi/JavaSWT 한( )
          * .
         ||||페||
         ||||["Button/"]||
         ||||["Button/"]||
         ||||["Button/"]||
  • nilath개인페이지처음화면 . . . . 655 matches
         학 .
         C(Master, 태클 .) -> Assembly(30% 행, )
          Network Programming(40% 행)
          -> C++(70% 행) -> API(20% 행) -> MFC(0%) -> C#(0%)
          (10%) (0%) JAVA(0%)
         Assembly C ( . . ... ㅉㅉ), C++ .
         Assembly ...
         ... .
         ... .
          ...?
         ... ... C ...
         회 ... ...
         C ...
         C ... ...
         ... ... C ...
          3 ... C 7... ... ...
          . C ( , , C ) ... ...
          ... ...
          . ... ...
         ... ...
  • 정모/2004.5.7 . . . . 655 matches
         == ==
          || 03 || 화 황 ||
         == (5:20) ==
         -
         - ?
         -
         -
         == 항 ==
         < 행 >(5:24-5:51)
         -
         - JSP :
         - :
         *
          - : 학 , .
          -
          - JSP .
          : JSP
          화 하 :
          - ( )
          - (?)
  • 정모/2013.1.15 . . . . 655 matches
          * : [], [], [], [], [], [], [], [], [], [], [희], [], []
          * : []
          * [] 학 Planet Wars
          * : []
         == ==
         === 회 ===
          * : http://zeropage.org/notice/64936
          * 1
          * 2
          * 3
         ==== 투표 ====
          * [/2013.1.8]
          * Q() : ?
          * A() : , ,
          * Q() : ?
          * A() : .
          * Q() : PC
          * A() : , 패 // 해 :
          * A() :
          * Q() : 회
  • 제로페이지는 . . . . 655 matches
         ''' ... .'''
          * . (ZeroPage)페 . . .
          * .. 학회.. 한.. ?? ... --
          * [""] 학회 , 학 한 학 . --
          * '' ( ) .'' ? ^^;; .--
          * [""] --["1002"][[BR]][[BR]]
          * [""] . . . . --["erunc0"]
          * ( ) . -[]
          * [""] [""] . .
          * [""] . . --[Leonardong]
          * [] . - [택]
         [""], ["토"]
  • JustDoIt . . . . 654 matches
          * 키 ()
         == ==
          * ([iruril]) -
          * 하 - . 한 ''
          * - 함 ( -_-^)
          * - & -_-^
          * -
         == ==
          *
          AnswerMe) 6 7 5 ? --[]
         ~ -[홍]-
          ; -[]
         || (5/24) || 한 C++ || ||
         펙 : [3rdPCinCAUCSE/ProblemB]
          2
          Seminar:FourBoxes
         === ===
         펙 : []
         [/]
         == 항 ==
  • django . . . . 654 matches
         = django ? =
          * Python 환 Framework
          * apache + mod_python .
          * [http://www.djangoproject.com/documentation/modpython/] .
          * apache mod_python [apache/mod_python] 페 .
         = =
          * 튜토 .
          * html template . view template . template (subscriber) . view .
         = DB =
          * pysqlite 튜토 .
          * mysql settings.py 파 . pysqlite DB mysql DB . .
          * syncdb 해 admin runserver 한 .
          * [http://linux.softpedia.com/progDownload/PySQLite-Download-6511.html pysqlite]
          * [http://www.initd.org/tracker/pysqlite/wiki/PysqlitePackages Linux]
         = apache2, mod_python =
          .
         <Location "/< 통해 >">
          PythonPath "['<>'] + sys.path"
          SetEnv DJANGO_SETTINGS_MODULE <>.settings
         [] /path/to/project/mysite settings.py 파
  • 새싹교실/2012/열반/120507 . . . . 654 matches
         = 행 =
          *
          *
          *
         = =
         == ==
          * .
         == ==
         === ===
          * , .
         === C ===
          int A[10]; // 10
          printf("%d", A[0]); //
          * A[n] 0 n-1 .
         === ===
          * [] .
          * .
          * .
          * .
          * ([트], [트]) .
  • 메모장 . . . . 653 matches
          화 : 행 . 행 .
          .
          행 . (행) 태 .
          . .
          . . . .
          , . from .
          2-3 ㅡㅡ; . . 팍팍 . -ㅁ- ! , plz.
          " ." -- 00
         ! ~ 항 !
          . . , , ~. 10 ~ 항 ..
          .
          , 획, , , .. . . . . ,
  • 프로그래밍은습관이다 . . . . 653 matches
         = =
          * ' ' . . . . . . , , (ㅜㅡ ) . - [협]
          * . 한 2 . . // [] . - []
          * []형 for(i=0; i<MAX; i++){...} 확하 ;; - []
          (idiom) --[]
          . (反)학 . 히 NoSmok:UnlearnTheLearned . , .
  • 검색에이전시_temp . . . . 652 matches
         = =
         [To.]
         [To.협]
         = 트 페 =
          * 협 : [MemeHarvester]
         = =
          * [MemeHarvester]
          * . .
         = =
         || || ||
         || 협 || [MemeHarvester] ||
         || || ||
         || 허 (1 ) || - ||
         == ==
          *
         = =
         || || ||
         || [ ] || ||
         || [MemeHarvester] - || 협 ||
         || || || 한 ||
  • 좋은글귀s . . . . 652 matches
         == , ==
         " . .
         한 NBA ." - '' ...
         == ... 편히 ==
          " . . . . . . 편히 ." - ' ' (, 67p)
          1998. " ?" .
          , . 편히 .
         " , 편히 ."
          . 표, . . - ( 트, 2007.4.4)
  • 새싹교실/2012/새싹교실강사교육/3주차 . . . . 651 matches
         3:
         - , 포, , 함, Call-by-value, Call-by-reference, -
          ! ( )
         1. Wiki Ice breaking .
         2. Koistudy.net
         3. Keyword
         4.
         1. ?
          . 하 . main 호(curly bracket : {} ) for {} ? . , . ! . .
          ( ) 15페.
         2.
          CALORIE cal[500] = { {"", 150.0}, {"", 57.1}, {"",133.3}, {"",100.0}, {"",133.3}, {"", 250.0}};
          printf(" \n");
          printf(" 1, 2, 0 : ");
          else if(mode == 2) printf(" : %6.2fkcal\n\n", calcalc(cal, cal_num));
          printf(" : ");
          printf(" [kcal/100g] : ");
          printf(".\n\n");
          printf("-- -------------\n");
          printf("(end .) : ");
  • 2학기파이선스터디/문자열 . . . . 650 matches
         = =
          * 파 (sequence) 함.
          - (Sequence)
          1.
          2. .
          3. ( )
          * C . ( )
         -- --
         >>> s = 'abcdef' #
         >>> L = [100,200,300] #
         == (Sequence) () ==
          1. (Indexing) = [k]
          2. (Slicing) = [[ s : t ]
          3. (Concatenation) = +
          4. (Repeat) = *
          5. 트(Membership Test) = in
          6. = len
         * !!
         -- --
         == ==
  • DocumentObjectModel . . . . 650 matches
         DOM HTML, XML API. . .
          HTML 형태 DOM . W3C DOM 한 표(W3CDOM) .
         DOM . DOM .
          XML파 XSL . . DOM document . XML , DOM . SAX , .
         = =
         [http://www.w3schools.com/dom/default.asp XML_DOM .](tutorial)
          XML ... 하 DOM, DOM하.. ㅡ.ㅡ . - [eternalbleu]
         XML API . DOM SAX . DOM 함. SAX low-level 하. (SAX 파 DOM ) SAX Tokenizer XML 트 핸 . , SAX API XML DOM , XPath .
         DOM API SAX API [http://www.python.or.kr/pykug/XML_bf_a1_bc_ad_20_c7_d1_b1_db_20_c3_b3_b8_ae_c7_cf_b1_e2 XML ] 페 . XPath PyKug:HowToUseXPath . --[1002]
  • 컴퓨터가했다 . . . . 649 matches
         [""] . ''" ."'', ''" ."''... . ''" ."'' . . [""] . ''''' ''''' .
         [""] , .
          {{{~cpp 하 A . A ,
         A . , B .
         " . ?"
         '' [""] .'' ( :) )
         , . , (A [""] ) 행할 . .
          , '' '' .
         --
          ''A . . . A . ^^ --[""]''
         [""]
  • 10학번 c++ 프로젝트/소스 . . . . 648 matches
         = =
         === ..by.AllMemberz ===
         === by.[호], [] ===
         * //////////////////
         * ㅋㅋㅋㅋ
         * ... ;;( 1 : 1.618 5:8 ...)
         * ... ;;
         * ... ;;
         * ...ㅡ,.ㅜ;;
         * By
          char arr[10][8][16]={ // digit
          {"■ ■"}, // .
          setcursortype(NOCURSOR); // .
          gotoxy(24,2); // ( : )
          time(&a); //
          h = b->tm_hour; //
          m = b->tm_min; //
          s = b->tm_sec; //
          int h10 = h/10; //,, 10, 1
          for(int x=0;x<8;x++){ //, 6 1
  • EmbeddedSystemClass . . . . 648 matches
         = 템 =
         휴 테크 .
          GUI 툴킷(Qt-embedded) . .
          행함.
         = 펙 =
         Intel XScale PXA255 400MHz processor 탑
         Linux, WinCE. Nucleus/uCOS-II RTOS 택.
         GPS, Bluetooth, FPGA Module 확
         [http://www.huins.com/new1/sub/sub2-3-6.htm HUINS ]
         [http://zeropage.org/common-ftp/@embedded-system-cd/HUINS/pxa255_pro3v5.2A.iso CD DOWNLOAD] : PXA255A (Intel XScale 400Mhz)
         = =
         == ==
         패키 '''Standard Package''' 택한. (x-windows, gnome .)
         == ==
          햇 9.0 .
          Full install ,
          , 합하
         툴 .
         '''( 함)'''
         ''' 행해 패키 .'''
  • Knapsack . . . . 648 matches
          ZP .[[BR]]
         , . [[BR]]
         " ."[[BR]]
          . . [[BR]]
          ? [[BR]]
          .[[BR]]
         ||||크||||
         ||||3||800||
         ||||4||1200||
         ||||12||5000||
         ||||1||300||
         ||||6||2000||
          50. [[BR]]
          ? [[BR]]
          . [[BR]]
         (, .)[[BR]]
         [ ][[BR]]
          3 800[[BR]]
          4 1200[[BR]]
          12 5000[[BR]]
  • MineSweeper . . . . 648 matches
         [http://online-judge.uva.es/p/v101/10189.html ]
         :A(A,B,C), :(,통,), :1(1~4)
          M X N 크 .
          . . 4 X 4 '*' .
          한 힌트 .
          . n m(0<n,m<=100) . n 확하 m .
          '.', '*' . n=m=0 .
          해 Field #x: . x 1 . n '.' . .
         === ===
          || || || || ||
          || [] || C++/Python || 50/40 || [MineSweeper/] ||
          || [한] || Flash/java?? || ? || [MineSweeper/한] ||
          || [황] || Java || ? || [MineSweeper/황] ||
          || [] || C++ || 40 || [MineSweeper/] ||
          || [] || C++ || ? || [MineSweeper/] ||
          || [Leonardong] || [Python] || 3 3 || [MineSweeper/Leonardong] ||
          || [환] || C++ || 30+ || [MineSweeper/환] ||
          || [] || Py || || [MineSweeper/] ||
          || 태훈 [zyint] || python || || [MineSweeper/zyint] ||
          || [허] || C++ || 1 || [MineSweeper/허] ||
  • 중위수구하기/정수민 . . . . 648 matches
         === ===
          ... .
          .
         히... 해하 -_-;;;;
          택했.
          '' 허 ...;; ;;;
         === ===
          =ㅅ=;;
         ==== ver.1 . . ====
          printf(" '-999 0 0' \n");
          printf("할 A, B, C : ");
          printf(" = %d", middleNum);
         ==== ver.2 ... ====
          printf(" '-999 0 0' \n");
          printf("할 A, B, C : ");
          printf(" = %d", middleNum);
         === ===
          ...
          . 행해 택했.
          || || a || b || c || middleNum_1 || middleNum_2 || middleNum ||
  • C++3DGame . . . . 647 matches
         : (["erunc0"])[[BR]]
         C++ 3D [[BR]]
         == 3D ==
         === 1. ===
         3D .[[BR]]
          .[[BR]]
         , .. .
         ==== 1.1 폴 ====
         " 38, 65 7.47 "하 . , , . 3D .
         ==== 1.2 ====
         3D .
          , .
          CPU , CPU .[[BR]]
         하 code[] "" .
         CPU::GetWorldCoord(int index) 해 CPU 환한. coord[index] 환한, CPU CPU 환하 CPU . CPU .
         === 2. 3D 2D ===
          . . . ㅋㅋㅋ . .[[BR]]
         함 . .. ㅡㅡ; .. 해형한테 .. --; [[BR]]
         === 3. ===
  • 데블스캠프2002/Afterwords . . . . 647 matches
         == ... ==
         '02 .
         === ===
          * . . -["zennith"]
          * 02 . ZeroPage . -[""]
          '' 02 ? --JuNe''
          * . . -[]
          * --[""]
          * . ㅠㅜ, . 1학 . 통해 . ㅡㅡ;, . ㅠㅜ . 팍팍 . ( . ..) . . ( .. .) , 하 , . -
         ["2002"]
  • SharedSourceProgram . . . . 645 matches
          (Shared Source Program) 통해 MS . MVP .
          MVP MS MVP . 1 , 한MS 1 MS MVP .
         MVP
         [http://news.naver.com/news/read.php?mode=LSD&office_id=092&article_id=0000002588§ion_id=105&menu_id=105 ZDnet]
          택하 , 트(MS) 통해 .
         MS 3 ` '(Shared Source Initiative) 통해 협 . 환하 해, .
         == Shared Source ==
          학회 Shared Source Program .
          학회 SSP .
          SSP 혜택 ??
          .
          kldp . --sun
          http://bbs.kldp.org/viewtopic.php?t=54295 :) --sun
          , ?--[Leonardong]
  • 새싹교실/2013/록구록구/6회차 . . . . 645 matches
         = 크 =
         ||||||
         |||| o ||
         |||| o ||
         = 획 =
          * 함 [Re]
         == ==
         == ==
         == ==
         == ==
         = =
          : F4(ThreeFs + Future Action Plan) .
          : ThreeFs, ThreeFs(크), FiveFs(크)
         ''' ? '''
         Facts, Feelings, Findings, Future Action Plan. , , , , 획.
         ex)
         () 5 .
         () .
         () .
         ( 획) .
  • 최소정수의합 . . . . 643 matches
         === [합] ===
          : 1 + 2 + 3 + ..... + n >= 3000 n .
         === ===
          * while do ~ while .
          - .. .. while do .. while ..? for ..? for loop .. .. -_-. ..? ^^; - []
          - . HINT , .
          for ^^
          - loop , ㅠㅠ -
          - . .. . 하 .
         .
          . n 78 77 . 히 헷. -_-
         === ===
         || || || || ||
         || [허] || C ||. || [합/허] ||
         || [] || C || . || [합/] ||
         || [태] || C/C++ ||. || [합/태] ||
         || [] || C || . || [합/] ||
         || [] || C++ ||. || [합/] ||
         || [] || C || . || [합/] ||
         || [] || C/C++ ||. || [합/] ||
  • Self-describingSequence/1002 . . . . 642 matches
         === 1 ===
          , 20 .
         === 2 ===
         , 1000000000 . ,
          .
          * ?
          * k f(k) , ?
          행해 .
         === 3 ===
          , . f(k) 한 table .
          representation 할 representation 할 .
         
         # 해 return
          , 1000000000 . findGroupIdx
          . binary search .
         binary search . , findGroupIdx 함 .
          .
          : 1000000000 0.95(with psyco) 2.18(without psyco)
          : 31MB
         == ==
  • ACE . . . . 641 matches
         ADAPTIVE Communication Environment. 플 크. [Java] VirtualMachine .
          API , . . . API , API 킬 확 . API . [ACE] . [택] [Java] 호하, [ACE] [ACE] .
         === ===
          한 . . 하 ..
         === ===
         === 크 ===
          * http://www.cs.wustl.edu/~schmidt/ACE.html - ACE 홈페
          * http://www.redwiki.net/wiki/moin.cgi - 홈페
          * http://mudmania.org/reiot/ACE - 홈페. ( )
          * http://imays.pe.kr:41414/ - 홈페 (cafe9, blitz1941 )
         ACE ... -.-;; 편하 ;; - [eternalbleu]
         []
  • TestDrivenDatabaseDevelopment . . . . 641 matches
         TDD Database Programming 행하 & .
         [1002] TDD DB 험해. TDD DB DB Repository MockObject , Mock . .
         , DB . ( . DB interface DB DB .) DB side-effect , 테 2 side-effect. initialize destroy setUp, tearDown side-effect.
         , interface MockRepository . (interface Repository, File Based Repository .)
          . , interface DB Exception .
         , MockRepository Exception , throw . (한편, Java Checked Exception .
          MockRepository ? interface , DBRepository . interface , interface , SQL Exception try-catch . , Database Repository .
          . --[1002]
  • 파스칼삼각형/허아영 . . . . 641 matches
         === ===
         
          ..
          ,
         헉 !! 행, .
         ver.2 .
         ver.3 파. " "
         . , . .
         === ===
         ==== ver.1 - 파 ====
          printf("행 :");
         ==== ver.2 행, ====
          int pascaltri[100][100]; // ..->ver.3
          printf(" , 행 :");
          printf(" ...n");
          pascaltri[i][j] = pascaltri[i-1][j-1] + pascaltri[i-1][j]; // for ver.3 함.
          printf("%d %d행 = %dn", col, row, pascaltri[col-1][row-1]);
         ==== ver.3 - ====
          printf(" , 행 :");
          printf(" ...n");
  • JavaStudy2003 . . . . 640 matches
         2003 Java .
         == ==
          2003
         == ==
          * .
          * !!
          * . .
          * . . ( ) . 한 .
          * 8 12 . 2 ? . .
          * 8 19 . '''2''' . .. ~ 한테 ~!
         == ==
         
          *
          || '''학''' || '''''' ||
          || 02 || [] ||
          * 학
          || '''학''' || '''''' ||1||2||
          ||03||[]||x||x||
          ||03||[]||x||x||
          ||03||[]||o||o||
  • SimpleDelegation . . . . 640 matches
          , (?) . 하, ? . .(?) , ? 행하 .( .) no Simple Delegation .
          .-_- .
         Collection . , Collection .(.)
          elements->do(blockFunc); // Array
          . C++ . at, at: put: .
          (delegating object) , (delegate) ( ), ?
          (?) ( 해했 ... ^^;)
         // 해 호
          cmd->Execute(this); // delegating object (this) delegate
          . 클 UI 트하 패하 .--[Benghun]
  • 3N+1Problem . . . . 639 matches
         학 해 acm programming contest , ToyProblems . [http://acm.uva.es/p/v1/100.html ]
         === ===
         :A(A,B,C), :(,통,), :1(1~4)
         CS ( , NP, Unsolvable, Recursive...) ' ' . (해 ; )
         
          22 22 11 34 17 52 26 13 40 20 10 5 16 8 4 2 1 . n 1 . 하 0 1000000 , n 1 .
          22 , n(22 11 34 17 52 26 13 40 20 10 5 16 8 4 2 1) 22 16. n 한 cycle-length .
          i j cycle-length . . cycle-length .
         === ===
         === ===
         === ===
          || || || || || (i=1,j=999999 4) ||
          || [] || Python || 1 || [3N+1Problem/] || X ||
          || [황] || Python || ? || [3N+1Problem/황] || . ||
          || [] || C++ || ? || [3N+1Problem/] || . ||
          || [] || C++ || ? || [3N+1Problem/] || X ||
          || [] || C || ? || [3N+1Problem/] || . ||
          || [] || C++ || 10 || [3N+1Problem/] || . ||
          || [Leonardong] || Python || 46 || [3N+1Problem/Leonardong] || . ||
          || [환] || C++ || ? || [3N+1Problem/환] || . ||
  • LUA_3 . . . . 637 matches
         1.
          . 1 A B 행 하. if . .
         형 .
         [ if then else end ]
          .
         [ if A then A elseif B then B end ]
         2.
          행할 .
          for, while, repeat . 하 . for .
         [ for = , , ( 1) do end]
         for . .
         (step) . 1 .
          while . while .
         [ while do end ]
          ?
          repeat . repeat C do~while . 하 . while , , do ~ end repeat ~ until . .
         [ repeat until ]
          .
         3. ...
          break . break 통해 . .
  • WebMapBrowser . . . . 637 matches
         = =
          * , .
          * 1. 2.
          * , . 히 1 . 편해.
          * . () () .
          * , 통해 . .
          * .
          * , 1 2 , .
         = =
          * [Agent]
  • 데블스캠프2010/Prolog . . . . 637 matches
         = - =
         = =
         = =
         A~E 5 .
          5 , , .
          * B A .
          * E A .
          * C D .
         ''' A ?'''
         = =
         ... .
          .
         1. 5 .
         2. .
         3. , , .
         4. , .
         ''' 15 , ?'''
         1. .
         2. .
         3. .
  • 05학번만의C++Study/숙제제출/2 . . . . 636 matches
          * '''27''', '''28''' ''''''해 .
          * 1/허 <<- .
         - .
         ==== C++ ====
         === ===
          * 평 , . 0 int형 , . ( .) . 하 .
          *
          *
          * 화 >> .
         === ===
         || || || ||
         || [허] || 05. 9. 25 || [05학C++Study/2/허] ||
         || [태] || 05. 9. || [05학C++Study/2/태] ||
          * !! 1 2 ? ... cin .. .. .. 하 ....;;;; ... ..;;; ..;;[[BR]] defalte .. . ...;; ..;;;?
          - , ??? --
          - , 해? -
          * GG ! -[]
         ----[05학C++Study] [05학C++Study/]
  • 세미나/02대상 . . . . 636 matches
          .
         02 .--[[BR]]
          .. .--
          , . 02학 91% . .. . --
          91% ?? --
          . 92% .. --
          . 50% , 20% '''행''' .. --
         하, 히 할? 행할 . --
         ...02_Archi . --
         헤헤... ~!^^; --
         == ==
         DeleteMe) ..--; --
          6/3 ~ 6/9
         || || || 화 || || || ||
         || || X || X || X || X || X ||
         || 협 || || || || || ||
         || || || || || || ||
         || || || || || || ||
         || 호 || || || || || ||
         || || || || || ||
  • HelpOnInstallation/SetGid . . . . 635 matches
         == setgid ? ==
          php `nobody, www, apache` `httpd` 행하 . [키] .
          `chmod 2777` `chmod 777` , .
          [키] 한 파 . Setgid wiki.php , .
         Setgid 히 "`chmod 2777 ''dir''` , . setgid `chmod 2777`. wiki.php .
          monisetup.php monisetup.php setgid , setgid . (통 `chmod 755`)
         /!\ config.sh/monisetup.php 통해 setgid .
  • 새싹교실/2011/AmazingC/5일차(4월 14일) . . . . 635 matches
         #title /2011/AmazingC/5(414)
         = '''''' =
         ||[[호]]|| O ||
         ||[[호]]|| O ||
         ||[[희]]|| O ||
         ||[[황]]|| O ||
         = '''''' =
          *
          * : |, &, >>, <<, ^
          * : ||, &&
          * : +, -, *, /, %
          * : ++, --
          * : ==, <=, >=, <, >
          * : =
          *
          if(){
         
          switch(){
          case 1:
         
  • 정모/2004.6.28 . . . . 634 matches
         == ==
          || 99 || ||
          || 03 || 화 황 ||
          || 04 || ||
         == (4:55) ==
          &
         
         
         == 항 ==
          &
          *
          *[]
          *[]
          *[]
          *
          *[AM] - [황] [] [화] [환] []
          * - [] [황]
          *[AOI] - [황] [] [화] [] []
          *(7 ) - [] [] [환] [화]
         
  • EffectiveSTL/VectorAndString . . . . 633 matches
          * vector, string . 큰1 (할 ..) .
         == new/delete ==
          * new 해 delete 해 .
          * delete [] delete 함. .
          * 한 delete한 delete하 " ... " .
         == vector/string ==
          * .()
          * .( )
          * .
          * char* .
         == ==
          * reference count .. .. ?--a AfterCheck
          * .. ..--;
         == vector/string ==
          * .( .)
          * .
          * .
          * .
         == 헷 ==
          * size() - .( )
  • Gof/Adapter . . . . 633 matches
         클 한 클 환해. Adapter 호환 .
         Wrapper ( .)
          AdapterPattern .
          * , .
          * , 한 클 한 클 . 호환 .
          * (object adapter ) subclass , 하 . parent class adapt 할 .
         adapter 클 interface interface 합하 해 ( 할~) .
         adapter object composition .
          - 클 한 domain-specific한 .
          - Target .
          - adapting interface .
          - Adpatee Target adapt .
          * 해 Client Adapter operation. adapter Client 행하 해 Adaptee operation.
         BridgePattern adapter object . 하 BridgePattern AdapterPattern . BridgePattern interface . adapter 한 interface .
         DecoratorPattern . Decorator adapter application 해 투. DecoratorPattern composition . 한 adapter .
         ProxyPattern , 한 interface .
         ["패"]
  • SmallTalk/문법정리 . . . . 633 matches
         == ==
          * SBPP .
         == ==
          * . 하, Smalltlak .
          * Debug .
         
          * :=
          * self :
          * super :
          * yourself : 해
          * ^ : Smalltalk . C void . self .
         === ===
          * 토크 표 .All Smalltalk expressions follow the form:
          * )
         === ===
          * , .(the selector is a single Identifier, there are no arguments)
          * )
          * 호(하 , ), .(the selector is one or two non-alphanumeric characters, followed by exactly one argument object)
          * )
          * 키 (:) .(a keyword is an Identifier followed by colon ":" )
  • ProjectVirush . . . . 632 matches
         ,화, 10
         == ==
          . . 행하 , .
         == 트 ==
          ?
         == 크 ==
         SVN : svn://zeropage.org/home/SVN/aekae/ProjectVirush/Client, svn://zeropage.org/home/SVN/aekae/ProjectVirush/Server
         Trac 해 [http://165.194.17.5/trac/aekae/timeline 황] [http://165.194.17.5/trac/aekae/browser//ProjectVirush Source Code] .
         , 1.5
          호화 1.5
          0.5
         (zone->lab) 2
         (zone->lab) 4
         (zone->lab) 크 4
          12
          1
          6
          2
          1
         (lab->zone) 통합하 0.5
  • 캠이랑놀자 . . . . 632 matches
         = 표 =
          - !
         = =
          - !
         = 행 =
          * [1002] support 하 행 ( , )
          * .
          * &
         = =
         [1002] [] [허]
         = =
         || || || 페 || 획 || 행 ||
         || 1 || 05.9.15 || [/050915] || New Media Art . . . || (v) ||
         || 2 || 05.9.25 || [/050925] || DirectShow . . || . ||
         || 3 || 05.10.8 || . || . . || . ||
         || 4 || 05.10.15 || . || . ||
         || 5 || 05.10.22 || . 휴 || . ||
         || 6 || 05.10.29 || & || . ||
         || 7 || 05.11.5 || || . ||
         || 8 || 05.12.28 || [/051228] || , 행해 , PythonLanguage & PIL & GrayScale Image || (v) ||
  • ChocolateChipCookies . . . . 630 matches
         [http://online-judge.uva.es/p/v101/10136.html ]
         :C(A,B,C), :통(,통,), :3(1~4)
          , , , , 50cm . 평평한 키판 20 . .
          . , .
          . , .
          , 형 표 (x,y) . 0.0 50.0 . ( ) . 200, .
          5cm 키 한 . , 50cm ( ).
          .
         === ===
          || || || || ||
          || 허 || C++ || Wrong ~ -..ㅡ;; || [ChocolateChipCookies/허] ||
          || [태] || C++ || . || [ChocolateChipCookies/태] ||
         === ===
          ? -
         [] []
  • ClearType . . . . 629 matches
         Microsoft 한 폰트 LCD Display 합하 폰트 화하 .
         = =
         LCD RGB . , 1 3 . 폰트 ClearType 3 .
          해할 . 4 .
         = =
          * [MicroSoft] 한 텍 .
          * [http://www.microsoft.com/typography/ClearTypeInfo.mspx ClearType 홈페] - .
          * 텍
          * Display bitmap , .
          * CRT LCD 큰 효 . (평 해 LCD CRT .)
          * .
          * 편하.
          * 한 ClearType
          * .
          * 폰트 .
          * '' '■' .
          * Adove, Linux, Apple .
          * [http://www.microsoft.com/typography/cleartype/tuner/Step1.aspx ClearType Tuner] .
         확 . - [한]
         []
  • ProjectAR/ThinkAbout . . . . 629 matches
         == ==
         === ===
          RPG .
          .
         === ===
          RPG () , 펙트
          . 하
          .
          - . 해 . --
         === ===
          .
          .
         === ===
         하 .( .) 하
          . 패 AI .( RPG
          .)
         === 화 ===
          . . (
          .)
          .
  • RandomWalk . . . . 629 matches
          '' . [[BR]] [[BR]]
          . . . , , , .
          * : , ,
          * : , .
         === ===
          * , . 큰 크 ? 2 ? (c/c++ 2 . pseudo ( imitation) dynamic 2D array )
          * 할 . --[""]
         === ===
          * .
         |||||| Source ||
         ||||C||["RandomWalk/"]||
         ||||C||["RandomWalk/"]||
         ||||C||["RandomWalk/"]||
         ||||C||["RandomWalk/"]||
         ||||C||["RandomWalk/"]||
         ||||C||["RandomWalk/"]||
         ||||C||["RandomWalk/"]||
         ||||C++||["RandomWalk/"]||
         ||택||C||["RandomWalk/택"]||
         ||||C++||["RandomWalk/ExtremeSlayer"]||
  • 정모/2012.8.8 . . . . 629 matches
          * : [], [], [], [], [], [], [], []
         == ? ==
          * .....
          * .
          * 22 [] 학 OMS - ?
          * OMS -
          * 11 () . 히 KFC / .
         == 회 ==
          * 2012
          *
          * 회 . .
         == PC ==
          * 포 .
          * (?) .
         == /트 ==
          * (토) -
          * () -
          * Spring - Secure... .??
          * - Annotation
          *
  • Omok . . . . 628 matches
         = =
          * .
         = =
          * 크한.
          * 크한.
          * 크한.
         = =
         = 하 1 =
          * .
          * . 픽 함 clrscr() 함 .
          * clrscr() 판( '+' 호 플.) .
          *
          * 화 향키 'I','J','L',',' 'k' .
          * . '*' , '@' .
          * 할테.. 키 , .
          * . 픽 하 . . -
         = 하 2 =
          * C 픽 함 colorful 한..-_-;; .
          * ...( ..--; )
          * .. Visual .. ..^^
  • AutomatedJudgeScript . . . . 627 matches
         [http://online-judge.uva.es/p/v101/10188.html ]
         :B(A,B,C), :통(,통,), :1(1~4)
          . 행할 .
          Accepted, Presentation Error, Wrong Answer .
         Accepted : 'Accepted' . .
         Presentation Error : 'Presentation Error' . '15 0' '150' 'Presentation Error' '15 0' '1 0' 'Wrong Answer' .
         Wrong Answer : 'Wrong Answer' .
          . 100 n . n . 100 m . m . n 0 .
          .
          x 호(1 ) .
         === ===
          || || || || ||
          || || C++ || 36 || [AutomatedJudgeScript/] ||
         === ===
         [] [AOI]
  • C++스터디_2005여름 . . . . 627 matches
         C++ .
         == ==
          * C++ .
         == ==
         
         == ==
          2~3회 , 하 2 .
         == ==
         || || || 한 ||
         || 05. 8. 4 || || , class ||
         || 05. 8. 7 || || . ||
         || 05. 8. 11 || || . ||
         || 05. 8. 16 || || c++ . ||
         || 05. 8. 18 || || . . ||
         == ==
         [c++_2005/]
         [C++_2005/]
         [C++_2005/학]
         == 크 ==
          .h ??
  • LearningToDrive . . . . 627 matches
          XP Explained . ( 해한. -_-;)
          . software project Driver customer .. Programmer customer , 확히 해 feedback . customer programmer . 'Change is the only constant. Always be prepared to move a little this way, a little that way. Sometimes maybe you have to move in a completely different direction. That's life as a programmer.' .. .. . --;
          . , ' ' . ' ? ..'
          .. 한편 . 획할 , .
          ' 해하 할텐..' .
          * 하. 한편 ' ' . Communcation .
          * (^^;) ' '해 .
          * '' . -_-; .
  • 남자들에게 . . . . 627 matches
         = =
          * :
         = =
          * : . . . .
          * : . . . . . . ....
          * 행한
          * . . . .
          *
          *
          * .. ㅡㅡ;
         ''DeleteMe) . ' ' --''
         [""]
  • ProjectSemiPhotoshop/요구사항 . . . . 626 matches
          ["ProjectSemiPhotoshop"] .
          해, . 해하 . .
         == Spec , To Do - ==
          .
         === . (15) ===
          1. BMP 파 (O)
          i. BMP파(흑 ) (O)
          * or bmp 파 (*.bmp)(O)
          *
          i. Sampling => (O)
          * Quantization => 2, 4, 16, 256 (O 흑 )
          * 환 - 1
          i. 히
          a. (O)
          * (O)
          * 환 - 2
          i.
          {{{~cpp () *, /, +, - ()}}} (O 흑)
          *
          {{{~cpp ( A) *, /, +, - ( B) }}}
  • TCP/IP . . . . 626 matches
         == ==
          한 TCP/IP
         == TCP/IP ? ==
         
         || ||
         || ||
         || 크 ||
         || ||
          . .
         
          API(Application Programming Interface) 형태 TCP/IP .
          .
          TCP , UDP ' ' .
          . '?' 할 .
          .
          .
         == ==
          * TCP/IP ?
          .. ? .. .. -_-; ( ...)
          * Richard Stevens Douglas Comer : 통함.
  • 정규표현식/스터디/문자집합으로찾기 . . . . 625 matches
         [[pagelist(^/*)]]
         == (호) ==
         표(.) . ,
         "합" .
          호([]) . , . .
         ,
          * [ ns ] a.\.xls
         
         == () ==
          . '.' . 하
          . ? '' .
         === ===
          *
          * {{{[ns]a[0123456789]\.xls}}} {{{[ns]a[0-9]\.xls}}}
          *
         === ===
          * {{{ [] . [] '*'() {} []* []{4,4}(4 ) .}}}
          * {{{ [0-9] = [0123456789] . 픈(-) [A-Z][a-z] [a-A] . 트([]) 트([]) (\), 하픈(-) %&^&#*$ 트([]) .}}}
          * ex ) [\\\[\]%\-&^&#*$a-zA-Z0-9]{{{[A-z][a-f]}}} .
         == (한) ==
  • 제로스 . . . . 624 matches
          == ==
          == ==
          * OS 해한.
          * OS .
          * 한 OS .
         == ==
          2 ,
          : 표( ), .
          .
         == ==
          * 태, , , , , , ,
         == ==
          * ,
          * ,
          * ,
          * ,
         === ===
          || || 태 || || || || || || || || ||
          || 2007. 1. 2. || O || O || O || O || O( ) || O || O || . ||. ||
         === ===
  • 2006동계MT . . . . 623 matches
         = 2006MT =
         == 1 MT ==
         1 MT ~
         ? '''1 21 3'''
          ? ''' '''
          ? ''' (151 ~)'''
          ? '''ZeroPage 회 ~'''
         == ==
         허 태훈
         == MT .. ==
         [2006MT/]
         [2006MT/1]
         [2006MT/품]
         == ==
          :
          * :
          * :
         허 :
         - : zeroPage .^_^
         - : , . 히 하~
  • Yggdrasil/가속된씨플플/1장 . . . . 623 matches
         = 1 =
         == ==
          * : 해 (operation)
         == 클 string ==
         std::string name1("Rim Youngdong");//. string
         std::string name2(3, '!');// . string 화. memset()함
         std::string name3=name1+name2+"!";// . , 2 합할 .
         std::string name4="Rim"+"Youngdong";// , . .
         std::cout<<name1.size();//strlen() string .
         == ==
          * . 1-2.
          * 1-1 . string , "Hello" ",world" . .
          * . {} , . 하, .
          * . . }} };} .
          * x . , 7 .
          * cin Samuel Beckett cin Samuel , Beckett cin 할 틈 Beckett flush하 .
         [Yggdrasil/플플]
  • [Lovely]boy^_^/EnglishGrammer/PresentAndPast . . . . 623 matches
         == Unit 1. Present Continuous (I am doing) 행형 ==
          * 행형. .
          * .
          * 행형 . 행형
         == Unit 2. Simple Present (I do) ( -- .) ==
          ( . )
          C. We use do/does to make questions and negative sentences.( do/does )
          In the following examples do is also the main verb( do . )
          D. We use the simple present when we say how often we do things ( . )
          Note the position of always/never/usually, etc... (before the main verb, after be verb) ( )
         == Unit 3. Present Continuous and Simple Present (1) (I am doing and I do) (1,2 &확) ==
          ( be always doing .)
         == Unit 4. Present Continuous and Simple Present (2) (I am doing and I do) (1,2 &확) ==
          ( 행형 )
          * 행형
          When think means "believe" do not use the continuous (think believe 행형 )
          When have means "possess" do not use the continuous (have 행형 )
          We normally use the simple present(not continuous) with these verbs.( )
          ex) I'm seeing the manager tomorrow morning. ( I'm seeing)
          D. Look and Feel (행형, )
  • 회비 . . . . 623 matches
          . .
         = 2002.8.30 =
         [회/2002]
         = =
          * , .
         = 회 =
          * 05 - []
         = 회 =
          " . 회 ^^"
         = 획 =
         == [2005] ==
         = =
          || ''' ''' || '''(-)/(+)''' || '''/''' || '''/''' ||
          || 118,000 || 0 || .|| 04 2학 ||
          || 98,000 || - 20,000 || 2005/3/15 || () ||
          || 58,000 || - 40,000 || 2005/3/16 || [회2005] ||
          || 8,000 || - 50,000 || 2005/3/22 || [2005] 행() ||
          || -2,000 || - 10,000 || 2005/3/22 || [2005] 행() ||
          || +32,000 || + 33,000 || 2005/3/29 || [2005] 행 ||
          deleteMe) ?? -0- [한]
  • 세여니 . . . . 622 matches
         = Zeropage 학 =
          , 학 00 ^^ [[BR]]
         MSN : whoiam-psy @ hanmail.net[[BR]]
          : [[BR]]
          : 81. 8. 23 [[BR]]
          : 학[[BR]]
         == 표 ==
          !![[BR]]
         == 획 ==
          !![[BR]]
          5... OCU [[BR]]
          6 ?? !!
          [[BR]]
         == 하 ==
          ..... [[BR]]
          .[[BR]]
          행할 , .......[[BR]]
          [[BR]]
          ["/Book"]
         == ==
  • 영어와친해지기 . . . . 622 matches
          {{{~cpp EnglishDoesNotFrightenYou}}}, ' ' [] .
         , 2학, 3학, 4학 . , .
         하 ( , DevilsCamp 표할 2학 , , ). ( ). . ... ? .
         한 활 , ''' ''' .
         - [택]
         === [] ===
         1. 평 .
         2. .
         [토], []
  • Chopsticks . . . . 621 matches
         [http://acm.uva.es/p/v102/10271.html ]
         === ===
         :B(A,B,C), :통(,통,), :3(1~4)
          , L . . , . . A, B, C(A<=B<=C) (A-B)^2 .
         L 파티 K , . K+8트(L , , , , , , , , K ) . 하 L . , 화하 K+8 .
          T(1<=T<=20) . (0<=K<=1,000) N(3K+24<=N<=5,000) . N Li(1 <= Li <= 32,000) .
          해 한 , .
          .
         === ===
         || || || || ||
         || || C++ || 4 || [Chopsticks/] ||
         === ===
         [] / []
  • TheGrandDinner . . . . 621 matches
         [http://online-judge.uva.es/p/v102/10249.html ]
         :C(A,B,C), :(,통,), :4(1~4)
         해 ACM . 해, 한 테 .
          (, , , 포함) . , . .
         한 . 1 70 M 1 50 N . M , i i . 100 . N , j n<sub>j</sub> 2 100 j .
         M N 0 .
          1, 0 . , M , i i 호(1 N) .
         === ===
          || || || || ||
          || [태] || C++ || ??? || [TheGrandDinner/태] ||
          || [] || C++ || ..ㅡㅜ || [TheGrandDinner/] ||
          || [하] || C++ || . 1 || [TheGrandDinner/하] ||
         === ===
         [] []
  • RedThon . . . . 620 matches
         Python
          * 학 ? .
          ,
          . |}} - FocusOnFundamentals
          * : 5 24 ~ 6 4
          * : [](RedThon), ([Redmoon]), ([Redstar]), ([Leonardong])
          * .
         AnswerMe [] RedThon ? 할텐?--NeoCoin
          [http://165.194.17.15/pub/language/python/Python-2.3.exe 파 ]
         == ( 5 24 ) ==
          * HelloWorld PythonShell
          * Redmoon : 파 . . ?
          * Redthon : 휘 . . 히 해.
          * : 파 . . .
         == ==
          * [RedThon/HelloWorld]
          파 ?;;;; - [Westside]
          [http://turing.cafe24.com ] . .^^ --[Leonardong]
          . 할텐 . . ? --[Leonardong]
          A,B 5 . 5 ??....- [Redmoon] -
  • SnakeBite/창섭 . . . . 620 matches
         == ==
          * (01)
         == ==
          * ? . ^^
          * MFC . -.-
         == ==
          * 태호형 . -_-;
          * . ^^;;
         DeleteMe) ? .--;[[BR]]
         DeleteMe) .. --
         == ==
          * -- 2.14 .
          * -- 3.3 . . . --;
          * .. .. .. ..-.-;
         == ==
          * 2.16 : . -_-
          * 2.21 : 키 . . . . -_-
          * 3.2 : . . . .... 해할 . -_-;
         DeleteMe) 2 23 -_-;; -- 혜[[BR]]
         DeleteMe) 흑... . ㅜ.ㅜ [[BR]]
  • 김수경 . . . . 620 matches
         = =
         2007 a.k.a Linflus
         2008 .
         2009 .
         2010 .
         2011 .
         2012 .
         2013 .
         2019 .
         = 활 =
          * [/StickyWall]
          * [Spring/탐험]
          * 탐험 탐험해 할 판.
          * [EnglishSpeaking/2012]
          * [Spring/탐험]
          * [EnglishSpeaking/2012]
          * []
          * [OpenCamp/]
          * [OpenCamp/]
          * [/2012/]
  • 빵페이지 . . . . 620 matches
         = =
          * ...
         == ==
         1학 c++ [ToyProblems]
         == ==
          * :
          * : , , 황, ,
          ~
         == 표 ==
          [ToyProblems] , , 환하
         == ==
          * (6 7) 5 7 ~!
         == ==
         [/]
         [/]
         [/]
         [/]
         [/]
         == ==
          ?? ..
  • 데블스캠프2006/참가자 . . . . 619 matches
         = 2006/ =
         == ==
         || 학 || || || () ||
         || 05 || 허 || || ? ||
         || 01 || || || ? ||
         || 01 || || 화, || ? ||
         || 02 || || ;; || ? ||
         || 02 || || || ? ||
         || 05 || || ! || .ㅋ ||
         || 01 || 호 || ... .. || .. ||
         || 01 || 협 || .. || ~ ||
         || 05 || 혁 || .. || ~ ||
         || 05 || 희 || || ? ||
         || 05 || 태훈 || || ? ||
         || 05 || || || ? ||
         || 04 || || ~ || ㅎ||
         || 05 || 태 || ~ || / ||
         || 01 || || , 화, || ||
         || 01 || || || 010-0000-0000 ||
         || 04 || || 화, , || ~~ ||
  • 정모/2005.12.15 . . . . 619 matches
         = []/2005.12.15 =
         2학 .
          : 7 PC
          : MT, 트, 학회, PC , .
          : 협, , , 황, , , , 호, , 한, , , 태훈, , , 태, 허
         == ==
         1. & 2학
          -
          cam -> .
          MFC -> .
          MFC -> .
          DP -> .
          -> .
          C++허 -> .
          C++05 -> .
          Blog -> .
         2.
          - [트/2005]
          - OT.하 함.
         4. 학회
  • 쉽게Rpg게임만들기 . . . . 618 matches
         == ==
         == ppt 홈페 ==
         == ==
          * RPG ... ;; - [하]
          * ^^ ㅅㅂ RPG
          ㅋㅋㅋㅋ []
          * ^_^ ㅋㅋㅋ 포 !! ㅋㅋ ^_^ - [혜]
          * RPG RPG Ruby - []
          * RPG2000 'ㅁ'ㅋ 훨 , (?) . - []
          * RPG ㅋㅋ ㅋ [홍]
          * .. ㅋㅋ ㅎ - []
          * ㅋㅋㅋㅋㅋㅋㅋ RPG ㅋㅋㅋㅋㅋ ... = 플 ㅋㅋㅋㅋㅋ - []
          * , 10 . , .. . 학 . ^^ -[호]
  • EnglishSpeaking/TheSimpsons/S01E01 . . . . 617 matches
         == ==
          * 크 , . . 호 통해 13. 호 통해 ' ' 13 . ' ' .
         == ==
          * : , Patty .
          *
          * : . 호 함.
          *
          1. 10:55 ~ 12:00 //
          * : 통해 .
          *
          * : . 하 .
          *
         == Script ==
          * : (?) .
  • LoveCalculator/조현태 . . . . 616 matches
         == ==
          ..;;ㅁ;; ~>ㅃ<;;
          .. .. ..
          .. ..
          ..흐.....
          100%~ ....ㅎ
          ~!! (~ㅎ)
          C .^^
          C .. C ..ㅎ
          .. ..ㅎㅎ
          ? ?ㅎ 평 ~~>ㅁ<;;
         == ==
          printf ("%d .\n>>",i+1);
          if (64<temp_save_name[j] && temp_save_name[j]<91) //
          else if (96<temp_save_name[j] && temp_save_name[j]<123) //
          printf(" %.2f%%.",result_percent);
          === ===
          printf ("%d .\n>>",i+1);
          printf(" %.2f%%.",result_percent);
         == ==
  • ZIM . . . . 616 matches
         === ===
         === ===
          BBS .
         === ===
          a. ["ZIM"] - (by )
          * ["ZIM/EssentialUseCase"] - . (by )
          * ["ZIM/ConceptualModel"] - (by 키텍트)
          * ["ZIM/SystemSequenceDiagram"] (by 키텍트)
          * ["ZIM/RealUseCase"] (by 키텍트)
          * ["ZIM/UIPrototype"] (Window&Reports) (by 패키 )
          * Class Diagram & Interaction Diagram ( by 키텍트)
          * Architecture package Diagram (by 키텍트)
          * Database Schema (by 키텍트)
          * Deployment Diagram (by 키텍트)
          * Component Diagram (by 키텍트)
          * Source Code (by 패키 )
          * Byte Code (by 패키 )
          * Test Case (by 테)
         DeleteMe) * 한 페 . / ? (ZIMMER ZIM ?) --
          ''. . ["ZIM/ConceptualModel"] Zimmer .''
  • randomwalk/홍선 . . . . 616 matches
         == ==
         //20041004
         const int Direction = 8; // 8
         const int imove[8] = {-1,0,1,1,1,0,-1,-1}; // x
         const int jmove[8] = {1,1,1,0,-1,-1,-1,0}; // y
         int Tile[40][20] = {0,}; //
         int size_x, size_y; // x, y
         int count,t,R_count=0; // , ,
          int Pos_x, Pos_y; //
          void Initiation(); //
          void Input(); //
          void Walk(); //
          void show(); //
         void Roach :: Initiation() //
          cout << " . ( 2 < x <=40 ) \n";
          cerr << " . .\n";
          cout << " . ( 2 < y <=20 ) \n";
          cerr << " . .\n";
         void Roach :: Input() //
          cout << "x \n";
  • 새싹교실/2011/쉬운것같지만쉬운반/2011.3.15 . . . . 616 matches
          !
         = =
          * Wiki 학~
          * ~ .
          = =
          || || || O ||
          || || || O ||
          || || || O ||
          || || || O ||
          || || || X ||
          = =
          * ''' ''' : F4(ThreeFs + Future Action Plan) .
          * : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(크)], [http://no-smok.net/nsmk/FiveFs FiveFs(크)]
          *
          * Facts, Feelings, Findings, Future Action Plan. , , , , 획.
          * : " 5 .() .() .() .( 획)"
          * 6 . 6 . . . . 히 해 . - []
          * 2 6 . 키 편 . . ??:) - []
          * 6 . . (?) . 키 페 . - []
  • DoWeHaveToStudyDesignPatterns . . . . 615 matches
         () DesignPatterns ?
          , (해 -- BASIC ?) "" . . ( "DesignPatterns " 해하 )
          . DesignPatterns DesignPatterns 험했 . , 투 . , " !" . 하, . " " . (see also [WhatToProgram])
          . DesignPatterns ( )할 . . (FocusOnFundamentals) ?
  • html5/outline . . . . 615 matches
         = =
          *
          * element
          *
         == 항 ==
          *
          * div
          * article
          * aside
         == HTML5 ==
         = =
          *
         === section ===
          * 하
          * 한 {{{<hgroup>}}} 태
          * . .
          * 하
          * body, fieldset( ), td, figure, blockquote
          * body section root. HTML5 section 포함
          * .
  • HelpOnProcessingInstructions . . . . 613 matches
         == (PI) ==
         키 페 (PI) . , "{{{#}}}" ( ) . {{{##}}} .
          (PIs):
          * {{{##}}} ''트'':
          * {{{#format}}} ''format-'': 페 . {{{#!}}} - .
          * '''wiki''':
          * '''plain''':
          * '''html''': html ( )
          * '''StructuredText''' ( <!> )
          * '''markdown''' : markdown . 키 1.1.3
          * '''textile''' : textile . 키 1.1.3
          * <!> vim `plugin/processor` .
          * {{{#redirect}}} ''페'': (MeatBall:PageRedirect'''''')
          PI . 히 {{{#redirect}}} . {{{##}}} , `wiki` 포 {{{##}}} .
         == 키 확 ==
          * {{{#!}}}''-'': {{{#format}}} ''formatter'' . ) {{{#!vim}}}
          * {{{#title}}} ''페 '': 황하 .
          * {{{#action}}} ''action name'': 페 ''EditText'' .
          * {{{#keywords}}} ''keyword1,keyword2'': 페 한 키 .
          * {{{#redirect}}} ''url'' : 페 `url` . `url` , 키, url .
  • 새싹교실/2012/아우토반/뒷반/4.6 . . . . 613 matches
         = =
         || || || ||
         || 학 || 희 || O ||
         || || 태헌 || O ||
         = =
         
          *
          *
          *
          *
          *
          *
          *
          *
          * ASCII UNICODE
          *
         = =
          * ''' ''' : F4(ThreeFs + Future Action Plan) .
          * : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(크)], [http://no-smok.net/nsmk/FiveFs FiveFs(크)]
          *
  • ProjectZephyrus/간단CVS사용설명 . . . . 612 matches
          CVS
         = CVS in linux =
         , , , 한 허
          === ===
          .
          [http://www.wincvs.org WinCVS] [http://sourceforge.net/project/showfiles.php?group_id=10072&release_id=83299 ] 해
          === WinCVS Gui 환 ===
          ==== ====
          ->Admin->Preference
          General tab CVSROOT( )
         @165.194.17.15:/home/CVS
          . .
          ==== ====
          ->Admin->login ,
          ==== ====
          ->Create->Checkout module
         Local folder.. :
          ==== 트 ====
          === Command line ===
          ==== ====
  • html5/문제점 . . . . 612 matches
         == HTML5 RIA ==
          * : http://blog.creation.net/435
          * 트 표 -> 한 표 .
          * HTML5 2012 2022 .
          * HTML5 Flash ( ( ) )
          * 표
          * Flash .
          * -> Ie .
          * HTML5 audio, video, canvas ,
          * .
          * , , , ,
          * DRM( ) .
          * HTML5 ( X)
          * 플 , .
          * HTML5 ( x) .
          * (AR) .
          * HTML5 표 .
          * ( )
  • 새싹교실/2013/라이히스아우토반 . . . . 612 matches
          * [http://krdic.naver.com/detail.nhn?docid=11489800 ]
          * , , , .
          * ㅋㅋ -[]
         = =
         [],[훈],[],[],[]
         = 표 =
          > ''' 통해 , , !!'''
          * 통해 .!!-[]
          * ㅠㅠ 히 하!-[]
          * ㅠㅠ 통해 히 할 ~!-[]
          * . - [훈]
         = =
          * C .
          * , (...)
          * !!!... 학하 , ㅠㅜ
          * .
          * 2 .
          * 2회 .
         == 1회 ==
         [/2013//1회]
  • 학습된무기력 . . . . 612 matches
         
          험했. . - - . . .
          . ( '' .). . . . , . . . .
         " . . ."
          --'' < Helplessness >,1975 ''
         []
  • 큰수찾아저장하기/조현태 . . . . 611 matches
         == ==
         흑.. ..ㅎㅎ
          ..ㅎㅎ
         , MT , ~ ~ㅎㅎㅎ
         // ~ ..ㅎㅎ
         == ==
          cout << i << "행" << j << " .>>";
          cout << " .\n";
         == ==
          ~
          .. ㅋㅋ 히 [AOI] 할 ,, [LittleAOI]
          , [LittleAOI] ~ ㅋㅋ ~
          , ! ,~ 히 할. -[허]
          , . .ㅋㅋ
          , ..ㅎㅎ ..ㅎㅎ - [태]
          ㅡㅡ;; =_=;; ㅋㅋㅋ
          └ . ..ㅎㅎㅎ -[태]
          '''''' , ㅎㅎ
          .
          ,, .
  • 지금그때2006/세부사항 . . . . 610 matches
         = =
          .
         홍 .
          .
          , , .
          .
          .
          .
          .
         = =
          *
          1. .
          2. , 택해 .
          3. .
          4. (1) 행한.
          *
          1. .
          2. .
          3. .
          *
  • EightQueenProblem/kulguy . . . . 609 matches
         == ==
          해한 . . 험하.
          *
          * .
          * .
          ?
          (時) (空) 2 . , . " "해 . " "한 . . 확히 -_-;;; :)
          See Also [http://maso.zdnet.co.kr/20010407/about/article.html?id=120&page=2 2001 4 About Python - 파 ]
         == ==
          System.out.println("(ms) = " + String.valueOf(System.currentTimeMillis() - start));
          System.out.println("한 해 = " + String.valueOf(problem.getSuccessNum()));
          // System.out.println(" " + String.valueOf(++successNum));
  • 정모/2011.7.4 . . . . 609 matches
          * : [], [혜], [], [], [], [], [], [황], []
         == 트/ ==
          * 트/
          * 트/ [2011] .
         == ==
          * : Zeropager
          * !!
          * 한 : 7
          * .
          * : []
         == ==
          * [2011] 학(?) .
          * :
         == ==
          * OMS 1 . // ... . -[]
          * -ㅅ-;;;; .. ... 히 해 a -ㅅ-ㅋ ? 1945한판 하 (펌 ) . ㅋㅋㅋ - []
          * . . ... -[]
          * 트/ . 트/ ... . . (테크 ...-) - []
         [], [2011]
  • CryptKicker2 . . . . 608 matches
         [http://online-judge.uva.es/p/v8/850.html ]
         :A(A,B,C), :통(,통,), :2(1~4)
         텍 호화하 흔하 . . 호화 .
          (known plain text attack) . 호화했 호화 .
          the quick brown fox jumps over the lazy dog 호화한 호화 호화하.
          , . . .
          , 호화. 호화 80 . 100 .
          호화하 . 호화 . 호화할 .
          .
         === ===
          || || || || ||
          || || C++ || 3 || [CryptKicker2/] ||
         === ===
         [] [AOI]
  • [Lovely]boy^_^/Diary/2-2-9 . . . . 608 matches
         === 10/28 ===
          * . 히 해.
          * 7 The Mythical Man Month Chapter 3&4
          * (?)하 . .
          * SmallTalk by Example .
          * 토크 .--;
          * Extreme Bear 트!
          * 한테 .
          * . 팩토
         === 10/30 ===
          * 한 UML . .( .)
          * 5:30 ZP
          * .--; . 팩토 화해.
         === 10/31 ===
          * . , , .
          * Power Reading, Methapors we live by .
          * ["TheWarOfGenesis2R"]
         === 11/1 ===
          * ["AcceleratedC++/Chapter4"]
          * 하 . .
  • NamedPipe . . . . 607 matches
         Pipe Named Pipe .
         통해 Server / Client 통 .
         VOID InstanceThread(LPVOID); //
         VOID GetAnswerToRequest(LPTSTR, LPTSTR, LPDWORD); //
          HANDLE hPipe, hThread; //
          LPTSTR lpszPipename = "\\.\pipe\mynamedpipe"; // 파
          // .
          // Wait for the client to connect; if it succeeds, // 클 .
          // the function returns a nonzero value. If the function returns // 0
          // zero, GetLastError returns ERROR_PIPE_CONNECTED. // 0 ERROR_PIPE_CONNECTED .
          // fConnected TRUE
          // Create a thread for this client. // .
          (LPTHREAD_START_ROUTINE) InstanceThread, // InstanceThread .
          (LPVOID) hPipe, // thread parameter // Parameter hPipe 핸 .
          // hThread NULL Handle .
          CHAR chRequest[BUFSIZE]; //
          CHAR chReply[BUFSIZE]; //
          // hPipe 핸 chRequst BUFSIZE .
          // Request chReply .
          // chReply .
  • ZeroPageServer . . . . 607 matches
         99 ZeroPagers . 학회 학회 환 & .
         == 황 ==
          * cafe24
          *
         ==== ====
          *
          * : utf-8
         ==== ====
          * [] .
          * 학회 .
         ==== ====
          * zp홈 .
          * Linux 한 학 .
          * zp학회 한 학 해 GNOME환 .
         ==== ====
          * 한 학 .
          * .
          * [bluemir] . .
          *
          * .
  • 2004겨울여행 . . . . 606 matches
         2 7~8 . 2 13 .
          . [http://www.namisum.com/ ] 15000 . [http://www.namisum.com/ ] .
          .-_- --휘
         == ==
          || 학 || || ||
          || 03 || || ||
          || 03 || 황 || ||
          || 03 || || ||
          || 03 || || ||
          || 02 || || ||
          || 00 || 택 || ||
          || 03 || 환 || ||
          || 03 || 희 || ||
         == ==
          * [http://www.namisum.com/traffic/traffic_01.html 통편] ->평(), 평->() . .. -- []
          * (1330) ~ㅋㅋ --휘
          * ??? --
          * [http://www.namisum.com/traffic/traffic_01.html 통편] 평-> 1140 1 30. 11 40 . 10 '''9 30''' ''' '''( , .) ~! --휘
          * .^^ --휘
          * . ... . --
  • OurMajorLangIsCAndCPlusPlus/stdlib.h . . . . 606 matches
          : []
         stdlib.h - Standard library
         == (Macros) ==
         || || ||
         || NULL || ||
         || EXIT_FAILURE || 패한 (0 ) ||
         || EXIT_SUCCESS || (0 ) ||
         || RAND_MAX || ( 32, 767) ||
         || MB_CUR_MAX || ||
         == (Variables) ==
         || || ||
         || typedef size_t || sizeof 키 unsigned ||
         || typedef wchar_t || 확 ||
         || struct div_t || div() 함 형 ||
         || struct ldiv_t || idiv() 함 형 ||
          == 함 (Functions) - String Functions ==
         || 함 || ||
         || double atof(const char *str); || (double precision) 환 ||
         || int atoi(const char *str); || (integer) 환 ||
         || double strtod(const char *str, char **endptr); || (double precision) 환 ||
  • 새싹교실/2012/아무거나 . . . . 606 matches
         = =
          *
          * : 19:00~21:00
          * : C
         = =
         || || [] ||
         ||<|2> || [형] ||
         || [] ||
          * ZeroPage 4F([ThreeFs] + Future Action Plan) feedback .
          * Facts, Feelings, Findings, Future Action Plan. , , , , 획.
          * : " 5 .() .() .() .( 획)"
          * ?
          * feedback .
          * ZeroWiki . 하 .
          * . 학 .
          * ZeroWiki MoniWiki Engine Google Chrome Mozila Firefox, Safari Internet Explorer .
         = =
         == 0회(2012 3 22) ==
         === ===
         || || [] ||O||
  • [Lovely]boy^_^/Book . . . . 605 matches
          ..--;
         = =
          * C++ () - .. .
          * C() - 학하
          * Visual C++ 6.0 () - ..--;
          * Visual C++ 6.0 Programming Bible () - .
          * Windows API () - OCU SDK
          * STL 튜토 & SE() -
          * Effective C++ SE() -
          * Data Structure in C - ..--;
          * - 's - 10
          * Visual C++ 6.0 Bible ( - ) - 펴
          * Java Programming Bible() -
          * Java 학 ( ) -
         == 효 ==
          * - 95 파..--; - ..--;
          * 팩토
         == 학 ==
          * Discrete Mathmatics - 학 -
          * Calculus - 학 - .. ~~~ ㅠ.ㅠ
  • 정모/2011.9.5 . . . . 605 matches
          * : [],[],[],[],[혜],[],[],[],[황],[],[하], [], [], [],[], [] ~~~~
         == ==
         
         == ZP ==
          * (?) 투표하.
          * : [] -
          * : []
         == ==
          * 2학 6 행합.
          * .
         == ==
          * 1.!! ..-; . -[]
          * ( -_-) ,, . (?) ..? .. .. . .. -_-;; ( ..;) 파티 . - []
          * ㅋㅋ ㅋㅋ 파티 ? ㅡㅡ - [혜]
         [], [2011]
  • DelegationPattern . . . . 604 matches
         클 . 하 (Delegation) . .
         한, 클 , ["Refactoring"] .
         ObjectOrientedProgramming . .
         example) VonNeumannAirport JuNe ["1002"] Pair 하 JuNe Refactoring Delegation.
          Airport . 하 VonNeumannAirport , Input Configuration Set .
          Airport Code Refactoring 하. 해 Airport Configuration 해 Configuration Extract 하, Delegation 함 . (Test Code Guard )
         DelegationPattern , DelegationPattern Delegation . , DelegationPattern . .
         ["ResponsibilityDrivenDesign"] , ["Refactoring"], ["DelegationPattern"] . (["DesignPattern"] )
          SE ' ' , [Delegation] . Delegation 해해 행할 , .. --[1002]
         ["패"]
  • Z&D토론/학회현황 . . . . 604 matches
         == 황(통합 ) ==
         ZeroPage 01 MFCStudy 1회 , , , . 통합 Resource 파 , 통합 .
          * 99 , , , 환(휴학), (), () 해(휴학), (), ()
          * 00 , , 혜, 혜(휴학), (휴학?)
          * 01 , 호, , 협, , (휴학)
          * --
          * 95 ,
          * 96 , , , ,태호
          * 97 , , ( ..)
          * 98 , ,
          * 99 ,학, , ,
          * 00 , 택, 형, 혁, ,훈,
          * 01 , , 혜, , ( 01 ...?)
         DeleteMe) ZeroPage OB 회 ? (01 ). , 통합 Resource 한 파, 통합 학회 . (휴학, .) --
         DeleteMe) OS . 통합 학회
         .. 학회 .
         DeleteMe) . . -
         ["ZeroPageDevils통합"]
  • BoostLibrary . . . . 602 matches
         Boost C++ .
          1997, C++ , . , 2 . Boost(트), ''' C++ ''' . C++ 표 , .
          ''' , . http://boost.org 통해 ...'''
          , Boost C++ . , .
          --''Effective STL 한 ''
          * http://boost.org :
          * [http://boost.org/status/cs-win32.html 트] 페 gcc. VC++ 6 .
          * [BoostLibrary/SmartPointer] : Boost 트 포
         == ==
          ["JuNe"] 형 . --["neocoin"]
         Boost Graph(Graph & ) library ; --["1002"]
          . --["neocoin"]
         [""]
  • IsBiggerSmarter? . . . . 602 matches
         [http://online-judge.uva.es/p/v101/10131.html ]
         :B(A,B,C), :(,통,), :2(1~4)
          . 해, , IQ .
         한 , . 파 . , , IQ 100 . 1 10,000 . 1,000 . , IQ . IQ .
          n . n . i W[i], S[i]. n a[1], a[2], ... ,a[n] .
         {{{ W[a[1]] < W[a[2]] < ... < W[a[n]], S[a[1]] > S[a[2]] > ... > S[a[n]] }}}
          n 한 큰 . 포함 . ( ), IQ .(IQ ). .
         === ===
         || || || || ||
         || [] || C++ || . || [IsBiggerSmarter?/] ||
         === ===
          . -
         [] [AOI]
  • XpWeek/20041221 . . . . 602 matches
         == 행 ==
          11 행. 5h 50m
          트 2002 10 - testTwoWord
          === 150m ===
          === 20m ===
          === - UserStory 150m ===
          === - UserStory 15m ===
          EngineeringTask 5m
          TaskPoint 할 10m
          === - UserStory 15m ===
          3 15m
         == ==
          TDD하 [Refactoring] . PlanningGame . 확하 . .
          TDD . . . --[Leonardong]
         TDD 험하 test class Refactoring . test . . 확히 한 . 회 .
         UserStory , 클 . TDD . --
         , testOneWord testTwoWord . . , 행한. . .. ㅎㅎ --[하]
  • html5/communicationAPI . . . . 602 matches
         = API =
          * : 합(loosely coupled)
          * :
          * 통 : , 크,
          * 트 : ( data, origin, lastEventid, source, ports)
          * : onmessage트 핸, (MessageEvent )
         = 크 =
          * 통해
          *
          * : postMessage(data, [ports], targetOrigin)
          * : onmessage() 트 핸
          * data :
          * ports : messagePort,
          * targetOrigin : (++포트호)
          *
          * onMessage 트 핸
          // 해 MessageEvent형
          // origin
          // data
          *
  • 새싹교실/2013/양반/2회차 . . . . 602 matches
         = 크 =
         ||||||
         |||| o ||
         ||훈|| o ||
         |||| o ||
         = =
         == 획 ==
          *
          *
         == ==
          *
          *
          * . - [http://soenlab.com/lecture/ccpp/cpp1/5-1-1.htm page]
          *
          *
          *
          * - [http://soenlab.com/lecture/ccpp/cpp1/5-1-1.htm page]
          * - [http://soenlab.com/lecture/ccpp/cpp1/5-2-2.htm page]
          * - [http://soenlab.com/lecture/ccpp/cpp1/5-2-1.png page]
          * - [http://soenlab.com/lecture/ccpp/cpp1/5-2-3.htm page]
  • 정모/2013.8.5 . . . . 602 matches
         = =
          * [], [], [], [], [], [], [], [희], [], [], [], [], []
          * [] 학 "Computer Security (I)"
          * : [희] 학
         = =
         == GDG ==
          * ZeroPage GDG 형태 , ZeroPage GDG .
          * GDG 'GDG ' , , 'ZeroPage' ?
          * ZeroPage GDG 활 ?
         == 행 ==
          * 행하.
         == ==
          * 8 10~11(토, ) .
          * '' 펜.
         == /트 회 ==
          * , / .
          * , 행합.
         = =
          * ? + .. -[]
          * ... ... - []
  • AnalyzeMary . . . . 601 matches
          . " "(There is something about Mary) . , .
          .( ) ""하 , . .
          .
          ? . . . ?
          험한. , , , , ... 패하 . ? ? AnalyzeMary and become Mary.
         NeoCoin 02 . 학 15, 통학 1:30 AnalyzeMary 15 한 AnalyzeMary , . . , 1 . , . --NeoCoin
          * [http://www.nyxity.com/wiki/wiki.pl/AnalyzeMary ] -[]
         [""]
  • 위키요정 . . . . 601 matches
         [], [] .
          . , 큰 해하 .
          NoSmok:WikiGardening .
          [키] [] , .
         === ===
         Wiki:WikiGnome [] , . , .
         하 NoSmok:WikiGardening . , 편한 편하 ?
         [] , form 형태 . --[]
          . . . 하 . - []
         []
  • 지금그때2004/토론20040331 . . . . 601 matches
          : 환, , 휘, , , , , ,
         토 - []
         == 토 항 ==
         '''행'''
          * . 4251 .
         '''행 (,)'''
          * 4 6 6 50 .
         '''홍'''
          * 홍
          * - [2004/홍] / 홍 .
          * 판 홍 - .
          * 해 - [2003/] & 홍 . 홍 .
         ''''''
          * -
         ''''''
          * : 16-20
          * 03 : 8
          * 00~02 : 8
          * 99 하 : 4
         ''' & '''
  • RAD . . . . 598 matches
          .
          (waterfall ) , , . . , RAD .
         RAD . 한 RAD 통합하 , 확하 , .
          : [http://100.naver.com/100.php?id=718219]
         = =
          . . - []
  • SoJu/숙제제출 . . . . 598 matches
         == ==
          printf("\n .");
          printf("\n .\n\n");
          printf("%d.\n",i);
          printf("\n . 1~9 .\n\n");
          printf("\n? (=y ,=n)\n\n");
         == 태 ==
         // v2.1 : : 2005.04.08
         // 1-9 ,
         // .
          //
          int i; // .
          int j; // .
          //환 .
          printf("? .\n ..\n1~9 .\n");
          scanf ("%d",&j); // .
          if ( j>=1 ) // 1.
          if ( j<=9 ) // 9.
          for (i=1;i<=9;i++) //1-9 , .
          break; // .
  • 데블스캠프2003/첫째날 . . . . 598 matches
         == ==
         ||학||||
         ||02||||
         ||02||||
         ||01||||
         ||01||호||
         ||01||||
         ||01||||
         ||03||||
         ||03||||
         ||03||화||
         ||03||희||
         ||03||||
         ||03||환||
         ||03||황||
         ||03||||
         ||03||||
         ||03||||
         ||03||||
         ||03||||
  • ExploringWorld/20040308-시간여행 . . . . 597 matches
         2004 3 8 <행- >
         할
         1. n RSS
         2. WebDev , 편하
         3. Upgrade (해 )
          , . ' '? ''? 하 . Zp 한 '행' . . . ' ' . , . 한 '획' . --NeoCoin
          ^^ --
          , --NeoCoin
          MakeAnotherWorld , . WalkingAroundWorld , CyclingWorld , ? --NeoCoin
         탐험하 ? Exploring(The)World ... --
          . , , 탐험한 . ExploringWorld . rename 할? ? --NeoCoin
  • Boost . . . . 596 matches
         Boost C++ .
          1997, C++ , . , 2 . Boost(트), ''' C++ ''' . C++ 표 , .
          ''' , . http://boost.org 통해 ...'''
          , Boost C++ . , .
          --''Effective STL 한 ''
          * http://boost.org :
          * [http://boost.org/status/cs-win32.html 트] 페 gcc. VC++ 6 .
          * ["Boost/SmartPointer"] : Boost 트 포
          ["JuNe"] 형 . --["neocoin"]
         Boost Graph(Graph & ) library ; --["1002"]
          . --["neocoin"]
         [""]
  • ProgrammingLanguageClass/Exam2002_1 . . . . 595 matches
         ( )
          * imperative language . ?
          * PL/1 패한 ?
          * Compilation pure interpretion .
          * C / C++ ?
          * . Top-Down Parsing
          unambiguous . ( . ; 확한 ;)
          .
          * left-most .
          * B = 6, C = 4, D = -2 A ?
          * Type ?
          * FORTRAN, PL/1, BASIC, Perl ?
          * Perl . ?
          * Primitive Data Type .
          * Floating Point . ?
          * Primitive Data Type , 확하 Floating Point ? ( )
          Ada ( C/C++, Pascal, Ada, Java ) , PL/1 ; 흥(?), .
          1. string (char array) . ( . 한 형 cost ) 2. long integer 2 32 bit , 32bit . (2^-31 ~ 2^31 * 2^-31 ~ 2^31 , . 2^31 1024 * 1024 * 1024 * 2 10. , 10 precision ) .. . 흑; --
  • 데블스캠프2006/화요일후기 . . . . 595 matches
         = 2006/화 =
         == ==
         === ===
         허, , 희, , , 태, , -
         === ===
          : ....(?) ....
          ....4 .....
          ....ㅋㅋ
         희 : ... !ㅋㅋㅋㅋㅋ
          ~;;;ㅋ
          : dir, mycopy, tar, untar . . 해할 . msdn
         == ==
          : 1 .ㅋ
          .ㅋㅋ
         ..;; .ㅋ;; .ㅋㅋ
         : . . 포트하 .~
         == ==
         호 : . .
          .
         [2006] [2006/화]
  • 수업평가 . . . . 595 matches
          ( , ) . , , 향, .
          , . , .
         해 . -2 +2 .
         (-2 하 -1 하 0 +1 +2 )
          * : ''''''
          * : / ''''''/''''''
          *향 : ''''''
          * : , , 택,
         (: " " "향" .)
         ||'''''' ||||||향|| ||''''''||'''투표'''||'''/투표'''||
         ||SoftwareEngineeringClass|| 4 || 3 || 2 || 3 || 12 || 2 || 6 ||
         ||OperatingSystemClass || 1 || -2 || -3 || -4 || -8 || 2 ||-4 ||
         || 학 || 2 || 2 || 2 || 1 || 7 || 1 ||7 ||
         || || 1 || -1 || 1 || 1 || 2 || 1 ||2 ||
         || || 1 || 1 || -1 || 0 || 1 || 1 ||1 ||
         || || 1 || 0 || 1 || 1 || 2 || 1 ||2 ||
         ||/ || 1 || -1 || 1 || 0 || 1 || 1 ||1 ||
         ||호 || 1 || 2 || 1 || 2 || 6 || 1 ||6 ||
         || || 0 || 1 || 2 || 0 || 3 || 1 ||6 ||
         ||(혜) || -1 || 1 || -1 || -1 || -2 || 1 ||-2 ||
  • 안혁준 . . . . 594 matches
         = =
          * 08학.
          * ~~Zeropage .~~ .
          * .
          * BlueMir .. ㅠ.ㅜ
          '''화''' .
          ..
         = 할 =
          * C++ .
          * <- .
          * 함.
         = =
          *
          *
          *
          *
          *
         = =
          * ~~play ~~
          * ~~nhn ( ) nForge 4.0 .~~
  • ProjectPrometheus/MappingObjectToRDB . . . . 593 matches
          : Logic Object : Database .
          : http://martinfowler.com/isa/OR-mapping.html
         
         
         
          For cauBook Information ( 한 키)
          호(key), (ATSL)
         ProjectPrometheus RDB-Object DataMapper , . . Object Persistence . --["1002"]
         Xper O/R
          * ; , . . O/R .
         PEAA RDB Mapping
          * 패 / . - . "" 하 .
         한편 [http://www.xpuniverse.com/2001/pdfs/EP203.pdf Up-Front Design Versus Evolutionary Design In Denali's Persistence Layer] . DB . PEAA Table/Row Gateway .
          ,
          1. 13 2 - .. . Servlet 트 2. MFC 1 7. -_-a , Refactoring , XP .
          2. UpFrontDesign , - .
  • APlusProject/QA . . . . 592 matches
         QA.
         품
         Upload:APP_QualityManagementPlan_0325-0502.zip -
         Upload:APP_QualityManagementPlan_0510.zip - - --QA
         
         품
         
         Upload:APP_RiskManagementPlan_0327-0501.zip --
         Upload:APP_RiskManagementPlan_0511.zip -- - --QA
         
         Upload:TestChase.zip - n-unit 테트 한 한 한-- 64 .
         
         Upload:APP_UnitTestPlan_0401-0507.zip --
         Upload:APP_UnitTestPlan_0508.zip -- - QA
         
         
         Upload:APP_UnitTestResult_0516-0530.zip -
         Upload:APP_UnitTestResult_0601.zip - -
         Upload:APP_UnitTestResult_0609.zip -- index -- QA
         
  • BoaConstructor . . . . 590 matches
         GUI Boa ~ - BoaConstructor
          wxPython GUI Builder. , Tutorial .
         http://sourceforge.net/potm/potm-2003-08.php 2003 8 Project of the month . CVS 0.26 BicycleRepairMan 포함.
          :
          1. 한 - Scintilla .
          * Control , Control . MFC GUI Programming 할 . UI class . -_a 하 -_-;
          * . .
         GUI 플 , RAD 툴 . -_-; GUI , 한 한 GUI interface 화하 . . Code Generator 한한 ..~ (Abstraction 팅 툴 .)
          1. GUI Control
          2.
          3. 해 Abstraction Level 팩토 .
          4. 해 UnitTest . .
         1,2,3,4 .
          5. TDD DoItAgainToLearn. WingIDE + VIM . (BRM VIM . WingIDE Python IDE Intelli Sense .)
         UnitTest 팩토 ..~ StepwiseRefinement & UnitTest . CRC 해 한 Object . Object .
  • 프로그래밍잔치/셋째날후기 . . . . 590 matches
         === ===
          호 핸 . (["Telephone"] )
          . ' ' . .
          . ~
         플 , CommentMixing . CommentMixing , 1002 Pair CommentMixing .
          CommentMixing .
         CommentMixing .
          ["1002"] JuNe Pair CommentMixing 한 .
         행 . (회) 토파 . .
          ..
          ..
         10 . [""] .~
          * . . ^^ . . --["Wiz"]
          * ... . ... . ... 하 . . --[]
         [""]
  • HowBigIsIt? . . . . 588 matches
         [http://online-judge.uva.es/p/v100/10012.html ]
         === ===
         :B(A,B,C), :(,통,), :3(1~4)
          , . .
          . , . , .
          n(n≤50) . n , . 8 m, . m , . .
          . , . 1 한 0 (1 0.543 0 ).
         === ===
         || || || || ||
         || 하 || C++ || ㅋㅋ || [HowBigIsIt?/하] ||
         [] []
  • 새싹교실/2012/열반/120402 . . . . 587 matches
         = 행 =
          *
          *
          *
          * 3 1 10
         = =
         == ==
          * 한 .
         == ==
          * n .
         == ==
          * 하 .
          * printstar(int) 함
         == ==
          * while . printstar 행했.
          * printstar N .
         === ===
          * .
          * while .
          * i=<N . i<=N ?
  • ProjectPrometheus/Iteration9 . . . . 586 matches
          :
          * UI .(GET/POST . Extractor 클 )
          * , , . -_-; .
          * AcceptanceTest .
         학
          * - , . . login . (JSP , Session )
          * Simple Search - . . (호~)
          * UI ( . RE . --a)
          * login ( Java Cookie ? )
          * . --a ( )
          & .
         
          UI ( )
         UI
         
         
         
         
          .
         
  • HerdingFrosh . . . . 585 matches
         [http://online-judge.uva.es/p/v101/10135.html ]
         :C(A,B,C), :통(,통,), :2(1~4)
          . 해 4학 . .
         4학 , . , 1 .
          (0,0) . / / . . 1,000 .
          , .
          , n .
          .
          . .
         === ===
          || || || || ||
         === ===
         [] []
  • 데블스캠프2005/Python . . . . 585 matches
         [http://zeropage.org/pub/language/python/python-2.4.1.msi Python2.4.1 ]
         == ==
         []
         []
         []
         == ==
         [파]
         == ==
         == ==
          * dir() : .
          * help() : .
         == ==
         raw_input
         input
         >>> n = input(' . ')
          . 5
         == 형 ==
         === 형 ===
         c = 999999999999999999L long형(한)
         d = 4 + 5j complex( 64bit)
  • 그래픽스세미나/1주차 . . . . 584 matches
         === ===
          : 2003 3 6
          : 7 PC -
         === ===
          PPT파: Upload:CGseminar01.zip
          *
          a.
          * 학,
          *
          * .
          * CRT
          a. CRT .
          1. 화 .
          * 픽 .
          * , .
          * ,
          *
          a. DDA
          1. -1 ~ 1 X 1 Y , Y 1 X .
          * .
  • 새싹교실/2013/록구록구/5회차 . . . . 582 matches
         = 크 =
         ||||||
         |||| o ||
         |||| o ||
         = 획 =
          *
          * ''' !!'''
         == ==
          * 함 , 함
         == ==
         == ==
         == ==
         = =
          : F4(ThreeFs + Future Action Plan) .
          : ThreeFs, ThreeFs(크), FiveFs(크)
         ''' ? '''
         Facts, Feelings, Findings, Future Action Plan. , , , , 획.
         ex)
         () 5 .
         () .
  • 정모/2005.3.7 . . . . 582 matches
         = /2005.3.7 =
         == ==
         활
         
         
         == 회 ==
         === [2005] ===
         3 22 7 .
         === 회&ZP ===
         [], [한], [] .
         SeeAlso [회2005]
         === ===
         : 29, 화 .
          학회
          .
          Idea , .
          .
         . .ZP . 통.편한. .
         학 . . .->. .
         함 학회.
  • AntOnAChessboard . . . . 581 matches
         [http://online-judge.uva.es/p/v101/10161.html ]
         :B(A,B,C), :(,통,), :1(1~4)
          M × M . . 판 한 . (1, 1) . , , . , . 한 행, . 25 . .
          (2, 3) , 20 (5,4) . , , .
          , N(1 ≤ N ≤ 2 × 10<sup>9</sup>) . 0 .
          해 해 (x,y) . x 호, y . .
         === ===
          || || || || ||
          || 하 || C++ || 40 || [AntOnAChessboard/하] ||
          || 허 || C++ || ? || [AndOnAChessBoard/허] ||
          || || C++ || 1 || [AntOnAChessboard/] ||
          || || C++ || ..ㅡㅜ || [AntOnAChessboard/] ||
          || 태 || C++ || ? || [AntOnAChessboard/태] ||
         === ===
         [] []
  • RegularExpression/2011년스터디 . . . . 581 matches
         == ==
         토 :
          :
         == 표 ==
         Regular Expression 한 Regex .
         == 1 ==
         === ? ===
         Regular Expression.
         
         === ? ===
         html or 크 javascript "".matches("\Regex\"); 하 .
         java Matcher 통해. ( )
         Pattern.comppile("");
         Matcher matcher = new Matcher(Pattern, "트");
         -
         === ? ===
          ^ ^
         . == ( ) 하
         * == () 0 .
          e.g. '''.*''' ( ) 0 .
  • callusedHand/physicalExercise . . . . 581 matches
         '''*: 한'''
         '''팔 '''
          .
         5 3-5회 .
         ''' '''
          .
         ''' '''
          2 2 3-5회 .
         ''''''
          , . 향해 힘 .
         ''''''
          향한 . . 3-5 . 3-5회 .
         ''' '''
          한 팔 . 3-5회 .
         ''' '''
          . 3-5회 .
         ''' '''
          . .
         ''' '''
          , . . 2-3회 .
  • 정모/2012.9.24 . . . . 581 matches
          * : [],[],[형],[훈],[], [], [],[],[],[황혜],[한],[희],[],[],[],[] -
          * 20 [] 학 OMS -
          * OMS -
         == /트 ==
          *
         == 획 ==
          * -
          * 학회 -
         == ==
          *( , .)
          * 1학 PC - [] 20
          * - 1
          * [] - 8
          * 6 PC 학회
          *
          * -- SDS ---
          * 6 PC / x2
          * -- 40 ---
          * x2
          *
  • AcceptanceTest . . . . 578 matches
          : http://extremeprogramming.org/rules/functionaltests.html
         AcceptanceTest UserStory . Iteration IterationPlanning 회 UserStory AcceptanceTest . Customer UserStory 확히 . 하 AcceptanceTest . AcceptanceTest .
         AcceptanceTest blackbox system test . AcceptanceTest 해 표. Customer AcceptanceTest , 한 test score 토할 . AcceptanceTest 한 production release .
         UserStory UserStory AcceptanceTest Pass 하 . AcceptanceTest Iteration .
         QualityAssurance (QA) XP process . QA , QA . XP QA .
         AcceptanceTest , . AcceptanceTest score . Iteration 패한 AcceptanceTest .
         'AcceptanceTest' 'FunctionalTest' . ''Customer 해 system 'acceptable' 함 '' .
          CustomerTest . (UnitTest ProgrammerTest ).
         ["ProjectPrometheus"] ["1002"] [""] AcceptanceTest 행하. Python 한 web bot , .
         (["ProjectPrometheus/AcceptanceTest"], ZeroPageServer CVS AcceptanceTestServer )
  • . . . . 578 matches
          C
          * [C2005/pointer]
         == ==
          ||||MSN||한||
          ||[호]||nilath hanmail net||=ㅂ=||
          ||[]||xtimex hotmail com|| ||
          ||[]||doiha86 hotmail com|| ||
          ||[joosama]||dlduswn05 hotmail com|| !!!!!ㅎㅎㅎ||
          ||[]||theeric hotmail com|| ||
          ||[]||sting825 msn com|| ||
         == ==
          * : 화, 15:00
         (2005.4.6) - for
         (2005.4.11) - CampusC 5 . ㅡ _-;;;
         == ==
         Campus C. 1 C 해하 , 1 2 ~.
          해하 해 하 .
          . :)
         ( . ㅡ _-;)
         2, 3, 4, 5, 6, 7, 8, 10 <- .
  • LispLanguage . . . . 577 matches
         == ==
          * Functional Language. [: AI] . [Scheme] LispLanguage .
          * ( ): https://namu.wiki/w/LISP
          * LISP 튜토 . 하 .
          * .
          * emacs - lisp 해하 1: http://ageofblue.blogspot.kr/2012/01/emacs-lisp-1.html
          * emacs IDE lisp 통해 . 한 lisp . emacs lisp , lisp .
          * . .
          * [http://lib.store.yahoo.net/lib/paulgraham/acl2.txt ]
          * [http://mypage.iu.edu/~colallen/lp/lp.html Lisp Prime] -
          * [http://dept-info.labri.fr/~strandh/Teaching/Programmation-Symbolique/Common/David-Lamkins/contents.html Successful Lisp:How to Understand and Use Common Lisp] - (some )
         == ==
         === ===
         튜토
         
          window
         {{{ output buffer ( )
         clisp
         ~~~()~~~
         하 dribble ""
  • 등수놀이 . . . . 577 matches
          흔히 . '' !'' , '' '' '' ?'' .
          . . 하 . ...
          ? -[Leonardong]
          - . . .. ? .. .. ' ' 해 확..... ...^.^a -
          - ' , ' .. 평 해 했 . -- []
          ... ... -
          1 ㅡ,.ㅡ -
  • 2ndPCinCAUCSE/ProblemA . . . . 576 matches
         A : . : aaa.c or aaa.cpp
          . . , . , . 9 3.
         
          (1) .
          (2) 0 . , 1, 2, 4 .
          (3) 합 .
         === ===
          . T(10 하) . T . . 1 50,000 .
         === ===
          . T . . T .
         === ===
         === ===
         []
  • 윤종하 . . . . 576 matches
         = 하 ( 10학 ) =
          1. : 22 ( 1991 )
          2. 학 : 3학(~~헌~~-_-)
          3. : , 39 , Zeropage
         == 표 ==
          1.
          2.
         == 획 ==
          1. TOEIC 800 ...
          2. 학 4.0 ...
          3. HTML->MoniWiki Converter . html ? -_-
         == ==
          1.
          2.
          3. [/2011/學高]
          4. TOEIC
         == 하 ==
          1.
          2.
         == 했 ==
  • C++Seminar03 . . . . 575 matches
         2003 03 학 C++
         == 형 ==
          * :
          * 할: .
          * : pc
         == - ==
          * 6 10 maximum .
          * CS , .
         == ==
         || 02학 || || ||
         || 00학 || 택 || ||
         || 02학 || || . ||
         || 02학 || || -_-ㅋ||
         || 01학 || || . ||
         || 01학 || || . ||
         == ==
         == 트 ==
          1. 2 1PC 3 1PC PC 1 PairProgramming 행. (?) Pair 해. ( 행할 . ..-_- -> PC .. ? ) --["택"]
          * ZeroPage 홍 C++ Seminar . DevilsCamp DevilsCamp C++ Seminar . --["택"]
          * 휴학한 01 . -_-a --["snowflower"]
  • YetAnotherTextMenu . . . . 575 matches
          .
         통 ToyProblems , . JuNe "". 학 , . , 학 . .
         텍 트해 ? . ( ).
          "텍" Event Driven Programming 한 toy problem ? 통해, .
         텍 ?
          . . SoftwareTools .
         표 , . , .
         ICPC .
  • 갓헌내기C,C++스터디 . . . . 575 matches
         #title C , C++
         = =
         * 행하 행하
          휴. ㅠㅠ '''
         = =
          * ! 11학 11학 .
          ... , ....
          * .
          * C C++ , 1학 .
          * 합하 2학 행하.
         = =
          * .
         = 표 =
          * .
          * 해하
         = =
          * playing with C,트 C++ , WINAPI , C ()
         = =
          * playing with C ,
          * 트 C++ ,
  • 도덕경 . . . . 575 matches
         
         "... 행한.
         ... !
         ... , , . . .
         ... . . .
         ... .
         ... ''' , 힘 . 힘 . '''
         하 , ."
         : "<< >>, "
         
         道 非常道.
         ps. )
          . -_-;
          --; --
         ..^^; [[BR]]
          ..[[BR]]
          .. [[BR]]
          ..^^;;;[[BR]]
          .. ..[[BR]]
          ..-_-;; --혜 [[BR]]
  • HelpOnPageDeletion . . . . 574 matches
         == 페 ==
         페 {{{DeletePage}}} 통해 페 . 페 , 페 .
         == 페 ==
         키 1.1.2 키 1.1.3 {{{revert}}} .
         === ===
          [[Icon(info)]] 통해 . '''i''' .
          .
         raw [[GetText(source)]] 트 형 , [[Icon(edit)]] , 편 .
         === ===
         키 1.1.3 `revert` . '''i''' [[GetText(revert)]] . `revert` {{{?action=revert&rev=1.100}}} .
          `protected` .
          ''' ''' .
  • 지금그때2006/질문레스토랑 . . . . 574 matches
         == [2006/] ==
          * Q: 희 - ?
          * - .
          * - 학 .
          * - , .
          * - 해 , .
          * Q: - ?
          * - . ..
          * - . 호화 한 ..
          * 호 - C, OP.. ..
          * - . .
          * 훈 - .. .
          * Q: - ?
          * - 쳥, .. .
          * - ' ' . .. .
          * - .
          * Q: 호 -
          * - ..
          * - .
          * - .
  • DataStructure . . . . 573 matches
         = 표 =
          *
         = =
          * 2 3 : 트 . ~
          * 2 4 : . double
          * 2 4 :
          * 2 5 : 투..(--;)
          * 2 10 : . 핑 .. ..--; ..--;
          * 2 14 : .. . ..--; ..--; ㅠ.ㅠ ..
          * : . ..
          * .. ..--;
          * 6 23 : .. . ..
         = ? =
          * 파 Niklaus Wirth ''Algorithms+Data Structures=Programs'' 1976 .
          ''하, 70,80 Structured Programming .''
          * .
          * , .
          * ..
          * OOP . Algorithms+Data Structure=Object, Object+Object+....+Object=Programs ..
          * ?^^;;
  • 정모/2013.8.12 . . . . 573 matches
         = =
          * [], [], [희], [], [태헌], [형]
          * [희] 학 "TRPG"
          * : [형] 학
         = =
         == ==
          * 10~11, " " 펜 .
          * , . 1 .
          * 8 .
         == 학회 ==
          * (Nexus 7) 해 Kinect, .
          * 회 .
          * 획하 ?
          * ?
          * 활 . .
         == ==
          * 3 ,
          *
         = =
          * 홈페 , - []
  • 주민등록번호확인하기 . . . . 573 matches
         === 호 확 ===
          * : 호 13 .
         === ===
          *호 13 .
         === ===
          * ' ~ ^^ !' ,
          ' ???? -_-;; ' .
         === ===
          13 함.
          2,3,4,5,6,7,8,9,2,3,4,5 (13 )
          11 11 함.(11-( 합)%11)
         
          10 0
         === ===
         || || || || & ||
         || || C || 1h? || [호확/] ||
         || 태 || C/C++ || . || [호확/태] ||
         || 태훈([zyint]) || C || 40? || [호확/태훈zyint] ||
         || || C++ || 25 ; || [호확/] ||
         || || Java || . || [호확/] ||
  • CompleteTreeLabeling/조현태 . . . . 571 matches
         == ==
          .. .
          .. !!ㅠ.ㅜ
          21 .. 3 7..
          3280 . 3280!해 10^10000 ... ..
          . 3*2 .
          .. .^^*
          .. 하 ~!!
          21*1 .. ..ㅠ.ㅜ
          @@
          .. .. ..;;
          2 ..
          5*2 . 펙토 . 하 ..
          .. ..ㅎ
          -- --
         == ==
          printf("트 .n>>");
          printf("트 .n>>");
          printf(" : %dn",answer_number);
          printf("트 .\n>>");
  • CauGlobal/ToDo . . . . 568 matches
          * :
          * 트:
          * 학, :
          * : - 확 (jeppy)
          * :
          * - [CauGlobal/Interview]
          * Contact Point
          * ( ) - Optional
          * [http://www.dvuser.co.kr/info/sony/dcr-dvd201_review.htm ]
          *
          *
          *
          * (한 - ??)
          *
          * ( Sun)
          * 탠포
          * :)
         == 획 ==
          *
          *
  • callusedHand . . . . 568 matches
         = Zeropage 01(학) =
         == ==
          * : , (Rock)
          * 활: CLUG,
          * : NIRVANA, RENAISSANCE, SAVAGE ROSE, SONGS OHIA
          * : LASSE LINDH, MANDALAY, PEDRO THE LION
          * 화: 66
          * : , ,
         == 획 ==
          * (Java)
          * 파 (C & GTK++)
          *
         == ==
          * - & (29/04/02 ~ )
          * 파 - directory tree(06/05/02 ~ )
         == ==
         == ==
         === ===
          * (29/04/02 ~ 04/05/02)
          ''DeleteMe) . , . 1판 , 2판 (How To Read a Book) . --''
  • TheWarOfGenesis2R . . . . 567 matches
         = =
          * 2 크 해.
         = =
          * '01
          * '01
          1. [[HTML(<STRIKE>)]] . [[HTML(</STRIKE>)]] - 20
          2. [[HTML(<STRIKE>)]] . [[HTML(</STRIKE>)]] - 1
          3. [[HTML(<STRIKE>)]] DirectX - DirectGraphics / OpenGL . [[HTML(</STRIKE>)]] - 1 20
          4. GPG A*
          5. [[HTML(<STRIKE>)]] [[HTML(</STRIKE>)]] - 2 30
          6.
          7. 트 하
          8.
          9. 합
          * :
          * 호 : 트 파
         = =
         [TheWarOfGenesis2R/]
         = 해 =
          == (11/05) ==
  • VendingMachine/세연 . . . . 567 matches
         = =
         //
          cout << "\n \n";
          cout << "1. \n";
          cout << "2. \n";
          cout << "3. \n";
          cout << "4. \n";
          cout << "0.\n";
          cout << " 택하 : ";
         // 화한
         //
          cout << " . 10, 50, 100, 500, 1000 : ";
          cout << "10, 50, 100, 500, 1000 . \n";
          cout << _money << " \n";
         //
          cout << "\t\t\t\n";
          cout << "\n " << _money << " \n";
          cout << " 택하 : ";
          cout << " \n";
          cout << _money << " \n";
  • ZP&COW세미나 . . . . 567 matches
         = ZP & COW =
         === ===
         || 4:00 - 4:45 || TDD ||
         || 4:45 - 5:30 || TDD ||
         || 5:30 - 5:40 || 휴 ||
         || 5:40 - 5:50 || ||
         || 5:50 - 6:10 || 1 ||
         || 6:10 - 6:20 || 1 ||
         || 6:20 - 6:40 || 2 ||
         || 6:40 - 6:50 || 2 ||
         || 6:50 - 7:10 || (3F) ||
         === 크 ===
          * 홈페: http://www-903.ibm.com/developerworks/kr/robocode/robocode.html
         === ===
          * Extreme Programming Installed, Ron Jeffries,
         === Python Unit Test ===
         === ===
         1
         || || ||
         || , , || Upload:win.Winner_1.0.jar ||
  • 문자반대출력 . . . . 567 matches
         === ===
          : 파 , 통해 .
         === ===
          * 파 .
          * 함 .
          * : source.txt
          * 할 파 : result.txt
         === ===
         || || || || ||
         || [허] || C, C++ || . || [/허] ||
         || 태훈([트]) || C || . || [/태훈zyint] ||
         || || C++ || 20 || [/] ||
         || [] || C || . || [/] ||
         || [] || java || . || [/] ||
         || [태] || C/C++ || . || [/태] ||
         || [] || C/C++ || . || [/] ||
         || [택] || [HaskellLanguage] || 5 || [/택] ||
         || [협] || Python || 17 || [/협] ||
         || [] || C || 60 || [/] ||
         || [] || PHP || . || [/] ||
  • RegressionTesting . . . . 566 matches
         RegressionTesting SoftwareTesting ,
         === 키 페 ===
          : http://www.wikipedia.org/wiki/Regression_testing
         RegressionTesting SoftwareTesting , 테 .
          , 행히 . , (fix) (poor revision control practice) ( revision control ) . , ''' (fragile)''' 해.- , (fix) . , , , .
          , , '''트''' . 트( Mozilla, Eclipse 템) RegressionTesting (통 하 ) 행하, .
         RegressionTesting ExtremeProgramming . 패키 , , 통하 .
         [""]
  • 중위수구하기/허아영 . . . . 566 matches
         === ===
         === ===
          printf(" '-999 0 0' \n");
          printf("할 A, B, C : ");
          printf(" = %d", middleNum);
         === ===
          .
          || || a || b || c ||
          *b .
         === 한테 할 ===
         ..
          printf(" = %d", middleNum);
         
          printf(" = %d", search_middleNum(&a, &b, &c));
          ..^^
          int search_middleNum(int *a, int *b, int *c) ..
          ..ㅎㅎㅎ 편하..ㅎㅎ ..^^
         .. ~ ..^^ - [태]
          ㅋㅋㅋㅋ 해? ?^^ ㅠㅠ -[허]
          └ㅎㅎㅎㅎㅎ ?? ㅎㅎ .ㅎㅎ ..^^ !! CC ....ㅎㅎ
  • 1thPCinCAUCSE/ProblemC . . . . 564 matches
         1회 회 C :
          3*3 . .
          . , 1 1,2,4,5 . 6 2,3,5,6,8,9 . 5 1,2,3,4,5,6,7,8,9 . (a) 6 (b) , 1 (c) . (a) 2.
         (b w)
          (a)
          (b)
          (c)
          3*3 , , .
         ''''''
          . T (10 하) . T . 테 b w 9 . . 1,2,3,4,5,6,7,8,9 , b , w.
         ''''''
          . X 한 회 . -1 . T .
         ''' '''
         ''' '''
         ["1thPCinCAUCSE"], [""]
  • BuildingWikiParserUsingPlex . . . . 564 matches
         Plex Wiki Page Parser . Plex 한 readability lexical analyzer code .
          PyKi, [1002] parser 클 .
         === ===
          Wiki Tag 해 Tagger 클 , link 해 AutoLinker , Macro MacroApplyer . , 태 . , Macro CamelWord , AutoLinker apply archor 태 .
         해 : , 하 AutoLinker Macro AutoLinker MacroApplyer 통합하 .
          Class Responsibility , AutoLinker .
          , 한 lexical 1 pass .
          택하. , Tagger AutoLinker , .
         ......~ 40 .; Parser lexicon , parser line . . Text Processing 한 TDD .
  • HardcoreCppStudy/두번째숙제 . . . . 564 matches
         == HardcoreCppStudy ==
         === ===
          * OOP() , 화, , 화, .
         ||[HardcoreCppStudy//CharacteristicOfOOP/] ||
         ||[HardcoreCppStudy//CharacteristicOfOOP/] ||
         ||[HardcoreCppStudy//CharacteristicOfOOP/] ||
         ||[HardcoreCppStudy//CharacteristicOfOOP/] ||
         === ===
          * .
         ||[HardcoreCppStudy//ConstructorAndDestructor/] ||
         ||[HardcoreCppStudy//ConstructorAndDestructor/] ||
         ||[HardcoreCppStudy//ConstructorAndDestructor/] ||
         ||[HardcoreCppStudy//ConstructorAndDestructor/] ||
         === this 포 ===
          * this포 .
         ||[HardcoreCppStudy//This포/] ||
         ||[HardcoreCppStudy//This포/] ||
         ||[HardcoreCppStudy//This포/] ||
         ||[HardcoreCppStudy//This포/] ||
         === ===
  • ObjectOrientedDatabaseManagementSystem . . . . 564 matches
         OODBMS[] DBMS. , 클 , 포함한. OODBMS , OODBMS . 향형 ORDBMS . 향형 ODMG (Object Data Management Group) . OMG 향형 화하.
         Malcolm Atkinson The Object-Oriented Database Manifesto, OODBMS .
         향형 : DBMS, 향형 . , OODBMS 향형 . , 2 , , 회, 한 편 . , , 화, 형 , , , 확 .
          .
         = 트 =
  • ProgrammingLanguageClass/Report2002_1 . . . . 564 matches
         == < > ==
          (grammar) Recursive Descent Parsing 한 파(parser) .
         == < > ==
          * : 4 10(A)
          * : 4 10(A)
          *
          * 행파
         == < > ==
         == < 항 > ==
          * : INPUT.TXT 트 파
          * : INPUT.TXT . 파(parsing) < > , 합하 Yes, 합하 No .
          *
          * (parsing) 함 non-terminal .
          ) void expression(void) {
          * <identifier> <constant> lexeme .
          ) void identifier(void) {
          * ASCII 32 white-space , white-space token .
          * (lexical analyzer) next_token, token_string, 함 lexical() 포함하. 함 lexical() lexeme , token type next_token , lexeme token_string .
          * 합하 . 킨 lexeme , 파 . , x = a + + b , + . , + .
          * , internal document .
  • 코드레이스출동/후기 . . . . 564 matches
         == ==
          * (해) ; 포트 .
          * SVN . . . 평 한 !
          * 행하 . . 하 . 히 파 .. .
          * 행하 . 통하 .
          * . . .
          * ..
          .
         " ? ."
         " ? 행해 ?"
          . .
         --
         []
  • 강의실홍보 . . . . 563 matches
         
         === ===
         행 (-> (->) ,
         === 홍 ===
          .
          . : . .
          . : 트 행 , 홍 (1~2) . . 행 , .
         === 홍 ===
         홍 , .
          ==== 홍 ====
          a. :
          * Reort , .
          * : 2
          * 1학 , , . , .
          * - :
          * 해 . AnswerMe .
          * :
          * 5 , 홍. , .
         []
  • 이연주/공부방 . . . . 562 matches
         == C ==
         === ===
         ==== 화 ====
          2 9 한 화 .
          .
          ;;=_=;;;;
          - . . - [택]
         [[HTML(<span style="font-size:9pt; letter-spacing:-1px;"><font face="Verdana" color=blue><b>)]]헉; ;; 헉; [JuNe] .^^~[[HTML(</b></font></span>)]]
          * : %d %2d ?
          해~+___+ 해~+___+
          - ;; %d %d =0=;; ;; %.2f 2 -_-!!! -[]
         ==== 포 ====
          포 .
          , 포 .
          [[HTML(<span style="font-size:9pt; letter-spacing:-1px;"><font face="Verdana" color=ff4500><b>)]]( =,.=;)[[HTML(</b></font></span>)]]
          ?? - []
          └ .;_; -
          .-_-;; 홈 ;;;
          *
          * 포
  • LoveCalculator/zyint . . . . 561 matches
         === ===
          C++
          ㅠㅠ
         === ===
          if(str[i]>=97 && str[i]<=122) // a~z
          if(c>=97 && c<=122) // a~z
          //한
         === 한테 할 ===
          ~!! 트.. 한한 .. .. 트..ㅎ
          ~ C++~ 해~~>ㅁ<;;
          .. ~!! C++ ~!(..ㅎ) ㅋ~
          ㅎㅎㅎ .ㅎ ..ㅎ 함 ..ㅎ
          ~ㅎ - [태]
          └ ;; ㅋㅋㅋㅋㅋ ;; ㅠㅠ
          함 ... 크크-zyint
          (alpha = alpha - 'a' +1) ? , ,.. class . 함 . ( upper함 toupper .) -
          └ !!!!!! .. .. 히 'a'
          toupper... ㅠㅠ upper ; MSDN ~크크ㅠㅠ
          ;; ^^ ; -zyint
  • NIC . . . . 561 matches
         Network Interface Card Adapter
         ["zennith"] NIC '''Realtek 8029(AS)''' . NIC , 험하 . , Linux , 8139(10/100 mega bit ethernet , 텍 NIC 8139 .) .. 10m bit ethernet 8029 , . , ["zennith"] . 하 ACTTON , 한 NetGear 10/100 . ACTTON DEC ... 7000 , , NetGear .
          , Collision '- ' . , ["zennith"] . NetGear .
         NetGear NIC . , . -["zennith"]
         .. zennith/NIC ; .. .. -["zennith"]
          NIC NetrowkInterfaceCard --[""]
  • 데블스캠프2006/화요일/pointer . . . . 561 matches
         = 2006/화/pointer =
         == 1 & ==
         <1>
         .s
         2006/화/pointer/1/
         - .
         [2006/화/pointer/1/]
         [2006/화/pointer/1/]
         [2006/화/pointer/1/]
         [2006/화/pointer/1/희]
         [2006/화/pointer/1/]
         [2006/화/pointer/1/희]
         [2006/화/pointer/1/]
         == 2 & ==
         <2>
         .r
         2006/화/pointer/2/
         - .
         [2006/화/pointer/2/]
         [2006/화/pointer/2/]
  • 데블스캠프2010/첫째날/오프닝 . . . . 561 matches
         = Wiki =
          * Wiki ?
          * Open Blog(?)
          * , 편 .
          * . [http://nforge.zeropage.org/projects/devilscamp2010/wiki/WikiTutorial ( 항)]
          * Wiki
          * !
          1. .
          2. .
          3. !
          (페 ㅋㅋ - [HomepageTemplate])
         = SVN =
          * SVN ?
          *
          * nForge
          * SVN
          1. SVN ~ [http://tortoisesvn.net/downloads Download]
          2. [http://nforge.zeropage.org/ nForge] ~
          3. 2010 '''____''' ~
          4. ~
  • 로고캐릭터공모 . . . . 561 matches
         == ==
          홈페 . . .
         == ==
          학회
          -
          -
          ( )
         == ==
          () 학
         == ==
          * : ~ (ysmgfcjh@paran.com)
          * 한 : 2005 1 24 ~ 2 6
          * 항 : 품( ), email, 호,
          ( 2 )
         == ==
          * 1편 - 2
          * 1편 - 2
         == 표 ==
          * 1 - 홈페
          * 2 - 투표
  • 성의과학 . . . . 560 matches
         = 학 =
          * . 한테 . 행히 택해 . . . -_- [협]
          * 2 . ( :( ) 한 . . . 화( . ) . . 험(?) . . :) --[]
          * . , 포트 . . 함. --[]
         []
  • NeoZeropageWeb . . . . 559 matches
          ZP홈
          ZP 홈 ...
          .
          DB
         형태 , 함.
          phpbb, zeroboard, grboard 함.
         
          형태
         태 1.0
          blog.zeropage.org/id 형태
         
         (한 형태 .. -_-)
          ftp server 형태 . (sftp )
         ZP .
          ? ㅡㅡ? 3 ... 2 한 형태 ...
          형태 ~
         흠 --? [] ... - [eternalbleu]
          , ,, . -_-;, ,, 태 ... ~ - [(namsang)]
  • 스터디지원 . . . . 557 matches
         = =
          * , .
         == ==
          * 해 키 페 .
          * 크 : [트]
         == ~~회 ~~ ==
          * .
          * ~~ 해, 한 ( 1) .~~
          * ~~~~
          * ~~한 2회 .( )~~
          * ~~ .~~
          * ~~ .( [회] )~~
          * ~~~~
          * ~~한 (회) .~~
          * ~~회 ( , 회 ) .~~
          * ~~항~~
          * ~~ , 한 행 .~~
          ~~(8 5 .)~~
         === ===
          * 통해 . - []
  • 정모/2013.7.15 . . . . 557 matches
         ''''''
         = =
          * [], [], [], [훈], [], [], [], [형], [], []
          * [] 회 'Introduction to psychology'
          * : [] 회.
         = =
          * (15) 7 행합. (https://sites.google.com/site/gdgminicon)
          * 행 [] .
          * ? -태
          * . - []
         == S/W FriendShip ==
          * 활 . 22 Workshop , 활 .
         == ==
          * .
         == MT ==
          * (19), 토(20) , 흡한 , 8 .
         == ==
          * .
          * .
          * , , 펙토 펙토획. ()
  • 김희성/리눅스계정멀티채팅2차 . . . . 556 matches
         == ==
         int thread_num[25]; // 호 (해 + 1, 0)
          //ex) thread_num[ 호]== 호+1
         int thread_id[25]; // ID
          //ex) = id[thread_id[ 호]]
         int client_socket_array[25]; //클,
          //ex) == client_socket_array[ 호]
         int send_i(int client_socket,char* arry)//
         int send_m(int client_socket,char arry[])//
          send_i(client_socket,"p");//password
          send_i(client_socket,"a");//
          send_i(client_socket,"p");//password
          send_i(client_socket,"a");//
         void* rutine(void* data)//data = &thread_num[ 호]
          int t_num,i_num;// 호,
          // 해하 +1 .
          // .
          // , 클 .
         == 클트 ==
          // , y .( )
  • 디자인패턴 . . . . 556 matches
         === ? ===
          .. 황하 , '패' . ( silver bullet .) , . Reference화 23 . .
         === ===
          '확' '' . . OOP OOP .
          한편 Refactoring . Refactoring OnceAndOnlyOnce . , . Refactoring 해 DesignPattern . 하, Refactoring DesignPattern .
          . ' ...' '~패 ' . (, PM ..)
         DesignPatterns WhatToExpectFromDesignPatterns .
         === ? ===
         HowToStudyDesignPatterns 페 .
         === ===
         === ===
         [패]
  • 분류패턴 . . . . 556 matches
         == ==
         페 '''XXX''' . .
         == ZeroWiki ==
          * . .
          * . . 해 wiki:NoSmok: .
          * [""], [""], [""], [""], ["토"], ["패"], [""], ["학"], ["홈페"] ( )
          * Help .
          * . , . (ex - ExtremeProgramming ) .
          * Project 통해 . .
          *() JavaProject -> JavaNetwork, JavaSwing . . -> JavaProject , .
         [""]
  • 데블스캠프2011/첫째날/오프닝 . . . . 555 matches
         = Wiki =
          * Wiki ?
          * Open Blog(?)
          * , 편 .
          * . [http://nforge.zeropage.org/projects/devilscamp2011/wiki/WikiTutorial ( 항)]
          * Wiki
          * 통해 .
          * !
          1. .
          2. .
          3. !
          (페 ㅋㅋ - [HomepageTemplate])
         = SVN =
          * SVN ?
          *
          * nForge
          * SVN
          1. SVN . [http://tortoisesvn.net/downloads Download]
          2. [http://nforge.zeropage.org/ nForge] .
          3. nForge
  • 선희 . . . . 555 matches
         == 표 ==
          -ㅂ-)/
          =ㅁ=)~
         == 획 ==
          * 학 : 2 [CppStudy]
          1 [JavaStudy2003]
          * PHP . < -_-/>
          * FLASH .
          * Netory 활 히 ^^;
         == ==
          * [CppStudy]
          * [Java Study2003//희]
         === ===
          * : 한 Toy Program .( -ㅁ-;)
          파 , .
          ..( ..)
          * : 93학 CSP .
          2:54 품.-_- . 해 ;ㅁ;
          태..
          ? ㅠ_ㅠ
  • SeparatingUserInterfaceCode . . . . 554 matches
          TDD . /UI . RefactoringBook . (히, RefactoringBook .) :
          , presentattion . WIMP GUI WIMP 통해 할 command line interface . WIMP .
          UI . InformationHiding . .
          , . MySQL Repository MySQL 통해 할 Flat File Repository interface . MySQL .
          , DIP (Dependency Abstraction ) . , WIMP . .
  • 이승한/질문 . . . . 553 matches
         = =
         strlen int 형 .
          sizeof(scores) sizeof(scores) int* 형 .
          ??
          .
          ?? ;;
         vs 핑하 해 firend 함 ??
         == ==
          . 트형 . . . ? . 트한 .
          int *copyArray = new int[aLength];//
          copyArray[index] = aArray[index];//
          // !
          cout << "\n copyArray : ";//
          for(index = 0; index < aLength; index++)//copyArray 0
          cout << " copyArray : ";
          delete []copyArray;// !!!
          //!!
          cout << "\n함 scores .\nscores: ";
         [한]
  • CNight2011/김태진 . . . . 552 matches
         [CNight2011/]
         malloc, 포 한테 . a[2]==*(&a[0]+sizeof(int 2)) .
         int *a; printf("%d",a); a .
         Pointer .
         int coord_ptr[][]; ,- .
         (ptr[])[] .
         Struct . .
         형태
          clock-t ;
         , struct student ; STUDENT ; 화? 할 .
          !!
         2010 Dynamic, Back Tracking . , , .
          10 a~b 합하 1 , . 3 4 6 2 , 3 7 13 15 , a b .
         Linked List . 형 .
          하형 ( ! !) .
  • Doublets . . . . 552 matches
         [http://online-judge.uva.es/p/v101/10150.html ]
         :C(A,B,C), :통(,통,), :3(1~4)
          . 'booster' 'rooster', 'rooster' 'roaster', 'roaster' 'roasted' .
          16 25,143 ( ) . . , . 'booster' 'roasted' , 'booster', 'rooster', 'roaster', 'roasted' .
          . . .
          . .
          . {{{~cpp "No solution."}}} . .
         === ===
          || || || || ||
          || || C++ || 하 || [Doublets/] ||
          || 황 || Java || 2h30m || [Doublets/황] ||
         === ===
         ~ - [한]
         []
  • 공간박스 . . . . 552 matches
          한 [] . .. [] . . . . ^^
         [] . . 16900 (?)한 .
          ,
         1.
         2.
         , 2 탁탁 ... . 1 . 6 12 .
          . , .
          * , . . DIY . 합하 ( )
  • 지금그때2005/회의20050308 . . . . 551 matches
         = 2005/회20050308 =
          [] 한 회.
          .
          : [한] [] [Leonardong]
         == ==
          함.
          . () <-> 휘.
          .
          .
          화하 . 회 , 핸 .
         == ==
         
          : . .
          : , pass
          : . . .
          : . 화 해. .
          === . ===
          : 합한. YesNoWhy. .
          [/2005.3.14] .
          === 항 ===
  • Robbery/조현태 . . . . 550 matches
         == [Robbery/태] ==
          === ===
          하 ..ㅠ.ㅜ ?? .. ' ' ..OTL..
          ... .. ~~~~ ( ..;;)
          .. 히 한 .. 해 .
          CSI .^^
          .
          .. ? ? 하, . ( "Nothing known." . )
          '확한 ' ..^^
          .. .
          .. 해한 .
          "The robber has escaped." , "The robber has escaped." . ( ..^^)
          === ===
          //// ////
          //// ////
          //// ////
          //// ////
          //// ////
          //// ////
          //// ////
  • 이름짓기토론 . . . . 550 matches
         === 토 ===
         ZeroWiki ZeroWiki.
          ' ? page ? ? --[""]
         === ===
          ZeroWiki - . .[[BR]]
          ZpZg - 's . ㅡㅡ;; blue.
         === Thread (? --;) ===
          * ZeroPage .~ ZWiki . --; JStorm JIKI ZIKI.. -_-a
          zeroboard, zero G, ... zerowiki ? ^^; --
          * [""] . ^^;
          * zero ? 흠. . Zeropage ZeroPage caucse --;; Font Page Front Zero 통하 .. -
          ... ZeroPage . -- [[BR]]
          ... . -- [[BR]]
          FrontPage ZeroPage 해 ? 한 10 학회 ZeroPage ZeroPage ..--
          * Zoro Page .. 흐흐..
          * ZeroWiki --; --
          * ZeroWiki --; --
          * . 힛..~
          * good --
          * Wiki ZeroPage Zipizigi ... ...(..>.< )
  • 정모/2005.12.29 . . . . 550 matches
         = 2005 12 29 =
         = =
          - , 협, 황, , , 허, 태, 호, , 한,
         = =
          *
          || || 황 ||
          || 키 || 팩토 ||
          || || strategy 패 ||
          || AI || .. ||
          || || 파 ||
          || C, C++ || ||
          || 페 || 80% ||
          || Basic JAVA || 3. 화할 ||
          || Edit Plus || ... ||
          || MFC || ||
          || || 획 ||
          || 회 || 트 ||
          || 허 C++ || 획 ||
          || OS || 파 ||
          || || 화 - - ||
  • 정모/2005.4.25 . . . . 550 matches
         = /2005.4.25 =
         == ==
          * 2005.04.25 6
          * 4453
         == [/] ==
          *
          *
          * ZP
          *
          * PC /
         == ==
          *
          * 100 (PC )
          └ 62 ( ex: 회? )
          * [SharedSourceProgram] 확
          └
          SSP 확 해 windows .
          * PC
          *
          * [BeingALinuxer] - [택]
  • AppletVSApplication/영동 . . . . 549 matches
          * Thinking In Java .
         = =
          * .
          * main() 함 포함한.
         = =
          * . 한 툴 .
          * main()함 .
          * 한: . .
          * . 함 , .
          * . 한 파 . JAR , .
          * : 클트/ .
          * . . ...?
          * . . 트/ .
         ["JavaStudyInVacation/황"]
  • 데블스캠프2009/금요일/SPECIALSeminar/송지훈/김홍기/박성현 . . . . 549 matches
          == ==
          === 09 ===
          1. . . .
          2. . . .
          3. C++ . .
          === 08 ===
          1. .
          .
          2. , 10 , . .
          3. 7 .
          === 06 훈 ===
          1. .
          2. . . "" .
          3. , .
          == ==
         1.
         2. .
         3. .
         
          1. .
  • 반복문자열/허아영 . . . . 549 matches
         === ===
         === ===
         === 한테 할 ===
          . -
         하 . --
          형태 ? - [허]
          형태 ... ... 한 ... - [한]
          . , . -[허]
         .. ..ㅎㅎㅎ
          ..ㅎㅎㅎ ..;;
         ( CAUCSE 5 , ..
          ..;;)
         -[태]
         CAUCSE 화하 . message messages 확하 . . 함 . 편하. . --
          C 획했, C++ . 함 , !
         [LittleAOI] []
  • ATmega163 . . . . 548 matches
          * 하 , - 8 BIT
          * 32 X 8
          * 8 MHz 클 - ~ !
          *
          * 한 플
          * 16 KB Boot Block ( 256 - 2K Bytes )
          *
          * 2 8-bit Timer/Counters
          * 1 16-bit Timer/Counters
         == MPU ==
          * MP3 플
          *
          *
          *
         == 티 ==
         == 한 ATmega 163 L 한 Testing ==
          * ATmega 163L E board . - ps .. ....
          * ISR Board .
          * 9 pin Serial Port 5.5volt .
          * .
  • PPProject/Colume2Exercises . . . . 548 matches
         == 3. ==
          === (JugglingAction) ===
          * [Leonardong]
          * 4 8
          *
          . . .
          . 하 . , 해했 . 하 해한 . , 힌트 . . .
          . .
          크 .
          , 해해. HowToSolveIt . ? .
          === ===
          * [Leonardong] [황] PairProgramming
          * 30
          === 2 ===
         
          32m
         == ==
         황
          PairProgramming . 탁 트 . 펙토 . . .
  • RUR-PLE/Etc . . . . 548 matches
          * ..
          * harvest1.wld .
          * 확하 .
         == Harvest ==
          * harvest2.wld .
          * 2 . 1 .
         == Harvest ==
          * harvest3.wld .
          * 2 . 1 .
          * while .
          * amazing1.wld .
          * .
          * amazing2.wld .
          * .
          * amazing3.wld .
          * .
          * amazing5.wld .
          * .
         == amazing ==
          * hurdle3.wld .( put_beeper() 함)
  • TAOCP . . . . 548 matches
         == ==
         == 표 ==
          * TheArtOfComputerProgramming(TAOCP) vol1. FundamentalAlgorithms .
          * (Exercise) .
          * 키페 .
         == ==
         (~8 31)
         == ==
         '''8/26 1? '''
          .
         == ==
         []([Leonardong])
         [환]
         []
         [http://www-cs-faculty.stanford.edu/~knuth/taocp.html TAOCP홈페]
         DeleteMe)MIXware . 2 ...
         [] .
         ... [http://kangcom.com/common/bookinfo/bookinfo.asp?sku=199711260004 ] ~~
          ... ..
         [/2004.7.26]하 . . . . --[Leonardong]
  • 골콘다 . . . . 548 matches
          * http://www.pressian.com/section/section_article.asp?article_num=30020712101537&s_menu=
          * http://www.pressian.com/section/section_article.asp?article_num=30020708191625&s_menu=
          * http://www.pressian.com/section/section_article.asp?article_num=30020708114245&s_menu=
          * http://www.pressian.com/section/section_article.asp?article_num=30020628153802&s_menu=
          * http://www.pressian.com/section/section_article.asp?article_num=30020627120439&s_menu=
          * http://www.pressian.com/section/section_article.asp?article_num=30020617162652&s_menu=
          * [http://www2.hankooki.com/university/2002/200110/un20011016193614u0070.htm ]
          * ' 1920 ?' 하 . 히, ', ...' ( ;) . ? ( 300 . . 1920; , 하- (?) .)
          * 20 (?) 회(SEC) . SEC ( . -_-)파 . 2002. 80 SEC ;
          * ? . ' .' .
          * '' . . --["1002"]
         [""]
  • 새싹교실/2011/學高/2회차 . . . . 548 matches
         [/2011/學高]
         = =
          * 3+5=8E+0 . , %d,%e .
         = 2011 3 17 =
         == : 하 ==
         === (fact) ===
          * %d: , %e: e 표, %c: , \n: 행
          *
         === (feeling/finds) ===
          * . .
          * 학 wiki . .
         == 학: ==
         === (fact) ===
         == 학: ==
         === (fact) ===
         %c %d .
         === (feeling/finds) ===
          ~ㅠㅠ
         
          ... ~
  • LUA_4 . . . . 547 matches
         1. 함
          . (?).
         >a = foo -- a foo .
         >a() -- a .
         >print(type(a)) -- a type .
          foo .
         [ function 함() end ] 형태 .
          .
         sum a,b a+b 환해 . , 환 함 ?
         > function sum(...) -- .
         (...) arg #arg . for sum "sum=" 환합.
         2.
         함 형할 . (scope) .
         >> local inside = 2 -- inside local .
         > print(outside) -- outside ...
         > print(inside) -- inside . nil
          .
         >> print (inside) -- local .
         local / .
         3.
  • 금고/하기웅 . . . . 547 matches
         == ==
         호~~ ~~~
          ... .. ..ㅋㅋ
          ..^^ ...ㅜㅜ; ..ㅋㅋ ..ㅋㅋ
          ..ㅡㅡ; ..
          ..ㅡㅡ;
          ...ㅡㅡ;
         == ==
          ~??
          f s s-1 f ,
          .
          floor/2^(s-1)+s-1~
          floor/2^s 1 s
         s floor/2^s 1 s+1 .
         s() ...
         7, 7 4 6 7 3 .
         8, 8 4 6 7 8 4 .
         2 .
         8 2^3 1 한 4 .
         9 9 4회 (16 )
  • AOI . . . . 546 matches
         ACM
         == ==
          * : Programming Challenges ( Aladdin:8979142889 )
          * : http://online-judge.uva.es/problemset/
          '' .''
          * :
          * 2005 [AOI] . .
         == 2005 획 ==
          * [AOI] 3, 4( ) .
          * 2 [] .
          * . .
          * [AOI] .
         == 황 ==
          * 2004 AOI [AOI/2004] .
          * 2005 AOI 1학 .
         === 2005 1학 ===
          || || [] || [환] || [] || [] || || [] || [협] || [] ||
         === 2005 학 ===
          || || [] ||[] ||
          * [회]
  • Debugging/Seminar_2005 . . . . 546 matches
          * : 2005. 05. 16 ()
          * : 4453
          * : 6
          * : 01
         = =
          *
         == ? ==
          * .
          * -> php
         == ? ==
          * .
         == 험 && ==
          * 05 ~ .
         === ===
          *
          * 한 트 (한 .)
          * .
          * .
          * - ( ...) .
          * 테 .
  • pinple . . . . 546 matches
         pinple 행함 .
         == ==
         HTML5
         == pinple ==
         Zeropage_200_OK 행하 함.
         == ==
         Trello : , ,
         bitBukket : fork .
         Heroku : 테 .
         == framework ==
          javascript
         == ==
         === ===
         
         
         === ===
          .
          * [http://agile.egloos.com/5738624 : ?] Pinple. - []
          . 트 .
          해한 .
  • 피보나치 . . . . 546 matches
          .
         == ==
          . .
          , .
          : 1, 1, 2, 3, 5, 8, 13... 1 2 1 3 .
         == 행 ==
         ||||||('''''')|||| Source ||
         ||.||.||.||.|| [/]||
         ||.||.||.||.|| [/환]||
         ||.||.||.||C++|| [/Leonardong]||
         ||.||.||.||.|| [/화] ||
         ||.||.||.||.|| [/] ||
         ||.||.||.||.|| [/aekae] ||
         ||.||.||.||.|| [/] ||
         ||.||.||.||.|| [/희]||
         ||.||.||.||.|| [/] ||
         ||.||.||.||.|| [/] ||
         ||.||.||.||.|| [/] ||
         ||.||.||.||.|| [/화] ||
         ||.||.||.||.|| [/택] ||
  • LionsCommentaryOnUnix . . . . 545 matches
         (Seminar:LionsCommentaryOnUnix) .
         훌한 화 ( ) 훌 Wiki:ReadGreatPrograms . . OS ( ) .
          [http://watson-net.com/jargon/jargon.asp?w=Lions+Book Lions+Book] ( ) . , " "한 .
          한 해 , . ? . Use the source, Luke, along with the Lion's Book.
          , , ... .
         DeleteMe - "훌한 화 ... " .. T_T
         [""]
  • 축적과변화 . . . . 545 matches
          . "화" . , .
          "" , . , . "" . .
          히, , "" . , , . (!) . (see also NoSmok:CelebrationOfDifferences ) . . , , .
          .
         see also ["파티"]
         [""]
  • CodeCoverage . . . . 544 matches
         CodeCoverage Testing 히 테트하 .
         === 키 패 ===
          : http://www.wikipedia.org/wiki/Code_coverage
         CodeCoverage Software Testing . . . CodeCoverage , Object interface source code ㅒㅤ.
          CodeCoverage .
          * StatementCoverage - ?
          * ConditionCoverage - ( true/false ) ?
          * PathCoverage - , 테? (Note () 포함하 . See Also HaltingProblem[http://www.wikipedia.org/wiki/Halting_Problem 크] )
          통해 , 회(regression) 테 통해 . , 한 테 . CodeCoverage .
         CodeCoverage . '' 67% 트한.'' . CodeCoverage . 67% PathCoverage 67% StatementCoverage .
         === 트 ===
          * http://www.validatedsoftware.com/code_coverage_tools.html : Code Coverage Tool Vender
          * http://www.thecortex.net/ : 홈페 Ant JBoss
          * http://www.mmsindia.com/JCover.html : Java Test Tool Solution
         [""]
  • 컴퓨터를전공하면서꼭알아야할세가지 . . . . 544 matches
          .
          1.
          *
          *
          "" . "" . , ( ) .
          "", "". . . "학"( "학") .( . .)
          "", "". /효 . . , SE " " . , , , 포함.
          히 " " . --
         [""]
  • NUnit . . . . 543 matches
         [http://nunit.org/ NUnit] .Net 한 UnitTest Frameworks .
         === 트 ===
         === ===
          * http://nunit.org/ Download . MS Platform .msi .
         || GUI 행 화 ||
         === ===
          * NUnit pyunit junit , .Net Frameworks Source Meta Data Attribute {{{~cpp TestFixture}}} .
          * Attribute
          * 한 클 Test . ( JUnit TestCase , product Test Fixture . )
          * , 함 Test . ( JUnit reflection Test , Test testXXX 형태.)
          * Attribute 해하
          * Attribute Test SetUp TearDown . , 학 .
         === 행하 ===
         [NUnit/C++]
         [NUnit/C#]
          * ~
          * C++ CppUnit , [] , 한 6.0 .Net NUnit .( 6.0 --;) CppUnit... .--; --[]
          * 표 . .NET(C#, VB.NET Managed C++ ) . Logic NUnit . --NeoCoin
          * .. pyunit,junit 편한 . --[]
          * Java 1.5 NUnit TestCase . , 한 클 Test . 하, TestFixture , 표한 클 Test 행할 . --NeoCoin
  • RedThon/HelloWorld과제 . . . . 543 matches
          * HelloWorld .py파 행해 HelloWorld(3) 힌트 : 클, 함,
          * 히 할 . 3 . --[Leonardong]
          .. ..
          python.py ..행하 .. ...ㅋ
          .. .ㅋ windows python shell ..
          .해.
          ......
          ..?
          ..함 한.....함.. ...;;
          .. ...C++.....했.
          ..........함..
          * . .
          ....
          * . .. ......;;;;
          * (print), , .
          ..클...히.........
          형. ....해..^^;;
          . 클 , 클 . --[Leonardong]
  • HanoiTowerTroublesAgain! . . . . 542 matches
         [http://online-judge.uva.es/p/v102/10276.html ]
         :B(A,B,C), :(,통,), :3(1~4)
         하 . N 1 . ( ) .
         , ( 1 2 , 3 ). . . .
          T(1≤T≤50) . N(1≤N≤50) .
          . '-1' .
         === ===
          || || || || ||
          || || C++ || 10 || [HanoiTowerTroublesAgain!/] ||
          || 황 || Java || 50 || [HanoiTowerTroublesAgain!/황] ||
          || 하 || C++ || 1, XXX ㅡㅡ; || [HanoiTowerTroublesAgain!/하] ||
          || || C++ || Closed Form (1 30), 5 || [HanoiTowerTroublesAgain!/] ||
          || [태] || C++ || ? || [HanoiTowerTroublesAgain!/태] ||
         === ===
         [] []
  • 데블스캠프2005/참가자 . . . . 542 matches
         = [2005]/ =
         = =
         == ==
         || 학 || || ||
         || 01 || 협 || 22,23,24 ||
         || 00 || || 24 ||
         || 04 || 한 || ||
         || 01 || || 20,24 ||
         || 04 || || 20,24 ||
         || 03 || || 20, 24(?) ||
         || 03 || 황 || 20, ... , 24 ||
         || 04 || || () ||
         == ==
         || || ||
         || || ; ||
         || 태 || 29, ! ||
         || || ㅎ2 ||
         || || ||
         || 허 || ||
         || || ||
  • ProjectPrometheus/LibraryCgiAnalysis . . . . 541 matches
          .
         파 webdebug , GET, POST .
          Proxomitron . (http://proxomitron.cjb.net/) webdebug /헤 편했 .
         === ===
         Windows 2000 Java JDK 1.3.1_01 . .. --a
          , . -_-; . -_-
         === ===
          * USERID , .
          * POST IP . ( IP History .)
          * 한 HISNO , SEQNO .
         ( )
         === For View Page ===
         
          ( )
          , ID, Password
          ID, Password
         
          Search
         
          Search
  • PyIde/Exploration . . . . 541 matches
         Vim python box . VIM Integration . (BRM , python )
         PyIde/CodeEditor & wxStyledTextCtrl API .
         Spike Solution . Screenshot.
         BoaConstructor UI , 험하 Spike Test 팩토 prototype . StepwiseRefinement 행하 .
         Design . IListener DIP , TestResult Listener OCP . ? TestResult View 클 ?
         BoaConstructor , UI . , 해할.
         SimpleTestResult Spike. result . Result listener 행, , , listener . GUI Runner listener implements 해 .
         unittest 트하 Code . cgi test runner . ( 팩토 .. JUnit Assert PyUnit TestCase implementation . , .
          Refactoring 해 . Runner abstract class , TestResult ,. Test Loading TestLoader .
         Eric Qt Unittest , PyUnit Tkinter , .
  • 1thPCinCAUCSE/ProblemA . . . . 540 matches
         1회 회 A :
          12 . . , 11 1 3 20, 4 확하 . . 포함한.
          , . 12 .
         ''''''
          . T (10 하) . T . 테 . . . 1 12 , 0 59 .
         ''''''
          . T . 한 회 . T .
         ''' '''
         ''' '''
         ["1thPCinCAUCSE"], [""]
  • NUnit/C#예제 . . . . 539 matches
          1. C# . ()
          1. -> PopUp NUnit nunit.framework
          1. 테트 하 Method Test, 한 클 TestFixture Attribute .
          1. SetUp TearDown Attribute .
          1. NUnit gui console dll exe Test 행한.
          [Test] public void ()
          public void Null()
          public void 패하트()
          [SetUp] public void 파()
          [TearDown] public void 파()
          [Test] public void 파()
         || ||
         == UnitTest 행하 ==
          xUnit 편하. 하 행할 .
          *
          1. (tool) .
          1. External Tools .
          1. Add .
          1. Title ( :NUnit Test(Console) ) .
          1. Command 한 NUnit .(:C:\Program Files\NUnit 2.2\bin\nunit-console.exe)
  • ProgrammingPearls/Column5 . . . . 539 matches
          * .(Build scaffolding.)
          * Binary Search C .
          * 트할 .
          * 하 화해 .
          * Binary Search .
          * 큰 , print 편하.
          * c assert 테크 .
          * assert .
          * 한 Binary Search sort? 크해 . search n + lg n . 하 sort 크하 , search, lg n .
          * : Writing Solid Code
          * 트해 .
          * . , for assert크해. .--; , 0, 1, 2 , 2 트해 .
          * . search 1000 , lg n .
          * .
          * Coding : 하 .
          * Testing : 큰 트하 .
          * Debugging : , . Column5 .
  • 3D업종 . . . . 537 matches
         = 3D =
         '''3D'''
         '''''' 하
         '''''' .
         = 항 =
          * - 6 3
         = =
         OpenGL Super Bible 3판
         opegl api . glut 해 플 .
          :
          . .
         = =
         혁 허 태훈
         ( 함.)
         == ==
          . .
         == ==
         || || || ||
         || 2006.5.16 || || 1 ||
         || 2006.5.18 || 토 Study || 3 . ||
  • ZeroPageServer/BlockingUninvitedGuests . . . . 537 matches
          RecentChanges , . .
         === ===
          *
         === ===
          || || ||
         === 한하 ===
          * ''' '''
          - 확, .
          * ''' '''
          - , 하 URL . (URL )
          - .
          - [택] [http://purepond.cafe24.com/ 키] ZeroPage ( ) (.htaccess 파 ) . (+) . NoSmoke: ''' ''' . .. 함...-_-;;
          ? - [택]
         [토], [ZeroPageServer]
  • 새싹-날다람쥐 6월 10일 . . . . 537 matches
         -> 홈
         = =
          malloc(sizeof(char)*100);
          (sizeof(char)*100)byte 환한.
          d char*형태 Casting (char*)malloc(sizeof(char)*100); 형태 .
          char d 100 .
          d10 .
         ex) 2 ?
          char array 100100 형태 .
         == ? ==
         scanf("d .\n%d", temp);
          형태 통해 .
         C int dtemp 형태 .( C++ 형태 .)
         ''' : .'''
         = FREE =
         free(d); sizeof(char) * temp OS .
          free . array free for free(arrayi) free(array);.
         하 . OS .
          트( ) .
  • MFC/RasterOperation . . . . 536 matches
         CDC . ROP , .
          {{{~cpp CDC::SetROP2()}}} RasterOPerationTo .
         || R2_BLACK || ||
         || R2_WHITE || ||
         || R2_NOP || ||
         || R2_NOT || . . ||
         || R2_COPYPEN || 펜 ||
         || R2_NOTCOPYPEN || 펜 ||
         || R2_MERGEPENNOT || 펜 OR ||
         || R2_MASKPENNOT || 펜 AND ||
         || R2_MERGENOTPEN || 펜 OR ||
         || R2_MASKNOTPEN || 펜 AND ||
         || R2_MERGEPEN || 펜 OR ||
         || R2_NOTMERGEPEN || R2_MERGEPEN ||
         || R2_MASKPEN || AND ||
         || R2_NOTMASKPEN || R2_MASKPEN ||
         || R2_XORPEN || 펜 XOR ||
         || R2_NOTXORPEN || R2_XORPEN ||
          ''ROP R2_NOTXORPEN.''
          ?
  • 프로그래밍잔치/둘째날 . . . . 536 matches
         === 8 30() ===
          할, .
         === ===
         1 30 . 7 . ( 5 30)
          - 40
          * - 5
          * - 10
          * ? 토. - 15.
          * & - , . - 10.
          * . ' ?' ' ' .
          * . - .
          *
          * , .
          & Requirement - 50 (3)
          * Set & - 5.
          * + - 30.
          * Requirement - 15.
         1 행 & 휴 - 1 (~4 25)
          & - 10 (~4 35)
          화 - 4 2:2 할, Pair , Pair .
  • 1thPCinCAUCSE/ProblemB . . . . 535 matches
         1회 회 B :
          0 9 . 57 (5 한, 7 한) 키 . 33 . 1 10 11 . (1 9 , 10 ) 1 34 59 .
          N 1 N X . N=10 X=11, N=34 X=59.
          , 키 X , N . X=59 N 34. X=11 N 10. X N . , X=58 N .
         X N . 해 N -1 .
         ''''''
          . T (10 하) . T . 테 (X) . X 2,000,000,000(20) .
         ''''''
          . X 한 N . 해 N -1 . T .
         ''' '''
         ''' '''
         ["1thPCinCAUCSE"], [""]
  • HowManyFibs?/1002 . . . . 535 matches
         input space 1~10^100 , closed-form . a,b f(x),f(y) , y-x . 하 3 , .
         , a,b=(1,10^100) 1 . 'big integer !' , 허탈함. . big integer emulation . 흑..
          : closed form
          : fibonacci .
          히 크 , input space fibo(n) n . 하, , . .
         == ==
          * .;
          * .. ' big integer ' ? .
          * closed form Generating Function mathworld . GF .
          * , 'a fibonacci ' & if ?
          * bigint python matlab . matlab 10 . 흑.
  • 2006년4학년1학기수업 . . . . 534 matches
         || || || 화 || || || ||
         || 1(9:00) || || 4452 || || 4452 || LINUX템 4452 ||
         || 2(10:00) || || 4452 || || LINUX템 4452 || LINUX템 4452 ||
         || 3(11:00) || || 4453 || 4551 || 4453 || ||
         || 4(12:00) || 4551 || || 4551 || 4453 || ||
         || 5(1:00) || 크 4551 || 4552 || 크 4551 || || ||
         || 6(2:00) || 크 4551 || 4552 || || 4552 || ||
         || || ~6:30 || ~7:50 ||
         || || ~7:30 || 9:10~ ||
         || || ~6:30 || 8:10~ ||
         || || ~7:00 || anytime ||
         == ==
          22390 - 01 (1) 3(10,7,8,9)
          32732 - 01 (1) 3(9,10,11,12)
          31582 - 01 3(10,7,8,9)
         (1) .
         --
          (1) ?
          ... ?
          . 20 . 행할 . (1)~ --
  • ZPHomePage/20050111 . . . . 533 matches
         홈페
         == ==
          환, , ,
         == 회 ==
          * ,
          *
          *
          * (-3, -2) =>
          * - 2/6
          * - ()
          * 항 - 품( ), email, 호,
          * 1-홈페, 2-투표
          ? --[]
          * 홈페 항 =>
          * () ?
          => .
          * 회 ?
          => 회 . ??
          * 회 ? ( ?)
          * . =>
  • 지금그때 . . . . 533 matches
          ([]) . .
          * "1학" . . . . . .
          * . , 해 했 , . ?? ?? -
         SeeAlso [], []
         == ==
         [/OpeningQuestion]
         [/]
         [2003]
         [2004]
         [2005]
         [2006]
         [2007]
         2012 in [ZeroPage]
         [2014]
         [2015]
         [2016]
         [2017]
         [2021]
         [2022]
         [2023]
  • 권영기/web crawler . . . . 532 matches
         = =
         Python Web Crawler Python , 한 Web Crawler . (툰( , 탑...), 트, ..)
         = =
          HTML, CSS, JavaScript -
         = =
         == ==
         == ==
         === ===
         === URL ===
         === 파 ===
         === ===
          d -
          r -
          w -
          x -
         
         === 툰() ===
          * prepare 4 합한 python 파
          titleId 툰 ID,
          no
  • 빵페이지/마방진 . . . . 532 matches
         == ==
         , ,
          1 1 .
          . .
         
          ~ 3 X 3 5 X 5
         힌트 -
          * .ㅡㅡ 흠.. -
          * 형~ - -; -
          * !!! ?? ? -
          * ?? ~ -
          - (BruteForce)하 [Backtracking] .. - [택]
         === ===
          const int c = 15; // 3*3
          cout << "3*3 . 형태 해 2 .\n\n"
          << "2,4,6,8 .(1-1) : ";
          cout << a << "," << b << " .(1-3) : ";
         했 .; 한행 ..--;
          * ~ ..~ ~ -
          * ... -
  • 임인택/삽질 . . . . 532 matches
          ...--;
          ㅋㅋ--[]
         ?? ㅋㅋ -- [한]
          ? ...--[Leonardong]
          * DirectDraw - DX SDk , .
          * STL list sort 함 . ( VC STL [http://stlport.org STLPort] .
          * C++ SingletonPattern .. .. . - instance() . KillTimer .. 해.. ...
          - ToDo : StaticObject . 클 . Java, C++
          ''PatternHatching Singleton ''
         
         void someFunc(Tree **t1, Tree **t2); // .
         someFunc(t1, t2); // .
         someFunc(&t1, &t2); // .
         // 함.
          2
          4 . {{{~cpp int [][] }}} 형 vector<vector<int > > 형 . . ..?
          mask.resize(maskSize); //
         JavaServerPage bean 클 .
         User u = new User(id, passwd); // !! ..
         // ..
  • 정모/2011.8.1 . . . . 532 matches
          * : [], [], [], [], [], [황], [], [],[], [], [혜]
          * :
          * : !
          * :
          * [2011MT]
          *
         == 트/ ==
         == ==
          * - [혜]
          * - []
          * ;; 흠흠.. OMS .. .. .. . MT .. ? ~ . - []
          * ㅋㅋ . . . 2 . .. ?! - [혜]
          * 한 . OMS . [http://library.cau.ac.kr/search/DetailView.ax?sid=1&cid=5193829 ]... ... 흠 . ㅠ.ㅠ - []
         [], [2011]
  • HelpOnCvsInstallation . . . . 530 matches
         CVS 통해
         CVS . .
         == CVS ==
         === CVS ===
         CVS .
          1. . ( `/home/foobar/public_html`)
          2. CVS . ( checkout.)
          1. http://kldp.net/projects/moniwiki/src .
          1. CVS . {{{cvs -d :pserver:anonymous@kldp.net:/cvsroot/moniwiki login}}}
          1. . 한 {{{~/.cvspass}}}파 .
          1. CVS . (checkout) {{{cvs -d :pserver:anonymous@kldp.net:/cvsroot/moniwiki checkout moniwiki}}}
          1. `moniwiki` .
         === 화 ===
          * /!\ `make` `gmake` . `make` `gmake` .
          * .
          .
          .
         cd moniwiki/local/js/locale # .
         === 팁 ===
          HelpOnInstallation 페 .
  • PowerOfCryptography/허아영 . . . . 530 matches
         === ===
          , , ! ( & ^^;)
          .
          .
         . sample input input .
         double . ?
         long double sizeof(long double)하 double .
          [PowerOfCryptography/Hint] ver 3 ..
         === ===
         ==== ver.1 int ====
         // k n p
         // n p k .
         ==== ver2. double ====
         // k n p
         // n p k .
         === 한테 할 ===
          sqrt함 -_-; C++ ? - [호]
          sqrt함. ㅜㅡ 하핫,, C++ ^^;;;; ! --
          ! 황했,,.ㅡ
          히 하 _
  • 빵페이지/도형그리기 . . . . 530 matches
         == ==
         
          * .ㅡㅜ -
          * ^^ -
          . . ;) --[1002]
         == ==
         ==== ====
          cout << " - ";
          cout << "형 # 1" << "\n\n";
          cout << "형 # 2" << "\n\n";
          cout << "형 # 3" << "\n\n";
          cout << "형 # 4" << "\n\n";
         ==== ====
          cout << " - (, 20 형태 )";
          cout << " " << "\n\n";
          GG ......
          4 -_-;;;
         힝~
          * 호~ ?? ㅋ -
         == 황 ==
  • 탈무드 . . . . 530 matches
         = 탈 =
          * ,
         = =
         == ==
          * 행 .
          * . .
          * .
          * 회하 회 하.
          * . , .
          * .
          * .
          * .
          * , 60.
          * .
         === ===
          * . . . ' ' 하() , .
         [""]
  • 프로젝트전용위키 . . . . 530 matches
         해 [키] 행하 행할 . (ex: http://acup.wo.to)
         [키] . [키] , .
         ZeroPage ZeroWiki . ZeroPage [키] .
         ZeroPage [키] 행할 .
         ZeroWiki ZeroPage [키] HierarchicalWikiWiki .
         --[]
          , , . . (하, . .) --[1002]
          '트' ' ' ' ,' 포함합. --[]
          SisterWiki . --[1002]
  • 강희경/메모장 . . . . 529 matches
         == ==
          ...
          /* .*/
         == ==
         y = 4 * (1 - x) x 0.3 0.3000000001 , 100 .
         == (Tit for Tat) ==
          .
          .
         == ==
         === ===
         [http://gukgang.hihome.com/]
         == ==
         Zero: 0화, O 형태(Z 포함).
         Page: Page . Zero.
         : 7 .
         :
         == ==
         Zero 한 "" bread.
          , .
          -
  • 컴퓨터고전스터디 . . . . 529 matches
          ?
          , MFC API . '' . , .'' . , "" . (Lock-In) . 2-3 . 하 10 효한 . , . .
         Dijkstra, David Parnas, C.A.R. Hoare, Donald Knuth, John von Neumann .
          .
          http://www.acm.org/classics/ . 튜 " " . 히 David Parnas .
         --
          * 2002 MentorOfArts MythicalManMonth Moa: ZeroPagers
          * 2004 TheArtOfComputerProgramming
         [""]
  • RelationalDatabaseManagementSystem . . . . 527 matches
          IBM . codasyl approach navigational . navigational . 1970 . A Relational Model of Data for Large Shared Data Banks .
          . 형태 , . . .
          ㅡ.ㅡ;; ... 테 형 DB . [http://en.wikipedia.org/wiki/Database_management_system ]
          형 DB RDBMS DBMS OODBMS 함.
          [http://www.acm.org/classics/nov95/toc.html ACM ] - [eternalbleu]
  • 겨울방학프로젝트/2005 . . . . 527 matches
         = 트 =
         || 트 || || ||
         || [ZeroWiki파2005] || ( -_-) || 태 ||
         || [DesignPatternStudy2005] || .. || ||
         || [AI트2005] || 한 AI , 태, [MFCStudy_2005_2_] 함 || 태 태훈 ||
         || [OurMajorLangIsCAndCPlusPlus] || C/C++ -_- || ||
         || [PaintBox] || 3 JAVA || 호 ||
         || [EditPlus] || || 태 ||
         || [_temp] || 파 || ||
         || Blog || PHP SQL, -> JSP || + ||
         || [] || Introdution to Algorithm || ||
         || [] || ACM || ||
         || [2005MFC] || MFC ~ || 태,,, ||
         || OS || OS, || ||
         || [BasicJAVA2005] || JAVA JSP || 태 태훈 ||
         || [ProjectVirush] || [티플트] 활! || 휘 ||
         || [] || . || ||
          ** 2005 12 15 . 해 .
          ** 회 .
         [] [2006]
  • 전문가의명암 . . . . 527 matches
          .
          . "" (craftsman) 포한. . 퐁퐁 . .
          . . , . . , .
         NoSmok:AlfredNorthWhitehead'''''' ''Civilization advances by extending the number of important operations which we can perform without thinking of them.'' .
         ''''''
          . NoSmok:'''''' . . NoSmok:TunnelVision'''''' NoSmok:YouSeeWhatYouWantToSee'''''' . . . (NoSmok:RidiculousSimplicity'''''') .
          .
         [""]
  • 정모/2004.10.5 . . . . 527 matches
         == ==
         ||04||하, , 홍, ||
         ||03||, 환, , , , ||
         ||01|| ||
         ||00||택||
         ||99||||
         == PC ==
          * - (환, , , 희)
         == 홍 ==
          * 1 - ( , )
          * 2 - 1
         == 항 ==
          * []
          * PageFlipping ( DoubleBuffering 한 TrippleBuffering )
          *
          *
          * 표 = 화?(크?)
          * P2P 트 - BroadCast P2P 활히
          * 트 - MFC(C++) - 2 - ,
          * . static.
  • 정모/2005.6.27 . . . . 527 matches
         = []/2005.6.27 =
         
         4
          : ~ 7 ... 흠... ??
         '' . 7 . . ''
          : MT,
          : 택, 한, , 황, , , , , 하,
         == ==
         MT : 16-17, ... . ,
          : 2,
          === [트] ===
          행 : [](C), []( ), (), 태(. 행해), [황](C#)
          [] : [AOI] [LittleAOI]... 행. .
          [] : [Python], [MFC] .
          [한] : [java] 행해 . [MFC] ...
          한테 해 트 페 .
         = =
          * . 30 . 4 ... -
          * ? --
          * ;;
  • 새싹교실/2012/새싹교실강사교육 . . . . 526 matches
         = =
          *
          *
          *
          *
          *
          *
          *
          *
          *
          *
          *
          *
          *
         = =
         === 3 3 ===
          행 하 3 .
          1. 통한 .
          1. 학 ( ) .
          1. ( 한 확 ) .
  • 정모/2003.4.9 . . . . 526 matches
         == ==
         || 01 || ||
         || 02 || ||
         || 02 || ||
         || 02 || () ||
         == ==
          *
          * 03
          * [""]
         == ==
          * 6.
          5 ...^^;;
          * 03 , C++ 1,2,3 , 4 . 1,2,3 C C++ .
          * [""] . . .
          * [] . . --NeoCoin
          * EtudeProgramming 해 Pair 한 , ? --NeoCoin
          * 한 2회 . 한 ? --NeoCoin
         NeoCoin
          * ?
          * ?
  • 정모/2003.7.29 . . . . 526 matches
         == ==
         || 01 || , , ||
         || 02 || () ||
         || 03 || 화, 황, , , , , , , , 훈, , 환 ||
         == 회 ==
         === 황 ===
          * [MedusaCppStudy] => .
          * [5C++] => .
          * [CppStudy] => .
          * [HardcoreCppStudy] => , C++ .
          * [CppStudy] => . .
          * [JavaStudy2003] => . 함.
          * [] => 4 . .
          * [ProjectAR] => .
         === MT ===
          * : 8/23~8/24
          * :
          * 2 10 .
          * .
          * 11 16 .
  • DataCommunicationSummaryProject/Chapter4 . . . . 525 matches
          * Digital Cellular - 호. Text-only.
          * Noncelluar - , .
          * voice
          * 한 text message
          * PCS TDMA
          * FDMA
          * CDMA
          * cdmaOne .
          *
          * TDMA
          * FDD
          * GSM
          * 4 slot
          * 파
          *
          * GSM Packet Data
          * anlog AMPS digital
          * 30 KHz
          * 판 D-AMPS
          * 25 KHz ( )
  • MFCStudy2006/1주차 . . . . 525 matches
         == MFC Study 1 ==
         === (2006. 7. 3.) ===
         ==== ====
          * , , ,
         ==== ====
          * C++
          * MFC
          * ''' '''
          * '''MFC '''
         ==== ====
          . ;; - []
         ==== ====
          * MFC 5 .
          * . MFC .()
         ==== ====
          * . . - []
         === (2006. 7. 7.) ===
         ==== ====
          * , , , , ,
         ==== ====
  • [Lovely]boy^_^/Cartoon . . . . 525 matches
          .
         == ==
         || 패 || || || ||
         || || -회 || || ||
         || 항하(GTO) || || || ||
         || 팔 || || || ||
         || || || 크 || ||
         || || || 험 || ||
         || || || || ||
         || || H2 || ... || ||
         || 휘 || || ||
         == ==
         || || || || ||
         || || 1-29 || 팅 || 1-66 ||
         || || 1-14 || 토 || 1-17 ||
         || || 1-11 || 키 || 1-15 ||
         || || 1-6 || 호 || 1-31 ||
         || || 1-28 || || 1-16 ||
         || 크 || 1-25 || || 1-39 ||
         || D || 1-26 || || 1-25 ||
  • 고한종/팩토리얼 . . . . 525 matches
         []
         // .
         //
         // . .
          . .. ;
          팩토 . 한테 ... ㅜㅠ
          팩토 . .
          . -_-...
         == . ==
          * ~ ㅋㅋㅋ ZeroWiki 키 페 /하 . /팩토 . 크해 . :) [] 페 [/2011/A+] 크할 . - []
          * . ? - []
          * . ㅜㅜ DeleteThisPage . - []
  • ObjectOrientedReengineeringPatterns . . . . 524 matches
          * Refactoring 틴 파 . ( )
          * FAMOOS .
          * . (JAVA/C/C++ )
          * 9 .
          * 한 패 .
         Forward Engineering & Reverse Engineering 트. Practice . Reengineering , 해 Practice Context . , .
          .
          ' ?' 하 . .
         [1002] Refactoring for understanding . , 팩토. , refactoring 한. 확한 before-after . - Test , , 해하 . .
         [""]
  • TestDrivenDevelopment . . . . 524 matches
          === TDD ? ===
          테 ? 테 행하 ? --[Leonardong]
          , TODO List . ', ' . :) 한편, TODO ' (Test )' . '?' 호함 . 한 Input-Output . ' 화' 함. --[1002]
         ......
         테 ' API' . API 해하 편하 '' . . , 테 해 해 , . , Refactoring 한.
         ...... ''-[TestDrivenDevelopment]''
         === 한 C++ TDD ===
         == ==
          * [http://xper.org/wiki//xp/TestDrivenDevelopment?action=fullsearch&value=TestDrivenDevelopment&literal=1 XPER TDD ]
  • 새싹교실/2011/씨언어발전/2회차 . . . . 524 matches
         = 2회 (3 30) =
         == ==
          printf(" :");
          printf(" :");
          printf(" = %d = %d = %d",x,y,result);
          bongbong .
          ..
          C printf scanf
          .
         == ==
         === [ ] ===
         
         === [태] ===
          if(a>=90)printf(" A.\n");
          else if(90>a && a>=80)printf(" B.\n");
          else if(80>a && a>=70)printf(" C.\n");
          else if(70>a)printf(" F.\n");
          * ㅎㅎㅎㅎ 90>a>=80 ... ㅎㅎㅎㅎ
          * 한 트하...... ㅋㅋㅋㅋㅋ
          * 행함 ㅡ.ㅡV !!
  • EnglishSpeaking/TheSimpsons/S01E04 . . . . 523 matches
         == ==
          * 호 () 회 . 한 ''. 하 , . 호 5 . TV . 하 . 하 2 (?) .
         == Script ==
          * : 한 호 회하 . 행히 호 .
          *
          * Homer : []
          * Moe, Barney : []
          * Police Officer 1, 2 : []
         [English Speaking/2011]
  • 0PlayerProject/커널업로드작업정리 . . . . 522 matches
          == [0PlayerProject/] ==
          * 하
          * (0x000000~2M) : NOR Flash (NOR Flash RAM )
          * (0x030000?~) : RAM .
          * NAND Flash .
          * OS
          * 1: . ( NOR Flash RAM )
          * 2: U-Boot ( )
          * 3: ARMDown (ARM )
          * 통 한 COM Port
          * : 115200 bps
          * :
          * 통 - TFTP
          * TFTP 톨한, .
          *
          * tftp 파 : 해 .
          * go : 해 행한.
          * finfo : NorFlash . (R0 - U-Boot, E - Empty( .)
          * erase : .
          * cp.b : NOR Flash 한 크 .
  • 정모/2012.8.1 . . . . 522 matches
          * : [], [], [], [], [], [], []
          * 17 [] 학 OMS - Project Estimation
          * OMS -
          *
          * , , , , , , , 황, , , , , ,
          *
          * , , , (?)
          * 18
         == 학회 ==
          *
          *
          *
          *
          *
          * 학회
          *
          *
          *
          * TV .
          * ㅋㅋㅋㅋㅋ - [혜]
  • 데블스캠프2006 . . . . 521 matches
         = .. 2006 =
         == ==
         5 31 . ()
         == ==
         2006 6 19() 5.
         19 7.
         == 향 ==
          .
         == ==
         DeleteMe) page . .
         [2006/] - :)
         [2006/]
         [2006/]
         == ==
         [2006/]
         [2006/] - , .
         [2006/화]
         [2006/]
         [2006/]
         [2006/]
  • [Lovely]boy^_^/Diary/7/15_21 . . . . 520 matches
         = 7/15() =
          * .. 한 ;; ..
          * 하 . .
          * ... .
          * . ... ?--;
          * 허 .--; ㅠ.ㅠ
          * ( ..--; 히 해.)
         === ===
          * . .. ..--; --;
         === ===
         === ===
          * --;
         = 7/17() =
         === ===
          * .--;
         = 7/18() =
          * .. .. .
         === ===
          * . 4 .
          * 10 + + 팔
  • 파스칼삼각형 . . . . 520 matches
         == ==
          파 .
          2 . 한 호, 한 . .
          .
          테 1 2 .
         == 행 ==
         || || || ('''''') || || Source ||
         || [] || 30 || . || C# || [파형/] ||
         || [] || 15min || 29 || Python || [:파형/#s-3 파형/2] ||
         || [하] || C++: 3 min / Python: 15min || C++: 32 / Python: 19 || C++, Python || [파형/하] ||
         || [훈] || || 42 || C++ || [파형/sksmsvlxk] ||
         || [] || . || . || C++ || [파형/] ||
         || [] || 6min || 14 || C || [파형/] ||
         || [] || . || . || C++ || [파형/] ||
         || . || . || . || . || [파형/] ||
         || . || . || . || C++ || [파형/Leonardong] ||
         || . || . || . || . || [파형/aekae] ||
         || . || . || . || . || [파형/] ||
         || . || . || . || . || [파형/환] ||
         || [] || 27m || 26 || C || [파형/] ||
  • NiceMilk . . . . 519 matches
         [http://online-judge.uva.es/p/v101/10117.html ]
         :C(A,B,C), :(,통,), :4(1~4)
          . . .
          . h, . 토 . 하 k . 히 크 .
          n, k, h (3≤n≤20, 0≤k≤8, 0≤h≤10) . n. n i x<sub>i</sub> y<sub>i</sub>(0 ≤ x<sub>i</sub>, y<sub>i</sub> ≤ 1,000) . . n, k, h 0 .
         k . .
         === ===
          || || || || ||
         === ===
         [] []
  • 2005MFC이동현님의명강의 . . . . 518 matches
         = 2005MFC =
         == ==
         == ==
         || || || 태 || || 태 || 혁 ||
         == ==
          * 3
         == ==
          * !
         == ==
          * 2005.09.14 C++ Class , MFCAPI .
          * 2005.09.21 , DC, , , , . .
          * 2005.10.06 ( )
         = =
          * ㅋㅋㅋ []
         == 파 ==
          * .
          * [태] 택토.. ..;;ㅁ;; .
          * 2 . 화 . 화!!!
          * 3 . , (?) . .
          * ..;;ㅁ;; .ㅎ
  • BeeMaja . . . . 518 matches
         [http://online-judge.uva.es/p/v101/10182.html ]
         :B(A,B,C), :(,통,), :2(1~4)
          . . . , ( ) ( ) .
          * ( ) - () 2 .
          * ( ) - () 1 .
          환해. , 환해 .
         , 한 . 100,000 .
          . .
         === ===
         || || || || ||
         || [태] || C++ || ? || [BeeMaja/태] ||
         || [] || C++ || ..ㅡㅜ || [BeeMaja/] ||
         || [] || C++ || ..ㅡㅜ || [BeeMaja/] ||
         || [허] || C++ || ? || [BeeMaja/허] ||
         || [하] || C++ || 30 || [BeeMaja/하] ||
         || [] || PHP || || [BeeMaja/] ||
         || [] || C || ? || [BeeMaja/] ||
         === ===
         [] []
  • 수학의정석/집합의연산/조현태 . . . . 518 matches
         == ==
          .. 포함하 . ( .)
          . (.ㅎ)
          .. 27 ... , .
          1 0 , 한 .
          7 1, 2, ... 7 .
          || || () ||
          || 9 || 0.078 ||
          || 10 || 0.172 ||
          || 11 || 0.375 ||
          || 12 || 0.781 ||
          .
          9Set..
          1 - 1,2,3,4,5,6,7,8,9
          2 - 1 0 0 0 0 0 0 0 0
          1 . 한
          2 - 0 1 0 0 0 0 0 0 0
          2 - 0 0 1 0 0 0 0 0 0
          2 - 0 0 0 1 0 0 0 0 0
          2 - 0 0 0 0 1 0 0 0 0
  • KIV봉사활동/예산 . . . . 517 matches
         [[pagelist(KIV)]]
         = =
         == ==
          * , 하 .
          * .
          * 1.5 . , .
          * GSM
          * 휴,
          * - , , , 하회탈,
          * .
         == ==
          * - 36000 * 4
          *
          *
          *
          *
          * - 2
          * - 5
          *
          * - 3
  • Memo . . . . 517 matches
         unicode('','utf-8', 'replace').encode('euc-kr')
          행 495-156526-02-001 (협)
         [http://blog.naver.com/anyray?Redirect=Log&logNo=50006688630 !]
         [http://kin.naver.com/knowhow/entry.php?eid=sXanZUDMReh3tKhs1VJ30OlMQ3piSgKm ...?]
         [http://c2.com/cgi/wiki?TopTenWikiEngines ]
          . . ?
          .
          .
          NoSmok: ? .
         
         클
         //Project -> Setting -> LINK -> Object/library modules: ws2_32.lib .
         #define PORT 9999 // 9999 포트
          SOCKET server_sock; // socket
          SOCKADDR_IN server_addr; // structure .
          // socket
          // 통해 .
          //
          // socket .
          = inet_addr(SERVER_IP); // .
  • OurMajorLangIsCAndCPlusPlus/ctype.h . . . . 517 matches
         :
         ctype
         == 함 (FUNCTIONS) ==
         || 함(Ascii) || ||
         || intsalnum(int c) || 크한. ||
         || int isalpha(int c) || . A-Z a-z ||
         || int islower(int c) || . a-z ||
         || int isupper(int c) || . A-Z ||
         || int isdigit(int c) || . 0-9 ||
         || int isxdigit(int c) || 16 표한할 . 0-9 a-f A-F ||
         || int isspace(int c) || .('\f'), ('\n'), ('\r'),('\t'),('\v'). ||
         || int ispunct(int c) || . ||
         || int isalnum(int c) || . A-Z a-z 0-9 ||
         || int isprint(int c) || 포함한 . ||
         || int isgraph(int c) || . ||
         || int iscntrl(int c) || (control) . ||
         || int toupper(int c) || . ||
         || int tolower(int c) || . ||
         || 함 (Uncode) || ||
         || int iswalpha(wint_t) || Uncode (한 ) ||
  • 새싹교실/2011/GGT . . . . 517 matches
          * : 10:00 ~ 11:50
          * : C,
         = =
         || || [] ||
         ||<|6> 학 || [] ||
         || [홍] ||
         || [황] ||
          * : 010 E978 9356
         = 페 =
         [[pagelist(^/2011/GGT/)]]
         = 회 feedback =
          * 행하 feedback .
         == 회 ==
          * .
          * . .
          * ZeroPage 4F([ThreeFs] + Future Action Plan) feedback .
          * Facts, Feelings, Findings, Future Action Plan. , , , , 획.
          * : " 5 .() .() .() .( 획)"
          * ?
          * feedback .
  • 오픈소스검색엔진Lucene활용 . . . . 515 matches
         = ? =
          *
          * .
         = 활 ? =
          *
          * -> , , 크탑 ,
         = 한 ? =
          * . 하 SearchFiles.java .
         
          .
         
          .
          * .
          * 토큰 . 한 . . 하 "*"( ) . .
         = 황 =
         || || ||
         || 3/16 || 한 , JSP 통한 ||
         || 3/24 || UTF-8 UTF-8 ... ||
         = 할 =
         || 할 ||
  • 전문가되기세미나 . . . . 515 matches
         == ? ==
          * , 확히
         === ===
          *
         || || 10000 ||
         || || 8000 ||
         || || 5000 ||
          * ? --> ? :)
         
         == 7 ==
          * 3 포함 하
          * 3
          * 30 .
          * ?
          * 50% ?
          * ?
          * ?
          * disagree 할 ?
          * 2 ?
          * , 회 2 ?
  • HardcoreCppStudy . . . . 514 matches
         == ? ==
          * 2003 C++ .
         Hardcore 히(hard) 핵(core) ...
          Hardcore ...
          * (?)하 ..
         == ==
         ["Yggdrasil"]
          ... 2학 할 C++ .
         == ==
         || 03 || ||
         || 03 || ||
         || 03 || ||
         || 03 || ||
         == 항 ==
          * 3 .
          * .
          * 7, 8 히 하 .
          * .
          * . . .
         == ? ==
  • eXtensibleMarkupLanguage . . . . 513 matches
         [SAX] : XML 한 파. .
         [DOM] : XML . traversal 하 편하.
         [XSLT] : XML XSLT
         [XMLStudy_2002] : .
         = =
          * [http://javawork.egloos.com/2040057 C++ 한 XML파 ]
          * [http://xml.80port.net/bbs/view.php?id=xml&page=2&sn1=&divpage=1&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=26 VC++ msxml ]
          * [http://www.joon.pe.kr/blog/250 php xml (포함)]
          * XML . XML . BUT 크 XML performance critical path .
          * XML (data presentation) 100% . HTML XML 함. (DB 함;; -_-)
          * Syndication 포 XML . (RSS, ATOM, OPML, Attention, Userlist etc) - [eternalbleu]
          * [DTD] ? [DOM] DTD ;; -
          * DTD ㅋㅋㅋ ~ DTD Document Type Definition XML . valid XML Document well-formed XML Document XML 한 XML DTD XML Schema . ㅋㅋㅋㅋㅋㅋㅋ - []
  • 상협/2DAlca . . . . 513 matches
          * 2D . 학
         = =
         || || 한 || ||
         || 10.1 || 힘, || 1 ||
         || 10.8 || || 1 ||
         || 10.15 || (화 -_-;)|| 1 ||
         || 10.17 || || 40 ||
         || 10.18 || 함. (튕) 함 -_-;|| 1 15 ||
         || 10.20 ||판 함. ( 휨, )|| 1 ||
         || 10.27 || , 함, , , 1~5판 , || 4 12 ||
         || 11.4 ||98 호환 합.. 98 . ㅠㅜ|| 30 ||
         || 11.11 ||, -_-;;|| 6~7 .. ||
         * : (10 37) + 화(6) = 16~17
         = 할 =
          *
         = =
          * 10.20
          * 10.27
         = =
          * -_-.. 10.20
  • LUA_6 . . . . 511 matches
         1.
          ? python __add__, __sub__ . 테 .
         > x = { value = 3 } -- x
         > mt = { __add = function(a,b) return { value = a.value + b.value } end } -- '+' 한 metatable
         > setmetatable(x,mt) -- x mt
         > double = x + x -- x 테 '+' metatable table
         > print(double.value) --
          __add .
         __unm : Unary -1 - 한 meta 함
         __add : +
         __sub : -
         __mul : *
         __div : /
         __pow : ^
         __concat .. : string
         __eq : ==
         __lt < , > less than
         __le >=,<= less than or equal
          table 한 event .
         __newindex : index meta 함
  • PythonIDE . . . . 511 matches
         = 파 통합 =
         파 , . 황하 .
          한 통합 .
          . IDLE, SPE, Wing, PyDev .
          IDE , GUI 툴킷 툴킷 .
          * IDLE : 파 Official IDE
          * ???? : ActiveState Python IDE
          * PyScripter : IDE. . 하 wxPython wxPython . .
          * PyDev : . , 통합 , .
          * SPE : .
          * wingIDE : IDE, .
          * PyCrust : wxPython IDE
          * eric 3 : PyQt IDE
          * Visualwx : wxToolkit WYSWIG IDE. 파 . GUI wxWindow .
          * Boa : .
  • 중위수구하기/조현태 . . . . 511 matches
         === ===
          ..;;ㅁ;; ...
          , .
         -999 , input ..
          for break .. if ..
          . .. ~~ 휘 ..ㅎㅎ
          MAX_NUMBER 3 ( ! 확한 ! ) .^^
         === ===
          cout << i+1 << " .";
          cout << " " << input_number[MAX_NUMBER/2] << ".\n";
         === ===
          .
         === ===
         while (input(input_number)) 해하 ; -999 ㅇㅅㅇ
          if(input(input_number)==0) break; // if(!input(input_number)) break;
          편하 ;;; -태훈[zyint]
          └ㅎㅎㅎ ..^^
          ....ㅠ.ㅜ
          ~!..ㅎㅎㅎ - [태]
          ! ㅋㅋ- 허
  • 호너의법칙/조현태 . . . . 511 matches
         === ===
          확한 , .
          , .
         ... @.@ 파 ..;;ㅁ;;
         === ===
          cout << "x .>>";
         === ~'ㅇ')/ ===
          .
         1. .h .
         2. strcpy #include <string.h> 헤 .
         3. 한 register int i i i . . .-[]
         └ 헤 (97 ) C++표 . 97 . - [혁]
         └ !! ;; ^^;; ^^ -[]
         register int i . .^^
          ( .NET) , , FTP HTTP .^^
          .^^ - [태]
         [LittleAOI] [호]
  • STL/vector . . . . 510 matches
          * .
          === ===
          *
         vector<int> ar; // int형 vector ar .
         ar.resize(10); // 10 .
         vector<int>::iterator iter; // 회하 .
         vector<int>::const_iterator i; // .
          *
         vector<int> ar(&data[0], &data[3]); // data .
          : {{{~cpp vector<int> ar( &data[0], &data[2] ); }}} .. &data[3] . . {{{~cpp data[3]}}} .. .. . ? --zennith
          Iterator , , 형 + 1 index . MFC, Java index . ? --NeoCoin
          === ===
         ar.push_back(3); // ar 3 .
         ar[5] = 4 // 6 4
          === 회 ===
         // for 회 1
         // while
         // for
          === ===
         // 6
  • LinkedList/학생관리프로그램 . . . . 509 matches
         [] . . ...
         == 팩 ==
         
         -
         -student (dept, name, num(1~20)
         -(
          ( -num ...,
          (-binary search??, sequential search...)
          (option-파 )
         == ==
          한 학
         *
         학->학->학->NULL
         int Menu(int aPopulation);//
         int AddStudent(int aPopulation, Student* aListPointer[]);//
         void SearchStudent(Student* aHead);//
         int DelStudent(int aPopulation, Student* aListPointer[]);//
         void InputStudentInfo(Student* aStudent);//
         void FreeMemory(Student* aHead);//
         void ListOutput(Student* aHead);//
  • RonJeffries . . . . 509 matches
         ExtremeProgramming
          . (2001 11 )
         40 , " " .
          . -_-; .. .. ^^;
          ' ' . .~ --["1002"]
         헉 . T_T --
          .. 허황 .. --a --
          . --JuNe
         RonJeffries . , XP . . --["1002"]
         RonJeffries , . 한 티 . , . --JuNe
         [""]
  • WinAPI/2011년스터디 . . . . 509 matches
         = & 표 =
          * : .
          * : .
         = & =
          * ZP
          * .
         = 활 =
         ||||||||
         ||||ㅇ||ㅇ||
          * .
          * .
         === ===
          * . . - []
         ||||||||
         |||| || _ ||
          * .
          * .-[]
          * class style .
          * WS_ style
         ||||||
  • 방학중PC실이용토론 . . . . 509 matches
          PC 해 ZeroPagers .
          ? 7 . Netory . 회하 . --[1002]
          . 회한. ? --[Leonardong]
          확 편함 . 행할 --[]
          회하 ? . --[1002]
          . 6. --
          ? ... , 학 ; - [택]
          . . --[Leonardong]
          . 행하 ? PC 편해, PC ? --[Leonardong]
         [토]
  • JavaStudy2002/해온일 . . . . 507 matches
         JavaStudy2002
          * ... ' ?' 'OOP in Java' .
          * ... ["RandomWalk"] . 'RandomWalk -> -> ScheduledWalk(["RandomWalk2"])' .
          * ... RandomWalk 형하 ScheduledWalk .
          * ... ScheduledWalk . .
          * ... . 파
          * (10.8)-RandomWalk
         || ||["JavaStudy2002/-2"]||
         || ||["JavaStudy2002/-2"]||
         || ||["JavaStudy2002/-2"]||
          * (10.15)-ScheduledWalk -
         || ||["JavaStudy2002/-3"]||
          * 11/21
          * CVS
          * Structerd Programming Style Java, C
          * 해
          * : Airport . 하 cvs .
          * : , 하 .
          * : ocu Java , 하 .
          * 11/14
  • Star . . . . 507 matches
         [[https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=13&page=show_problem&problem=1100 ]]
         :C(A,B,C), :통(,통,), :2(1~4)
         48 . 0 9 . . A L . 9 D, G, I , 7 B, I .
          . A 5, B 7, H 0, J 8.
          .
          , . A , B , ..., H .
          . , . "NO SOLUTION" .
         === ===
          || || || || ||
          || [[태]] || C++ || ? || [[Star/태]] ||
         === ===
         [[]] [[]]
  • ZIM/UIPrototype . . . . 507 matches
          .
          . . --a . --
         UI MS Visio 편하. 학 , :) --
         Software for Use Contextual Design . UI(). UI 통해 하 . 화 툴 편한 . 한 크 3M 포 . , . . . . . (e.g. 팅) --
         groove . , 트패, 화 . --
  • ZPBoard/PHPStudy/기본문법 . . . . 506 matches
         = PHP =
         == PHP ==
          * 함.
          * C
          * echo html ( php )
          * echo echo "text" echo 'text' 함. " " ' ' " " $ ' ' $
         == ==
          * .
          * $ 함.
         == ==
          * define() , .
         == ==
          * C +, -, *, /, % .
          * . ( 함)
         $a = ( ).( );
          .
          * C
         == (foreach if-elseif-else, swich-case, for, while, do-while) ==
         if(){
         
  • SmalltalkBestPracticePatterns/DispatchedInterpretation . . . . 505 matches
         하 (Representation) (Cooperate)할 ?
          . , " . ?" (a hundred times a day) .
          , , . . , . The longer it took to find the mistake, the more ridiculous the bill.
          , . , . 행한.
         , , 한 . , . , , True False, #ifTrue: ifFalse:.
  • 데블스캠프2010/다섯째날/ObjectCraft . . . . 505 matches
          * ?
          1.
          1. FAQ 10
          1.
         == ==
         2.
         3.
         4.
         5.
         == ==
          || || || || HP ||
         == ==
          * %d %d %d HP %d .
         === 1. 2 1 1 ===
          * [wiki:2010//ObjectCraft/1/ ]
          * [wiki:2010//ObjectCraft/1/허]
          * [wiki:2010//ObjectCraft/1/ ]
          * [wiki:2010//ObjectCraft/1/ ]
          * [wiki:2010//ObjectCraft/1/ ]
          * [wiki:2010//ObjectCraft/1/홍]
  • SpiralArray/영동 . . . . 504 matches
         = =
          * ToyProblem. 1학 . , . , 함 ... . 0, 0 .
         = =
         const int DIRECTION=4;//
          int currentX;// x
          int currentY;// y
          int currentDirection;//
          {//
         void showBoard(int aBoard[][MAX_X]);//
         void setEmptyBoard(int aBoard[][MAX_X]);//
         void changeDirection(Mover * aMover);//
         int setStartingX();// : x
         int setStartingY();// : y
         void move(Mover * aMover);//
         bool isEnd(int endCount);//
         bool needToChangeDirection(Mover * aMover, int aBoard[][MAX_X]);//
         void checkAtBoard(int aBoard[][MAX_X], Mover * aMover, int * aNumber);//
          Mover mover(setStartingX(), setStartingY());//
          int board[MAX_X][MAX_Y];//
          int countMove=0;//
  • 정모/2013.4.15 . . . . 504 matches
         = =
         [],[],[],[],[],
         [],[],[환],[],[],
         [],[],[],[],[훈],
         [],[],[훈],[],[],
         [],[],[],[형]
          * []학 "2"
          * : []
         = 획 =
          * , .
          *
          *
          *
          *
          * 4 23?
          * 4/28
          * :
         || - ||||||
         || || ~~5~~ || ||
         || || || ||
  • 문자열검색/허아영 . . . . 503 matches
         === ===
          .
          .
          .
          ,
          .
         ==== ====
          . .ㅡㅠ
          .
          .( .)
         , H, t, m, i, v, g .
          , .
          Hot , H His .
          o i.. found 0 .
          .
         === ===
         void exist_word(char x[40], int exist_str[10]); //x[i]
         int compare_str(char x[40], char search_str[15], int exist_str[10]); //
          int exist_str[10]; // exist_str[i] x i
          printf(" ""EE""\n"); //.
  • 생각하는프로그래밍 . . . . 503 matches
         [].
          2학 . ( ) " [ProgrammingPearls] , 6 " ( ) 한 . .
         1 , . . ( .) 하 2 , . .
         , , . 히 키 . .
          한테 . 하 . . .
  • 사랑방 . . . . 502 matches
         [""] .
         {{{~cpp (舍廊) , . . . }}}
          . , . --["zennith"]
          , . --["neocoin"]
         purely functional language - Haskell 한 quick sort algorithm..
         .. 편한 -_- --["zennith"]
          ... 1학 50 ...=,=;;; --
          '' . 히 표 -- . 통 헤 "" . . see also Seminar:QuickSort --JuNe''
         regular expression .
          * "&" "&#\d{1,3};" .
          ex) &12;{&#; '''&'''12;{'''&'''#; ( )
          "(&#\d{1,3};)|&" :
          i. "&" - .
          i. - pass.
         , 할텐. . :) --["sun"]
         negative LA assertion . {{{~cpp &(?!#\d{1,3};)}}} RE ''Mastering Regular Expressions, 2Ed ISBN:0596002890'' . --JuNe
          .. zero-width positive lookahead assertion . ( T_T).
         [""]
  • 정모/2012.9.10 . . . . 502 matches
          * : [], [], []. []. [], [], [], [], [환], [], [], [], [], [], [], [], [], [], [], [희], [], [한], [한혜] - 23
          * 19 [] 학 OMS - MAKE, 흐!!
          * OMS -
          * 9 15 행합~
          [http://wiki.zeropage.org/wiki.php/Uploaded%20Files?action=download&value=OpenCamp.png ]
         == /트 ==
          * Spring - . , Fail..
          * - , , JUnit Runner 팅 환 .
          * Creative Club - : , 화할 : . .
          * ACM - 표, 1 2 , : Binary . . . 표: Binary , ....ㅜㅜ
          * RPG Maker - : RPG Maker . 6 행합.
         == ==
          * ㅎㅎㅎㅎㅎㅎㅎㅎㅎㅎㅎㅎ - []
          * 한 10 ... ㅎㅎㅎ ppt ZP ~ -[]
          * . Ice Breaking -[]
          * OMS .ㅎㅎ - []
         [2012], []
  • ExtremeBear/Plan . . . . 501 matches
         === ===
         ,
          2002 10 29(화), 5 ,
         Facilitator : [""]
         Recorder : Moa:
         === 트 ===
         ==== ? ====
         [""]
          *xp
          xp 통한 xp .
         [""]
          *
          * 트 하트 하
          트 하
          *
         Moa:
         ["협"]
          Moa: ExtremeBear
         [""]
         
  • NSIS/예제3 . . . . 500 matches
         == 행화 ==
         [http://zeropage.org/~reset/zb/download.php?id=KDP_board_image&page=1&page_num=20&category=&sn=&ss=on&sc=on&keyword=&prev_no=&select_arrange=headnum&desc=&no=50&filenum=1 Installer] - .
         ; define .. .
         ; 해
         ;
         SubCaption 0 ": "
         SubCaption 1 ": "
         SubCaption 2 ": 톨할 폴 택"
         SubCaption 3 ": "
         SubCaption 4 ": "
         ; Text
         ; Installer . 32 * 32 * 16 color .
         ;
         ; 한 text
         MiscButtonText "" "" "" ""
         ; Install 한 text
         InstallButtonText ""
         ;
         ;
         ComponentText "Testing ver ${VER_MAJOR}.${VER_MINOR} . 해 ~"
  • SuperMarket/인수 . . . . 500 matches
         // .. ㅠ.ㅠ 학 . 파 80 ..--;
         // ..
         // DeleteMe 헉 .. ..
         //
         // if/else-if . ? Command Pattern? Polymorphism? Table Lookup? --JuNe
         // if/else if .( ?--;)
         // map<string, Cmd*> string ,Cmd 클 HelpCmd클, Deposit클 ,
         // . ..--; Parser map 테
         // 해 . . ..--;
         // .
         //
          cout << " " << endl;
          cout << " !" << endl;
          cout << " ." << endl;
          cout << " ." << endl;
          cout << "* deposit <money> -- money . " << endl;
          cout << "* mymoney -- ." << endl;
          cout << "* buy <product> <count> -- product count ." << endl;
          cout << "* inventory -- ." << endl;
          cout << "* cancel <product> <count> -- product count ." << endl;
  • EclipsePlugin . . . . 499 matches
         Eclipse 한 Plug-in
         JSP Assistant Eclipse Plug-in . Highlight .
         한 jsp . WebApp ROOT . JSP Compiler Servlet Lomboz .(Lomboz JSP Compiler WAS .)
          jsp 파 servlet 파 jsp 파 패키 warning . :)
          My Eclipse Plug-in 포함 .
         eclipse.org . 한 파 편하 .
          Local , FTP Mapping .
          * http://download.eclipse.org/downloads/index.php (페 .)
          *
          * 탐
         탐 . :)
          Highlight 해 Eclipse Plug-in . JSP, C/C++, HTML, XML . [http://colorer.sourceforge.net/lang-list.html ]
          Demo .
          , Eclipse tail .
         Eclipse PairProgramming . SE 한 IDE . PP ... 휘할 .
         트해
         [], [Eclipse]
  • LC-Display . . . . 499 matches
         [http://online-judge.uva.es/p/v7/706.html ]
         :A(A,B,C), :통(,통,), :1(1~4)
         한 . . LCD . LCD .
          . s n n (0<=n<=99,999,999), s (1<=s<=10) . 0 .
          '-', '|' LCD 형태 . 확하 s+2 , 2s+3 . 포함한 . 확하 .
          . .
         === ===
          || || || || ||
          || || C++ || . || [LC-Display/] ||
          || 환 || C++ || 110 || [LC-Display/환] ||
          || || C++ || 150 || [LC-Display/] ||
          || || C++ || ㅡㅜ || [LCD-Display/] ||
         === ===
         [], [/]
  • 05학번만의C++Study/숙제제출/4 . . . . 498 matches
          * ''''''해 .
          * 05학C++Study/1/허 <<- .
         ==== C++ ====
         === ===
          * INT형 . . . ( .)
          * 0 .
          * 255 .
          *
          *
         클 .
         클 .
         클 .
         1 .
         3 .
         클 .
         2 .
         4 .
         === ===
         || || || ||
         ||[태]|| 2005.10.06 || [05학C++Study/4/태] ||
  • SharedVision . . . . 498 matches
         SE . CMM, SPICE Level 2 . , . 회 , 한 회 .
          Top-Down , . , , .
          ?
          * . -_-; .
          * , ( 20 : 80 ;) 휘하 . . & 10% 10%, 40%, 60% (한 . . -_-; ;) 30%, 10% ( . )
  • 정모/2011.11.9 . . . . 498 matches
          * : [], [혜], [], [?], [], [], [], [], []
         == ZeroPage ==
          * [http://onoffmix.com/event/4096 ZP];
          * []학 Sonic
          * : []
         == / ==
          * [2011]
          * [ACM_ICPC/2011]
          * [JavaScript/2011]
          * [RegularExpression/2011]
         == 10 ==
          * 10 ZP -5 ~ +5
         == ==
          * OMS ?! x , ㅋㅋ . . A4 ㅎㅎ - []
          * Sonic X . - ㅋ 30화 . - []
          * ㅇㅂㅇ ㅋㅋ
          * OMS . ( .) . ( -_-) .;; . 10 . - []
         [], [2011]
  • BirthdayCake . . . . 497 matches
         [http://online-judge.uva.es/p/v101/10167.html ]
         === ===
         :C(A,B,C), :통(,통,), :2(1~4)
          . 2N(1≤N≤50) . , 확히 . .
          100 (0,0) . (x,y) . Ax+By=0 형태 , A B [-500,500] . . .
          . N . 2N (x,y) , . N=0 .
          A B , . .
         === ===
         || || || || ||
         || 하 || C++ || 1 30 || [BirthdatCake/하] ||
         || 허 || C++ || ? || [BirthdayCake/허] ||
         || || C++ || ㅡㅜ || [BirthdatCake/] ||
         [] []
  • GRASP . . . . 497 matches
         ''''' Applying UML and Patterns CHAPTER 22 [GRASP] '''''
         ''' , 해 '''
          interface
          , 편 .
          Pure Fabrication 클 . . 편 한 클 , .
          * 표 해(Representational Decomposition) :
          * 행 해(Behavioral Decomposition) : 행 화하 , 화하 , 행
          .
          Cockburn .
         PV [LawOfDemeter]. :)
          [DavidParnas] On the Criteria To Be Used in Decomposing Systems Into Modules [InformationHiding] [DataEncapsulation] . [OCP] ...
  • 숫자를한글로바꾸기/김태훈zyint . . . . 497 matches
         == ==
          -_-;;
         C++; ..
          -_-...
          num2str .. ; 히 switch ㅠㅠ
         == ==
         char* num2str(int num); // .
         int is_numarray(char getdata[]); //char - TRUE
         void inputdata(char *getdata); // 5 getdata
          //
          //
         // 5 getdata
          //
          printf(" 5 >> ");
          //?
          // .
         // .
          str = "";
          str = "";
          str = "";
  • 오픈소스검색엔진Lucene활용/세미나060401_2시 . . . . 497 matches
         = =
          * . [Lucene활] .
         == ==
         || || || ||
         || 06 04 01 2 || || 1 ||
         == ==
          * Lucene .
          * Lucene .
          * Ant .
          * Lucene .
          * .
          * .
          * 한 .
          * .
          * . (JSP Server )
         == ==
          * .
         || ||
         || 태 ||
         || ||
  • BusSimulation/영동 . . . . 496 matches
          .
         
          ...
          * 히 할 . . . -
         #define road 300 // 회하 300킬. 5 .
         class Bus// 60km/h--> 1km/m 함.
          int bus_loc;//
          //
          // 2 .
          //
          bus_loc=bus_loc+x_min;// 1킬 x x킬
          x_min=0;//0 화. .
          if(bus_loc>road){//300킬
          cout<<a+1<<" "<<bus_loc<<"km"<<endl;
          cout<<a+1<<" ."<<endl;
          cout<<" ?";
          Bus bus[10];// 10
          bus[0].bus_loc=0;//10
         : ["Yggdrasil"] [[BR]]
  • CollectionParameter . . . . 495 matches
          ?(?)
         ComposedMethod , . 큰 , . ComposedMethod , . . 효한 , 효하. .
         , 한 파 . , .
          .
         ComposedMethod .
          return marriedMen() + unmarriedMen(); // .
          .
         , , 흔한 . CollectionParameter read/write I/O Serialization . I/O Stream 클 (C++ Stream Stream 클 ) parameter 형태. --[1002]
  • CppStudy_2002_1/과제1/Yggdrasil . . . . 495 matches
         == ==
         //458page 1
         int count=0;//함
          int input;//
          cout<<"함 ?";
          cout<<" "<<n<<".\n";
         //458page 2
          //
          //
          cout<<"\n회 ?";
          cout<<"\n?";
          cout<<"\n?";
          cout<<"\n표: "<<anycandy.name;
          cout<<"\n: "<<anycandy.wei;
          cout<<"\n: "<<anycandy.cal;
         //458page 3
          char *str;//
          int ct; // ('\0' )
         //set(), show() show()
          set(beany, testing);//
  • TheKnightsOfTheRoundTable . . . . 495 matches
         [http://online-judge.uva.es/p/v101/10195.html ]
         === ===
         :A(A,B,C), :통(,통,), :2(1~4)
          . . .
          . 한 큰 .
          .
         테 , (a,b,c) . 1,000,000 , max(a,b,c) ≤ (a+b+c)/2 .
         파 .
          .
          r , .
         === ===
         || || || || ||
         || 하 || C++ || 1 || [TheKnightsOfTheRoundTable/하] ||
         || || C++ || || [TheKnightsOfTheRoundTable/] ||
         || || C++ || 10 || [TheKnightsOfTheRoundTable/] ||
         || 허 || C++|| ? || [TheKnightsOfTheRoundTable/허] ||
         [] []
  • 장용운 . . . . 495 matches
         == ==
         === ===
          :
         학 : 11학
          : 25
          :
          :
          * 한 F
          *
          * 학 11학
          * (ZeroPage)
          * 클(CLUG)
          *
         
          * [Cpp]
          * [ann]
          * []
          * [D11형]
         ''''''
          * 7893(~15.03.09 )
  • JTDStudy . . . . 494 matches
          * . ^^
          * . 화 6 7 !
          * ''' 1 ?''' - []
          * ''' ...ㅠ.ㅠ ''' - []
          * .... ~~-[]
          * '''하 Study page 크해 .'''
          * 02학 - [] ★☆☆☆☆☆☆☆☆☆
          * 06학 - ★☆☆☆☆☆☆☆☆☆
          * 03학 - [] ★☆☆☆☆☆☆☆☆☆
          * 06학 - 희 ★☆☆☆☆☆☆☆☆☆
          * 06학 - ★☆☆☆☆☆☆☆☆☆
          * 06학 - 훈 ☆☆☆☆☆☆☆☆☆☆
         DeleteMe) ^^ - []
          *
          * !
          * Toy Problem !
          * ~!
          *
          * [JTDStudy/] - '''Update!'''
          * [JTDStudy/] - ''Not yet!''
  • CommonState . . . . 493 matches
          () state . , . 퓨팅 state . 형태 형태 , .
          , . . state . 하 . state . state (??) state , . , . state . state . .(?..--;) state . . .
          .
  • 제로페이지의장점 . . . . 493 matches
         ZeroPage
          . . 행하 . [""] (edge) , , (see also NoSmok:CelebrationOfDifferences). ( ) 화 해 . --JuNe
          ZeroPage '' '' . .. :) --[]
         학풍 . , . 1학 ('93) ZeroPage , C , , 파, C++ . ''Tao of Objects'' "" OOP . . 학풍 . --JuNe
          , 한 통해 . . -[]
         []
  • HardcoreCppStudy/첫숙제/Overloading/변준원 . . . . 491 matches
         ◎ 폴트
         C++ 폴트 . 폴트 .
          폴트 . , 폴트 .
         int harpo(int, int m = 4, int j = 5); //
         int chico(int n, int m = 6, int j); //
         int groucho(int k = 1, int m = 2, int n = 3); //
         beeps = harpo(2); //harpo(2,4,5)
         beeps = harpo(1,8); //harpo(1,8,5)
         beeps = harpo(8,7,6); //폴트
          . . .
         beep = harpo(3, ,8); //m 4
         8.7 -폴트
         ◎ 함 (함 )
          . 폴트 . 함 , . 형태 .
         함 , .
         8.8 -left() 함
  • 상협/인공지능/오목 . . . . 491 matches
         = =
          * 01
         = =
         |||| ||
         || 2002.2.3 || [http://165.194.17.15/~namsangboy/AIOmok.zip AI] ||
         || 2003.2.3 || [http://165.194.17.15/~namsangboy/2_3.zip 1 AI] ||
         = =
          * 2002.2.3 : 허 통해 AI , 4200 ..-_-;; ..
          * 2003.2.3 : 히 향 . 4200 -> 2300..
         = =
         || 호 || ( ) || || ||
         || 1 || 4->5 (, ) || 0 || level2 ||
         || 2 || 3->4 (, ) || 0 || level2 함 ||
         || 3 || 2->3 () || 0 || level3함 ||
         || 4 || 1->2 () || 0 || ||
         || 5 || 2->3 () || 0 || ||
         || 6 || 3->4 (, ) || 0 || 1~3 ||
         || 7 || 2->3 (, ) || 0 || 1,3 ||
         || 8 || 3->4, 2->3 (3,4 , ) || 0 || 1~7 합해 ||
         || 9 || 3->4, 2->4 (3,4 , ) || 0 || 1~7 합해 ||
  • 장정일삼국지 . . . . 491 matches
         ''학 .''
          , . . , 황 (황 ) 탕해 .
          . . , . . .
  • 홈페이지만들기/css . . . . 491 matches
         === font-family ===
          택할 .
         {font-family:}
         <title> </title>
         font.02{font-family: "한탕", ""}
         <font class="02">한 탕폰트 .</font><br><br>
         font.01{font-family: "Arial Black", "Script"} .
          .
         === font-size ===
          .
         {font-size:|}
         <title> </title>
         <body><body>태 10pt .<br>
         <font class="01">CSS ?</font><br><br>
         <font class="02"> .</font><br><br>
         IE 형 해<br>
          .
          . .
         html .
         === font-style ===
  • 05학번만의C++Study/숙제제출/1 . . . . 490 matches
          '''22''' ''''''해 .
         1/허 <<- .
         - .
         => 트 페 . , , 05학C++Study/1/허 . --
          - ~ ~ ! ㅋㅋ - [허]
         ==== C++ ====
         === ===
          66page 4 .
          main() 함 . , . , 환하 Fahrenheit = 1.8 X Celsius + 32.0 .
          *
          Enter 키 : 20
          *
          20 68 .
         === ===
         || || || ||
         || [허] || 05.9.14 || [05학C++Study/1/허] ||
         || [태] || 05.9.14 || [05학C++Study/1/태] ||
         || [] || 05.9.14 || [05학C++Study/1/] ||
         || [형] || 05.9.18 || [05학C++Study/1/] ||
         || [훈] || 05.9.18 || [05학C++Study/1/훈] ||
  • HelpForBeginners . . . . 490 matches
         #keywords help,wiki,
         == [키] ==
          트 환 , . .
          한 페 , 페 , , .
          [] 트해 .
          HelpOnEditing 페 .
          Wiki:WhyWikiWorks Wiki:WikiNature , Wiki:WikiWikiWebFaq Wiki:OneMinuteWiki .
         
          * RecentChanges:
          * FindPage:
          * TitleIndex:
          * WordIndex: 키 페 ( .)
          * WikiSandBox: .
          HelpContents HelpIndex .
  • MFC/Control . . . . 490 matches
         하 , . CStatic 통해 . Dialog 통해 . CButton 클 . CWnd .
         MFC 6 .
         || || 표, . ||
         || || 한 . .[[BR]] . [[BR]]푸 . ||
         || || , ||
         || || . 텍 . ||
         || 편 || 텍 . . ||
         || || , 텍 합한 . Save As . ||
          common control , tree , spin button .
  • 스네이크바이트 . . . . 490 matches
          *MFC .
          * C++
          * MFC
          *행: 행하 .
          *: , 하, ,
          [트/C++]
         == ==
          *9/23 2
          *10/6 1
          *11/10 1
         == ==
          === MFC ? ===
          300 .
          === ===
          해, .
          , . . '클'.
         클 통 '' '' .
         == ==
         
         == 화 ==
  • 진법바꾸기/김영록 . . . . 490 matches
         === ===
          .
         함 한 함
          ㅡ,.ㅡ
         하...
         === ===
         get_maxjarisu
          : ,
          for .
         int get_maxjarisu(int num1,int num2)// num1 = num2 =
         get_count
          :
         return <--
          : .
         int get_count(int num1,int num2,int num3) //num1 = ,num2 = ,num3 =
          num1 = num1 - temp; // .
         get_jegob
          : .
         int get_jegob(int num,int count) //num = num2 =할횟
         behavior 행
  • 숫자를한글로바꾸기/정수민 . . . . 489 matches
         == ==
          .
          2 .
          ;
          .
          ... . -_-;;
          ㅡㅡ;;;
          ;;;
         == - . ==
          soos_ja[10][3] = {"","","","","","","","","팔",""},
          small_ja_ri[4][3] = {"","","",""},
          big_ja_ri[4][3] = {"","","",""},
         //. /
         printf(" : ");
         // . /
         //한 /
         //한 ! /
          // . "input[ dummy_ja_ris_soo - ja_ris_soo ]" //
          // 1 . //
          // else if . /
  • 정모/2002.12.30 . . . . 489 matches
         = & =
          * : 12 30 4( 5)
          * : 4414
         = =
          * - 5
          * MT - 1/25~1/26
          * RT - semi RT .
          || || 1/15() 10 ||
          || || PowerReading ||
          *
          *
          3 .
          *
          4 6 1 . , ,
          1 (AM 9:00 ~ PM 9:00) 트하 행한. . 4 6
          .
          *
          , MT 통해 . .
          *
          . .
  • 3N+1Problem/Leonardong . . . . 488 matches
         == ==
         == ==
         == ==
          . . . . PsyCo . --[Leonardong]
          ? --[]
          .
          * MAX(100000) CycleLength .
          * 3n+1 .
          * 2 CycleLength .
          * CycleLength n .
          * Cutoff CycleLength .
         파 12 . . . . --[Leonardong]
         확 cutoff PsyCo 2 . 3 10 , 10 10 . PsyCo . .--[Leonardong]
  • C++스터디_2005여름/학점계산프로그램/허아영 . . . . 488 matches
         === 학/허 ===
         . C , C++ -_- ;;
          . .
         OOP ,, -.- ;;
          C++ OOP ㅠㅠ( ㅡㅡ++++++ )
          !
         // 파, 표.
         === ===
          void input();//파, 학
          //void output();//파
          //
          void name_find(); // .
          void average(); // 평 .
          void sort(); // 학 .
          void scholarship();//, 학 ,
          double credit[9] = {4.5, 4.0, 3.5, 3.0, 2.5, 2.0, 1.5, 1.0, 0}; //학
          cout << "학 " << endl;
          cout << " " << endl;
         == ==
          .. 플한 함~ Hellow world!! .ㅎ
  • PowerReading . . . . 488 matches
          4 . .
          , '해' . (Chapter 1 ~ 10 Speed Comprehension .)
          . , . ' ' .
          - . self-testing ..(?) ..-_-; Do It Now! .....-
          - 휴 , . , . 3~4 ( -_-;) . , . -
         [""]
  • ProjectAR/Temp . . . . 488 matches
          === (클 ) ===
          * CMyDocument : ( )
          - CCharacter : /
          - CItem : 템 (/패/템)
          - CElemental : // 확
          - CMap : ??
          - CMapObject :
          - (크)
          * CMyApplication( 틴, , 화 )
          - MsgProc() : 틴 // 키, .
          - FrameMove() : Doc . // .
          - Render() : 화 . ( .) // FrameMove
          === ===
          .
          템(!!)
          1. .
          - (ATK+ , DEF+, HIT+..) , (, , ...) 한.
          - . ->
          - . -_-?
          2.
  • SmallTalk/강좌FromHitel/Index . . . . 488 matches
          :[] Smalltalk -- :
          :홍() 1998-11-22 03:25 회:429 1/6
         
          Smalltalk
          | <> >:
          | !:
          | *:
          | <#호>:
          | 0. 'Smalltalk ' <#0>
          | 1. Smalltalk
          | 1.1. <#1>
          | 1.2. Smalltalk <#2>
          | 1.3. Smalltalk
          | 1.4. <#3>
          | 1.4.1. Dolphin Smalltalk
          | 1.4.2.
          | 1.4.3.
          | 1.5. Smalltalk 환 <#4>
          | 1.5.1.
          | 1.5.2.
  • SmallTalk/강좌FromHitel/차례 . . . . 488 matches
          :[] Smalltalk -- :
          :홍() 1998-11-22 03:25 회:429 1/6
         
          Smalltalk
          | <> >:
          | !:
          | *:
          | <#호>:
          | 0. 'Smalltalk ' <#0>
          | 1. Smalltalk
          | 1.1. <#1>
          | 1.2. Smalltalk <#2>
          | 1.3. Smalltalk
          | 1.4. <#3>
          | 1.4.1. Dolphin Smalltalk
          | 1.4.2.
          | 1.4.3.
          | 1.5. Smalltalk 환 <#4>
          | 1.5.1.
          | 1.5.2.
  • HelpOnLists . . . . 486 matches
         == ==
          . "{{{[]*}}}" ; {{{[]1.}}} .
         []* 트 1
         []* 트 2
         [][]1. 트 1
         [][]1. 트 2
         []* 트 3
          * 트 1
          * 트 2
          1. 트 1
          1. 트 2
          * 트 3
          "{{{1.}}}" "{{{a.}}}", "{{{A.}}}", "{{{i.}}}", "{{{I.}}}" .
          .
          {{{*}}} {{{1.}}} {{{a.}}} , .
          .
         
          .
         
         
  • SmallTalk_Index . . . . 486 matches
          :[] Smalltalk -- :
          :홍() 1998-11-22 03:25 회:429 1/6
         
          Smalltalk
          | <> >:
          | !:
          | *:
          | <#호>:
          | 0. 'Smalltalk ' <#0>
          | 1. Smalltalk
          | 1.1. <#1>
          | 1.2. Smalltalk <#2>
          | 1.3. Smalltalk
          | 1.4. <#3>
          | 1.4.1. Dolphin Smalltalk
          | 1.4.2.
          | 1.4.3.
          | 1.5. Smalltalk 환 <#4>
          | 1.5.1.
          | 1.5.2.
  • ZeroPageServer/Telnet계정 . . . . 486 matches
         == ==
         ZeroPage Server Linux Telnet , '''ssh2'''(Secure SHell 2 - ) Telnet클트( [http://zeropage.org/pub/util/putty.exe putty] ) .
         == pub ==
          * pub , http://zeropage.org/pub/xxx . , ~/pub/util/putty.exe , http://zeropage.org/pub/util/putty.exe .
          * pub rm pub 해 . 하, . , .bash_profile .
          * pub zp , ZeroWiki 할 파 크하 해 한(ex - Java API Doc, MySQL Doc) 한 해 .
         == 할 ==
          1. 해 홈페 . '''public_html''' , http://zeropage.org/~ .
          * . zp '''~/public_html/''' 하 cgi . ( ~ . )
          * *.cgi .
          * '''php, python, perl, jsp''' . 하 jsp Server (["neocoin"]) .
          * Linux . .
          * , 포트 .
         == 크 ==
          * ["linux"]
          * . feedback (NeoCoin) .
          * php public_html ..? --[""]
          ZP php cgi . Apache 형태. --["1002"]
  • Zeropage/Staff . . . . 486 matches
         = ZeroPage Staff ? =
          * Zeropage 회 Zeropage .
          * ZeroPager Staff .
          * , Staff .
         = =
         협, 황, , , 호, , , 태, 허,
         - .
         = =
          * [] E-mail.
          * []
          * 2006
          * 회
          * [CodeRace] .
          * + 1~2 .
         = =
         == [] ( 8) ==
         ''' . 3 .'''
          * [2003/]
          * [http://zeropage.org/wikis/nowthen2004/%C1%F6%B1%DD%B1%D7%B6%A72004/%C8%C4%B1%E2 2004 ]
          * [http://zeropage.org/wikis/nowthen2004/OST%C1%BE%C7%D5 2004OST]
  • 2002년도ACM문제샘플풀이/문제A . . . . 485 matches
         = , =
          * 1 2 35 . .
         = =
          * 한 --; . --; .
          * , .. . .
         = =
          * 흐.. . A .. C++ 항 C ... . . .
          * STL . ....
         // sort 함 #include <algorithm> 한
         // sort(&a[0], &a[size]); 하
         // jdValue
         // #include <cmath> 한, abs() 하
         == (["neocoin"]) ==
         하 . ;; , . max, min . ..
         ["2002ACM"]
  • 산이거기에있기때문에 . . . . 485 matches
          ( , 학,,혈 ..) ( 험한, ) . - [택]
          5 1 1924 .
          .
          24 ,
         " " .
          (79 ) .
          .
          , , .
          .
          :
         []
  • 새싹교실/2012/아무거나/2회차 . . . . 485 matches
         [http://wiki.zeropage.org/wiki.php/%EC%83%88%EC%8B%B9%EA%B5%90%EC%8B%A4/2012/%EC%95%84%EB%AC%B4%EA%B1%B0%EB%82%98/2%ED%9A%8C%EC%B0%A8?action=edit 2회 ]
          * 4 4 7 30 - 9
         === ===
         || || [] ||O||
         ||<|2> 학 || [형] ||O||
         || [] ||O||
         === ===
         
         1
          * .
         ==== 형 ====
         ==== ====
         === ===
         
          해하
          . . ㅋㅋㅋㅋㅋㅋㅋㅎㅎㅎㅎ ()
         2회
          2회 , 1회 ... . .
         while , . for .
          .( . 헝헝.)
  • 정모/2011.4.4/CodeRace/김수경 . . . . 485 matches
          * 2011 4 4 CodeRace. CodeRace . . 3 .
          * [RubyLanguage]
          * [TDD] rake aborted! No Rakefile found. 함. 한 . ㅜㅜㅜㅜㅜㅜ
          * [:NetBeans ] ... .
         == 표 ==
          * A B .
         == ==
          * A B .
          * .
          * A B .
          * .
          * A -> B
          * B -> A
          *
          * .
          *
          * .
          * 2 .
         = =
          * [/LaytonReturns]
  • 소유냐존재냐 . . . . 484 matches
         = =
          * :
          *
         = =
          * . . . . ( . ㅡㅡ;;) . . ㅡㅡ; 풋하 , 확하 . 한 해 확하 . 한 . ㅡㅡ;, 해할 .
         [""]
  • Counting . . . . 483 matches
         [http://online-judge.uva.es/p/v101/10198.html ]
         :B(A,B,C), :(,통,), :2(1~4)
          . 1,2,3,4 4 1 4 1 .
          . . .
         112314 = 1 + 1 + 2 + 3 + 1 + 1 = 9 ( 4 = 1 .) |}}
          n . n = 2 11,14,41,44,2 (5 . ). 하 2 .
         1 1,000 n . 파 .
          해 합 n .
         === ===
          || || || || ||
          || || C++ || . || [Counting/] ||
          || 황 || Java || . || [Counting/황] ||
          || || C++ || . || [Counting/] ||
          || 하 || C++ || 2 || [Counting/하] ||
         === ===
         [] []
  • 새싹교실/2011/씨언어발전 . . . . 483 matches
         = =
          : 6 ~ 8
         || || [] ||3/16||||3/30||4/13||5/4||5/11||6/1||
         ||<|6> 학 || [] ||O||||X||X||X||||||
         || [태] ||O||||O||O||O||O||O||
         || [하] ||X||||O||O||O||O||O||
         = =
          * ''' ''' : F4(T=hreeFs + Future Action Plan) .
          * : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(크)], [http://no-smok.net/nsmk/FiveFs FiveFs(크)]
          *
          * Facts, Feelings, Findings, Future Action Plan. , , , , 획.
          * : " 5 .() .() .() .( 획)"
         [/2011//1회] 3 16
         [/2011//2회] 3 30
         3회 4 6
          6 .
         [/2011//3회] 4 13
         [/2011//4회] 5 4
         [/2011//5회] 5 11
          한 태 2 ..
  • 문제풀이/1회 . . . . 482 matches
         = =
         흠.. ;;
         ...-_-;;
          ...
         == , ==
         1. 3 if . DeleteMe) if ?
         2. 1 10 , .
         == ==
          === [택] ===
          ref input eval . . . --
          === [택] ===
         == , ==
          1. , .[[BR]]( [Python] )
          1. [Python] (?) . :)
          === ===
          === ===
          === 택 ===
          - () ; - [택]
          map 함 . Haskell List Comprehension [http://www.python.org/peps/pep-0289.html Genrator Expression] . print , . print 한 효, . --NeoCoin
         []
  • html5/webSqlDatabase . . . . 481 matches
         = =
          * . [html5/web-storage] .
          * DB
          * web storage
          * WebStorage 합.
          * WebSqlDatabase
          * , 표 SQL
          *SQLite .
         == ==
          * .
          * ''' sqlite .'''
          * .
          alert(" Web SQL Database ")
          alert(" Web SQL Database ")
          * Indexed Database
          * 2009 Web SQL Database
          * Web SQL Database , IndexedDB
         
         = =
          * UI .
  • 정모/2003.11.3 . . . . 481 matches
         == ==
         ||01|| ||
         ||02||||
         ||03|| ||
         == 회 ==
         === ===
          * 티플: 4 , .
          * 파 : .
          * JAVA: 흐.
         === 회 ===
          * :
         || ||
         || ||
         ||합: 2||
          * 회 MT, .
         === 회 ===
          * 5 5 . 5.
         === 키 ===
          * 해 토. , . .
         === 항 ===
  • VMWare . . . . 480 matches
          팅. 해 .
          [Parallels] ( [eXtremeProgramming] 함. Mac 70%~90% ) .
          CPU 팅 환 .
          한 Linux [Xen] , Xen CPU 환(플 ) 합한 . ( 히 해 XEN 해 해 ..) , , 2 .
         VMWARE OS 테트 환, , 한 플 .
  • 특정 웹사이트 메타 검색 . . . . 480 matches
         = =
         == ==
          , . , , (트) . , 합하 . , .
         == ==
          .
          1. .
          1. .
          1. 합하 , .
          1. , ' + 파'
         == ==
         
          1.
          2. -> ?
         == ==
         []
  • XpWeek . . . . 479 matches
         한 ExtremeProgramming '''한''' 험해.
         == ==
         [http://www.okjsp.pe.kr/upload/Agile_Voice.zip ] .
         [XpWeek/20041220], [XpWeek/20041221] .
          4 --[Leonardong]
         == 크 ==
         [http://java.pukyung.co.kr/Lecture/Chapter21.php ]
         == ==
         ''' ''' .
         AnswerMe)트?
          .
         []
         [황]
         [한] - 24 ;;
         [하] - 24, .. ㅎㅎ
         []
         == ==
         [XpWeek/ToDo] - 표, 해,
         == ==
         7
  • 정모/2011.4.4/CodeRace . . . . 479 matches
         = CodeRace =
          * 1,2학-3,4학 .
          * .
          *
          * Navigator : Driver 할. 키 .
          * Driver : Navigator 할. Navigator .
          * 3 .
          *
          * A B .
          * .
          * .
          *
          1. A B .
          1. A B, B A .
          1.
          1. .
          1.
          1. .
          1. 2.
          * ...
  • ImmediateDecodability . . . . 477 matches
         [http://online-judge.uva.es/p/v6/644.html ] <- [DeadLink]
          , 호화하 . , 한 , 1 10 . 2 , 8 .
         호 {A,B,C,D} .
          .
          .
         A:01 B:10 C:010 D:0000 (A C )
         파 형태 . 0 1 . 9 . 9 .
          . 한 . , .
          , .
          .
         === ===
          || || || || ||
          || [] || C++ || ? || [ImmediateDecodability/] ||
          || [] || C++ || ? || [ImmediateDecodability/] ||
         []
  • 지금그때2005/회고 . . . . 477 matches
         [2005] .
         = =
          . 행해 [] . OST . .([]) -[]
          .( ) -[]
         = =
         [한] . -[]
          JuNe 형 , '''' '''' 해 할 . - [택]
          . -[]
          흡하 . - [택]
         = =
         [] . . -[]
         [] ''' 토크''' . -[]
         [] . JStorm http://gift2005.ce.ro . . Netory, JStorm ? -[sun]
         [2005] []
  • Ruby/2011년스터디/서지혜 . . . . 476 matches
         [[pagelist(^Ruby/2011)]]
         == 트 ==
          *
          * 0207 : . ([http://nforge.zeropage.org/projects/deletewastes 크])
         == ==
          * OS ( , ) (틍 )
         == ==
          * OS
          * ( 트)
          *
          * 해 ( )
         == 항 ==
          *
          *
          *
          *
          *
         == 항 ==
          *
          * API
  • 삼총사CppStudy/Inheritance . . . . 476 matches
          .
          StarCraft .(.-_- .) .
         class CMarine // 한 클
          void Attack() { // !! }
         class CFirebat // 파 한 클
          void Attack() { // 파 !! }
          . .
          . 포함할 .
         CMarine Force[12]; // .
         CFirebat Force[12]; // .
          .. ~? '''(Inheritance)'''.
         
         protected: // protected .
          .
         class CMarine : public CUnit // .
          void Attack() { // ! }
          void Attack() { // 파 ! }
         
         CUnit Force1[12]; // , 파 .
          .
  • Marbles . . . . 475 matches
         [http://online-judge.uva.es/p/v100/10090.html ]
         :B(A,B,C), :(,통,), :1(1~4)
          , . .
          ''' 1: 하 c1 확하 n1 .'''
          ''' 2: 하 c2 확하 n2 .'''
          확하 , . .
          . n(1 2,000,000,000 하) . c1 n1, c2 n2 . c1, c2, n1, n2 2,000,000,000 .
          0 .
          화할 (한 ). 해 m1, m2 . mi i . 해 "failed" .
         해 한 해 .
         === ===
         || || || || ||
         || [] || C++ || 5 || [Marbles/] ||
         || [] || C++ || 3 || [Marbles/] ||
         || [] || C++ || 45 || [Marbles/] ||
         || [태] || C || . || [Marbles/태] ||
         === ===
         [] [AOI]
  • ProgrammingLanguageClass/2006/Report3 . . . . 475 matches
          thunks .
         thunks . , 함 , 호환 행하
          (delayed computation) . call-by-name, call-by-need 통해 함 thunk . 해 thunk . ( Call .) Algol60.
         1) Your program should handle Jensens device; show that your program works
         Jensen's Machine Jørn Jensen Algol 60 테크 .
          , 100 . 한 Knuth Man Boy Test .
          ... -_-; ;;;
         cf) Jensen's Device, Man Boy Test Compiler Theory 한 항.
          .... . -_- binary . ... C ... ~ - [eternalbleu]
  • 김동준/원맨쇼Report/08김홍기 . . . . 475 matches
          # : About Chaos.
          # ? : 툭하 200 .
          # : .
          # .
          #
          # - < >
          # .
          # 템 - . !
          # 템트 - (합)
          # - ,
          # 펠 -
          =
          # - 1, ,
          +1100 ( )
          # 크 - , .
          # 95 -
          # !
          # - ? !
          # - !
          # ~!
  • 숫자를한글로바꾸기/허아영 . . . . 475 matches
         === ===
          .
          , ..흐 ㅋㅋ
         펙토 .
         === ===
          char korean_data[20] = "";
          char num_position[15] = " "; //<- "" .
          printf(" 0n");
         // -> ver.2, + 펙토..
         //
          char korean_data[20] = "";
          char num_position[15] = " "; //<- "" .
          printf(" 0n");
         === 한테 할 ===
         흠.. 0 .. 0 ..ㅎ .ㅎ
         . .ㅎ
         ..
         num_position[15] = " ";
         .. ..
         num_position[5][3] = {"","","","",""};
  • EmbeddedSystem . . . . 474 matches
          * ''' ''' ''''''
          * . 포함하 . 포함하 . , , , . .
          * :
         = =
         = =
          *
          *
          *
          * 한 CPU
          * ARM 7 .
          *
          * 크
         = Embedded System =
          * Embedded System .
          *
          * Soft Real Time System
          * Hard Real Time System 확해
         
  • ZeroPage/회비 . . . . 474 matches
         = ZeroPage/회 =
          * .
          * , .
          * .
         = 회 =
         05 - []
         06 -
         07 -
         08 - []
         = 2008 =
         == 획 ==
         [2008]
         == ==
          || ''' ''' || ''' ''' || '''(-)/(+)''' || '''/''' || '''/''' ||
          [http://zeropage.org/?mid=accounts&category=&search_target=title&search_keyword=2008 회판]
         = 2005 =
         == 2005 ==
          " . 회 ^^"
         == 획 ==
         [2008]
  • 열정적인리더패턴 . . . . 474 matches
          (EnduringEnergyPattern) ([]) . .
         '''해 , .'''
         ,
         ''' . , . 트, , .'''
          . . 하 , . , (ActiveParticipantPattern) . .
         []
  • 정모/2007.1.12 . . . . 474 matches
         == /2007.1.6 ==
         === ===
         태, , , , 훈, , ,
         - -_-a -
         === 회 ===
         ==== 1. ====
          1. 표하 함..
          2. 1( ) -> ,
          3. -> 함 ( ) : 회, , 회 (!!), () , .
          => : & -> ( ),
          => : , , -> .
         
          .
          4. 화 ->
         ==== 2. ====
          ) 4, [], 4
          .
         ==== 3.회 ====
          ( 회, 학회회)
          9 10
  • CompleteTreeLabeling . . . . 473 matches
         [http://online-judge.uva.es/p/v102/10247.html ]
         :C(A,B,C), :통(,통,), :2(1~4)
          (leaf) (degree) k( (branching factor) k) 트 k (complete k-ary tree). .
         k . . ( k=2). N , 1 N .
          . k d . k>0, k . d>0, k . k X d ≤21 k d .
          해 한 . k .
         === ===
         || || || || ||
         || [태] || C || . || [CompleteTreeLabeling/태] ||
         || [하] || C++ || 1 30 || [CompleteTreeLabeling/하] ||
         === ===
          ㅠㅠ
         [] [AOI]
  • CvsNt . . . . 473 matches
         [http://www.cvsnt.org/ NT service CVS Server]
         http://www.cvsnt.org/wiki/ cvsnt 홈페
         === CVSNT ViewCVS ===
          Windows ViewCVS 패키 . http://www.cvsnt.org/wiki/ViewCvs .
         http://russ.hn.org/viewcvs/ 한 ViewCVS .
          , ViewCVS 한 RCS . http://ftp.cvshome.org/rcs/ .
          , conf 화 . /cgi/viewcvs.conf 화, .
         하 , 한 CVSROOT . .
         , IIS cgi . 행해 .
         === ViewCVS Graph, Tarball ===
         viewcvs.conf .
         cvsgraph_path =F:webviewcvswindowsbinaries # .
         cvsgraph_conf = F:webviewcvscgicvsgraph.conf # .
         ! CVS tar.gz ! tarball viewcvs tarball 화 .
         http://free1002.nameip.net:8080/viewcvs/viewcvs.cgi - [1002] ViewCVS. apache cgi .
         === ===
         CVSNT cvs NT . NT Poweruser cvs .
          cvs .
         cvs -d passwd -a
          .
  • 정모/2013.3.4 . . . . 473 matches
         Describe /2013.3.4 here
         = 2013.3.4 =
          * : [], [], [], [], [환], [], [], [], [], [], [], [], []
          * [] 학 + .
          * : [] 학
         == ==
          * .
          * 활한 학 .
         == ==
         === + ===
          * 3 7() zp + + .
          * 3 8() + zp .
          * 3 13() () + ( 13 有)
         === ===
          * .
          * + .
          * 3 7 .
          * 12 .
         == ==
          * - [환]
  • OperatingSystemClass/Exam2006_2 . . . . 472 matches
         === ===
         OS 7 - 14 (13 )
         1, 2 . -_-;
          . 1,2 .
          .. raid. 01학 " " -_-; 01학 " " . .
          M P . ㅋㅋㅋ (M 함. ㅋㅋㅋ)
         === ===
         1. Bounded Buffer .( ) 7.
         2. 크한 n p1, p2, ... pn . 2 . .
         3. .
         4. Log based file system
         5. Raid , , .
         6. Paging System .
         7. Threshing Threshing .
  • 정모/2012.1.6 . . . . 472 matches
          * : [], [], [혜], [], [], [], [], []
         == ==
          * 투표하 투표 행하.
          * [혜] 2012
          * [http://valleyinside.com/2012-technology-trend/ 2012 ]
          * [http://www.ciokorea.com/news/11231?page=0,0 2012 5]
          * [http://www.bloter.net/archives/87951 3]
          * : []
         == ==
          * OOP & DP - , , ,
          * 2012 - ,
          * Spring - ,
         == 2011 ==
          * [2011]
         == ==
          * [] 학 Play framework
         == ==
          * DB . .. ! -[]
          * / 한테 ( 2 + 1) (?). 형 Play framework .. . 하 , .( .) - []
         [2012], []
  • 지금그때2005/진행내용 . . . . 472 matches
         = 2005/ =
          * 2005 행 .
         = =
          * : 0 ~ 9 .
          * : 파 , .
         == ==
          * 포토 : , .
          * :
          * : ( ), 파( ), ( ) ,
         == ==
          * 회화 .
          * TV .
          * IT 합 - www.itconversations.com MP3
         [] 할() . . --[]
         ["2005"]
  • MobileJavaStudy . . . . 471 matches
         == ==
         ["Java2MicroEdition"] .
         == ==
          * [""]
          * [""]
          * [""]
         == ==
          * J2ME 행한.
          * .
          * 1 .
          * 행한.
         == ==
          * ["Java2MicroEdition"] - J2ME ...
          * ["MobileJavaStudy/Tip"] -
          * ["MobileJavaStudy/HelloWorld"] - "Hello World" (9 18 )
          * ["MobileJavaStudy/NineNine"] - (9 20 )
          * ["MobileJavaStudy/SnakeBite"] -
         == 트 ==
          * http://java.sun.com/j2me - Sun J2ME
          * http://www.mobilejava.co.kr -
  • 데블스캠프2006/준비 . . . . 471 matches
         = 2006/ =
         == ==
          17 '''토''' !!
          .
          .
          !!
         == ==
         - : 표, , 함, MSDN, , 키 / , , , ,
         - 화 : , 파 , 포(), / , , 호,
         - : , , / , , , , '''<- ?''' - [] -
         - : 클, 향, API / 호, , , ,
         - : 페, , 표. / 태, 휘, ,
         [2006//]
         [2006//화]
         [2006//]
         [2006//]
         [2006//]
          * .. 확~ Toy Programing ? ^^; -[]
          * Toy Programming... .. --[호]
          * ? ㅋㅋ - []
  • 정모/2003.9.23 . . . . 471 matches
         == ==
         || 01 || 호 ||
         || 02 || ||
         || 03 || 황 ||
         == 회 ==
         === 회 ===
          * 6 행하.
          * 10/6 , () . 01 . -
         === ===
          * .
         === 회 ===
          * 회 / .
         || || 5 ||
         || || 4 ||
         || || 1 ||
          * 회 .
         === ===
          * . 10/4 .
         === ===
          * : (24) .
  • 캠이랑놀자/051228 . . . . 471 matches
         = /051228 =
         = =
         
         = =
         == Python - hand-on python ==
         
         함
         == ==
         == ==
         = =
          , . PIL 핑 하 Python + PIL 행.
         1 hand-out python matlab . .
          , hand-out + . --[1002]
         hand-out ? ? --JuNe
          hand-out ~? (hand-on ;) 확히 행했, , , , 행했. , 한 힌트 . --[1002]
  • 대학원준비에대한조언 . . . . 470 matches
          . . 한 . 하 [06] .
          [] . [] . [06] .
          . 포항 [OpenLab] . , 10 . 택하 !
  • 새싹교실/2013/라이히스아우토반/4회차 . . . . 469 matches
          * Template 패?... .. ... - [](13/04/02)
         = 크 =
         || ||1회||2회||3회||4회||
         ||훈|| o || o |||| o ||
         |||| o || o || o || o ||
         |||| o || o || o || o ||
         |||| o || o || o ||||
         |||| o || o || o || o ||
         = =
         == 획 ==
         == ==
         == ==
         == ==
         = =
          : F4(ThreeFs + Future Action Plan) .
          : ThreeFs, ThreeFs(크), FiveFs(크)
         
         Facts, Feelings, Findings, Future Action Plan. , , , , 획.
          : " 5 .() .() .() .( 획)"
         = =
  • AdvancedJS . . . . 468 matches
          * 7/17 1~5
          * 16
          * @4
         = =
          * . 해하 *_* -[호]
          * JavaScript . . - []
          * 통해 . - [혜]
          * . C++ , . C++ ( ) this . . - []
          * (포함) . - []
  • ProjectAR/기획 . . . . 468 matches
         
         
          ( )
         
         
         
         
          ( )
         
          ( )
         
          -
         
         
          패()
         
         
          * . . -
          - , ... --[호]
          ^^; 편하 -[]
  • CarmichaelNumbers . . . . 467 matches
         [http://acm.uva.es/p/v100/10006.html ]
         :B(A,B,C), :통(,통,), :2(1~4)
          . 하 .
         페 확하 . n a 2 n-1 . n .
          한 페 . 하 . 합( ) . .
          트하 .
          n(2<n<65,000) . n=0 , .
          .
         === ===
         || || || || ||
         || [] || C++ || 3h 30m || [CarmichaelNumbers/] ||
         || [태] || C || . || [CarmichaelNumbers/태] ||
         === ===
         [] [AOI]
  • Class . . . . 467 matches
          : ''.
          - : '' .
          - 해 : '해' .
          - : '' .
          - : '' .
         , 해, , '' 화할 .
         해 , . -> .
         .. ... , 해 ?;
          !
         해 : '해' .
          - : '' .
          - : 해 '' 한 '' .
          클 ''
          : ''
          - Mg : '' .
          - Cl : '' .
          - Na : '' .
          - S : '황' .
          - Ca : '' .
          - K : '' .
  • JavaScript/2011년스터디/JSON-js분석 . . . . 467 matches
         [[pagelist(^JavaScript/2011)]]
          * [https://github.com/douglascrockford/JSON-js JSON-js]
         == 혜 ==
          *
          * stringify return fake root
          * str함 object, object array .
         //
         // partial
          partial[i] = str(i, value) || 'null'; //
          * strict ([http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/ ])
          *
          * cx ? cx escapable ?
          * toJSON key ( )
          // String
          Boolean.prototype.toJSON = function (key) { // key !!
          * ?: ?
         // ?
          * parse함 . ..
          * riviver
         == ==
  • 숫자야구/강희경 . . . . 467 matches
          ~!!!
          cout << endl << ": ~!!" << endl;
          cout << " ~ " <<endl;
          cout << "투 ~ "<<endl;
          cout << " ~ "<<endl;
          cout << " 크~ " <<endl;
          cout << "투 크~ ";
          cout << " 크~ ";
          cout << "☞: 3 " << endl;
          cout << " ." << endl;
          cout << "☞크: ," << endl;
          cout << " ~" << endl;
          cout << "☞: " << endl;
          cout << "☞: " << endl;
          cout << "☞: 123 521 ," << endl;
          cout << " 567 !, 123 크!" << endl;
          cout << "1. 2. " << endl;
          cout << "3. " << endl;
          cout << "☞ 택 해:_\b";
          cout << " ." << endl;
  • ProjectEazy . . . . 466 matches
         (). 표.
          . . :)
         == ==
         [], [], [Leonardong]
         == 항 ==
          : 1 17 3
         할 :
         , 희, 휘 - (파 & 화)
         [ProjectEazy/테]
         NoSmok:
         [TheChild'sAcquisitionOfLanguage], [] -
         [http://www.kssline.pe.kr/journalportal(0006).htm 화 1,2,3] -
         [http://nlp.korea.ac.kr/new/ ]
         [http://www.gurugail.com/ Guru who gears a.i. to life 티]
         [http://infocom.chonan.ac.kr/~limhs/ ?]
         [http://www.unicode.org/versions/Unicode4.0.0/ch11.pdf (한 포함)]
         [http://www.unicode.org/charts/PDF/U3130.pdf 합형 표]
         [http://www.unicode.org/charts/PDF/UAC00.pdf 형 표]
         PyKug:KoCo - hangul ,
         PyKug:CJKCodecs - 파 , hangul
  • 데블스캠프2004/5일간의의미 . . . . 466 matches
         == ==
          * , 5 .
         == 토 ==
          * :
          * : 회
          * : 회하
          * :
          * :
          * 황: 45
          * : 5 , 통해
          * 하: 험,
          * : 2학 , .
          * :
          * 환: ,
          * : .
          * :
          * : ,
          * 태훈 :
          * :
          * :
  • 2004여름방학MT . . . . 465 matches
         == About 2004 학 MT ==
          : 7/23~24 1,4호 2
          : 3
          :
          회 : 하, 10 1000
         == ==
         [] [] [] [하] [] [] [] []
         == 해 ==
         Seminar:PraiseGame . . --[Leonardong]
          푸훗. ...-,-V --
          :D -[iruril]
          ? ㅋㅋ
          ^^ .. ?? ? []
         == ==
          * 크... . --
          * ? 회 ? --[]
          * '''하''' . ( )--[]
          * 페 회 ?? ? --
          * : ?? --
          * . ..;; --[]
  • iPhoneProgramming/2012년프로젝트 . . . . 465 matches
          * : ,
          * 표 :
          * 2 표 : Web .
          * : 2012 1~2
          * : , App .
          * : , 행 할 .
          * iPhone , i Phone .
          * ㅋㅋㅋㅋㅋ -[]
         == 1 4 ==
          * 행해
          * Objective-C , XCode 해, iPhoneProgramming .
          * . , .
          * .
         == 1 10 ==
          * 함.
          * 한
          * 하 , 확히 .
          * , 함.
         [2012]
  • 이승한/mysql . . . . 465 matches
         = 한/mysql =
         PHP 한 mysql .
         == ==
         mysql .
         ASP.net <form> PHP HTML .
          . mysql -u root -p (u: user, p: password)
         MySql
          * MySql
          * PHP MySql API 함
         mysql - - 테. //mysql - 테 . // .
          === ===
          : show databases; ( s .)
          : create database ;
          : drop database ;
          택하 : use ;
          === 테 ===
          : create table 테( type(크), eng integer, date date);
          테 : drop table 테;
          테 : show tables;
          테 : show colums from 테;
  • C++스터디_2005여름/학점계산프로그램 . . . . 464 matches
          .
         
          - , . .
         Containment(트)
          - .
         
          -
          .
          120 , , 표하! C, 학, 회, 4. input.txt . .
          10%, . 평 1.5 .
         == ==
         || || ||
         || || [C++_2005/학/] ||
         || 허 || [C++_2005/학/허] ||
         || 태훈 || [C++_2005/학/태훈] ||
         [C++_2005]
  • SummationOfFourPrimes . . . . 464 matches
         [http://online-judge.uva.es/p/v101/10168.html ]
         :A(A,B,C), :통(,통,), :2(1~4)
          한하 . 4 ? . 386 . 펜티3 800 . " ". ,37 371 . N 포함한. N 10000000 . 4 . . , 4 . 4 "Impossible." . . .
         === ===
          || || || || || (10000000 4 ) ||
          || [] || C++ || . || [SummationOfFourPrimes/] || O ||
          || [] || C++ || ? || [SummationOfFourPrimes/] || . ||
          || [환] || C++ || ? || [SummationOfFourPrimes/환] || O ||
          || [1002] || Python || 50( 행. 2 46 23) || [SummationOfFourPrimes/1002] || X (5.7s) ||
         === ===
         [http://www.n2n.pe.kr/util/find_prime.php ] . --[Leonardong]
         [] 200... 함. 394. --[환]
         []
  • 2008리눅스스터디 . . . . 463 matches
         = =
          * 2008 8 11 .
          * 2008 8 14 행.
         = =
          * 4
          * 4..
          * :
         = =
         || || 학 ||
         || [한] || 04 ||
         || [] || 06 ||
         || [] || 08 ||
         || || 08 ||
         || || 08 ||
         = =
         || || 행한 ( ) || ||
         || 6/26() || 팅 ( 행하 ) || 한, [], [홍], ||
         || 7/1(화) || ([홍]), 폴() || 한, [], [홍], , 혁 + , 형, ||
         || 7/7() || ([]), 트(한) || 한, [], [홍], , 혁 ||
         || 7/14() || (혁), () || 한, [], [홍], , 혁 ||
  • EnglishSpeaking/TheSimpsons/S01E02 . . . . 462 matches
         == ==
          * 항 틴. IQ 테 . IQ 216 학하 . 하 .
         == ==
          * : scrabble( ) .
          *
          * : 학하
          *
          * : 트. .. .
          *
          * : 학
          *
          * :
          *
         == Script ==
          * : scrabble( ) .
          *
          * Homer : []
          * Lisa : []
          * Marge, Bart : []
  • 정모/2012.10.8 . . . . 462 matches
          * : [], [], [], [], [], [], [], [], [], [], [황혜], [한], [희], []
          * TED ( ...) - []
          * OMS - []
          * + (?)
         == /트 ==
          * ACM - [] 학 1 -ㅅ-ㅋㅋㅋ.. ZeroPage 1, 2, 3
          * Spring - 페 ??
          * - DB (JDBC )
          * Pinple - .
          * AI - .
         === / ===
          *
          * [] 학 . 11
          * English Speaking with (?)
          * []학
         == 획 ==
          * OpenCamp - 11 17(토) 2회 OpenCamp . - Java
          * 학회 .
          * 1학 . . -[]
         == ==
  • 좋은위키페이지 . . . . 462 matches
          키 페 ?
         '''ThreeFs '''
          [""] ( ...) 페 . ["Python"] 페 " ." . --[""]
          [""] [""] . , . 하, ZeroWiki '''''' . ZeroWiki 트 페 '''''' '''''' '''''' . --[""]
         ''' , .'''
         ' ' 향하, . '' , '' . -- ["1002"]
         [""]
  • FifteenSecondsRule . . . . 461 matches
          템/ , ( 패키, , 클, ) 15 "15 " . .
          해할 . 15 .
          , , " ?" 15 '''한'''(complete) , ", {{{~cpp Authentify}}} ?" 15 , " {{{~cpp FooBar}}} ?" 15 . , '''''' -- .
          , (, , ) .
  • 손동일/TelephoneBook . . . . 461 matches
         Describe /TelephoneBook here.
          int count; // ( 한 1 )
          int mode; // 항
          int menu_num; // menu
          void show(); // ? ..
          void input(); // .
          void save(); // .
          void check(); // 택하
          int mnreturn(); // menu_num
          void change(); //
          void remove(); //
         == 한 ==
         == ==
         const int base_save = 4; // .
         void TelephoneBook::input() // .
          cout << "호 : " ;
          cout << " : ";
          cout << " : ";
          cout << " : ";
         void TelephoneBook::save() // .
  • 정모/2004.1.6 . . . . 460 matches
         == ==
         || 02 || ||
         || 03 || 환 황 ||
         == 황 ==
          * ( TheJavaMan ) :
          * 트 :
          * : . GUI
         == ZP 회 ==
          * 할 -
         == MT ==
          * 1 31 - MT RT
         == COW-ZP ==
          * 1 10 4 7 - 페
         == ==
          *
          * - GUI, 테
          * -
          * -
          -> .
         == 회 ==
  • AM . . . . 459 matches
         2004 학 API & MFC ( '''A'''PI -> '''M'''FC )
         == 획 ==
          * : 한 API MFC .
          * : . .
          * : 6 28 ~ 8 31
          * :
          * : Windows API ( Aladdin:8973542796 ), Visual C++ 6 ( Aladdin:8931427301 )
          *
         == ==
          * [AM/20040629]
          * [AM/20040705]
          * [AM/20040712]
          * [AM/20040720]
          * [AM/20040724]
          * [AM/20040727]
          * [AM/20040730]
          * [AM/20040803]
          * [AM/20040806]
          * [AM/20040813]
          * [AM/20040817]
  • DermubaTriangle . . . . 459 matches
         [http://online-judge.uva.es/p/v102/10233.html ]
         :C(A,B,C), :(,통,), :2(1~4)
          -팩 , 한 평평한 . 확하 1km . . .
          . . .
          , n m . 0≤n, m≤2,147,283,647, .
          . , .
         === ===
          || || || || ||
          || || C++ || || [DermubaTriangle/] ||
          || 허 || C++ || ? || [DermubaTriangle/허] ||
          || 태 || C++ || ? || [DermubaTriangle/태] ||
          || || C++ || 2 || [DermubaTriangle/] ||
          || 하 || C++ || 3 || [DermubaTriangle/하] ||
         === ===
         [] []
  • JavaStudy2003/첫번째과제 . . . . 459 matches
         '' Java Stduy 2003 ''
         == ==
          * ? .
          * .
          * VM() ? ?
          * ?
          * "Hello, World!" .
          * ^^; . . .
         == ==
         [Java Study2003//환]
         [Java Study2003//희]
         [Java Study2003//]
         [Java Study2003//]
         == ==
         '' . "Hello, World!" ~ . ...ㅡ.ㅡ; ''
  • SwitchAndCaseAsBadSmell . . . . 459 matches
         [""] if .
          " "(Moa:BadSmell ). . , (Table/Data Driven Programming) .
         , . , x,y , 통해 (subproblem) -- .
         , :
          * 텍트화
          *
          * ,
          *
          "판" TDD 팩토 통해 .
          팩토 ?
          , , .
         see also Seminar: , Wiki:SwitchStatement
  • 인상깊은영화 . . . . 459 matches
         = (Dogville) =
          : 폰 트
          :
          : 19
          : 포/
          : 178
         평 : '''''' 하 .
         = 큐 (John Q) =
          :
          :
          : 12
          : /SF
          : 110
         평 : ( ) .
         = =
          :
          : 태, , , , ..
          : 15
          : ,,,
          : 114
  • 2학기파이선스터디/모듈 . . . . 458 matches
         = =
         == ? ==
          * 파 C 확
          * (함, 클... )
          * ( = )
         == ? ==
          * .
          * .
          * .
         == (..) ==
         mymath.py ..
         = =
          * =
          * = ddd.sss 확히 .
          * = ktf 확하 .
         == , ==
          print ':', globals()
          print ':', locals()
         print ' :', globals()
         print ' :', locals()
  • CanvasBreaker . . . . 458 matches
         = =
          * 2002학 2학 ObjectProgramming 3
          *
          * 12/3(화)
         = =
          * 01 호 ["snowflower"]
          * 01
          * 01 홍
         = 해 =
          1. BMP파
          1. BMP파 ()
          3. 환 #1
          1. 히
          2.
          4. 환 #2
          2.
          6. Convolution(회)
          1. Sobel(8향)
          2. Prewitt(8향)
          3.
  • 시작이반 . . . . 457 matches
         - from 히 '학 ' ' 행 - ' ..
          화.
         '' , . . " , ?" . . " ?"
          . . .
         ''' () ''' ''' ''' .. -[]
         [""]
  • 행사 . . . . 456 matches
         = 행 =
          학회 ZeroPage .
         == ==
          ZeroPage .
         === ===
          * " "
          * .
          * 3 통 4~5 .
         []
         === ===
          * 통해 .
          * .
         []
         === ===
          * ?
          * .
          * 홈페 '' .
         []
         === ===
         []
  • LightMoreLight . . . . 455 matches
         [http://online-judge.uva.es/p/v101/10110.html ]
         :A(A,B,C), :통(,통,), :1(1~4)
          (Mabu) . . . .
          한 행. n , n . i i . . i ( 한 행) . . ?
          n 2^32-1 . 0 .
          "yes", "no" . 테 .
         === ===
          || || || || ||
          || || C++ || 2 || [LightMoreLight/] ||
          || 허 || C++ || 45 || [LightMoreLight/허] ||
         === ===
         [] [AOI]
  • 새싹교실/2011/씨언어발전/4회차 . . . . 455 matches
         = 4회(5 4) =
         == ==
         * Zeropage ( " " )
         * 함 (함 )
         *
         *
         * , , static ?
         * 함
          printf("1.합 2. 3.\n");
          printf(" 2 ");
         
         * 함 (함 )
         * ?
         * ?
         * , , static ?
         * 함 ?
         == ==
         === [태] ===
         함 : 한 함 .
          .
  • 전철에서책읽기 . . . . 455 matches
         [] .
         === ===
          . 통학 40 --[]
         === ===
          . . . --[]
          . . --[]
         하 . . -- [한]
          '' . . , rollback ! :)'' --[Passion]
          하하 ..--[]
          1 . 험. :) Moa:ChangeSituationReading0116 --
          '한 ' ㅋㅋ --[iruril]
          ..ㅋ --[]
          - . - [택]
         [학] []
  • 반복문자열 . . . . 454 matches
         === ===
          ! !
          : CAUCSE LOVE. 5 .
         === ===
          * for .
          * 함 .
         .
         === ===
         || || || || ||
         || 허 || C || || [/허] ||
         || || C || || [/] ||
         || 태 || C/C++ || || [/태] ||
         || || C/C++ || || [/] ||
         || || C || || [/] ||
         || || C++ || || [/] ||
         || || C || || [/] ||
         || 태훈 || C || || [/태훈zyint] ||
         || || JAVA || || [/] ||
         || || C || || [/] ||
         || || C || || [/] ||
  • 지금그때2003/규칙 . . . . 454 matches
         === ===
          ==== ( - index card ) ====
          1. .
          * , ,
          * .
          * , 환호 .
          ==== () ====
          * , .
         
          * .
          * + 험 ex ) 험한 , ,
          * + ex) , 2000
          a. 호, , Seminar:SimpleRule Test 1 행 (V)
          * Test 2 화 하. . , ''', , ''' , .
          * , xx 해 했(ex- ?), 한 트 .
          *
          1. . (10 .)
          * . (->) , ,
         [2003]
  • 정모/2011.8.8 . . . . 452 matches
          * : [], [], [], [], [황], [], [혜]
          * :
          * : OOPs!
          * OOP 5 크합. .
          * [http://www.zdnet.co.kr/news/news_view.asp?artice_id=00000039134727&type=det OCP(-폐 )]
          * [http://www.zdnet.co.kr/news/news_view.asp?artice_id=00000039135552&type=det SRP( )]
          * [http://www.zdnet.co.kr/news/news_view.asp?artice_id=00000039139151&type=det ISP( )]
          * [http://www.zdnet.co.kr/news/news_view.asp?artice_id=00000039139151&type=det LSP( ), DIP( )]
          * : [황]
         == ==
          * 8 15
          * 8 22 회!!
          *
         == 트/ ==
          * [Spring/탐험]
          * MT
          * [DesignPatterns/2011]
          * [2011]
          * SF . SF .
          * : /
  • EventDrvienRealtimeSearchAgency . . . . 451 matches
          * [MemeHarvester] .
          * Agency + Event Time .
          * Searcy Agency Event Driven Realtime Search Agency .
         = =
          * .
         = 한 표 =
          * .
         == 할 표 ==
          * ObserverPattern .
          * Observable Observer . Oberver . Obsever Observer (EDRSA ) .
          * EDRSA 한 키 .
  • 김희성/리눅스계정멀티채팅 . . . . 451 matches
         == ==
         int thread_num[25]; // 호 (해 + 1, 0)
          //ex) thread_num[ 호]== 호+1
         int client_socket_array[25]; //클,
          //ex) == client_socket_array[ 호]
         void* rutine(void* data)//data = &thread_num[ 호]
          int t_num,i_num;// 호,
          // 해하 +1 .
          // .
          //
          //
          // thread_num 0 화한.
          if(buff_rcv[0]=='n')//
          send(client_socket, buff_snd, strlen(buff_snd)+1,0);//id
          // thread_num 0 화한.
          send(client_socket, buff_snd, strlen(buff_snd)+1,0);//password
          // thread_num 0 화한.
          send(client_socket, buff_snd, strlen(buff_snd)+1,0);//
          send(client_socket, buff_snd, strlen(buff_snd)+1,0);//id
          // thread_num 0 화한.
  • 정모/2013.9.25 . . . . 451 matches
         = =
          * [], [], [], [], [훈], [], [], [], [], [], [], [], [], []
          * [] 학 "Web"
          * : [] 학
         = =
         == 하합. ==
          * 형, 하해!
         == KGC 행 ==
          * ZeroPage 15 .
          * ~ KGC 행 , [환] .
         == ==
          * 학회 Trello .
          * Trello ZeroPage .
          * Facebook 행합. .
         == 학회 ==
          * 1학 , 행할 .
          * .
         == ==
          * . . - []
          * .
  • Postech/QualityEntranceExam06 . . . . 450 matches
          1. 1~ i4
          2.
         
          3. 4 팅 해
          4.
          5. right linear AB* U C*
          6. 1~3 펌핑 regular
          boolean algebra
          boolean algebra ordinary algebra
         
          JK 플 2 Moore
          JK 플 1
          3. Machine Language Like 한 . . 함.
          4.2 way assoiate 히트 , index, tag, byte offset
          5. DMA
          1. Page 크
          2. 편화 TLB ? 편화 편화 ,,
          4. 2 32 , 2 18 . 페 4096(2 12) 115324221412 ( )
          핑 하 .
          5. Mutual Exclusion Bounded Waiting, Progress, Mutual Exclusion
  • TheJavaMan/설치 . . . . 450 matches
          Hello
         
          (ㅡ.ㅡ)
         === Java SDK ===
          Download J2SE v 1.4.2_03 SDK
         === Eclipse ===
          크해 .
         Eclipse 행하
         === Hello ===
         1. '''File->New->Project''' 트 하 . ( 행해 행해
          )
         2. '''File->New->Class''' . C .
         클 해.
         public static void main(String[] args) 크해
         3.
         
          Hello
          ''System.out.println("Hello!!! The Java Man");''
         
         4. '''Run->Run As->Java Application''' 행하
  • Yggdrasil . . . . 450 matches
          * 02 . ~
          02학 ...
          ~ ~ ...
          : ...
          : ( RPG),
          : , , , "?"
          학 -- .
          2005 1 13 .
         = ? =
          == 트 ==
          * ["Yggdrasil/플플"]:AcceleratedC++ !
         = =
         http://rimyd.egloos.com .
         = =
         = 트 =
          5(6/29)
          * ["ScheduledWalk/&"] [[BR]]
          4(6/27)
          * ["RandomWalk2/"] [[BR]]
          2(6/24)
  • erunc0/Mobile . . . . 450 matches
         '' page? ''[[BR]]
         mobile. . pda arm processor 한 wince ipaq .. --; . sk (?) pda sk 500 .
         == ... ==
         === ===
          * wince tool - ms site . 300~400 mega. --; visual studio .
          * emulator - , pocket pc 2002 pda . (. compile .. --;)
          * lan card - . compile . -_-;
          * active sync - pda ubs port 통해 pc program
         === ===
         ==== bitmap ====
          * , dc ..
          * gx library . pda 화 한 pointer . dx 할 .
          * bitmap .. .. .. bit .. 한 pointer. . 헤헤헤헤..
          * http://zp.cse.cau.ac.kr/~erunc0/study/pda/FunnyLib.zip - pda .. ~
         흑.. .. T-T
  • MFC/AddIn . . . . 449 matches
         VSC++ IDE .
         '' ;;''
         ) http://www.programmersheaven.com/zone3/cat826/
         = =
          , 한 툴.
          DevPartner 통합.
          , , 편 , 트 파 , , Syntax highlighting, 트 파 ..
          , 편하.
          Ctrl+PgDn: 함
          Ctrl+6: 함
          Ctrl+5 -> Ctrl+1 -> Ctrl+6: . 함 .
          템플 .
          . source merge . conflict auto merge 하 .
          클 .
          '' . ''
          VC++6 .
          통하 툴. .
         CrashReport ... code project 함. StarDock ;; dll ;; - [eternalbleu]
  • ScheduledWalk/창섭&상규 . . . . 449 matches
         === ===
          * (Journey)
          * .(JourneyArray, Length)
          * .(CurrentPosition, GetNextDirection)
          * .(IsFinished)
          * 크 .(BoardSize)
          * .(BoardArray, TraceCount, LeaveTrace)
          * 판 .(IsAllCellsPassed)
          * (Roach)
          * 판 .(MyBoard, GoOnBoard) | 판(Board)
          * .(CurrentLocation, Walk) | (Journey), 판(Board)
          * (User) ->
          * 판 .(GetBoardSize)
          * .(GetRoachStartLocation)
          * .(GetJourney) | (Journey)
          * 판 .(PutBoard) | 판(Board)
          * (Executor)
          * 행한.(Execute) | (User), 판(Board), (Roach), (Journey)
          . 판 크, . , . . . .
         === ===
  • 새싹교실/2013/양반/4회차 . . . . 449 matches
         = 크 =
         ||||||
         |||| ||
         ||훈|| ||
         |||| ||
         = =
         == 획 ==
          *
          *
          *
          *
         == ==
         == ==
         == ==
         = =
          : F4(ThreeFs + Future Action Plan) .
          : ThreeFs, ThreeFs(크), FiveFs(크)
         
         Facts, Feelings, Findings, Future Action Plan. , , , , 획.
          : " 5 .() .() .() .( 획)"
  • 파스칼삼각형/조현태 . . . . 449 matches
         == ==
          ..
          ..ㅠ.ㅜ ~~
          .. ..ㅎㅎ
          ....휴..ㅎㅎㅎㅎㅎ
          // ?^^*
         == ==
          cout << " ?";
          cout << " ?";
          if (yol==1) //행 1 , 1 ... ;
          cout << " 1 .";
          cout << " " << bun_ja/bun_mo << ".";
         == 한테 할 ==
          * ~?
          .. ~~ ^^ ㅎ --
          └ㅎㅎ ..;; 0.. ..^^ - [태]
          * ;; 파 -_-;; =0=;;; []
          └ ㅎㅎㅎ ..ㅎㅎㅎ - [태]
          └ 흐 ㅠㅠ ㅋ - 태훈
          └;; ..;; 해. ..ㅎㅎ ..ㅎㅎ - [태]
  • OpenGL_Beginner . . . . 448 matches
         = =
          * : OpenGL
          * : (99,["neocoin"])
          * : 2002.2.1 ~ 2002.3.31
          * 표 : OpenGL 통해 , .
          * : OpenGL Game programming
         = 획 =
          * .
         = =
          * 2.01 : ,
          * 2.02 : p153
          * 2.04 : Chapter 5 [http://zeropage.org/~neocoin/Robot_2002.02.04.exe Robot]
          * 2.08 : Chapter 5 . and 확, 6 .
          * 2.10 : Chapter 6 , ["MoreEffectiveC++"] 1 2 .
          * 2.24 : ASE
          - 3D , , . . 해하 , OOP . STL linked list , MEC++ . MEC++ . Java3D Java3D , .
         = 할 =
          * 20
          * C++ Builder GLUT
          * Linux Mesa3D
  • PHPStudy2005 . . . . 448 matches
          * .
          * . ( .. ㅠㅜ) .
         = =
          * PHP (APM ) .
          * .(APM , GET, POST , )
          * , 하 ( , 트 Q & A , PHP , 한테 -_- ..) , 한 PHP .
         == ==
         || 학 || ||
         || 01 || 협 ||
         || 01 || ||
         || 01 || ||
         == ==
         || || 할 || ||
         == ==
          * [http://ezphp.net/lecture/ PHP ] - 3 , 4 . ~! ㅋ -[협]
          * [http://apmsetup.com/php.php?ct=5&tutid=114&uid=193#193 ] - . ,
          -
         == ==
          * [ZPBoard/PHPStudy/]
          * [ZPBoard/PHPStudy/키]
  • 위시리스트/구상 . . . . 448 matches
          * ,
         == ==
          * '트' .
          * 회 ''' '''
          * 한해 .
          * 키, 홈페 , '''''' , '''확한 ''' .
          * 해 크 []
          * .
         
          * 한? ( ) . 하, .
          * ? , . 확하 , . - []
  • 정모/2013.2.26 . . . . 448 matches
         = 2013.2.26 =
          * : [], [], [], [], [], [], [], [], []
          * [] 학 (?)
          * : [] 학
         == ==
          * (3/4, ) , 행합.
         == ==
         === ===
          * 학 .
         === 회 ===
          * 2013 ZeroPage 회 .
          * 회 :
          * :
          * :
         === ===
          * [] 학 3 11 Data Mining .
          * .
         === / ===
          * ACM - 함.
         == ==
  • UglyNumbers . . . . 446 matches
         [http://online-judge.uva.es/p/v1/136.html ]
          2,3,5 . 11 .
          1 . , <number> 1500 .
         === ===
         ( 험해 해: 1550 {{{~cpp 1093500000}}}, {{{~cpp 290142196707511001929482240000000000000}}}.)
         === ===
         || || || || || (4) ||
         || [훈] || C++ || 20 ||[UglyNumbers/훈]|| . ||
         || || c++ || ? ||[UglyNumbers/]|| . ||
         || 환 || c++ || ? ||[UglyNumbers/환]|| O ||
         || || c++ || ? ||[UglyNumbers/]|| O ||
         || || c++ || ? ||[UglyNumbers/]|| . ||
         || 황 || Python || 20 ||[UglyNumbers/황]|| O ||
         || [1002] || Python || 2 ||[UglyNumbers/1002] || O ||
         || JuNe || Python || 10 ||[UglyNumbers/JuNe] || O ||
         || Seminar: || Python || 30 || Seminar:UglyNumbers/ || O ||
         || [] || java || 6 ||[UglyNumbers/]|| O ||
         || 훈 || Python || 50 || [UglyNumbers/훈] || . ||
         || [한] || Python || 40 || [UglyNumbers/한] || . ||
         || DamienRice || Python || 2 || [UglyNumbers/DamienRice] || O ||
  • WinampPlugin을이용한프로그래밍 . . . . 445 matches
         winamp plugin
         winamp 한 plugin .
         input plugin output plugin . output plugin . DSP Visual plugin callback .
          한 ACM 한 확 .
          in2.h Out.h . http://www.winamp.com/nsdn/ Winamp SDK .
          // 플 DLL load 하 .
          //
          // .
          // console mode . window NULL.
          // . input plugin Visual plugin .
          // 함 핑해.
          // callback 함 .
          // Visualization .
          // DSP Plugin . .
          // 플 화.
          printf ("%d \n", in->version); // 플
          printf ("%s \n", in->description); // 플
          printf ("%s \n", in->FileExtensions); // 해 .
          // & panning ( balance) .
          printf(" %d ms\n", in->GetLength()); // play time (ms)
  • 정모/2003.11.17 . . . . 445 matches
         == 회 ==
         || 02 || ||
         || 03 || ||
         == 회 ==
         === ===
          * 01학 (15) .
          * 환, , 휘, , .
          * .(페 .)
          * ( 2) , .
         === 회 ===
         ||회 || ||||
         |||| ||+2||
         || || ||+5||
         || || ||-7||
         ||||휘||+1||
         ||||. ||1||
         * .
          . ...=,= --
         * .
          --;; .. .. 회 . - .
  • 제로위키이용의어려움 . . . . 445 matches
          .
          - ..?? --[호]
          . ''', , ''' .
          , . , ?
         , ZeroWiki , . NeoCoin , [1002] Contents , contents . ZeroWiki SisterWiki .
          ZeroWiki 1789 페 2000 . ? ?
          [호] , , .
          http://zeropage.org/one 험하 .
         [토]
  • HelpContents . . . . 444 matches
         #keywords help,
          . .
         == ==
          * [""] - ,
          * [""] -
          * ["페"] - 페
          * ["페"] -
          * ["페"] - , ["페"] .
          * [""] - RecentChanges IP . .
          * ["MacroMarket"] - wiki
          * OpeningStatement - 페
         == ==
          :
          * HelpForBeginners - 한 페
          * HelpOnUserPreferences - , .
          * HelpOnPageCreation - 템플
          * HelpOnPageDeletion - 페
          * HelpOnEditing - 페
          * HelpOnNavigation - .
          * HelpOnActions -
  • HanoiProblem/영동 . . . . 443 matches
         == 헛 ==
          * ... ...
          * push pop , push pop .
         == ==
         ;하
         n dw 5 ;disk
         from dw 1 ; (1)
         by dw 2 ; (2)
         to dw 3 ; (3)
          mov bx, 10 ;Writeint 10
          call Move ;Move함
          mov ax, 4C00h ;
         Move proc ;Move ( )
          cmp n, 0 ;n=0
          jz endmove ;Move
          push n ;n
          push from ;from
          push by ;by
          push to ;to
          mov ax, by ;by to .(ax temp )
  • ZeroWiki/Mobile . . . . 443 matches
         ZeroWiki .
         == 획 ==
         === ===
          * DB
          * => DB 해하 함. 키 페
          * ?HTML 파
          * => 페 . 하 키 HTML
         === ===
          JSP ...
          * ~ ~ ~ - [혜]
         === 편 ===
          ? 편 ? 편 [AJAX]
         === 행? ===
         [/2011.3.21] , , 행 - []
          * 14 [한] 행하 .
          . http://kldp.net/projects/moniwiki/forum/315967
          UserAgent 판 .
          행하 [http://jquerymobile.com/ jQuery Mobile] . - []
  • 파킨슨의 법칙 . . . . 443 matches
          * Title : 파킨 - ( Pakinson's Law )
          * Author : 트 파킨 |
          * Publisher : 21
          *
          1. '''파킨 '''
          * ''' '''
          * ''' '''
          * ''' '''
          * ''' '''
          * ''' 퇴'''
          * '''핵 ''' 파티
          * ''' '''
          * ''' '''
          * ''''''
          , '''폭 .''' 1957 . . , . --NeoCoin
         [""]
  • 큰수찾아저장하기/김태훈zyint . . . . 442 matches
         == ==
          -_-;
          ; ...
          팩토 ;
          - : 팩토(?) 한 -_- ; 행 transpose ;;; -_-
         == 팩토 ==
          // 4 * 4 행 3 * 3 행 ,
          //행[i][3] ,
          //행[3][j] ,
          //행[3][3] ,
          // .
         == 팩토 ==
         void prt_array(int value[ROW][COL]); //행
         void swap(int* x,int* y); //
         void transpose(int (*value)[COL]); //행 diagonal transpose
         void findmax_row(int (*value)[COL]); //한 행
          // 4 * 4 행 3 * 3 행 ,
          //행[i][3] ,
          //행[3][j] ,
          //행[3][3] ,
  • 새싹교실/2011/學高/8회차 . . . . 441 matches
         = =
          * array 화해
          * recursive function ( , 트하 H_n = 2*H_n-1 + 1 .)
          printf(" : ");
          printf(" 행회: %d\n",count);
         
          * . num n ; 통해 히 할 ... - []
          * ... 헤 . 하 count 형태 . - [하]
         = : 하 =
         == ==
          * passing by value(call by value )
          * Memory array
          * index 0
          * declaration
         == ==
          * . .
         = : =
         == ==
         == ==
         == ==
  • 이차함수그리기/조현태 . . . . 441 matches
         == ==
          3-4 ..
          ..
         .. ,, .. .. ..
          ..
          ..
         .. .
          .. ?ㅎ
          .
          (y 25 . 25 .. ..ㅎㅎ)tab 함.
          TAB_Y 1 .
         tab 1 , , , 1 ..
          !ㅎ(히 X..ㅎ)
          .;
         == ==
          //
          //
          // 할 x표, y표, x, x, x, y
          ////화.
          //y
  • 협상의법칙 . . . . 441 matches
          * : 협
          * : 허 헨 |
          * :
          14 . ~ . ! , 해하 , . 확 --[협]
          '' . --JuNe''
          ''' .''' . 편하 . , . ''' ?''' . 평화 , . --NeoCoin
         [""]
  • ZP의 나아갈 길 . . . . 440 matches
         
         
          함 -
          . 1학 통합했 . 3학 휴학 학했 . . . 하 . . -
          . - 허
         = =
         = =
         = =
         = =
  • HotterColder . . . . 438 matches
         [http://online-judge.uva.es/p/v100/10084.html ]
         :C(A,B,C), :(,통,), :3(1~4)
          , . A B . A (0,0) . A , B . "(Hotter)" , "(Colder)" , "(Same)" .
          50 , (x, y) "Hotter", "Colder", "Same" . , (0,0) (10,10) .
          . 한 , . '0.00' .
         === ===
          || || || || ||
         === ===
         [] []
  • Minesweeper/이도현 . . . . 437 matches
         ==== ====
         ==== ====
         .
          2 8 .
          100 x 100 .
          -.-;;
         ==== ====
          Presentation Error . .
          . 한 해 .
          .
          if outputNumber > 1 Presentation Error .
         ==== ====
         // 2 (1,1) .
          //
          // 화 ( '.' 화)
          // (1,1) .
          //
          // ( !!)
          // pass
          //
  • PluggableSelector . . . . 437 matches
          Pluggable Behavior . , .
          . ListPane . .
          printMessage = printString; // printString .
          : .
          : P.S .
         확 : 한 . . State Object .
          selector . Message . selector 행하 Composed Method .
          , , Pluggable Selector .(???)
          Point .
          CenteredRelativePoint, TopLeftRelativePoint . center , topLeft .
  • 레밍즈프로젝트/일정 . . . . 437 matches
         SeeAlso) [트]
         = =
         || || 할 || ||
         || 11/12 || , , , 툴 학, 클, || : , , , ||
         || 11/14 || 토, . PPT || . ||
         || 11/18-19 || || . 행. ||
         || 11/21 || || 행 ||
         = =
         || 11/13 || [트/] 토 ||
         || 11/14 || , 클, , To FTP ||
         || 11/16 || (한) ||
         || 11/17 || Map, Pixel class () ||
         || 11/18 || (한) ||
         || 11/19 || (), (), (하+한) ||
         || 11/21 || [트/] ||
         || 11/23 || 트, ||
         || 11/24 || Cgeometry 트, GUI ||
         || 11/25 || , ||
         || 11/26 || , 클 팩토 ||
         || 11/28 || , 펙토 ||
  • 암호화실습 . . . . 437 matches
         [2004] 호화
         = 키 =
         ||||크||
         ||[화]||[키/화]||
         ||||[키/]||
         ||||[키/]||
         ||[]||[키/]||
         ||[]||[키/]||
         ||[황]||[키/황]||
         ||||[키/]||
         ||[]||[키/]||
         ||||[키/]||
         = 키,키 =
         ||||크||
         ||,,||[키,키/,,]||
         ||, 화||[키,키/,화]||
         ||, ||[키,키/,]||
         ||, ||[키,키/,]||
         ||, ||[키,키/,]||
         ||태훈, 황||[키,키/태훈,황]||
  • 즐거운공부 . . . . 437 matches
         [""] ["/2002.7.25"] '', .'' .
         ["협"] . , 한 학 , 통해 . , , .
         [""] .................( ?? -.-)............. (학, , ) . ... ..^^;;
          . , . --["1002"]
         see also NoSmok:학, [""]
  • EightQueenProblem/nextream . . . . 436 matches
          C/C++ , C .
          2 크해 . (0,0) , .
          , 한 , , , .
          행해 X 행하, . , X, Y .
          display . --[1002]
  • ZeroPageSeminar . . . . 435 matches
         ZeroPage
         === ===
          . .
         || || || || 페 ||
         === ===
          . .
         || || || ||
         || || , TCP/IP , 해 || 2~3학 ||
         || 한 || 황, ... || .||
         === ===
          . .
         || 학 || || || ||
         || 01 || || 퓨팅, P2P || ||
         || 01 || || || ||
         === ===
          . .
          *
          * J2SE 5.0
         === ===
          .
  • 새싹스터디2007/영동 . . . . 434 matches
         = ? =
          * 2007 02학 , .
         = =
         ||02||||
         ||07||||
         ||07||||
         ||07||||
         = =
          * 6 7
         = 황 =
          *
          * printf() 함, scanf() 함.
          * (if, switch), (for, while, do-while)
          * : , 팩토, 해,
         ||||||팩토||해||||
         ||||O||O||O||||
         ||||O||O||O||O||
         ||||O||O||O||O||
          * /
          * : 팅해
  • 최대공약수 . . . . 434 matches
         === ===
          : (GCD) call-by-value .
          (ver.1 , ver.2 . )
         === ===
          * .
         
         {{{~cpp 호-(互除法)
          a b , a b a' b a'
          a b .
         , a, b a > b, a b . ≒;;.
          * scanf .
          *
          * call-by-value ver.2
         === ===
          || || || || ||
          || 허 || C || 20+15 || [/허] ||
          || 태훈([zyint]) || C || 30 || [/태훈zyint] ||
          || [태] || C/C++ || . || [/태] ||
          || [] || Java || . || [/] ||
          || [택] || HaskellLanguage || . || [/택] ||
  • 2010Python . . . . 433 matches
         = 2010 학 Python =
          * : []
          * : [], [하]
          * 5 .
         == 7 ==
          * 14
          * ?
          * 5 표하 .
          * 19
          *
          * id() : id(256) id(257) . ?
          *
          * Python a = 3 a 3 3 a .
          * : How to think like a computer scientist
          * 5 표 할 함. 함.
         == 8 ==
          * 2
          * [하] - [파형/하]
          * [] - [http://wiki.zeropage.org/wiki.php/%ED%8C%8C%EC%8A%A4%EC%B9%BC%EC%82%BC%EA%B0%81%ED%98%95/%EA%B9%80%EC%88%98%EA%B2%BD#s-3 파형/2]
          * 10
  • Apache . . . . 433 matches
         = =
          .
          50% .
         하 .
          .
          .
          OS .
          486 .
          .
         [ZeropageServer] [Linux] [Apache] .
          JSP mod_jk jsp tomcat . tomcat webserver , [http://zeropage.org:8080] .
         = =
         == ==
         == ==
         = =
          InternetInformationService (IIS) MS .
         XP Pro 편함.
         = 황 해 =
          * [http://www.wallpaperama.com/forums/how-to-fix-could-not-determine-the-servers-fully-qualified-domain-name-t23.html 황해크]
         = =
  • CollaborativeFiltering . . . . 433 matches
         협 (호협) , Recommender System . ProjectPrometheus .
         problem space 2 matrix 형태 . 행 item, user , rating . matrix , CollaborativeFiltering (user) i rating , item .
          .
          1. user i 한 흥 합(user set) 택한.
          1. 1 user set user i 합한 item .
          ex) user set item j (rating) , user i item j .
          1. user 택 - calculate user correlation
          1. 1 택 - neighbourhood selection
          1. neighbours - generate a prediction
         CollaborativeFiltering .
          * Coverage - item item . ( item품/item품 . )
          * Accuracy - 한 item ( item )
         === ===
         ''''''
          * NoSmok:PrincipiaCybernetica ( ) http://pespmc1.vub.ac.be/COLLFILT.html
          * [http://personalization.co.kr/person_method3.htm 한 ]
          * [http://zeropage.org/pds/200272105129/p77-konstan.pdf CACM 1997 Mar]
         '''Link '''
          * [http://jamesthornton.com/cf/ CF ]
          * http://www.sims.berkeley.edu/resources/collab/ ()
  • PluggableBehavior . . . . 433 matches
          화할?
         한 클 . , . 90 . , 한 효 .(?) 클 . . .
         Pluggable Behavior , .
          * ?
          * ?
          * ?
          * 클 , ?
          . , , Pluggable Behavior .
         해 .--; 한 C++ .
  • 통계청 . . . . 433 matches
          홈페
         통 http://www.nso.go.kr
         통 http://www.stat.go.kr/ .
         e 2000 web .
          .
          , .
         [http://kosis.nso.go.kr/cgi-bin/sws_999.cgi?ID=DT_1WB41&IDTYPE=3 ]
         통:
          평 1-2 3-5 6-10 11-20 21-30 31-40 41-50 51-60 61
         
          13.2 7.7 12.2 11.9 12.2 5.6 2.7 1.7 1.2 4.2
          15.3 6.8 12.3 12.9 14.0 7.0 3.3 2.1 1.4 5.1
         *)59.4% 환 12.9 20.5 20.0 20.5 9.4 4.5 2.8 2.0 7.0
          13.3 8.9 12.9 12.4 11.2 5.2 2.7 1.5 1.1 4.2
         2000-2000 통
         통:
          평 1-2 3-5 6-10 11-20 21-30 31-40 41
         
          1.3 6.0 5.2 3.4 1.7 0.4 0.1 0.3
         *)17.1% 35.0 30.4 19.8 9.9 2.3 0.5 1.7
  • 정모/2005.5.23 . . . . 432 matches
         = /2005.5.23 =
         == ==
         5 23 6
         == ==
          *
         == ==
          * : 20()~25(토) (5)
          * : 9-6
         
          * : 9-12: 12-5:
          * : 2-3 (Ex) , , 향)
          * : 10-20
          * 항 : .
         
          * 1 : : , , , > <
          : ><, , > <, ,
          * : : ><, , ><, , , ,
          : , , , , , 탁한
          : 24 (2 할) ><
          3 , 2 ><
  • HelpForDevelopers . . . . 431 matches
         == ==
          http://kldp.net/projects/moniwiki .
          편하 .
         === ===
          http://kldp.net/projects/moniwiki/bugs . 편한 .
          편하 . !
         == ==
          . .
          GPL , GPL .
          !
  • XpWeek/20041222 . . . . 431 matches
         = 행 =
         11 53 : : Client( , 황, 한 ), Server( , )
         12 19 : : Server( , , 하 )
         1 .
         3 16 : 트. 패 . .
         4 : . 화. 클 . , 한 페 .
         5 : 한 C++ . . 태. .
         6 .
         == ==
         [http://kin.naver.com/browse/db_detail.php?d1id=1&dir_id=10106&docid=722107 jsp ms ]
         == ==
         [http://java.pukyung.co.kr/Lecture/Chapter21.php 2]
         == ==
         >__<ㅋ 3 ~>__<ㅋ 히. . 흐흐흐 ~!! 해하 ~>__<ㅋ
          ...ㅠ.ㅠㅋ - [한]
         하하하~ - [한]
          1 2...크하하하하 - [한]
          ....크하하하하 - [Leonardong]
  • ZeroPager구조조정 . . . . 431 matches
         = ZeroPager 05 =
         == ==
          50(05학) Zeropage 해 05학 .
         == 항 ==
          .
         크 .
          [/2005.12.23] ,
         '' > > '' .
          ''' ''' .
         하 .( )
         - (05) 태 (05) .
         == ==
         허, 태, , , , , 한, , 태훈, 희,
         == ==
         , 형, , , , 태, , , 훈, , , 훈, , , 혁, , , , , , , 희, , , , 하, 한
  • 정모/2002.9.12 . . . . 431 matches
         = =
          * 2002 9 12 7
         = =
          * 5 2 ()
         = =
         13
         || 02 || , , 훈, , , ||
         || 01 || , , , ||
         || 00 || 혜, ||
         || 99 || ||
         DeleteMe) ~ ^^;
         = =
          1. -> 5
          '' 편한 5 . .''
          1. 황 -> . : ZeroPagers .
          1. 트,
          1. 2학 토.
          1. 2학 트 -> JAVA .
          1. -> neocoin . IP 패킷 => ZeroPageServer => => (99' )
          ====>> 파 ( ). FTP . SSH2 .
  • 지도분류 . . . . 431 matches
          .
         ||["History"] ||ZeroPage ||
         ||[""]|| 황 ||
         ||["2012"] || 2012 , ||
         === ===
         ||["Java"]|| Sun, ||
         ||["Python"]|| ||
         ||["Jython"]|| ["Java"] 플 ["Python"] ||
         ||["Scheme"]|| MIT , 함 ||
         === ===
         || ["CVS"] || Concurrent Versions System. ||
         || SubVersion || SVN, ||
         || ["VisualSourceSafe"] || Microsoft Visual Studio ||
         ||["ExtremeProgramming"]|| Agile Methodology ExtremeProgramming ||
         || CodeConvention,CodeStyle || Code , ||
         || CodeCoverage || 한 Test Code ||
         || RegressionTesting || 회 트 ||
         === 학 ===
         ||[""]||
         === ===
  • MFC/DeviceContext . . . . 430 matches
          . GDI 함, . DC 한 포 API함 .
         DC .
         || MM_TEXT || x , y . ||
         || MM_LOENGLISH || x , y . 0.01inch ||
         || MM_HIENGLISH || x , y . 0.001inch ||
         || MM_LOMETRIC || x , y . 0.1mm ||
         || MM_HIMETRIC || x , y . 0.01mm ||
         || MM_ISOTROPIC || . x, y . MM_LOENGLISH ||
         || MM_ANISOTROPIC || . x, y . ||
         || MM_TWIPS || 0.05point (6.9x10^-4) . MM_LOENGLISH ||
          ''MM_TEXT DC . MM_LOENGLISH Y .[[BR]]
          SetViewportOrg() API 함, CDC::SetViewportOrg() .''
  • Metaphor . . . . 430 matches
          : http://www.extremeprogramming.org/rules/metaphor.html
          . ( ). 해하 . , . 템( 포) 택해. . 포 BOM(품표) . . .
         --> 해하. 히 포 ...
          ..
  • SpikeSolution . . . . 430 matches
          .
          . Visual C++ ? Visual C++ 2 . , . .
          (ex) DB 해 DB Install 하, DB query . 해
          XP Spike Solution. , . 하 Spike Solution ' ' . 통 Spike Solution 험한 . Spike Solution estimate . . 한편 , .
  • 정모/2012.8.22 . . . . 430 matches
          * : [], [], [], [], [], [], [], [], [], [], [], [], []
          * []학 Mac | Xcode | iOS . - 함-
          * : []
         == 학 ==
          * 회
          * 회
          * 회
          * 학회
          * [회]
         == 회 ==
          * 1 학회 활
         == ==
          *
          *
          * 회
         == PC ==
          * PC
          * PC
          * ( 12. 08. 22 ) . - [], [], [], [], [], [], []
          * - 6
  • IsThisIntegration?/하기웅 . . . . 429 matches
         == ==
          ..
          ^^
          (0 1/2) 트(a^2 - x^2) ~
         x= cos t 환하 ~ ( ??ㅋㅋ)
          !! ..ㅋㅋ
          .
          (1/2 , 트(3)/2) ~
          = + ~
          .
         (0,0) (1/2, 트(3)/2) (트(3)/2, 1/2)
         파/12 .
         y=트(3)x y=(1/트(3))x y=1/2
          * (트(3)/2) / 2 (0,0) (1/2, 트(3)/2) (트(3)/2, 1/2)
          .
          .
          ~
         == ==
  • MineSweeper/이승한 . . . . 429 matches
         = Mine Sweeper/한 =
         [2005/화] [2005/python] [ToyProblem]
          .
          .
         1학?? .
          ...-_-ㅋ;; C Array ??;;
          ;; ~;;
          . .
         [http://zeropage.org/pub/upload/.fla ]
         layer ()
         /////////////////////////
          size = 15; //
          quantityMine=100;//
          //size*size 2 set_all_num
         //
          trace(" " + i + " " + j + " : " + ++mine_count);
         // .
         // .
         blank symbol : 플 화하 .
          //
  • ProgrammingPearls/Column4 . . . . 429 matches
          * 100 Binary search . ? 90 Binary search .
          * .
          * Binary search .
          * correctness 해, assert .
          * Loop correctness
          * Loop 해 corret한 .
          * Verification 한 general한 principles .
          * Assertions : , , . assertion 확히 .
          * Sequential Control Structures : . assertion . 크할 .
          * Selection Control Structures : . , 확 assertion .
          * Iteration Control Structures : , 화, , 크해.
          * Functions : precondition - 함 - postcondition - 함 - .(...) "Programming by contract".
          * verification Test Case.
          * ''' correctness .'''
  • 피보나치/김준석 . . . . 429 matches
         태 for ;; -
          ㅋㅋ ...;; -태
         .. int pivo(present,next,p_num,num) <- int ;;?
          int형 ;;; -
         ! -
         /* pivo함
          pivo */
          /* 1 num1 */
          /* 함*/
          printf(" ? : ");
          /*pivo(,, , )*/
          printf("\n %d .\n",count);
         /*p_num : 10
          count 10 p_num 10
          p_num 1 0
          10 11
          if p_num 1
          (?!?!)*/
          if(!p_num) return; //p_num 0 if(!) return
          printf(" %3d : %d \t", num - p_num,present); // = -
  • ModelViewPresenter . . . . 428 matches
         MVC . MVP Model View Observer connection .
         MVP 3 .
          * Presenter - 트한. .
          * Selection - Model 화한. (Command .)
          * Command - (CommandPattern )
          * Interactor - 키 Command Selection 핑한.
          * View - ( ) .
          SeparationOfConcerns , .
         C++, Java . Smalltalk MVC , 해하 . framework-based MVP em . MVP client/server multi-tier 키텍 합하. MVP IBM OO Language 환 .
          IBM . ( -_-;) --[1002]
         []
  • UglyNumbers/1002 . . . . 428 matches
         === ===
          해하 ' 2,3,5 ?' 14 . .
          . 하 'isUglyNumber' , 하 . 'isUglyNumber' . ( )
         하, . (10 , isUglyNumber 10 .) 하, uglynumber (1 : 2^0*3^0*5^0, 2 : 2^1*3^0*5^0, 3 : 2^0*3^1*5^0, 4 : 2^2*3^0*5^0 ... 0,0,0 , 1,0,0, 0,1,0 , 2,0,0 .. .
         , '.. sort 해.' . 하, n . . 하, 함.
         [UglyNumbers/JuNe] . 2 . 한 3 http://www.acmsolver.org/?itemid=28#ggviewer-offsite-nav-9512048 해 & .
          .
          - . DamienRice 20080929
  • 데블스캠프2010/다섯째날/후기 . . . . 428 matches
         = ObjectCraft(: ) =
          * .cpp , class , 헤 , 화(?) 하 .
          ㅎ_ㅎ -[호]
          * . cpp !! .. .. ;; .. - []
          * C++ 2:2 패했
          =_=;;ㅋㅋ [홍]
         = (: ) =
          * [] () . 한 흥 패한 , . . 펙트 " ?" . . -- [] [[DateTime(2010-06-28T00:27:09)]]
  • 새싹C스터디2005/pointer . . . . 427 matches
          확한 포
         == ==
          .
         == ==
          .
         포 .
          printf("x = %d\ny = %d\n 환합.\n", x, y);
          printf("x = %d\ny = %d\n 환합.\n", x, y);
         === ===
          (array[0]) .
         int array[5] = {1,2,3,4,5} array[i] *(array+i).
          printf(" .\n");
          printf("\narray[2] %d\n", array2);
         === [호] ===
          &pb=2293616 pb=2293620 *pb=10 // pb a .
          // pc *pb . *pc pb . **pc *pb(==a) .
          pc () .
         &() -> 항 1 .
         () -> 항 .
          () . () . (pc = &pb)
  • 2002년도ACM문제샘플풀이 . . . . 426 matches
         == ==
          * [http://cs.kaist.ac.kr/~acmicpc/problem.html 2002 플] . [""] [""] ' 화' TDD Refactoring OOP . ... . 펙토 .
          '' . , . . 팩토 , (DoItAgainToLearn) . 팩토 ? 편하 ? --JuNe''
         == ==
         === A ===
         ["2002ACM/A"]
         === B ===
         ["2002ACM/B"]
         === C ===
         ["2002ACM/C"]
         === D ===
         ["2002ACM/D"]
         === E ===
         ["2002ACM/E"]
          * ... --
          * --
  • teruteruboz . . . . 426 matches
         * 홈페!! http://teruteruboz.joa1004.com
         한 !!
         = 학?! =
         20021001 02학 !! >_<
         == .. ==
         .. .. .. ..
          ~
         == ==
         {{{~cpp . .. ~ ^-^
          .. !!! >_</}}}
         {{{~cpp 한 ~ ^_^ .
          1학 .. ..하 ~
          ..
         .. ....
          !! !! !!! }}}
         == !! ==
          * ["/"]
          * ["MagicSquare/"]
          * ["NumberBaseballGame/"]
          * ["RandomWalk/"]
  • 새싹교실/2012/주먹밥/이소라때리기게임 . . . . 426 matches
         = =
          * . - []
         #include<math.h> //Rand
         //
         ///
         #define USERNUM 1 //
          void (*func)(PLAYER *, PLAYER *); //
         //select .
         //////////////// .
         int gameinit(PLAYER *); //
         int printplayerstate(PLAYER *, PLAYER *); //
         int gameprocess(PLAYER *, PLAYER *); //
         int playersave(PLAYER *); //플
         int playerload(PLAYER *); //플
          {1,"",{50000,1000,5000,5000}},
          {2,"",{20000,500,15000,15000}},
          {3,"힐",{15000,1000,1500,1000}}
          // , .
          PLAYER sora = {"",{100000,SORAHEAL,SORAKICK,SORAPUNCH}};
          srand(time(NULL)); //Rand .
  • CommentEachOther . . . . 420 matches
          , , . . CommentEachOther [AOI] LittleAOI . , . principle . , , . 토 트 페 . . ? (!) .~ -
  • VMWare/UsefulFunctions . . . . 420 matches
         = VMWare =
         VMWare . VMWare Tools VMWARE .
          VMWARE TOOL 호환 함. ( VMWARE , 투 DD . , 페 함.)
          . NAT FTP .
         하 VMWARE FS 팅 하 .
         하 , NTFS VMWARE , .
          IDE VMWARE 호 VMWARE TOOLS .
  • 금고/문보창 . . . . 420 matches
         == ==
          , , . n, k , O(nk). .
         == ==
         T(n, k) n k . n k , T(n, k) 횟 트 할 .
          n . , T(b, k) , T(a, k-1) . a, b .
         {{| max{ T(b, k), T(a, k-1) } + 1 |}} .
          T(b,k) > T(a, k-1) T(b,k) < T(a,k-1) n = a + b + 1 한 n T(n,k) 횟트 할 . T(b,k) = T(a,k-1) .
         {{| T(a+b+1, k) = T(b,k) + 1 = T(a,k-1) + 1 |}} . a b . T(1, k) = 1, T(n, 1) = n .
         == ==
         []
  • 숫자를한글로바꾸기 . . . . 420 matches
         === ===
          : .
          ex) 234 ->
         === ===
          10 .
         === ===
         1234 .
          : 1234
          :
          - ?
         === ===
          || || || || ||
          || 호 || C || || [호/] ||
          || 태 || C/C++ || || [/태] ||
          || || C || 4h || [/] ||
          || 태훈 || C || 40min || [/태훈zyint] ||
          || 허 || C || 1h || [/허] ||
         === ===
          * TestDrivenDevelopment . . DevilsCamp TestDrivenDevelopment . MSN boy idaizy.com . 한해 . -
         [LittleAOI] []
  • 3n 1/이도현 . . . . 419 matches
         ==== ====
         ==== ====
          Accepted .
          . 하 한 테 .
         ==== ====
         1. 2 . ( )
         2. . (& ), 2(right shift 1) - .
         3. 확한 파 . - .
         4. - .
         ==== ====
          // !!
          // (for )
          temp = cycle_length(i); // cycle legnth
          max_count = temp; // 큰 max_count
         // cycle length
          int argument = input; //
          int count = 0; //
          //
          // LSB 0 , 1 .
          // 2 right shift .
  • 3rdPCinCAUCSE/ProblemB . . . . 419 matches
         B : 형. : rect.c or rect.cpp
          , 평행하. . , , 하 포함 할 , .
         === ===
          . T(10 하) . T . , . x 표, y , x 표, y. , x y 1 1000 .
         === ===
          . T . . T .
         === ===
         === ===
         [3rdPCinCAUCSE],[]
  • IsThisIntegration? . . . . 419 matches
         [http://online-judge.uva.es/p/v102/10209.html ]
         === ===
         :A(A,B,C), :(,통,), :3(1~4)
          형 ABCD . AB = BC = CD = DA = a . A, B, C, D a . A B D . . . .
          a(0≤a≤10,000.0) . 파 .
         , . . , , .
         === ===
         || || || || ||
         || 하 || C++ || 2 || [IsThisIntegration?/하] ||
         || 허 || C++ || ? || [IsThisIntegration?/허] ||
         || || C++ || ㅡㅜ || [IsThisIntegration?/] ||
         [] []
  • ProgrammingLanguageClass/Report2002_2 . . . . 419 matches
          * 해 포트
          * Visual C++(6.0) Visual Basic(6.0), Java(JDK1.4) 한 테
          *
          * type-compatibility () 한 평.
          ''DeleteMe) name-compatibility structured-compatibility --''
          * 한 평
          * functional side-effects operand 한 평 . -
          1. To identify a situation in which the add operator would not be associative;
          * "add" (operator)
          * Intel Pentium processor
          * . .
          * 통, floppy diskette , 테트한 .
          * . .
          * , , .
  • intI . . . . 419 matches
         
          ..
          i ? ^^
         
          . 큭.. ^^;;
          0.
          ..
          . ^^
         C i-_-
          i ?? a b i ??
         integer i ?? int i ?? 80 C int i ??
          -_-ㅋ -
         DeleteMe) ;; -
          for while i iterator i - [(namsang)]
         
         i++ 한 0 i 1 i++ 한 i
         포트 .. , 하 -
         [토]
  • 정모/2013.6.3 . . . . 419 matches
         = =
         [],[],[훈],[],[],[희],[],[],[형],[훈],[],[],[],[]
          .
          * [] 학 - -
         <OMS > ! - [](EC) 학 -( 13 표 )
         = =
          * 학회 . 학 .
          * 트 회 .
          * .
          * .
          * [] 학
          *
          * .
          * PPT 통해 .
         = =
          * ㅡㅡ -[]
          * , subgroup 형 트 회 . . . - []
          * ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ - []
          * .ㅋㅋㅋ -[]
         [2013],[]
  • 수면과학습 . . . . 418 matches
         [""]
         === ===
         1. :
          a.
          a. 1 , 2 , 3 :
          a. 4 : ,
          a. Rem ( rapid-eye-movement sleep ) : ,
         1.
          11 ( Gulevich, Dement&John(1966) )
          1, 2 7%
          4 68%
          REM 53% 회
          ==> 회 , REM , , 파파 .
         1. - 합학 . (Tani & Yoshii-1970)
          ==> .
         1.
          * Jenkins & Dallenbach(1924)
          * 1 : 휘 학 , 8
          * 2 : , 8
          * ==> .
  • 지금그때2006 . . . . 417 matches
         2006 4 7 7 4회 [] .
         = =
          험하 . . . [] , .
         = =
          4252
         = =
         6:30~
         7:00~ ,
         7:30~
         8:00~
         8:20~ OST,
         9:10~ ,
         9:40~
         .
         = =
          == ==
          , , 허, 태,
          == 토 ==
          [] [MindMap].
          [2006/20060317]
  • TugOfWarInput . . . . 416 matches
          100 . 1 450 .
          TugOfWar ( ) 10 .
          TugOfWar . (50,50,100,200 150,250, 200,200 ) .
          ...
          . 50, 50, 100, 200. . (하 2 ) 150, 250 . 200, 200 . "한" 테 포함하 .
          , 50,50,100,200 . 하 Programming Challenges 50,50,100,200 패한.
  • 2학기자바스터디/운세게임 . . . . 415 matches
         
         
         = =
         Date Calendar 클
          Date today = new Date(); // today Date
          System.out.println(today); // today String
          한 형 SimpleDateFormat 클 .
          SimpleDateFormat dateForm = new SimpleDateFormat("yyyy MM dd hh mm ss"); //
          System.out.println(dateForm.format(today)); // today Date dateForm
         
          || || ||
          || y || ||
          || M || ||
          || d || ||
          || h || (1~12) ||
          || H || (0~23) ||
          || m || ||
          || s || ||
          || S || 1/1000 ||
          || E || ||
  • CMM . . . . 415 matches
         Capability Maturity Model. Software 평. ISO 표 ["SPICE"] .
          CMM Level 3 함.
          * SW-CMM : Capability Maturity Model for Software.
          * P-CMM : People Capability Maturity Model. 화하 화하
          * SA-CMM : Software Acquisition Capability Maturity Model.
          * SE-CMM : Systems Engineering Capability Maturity Model. SW-CMM
          * IPD-CMM : Integrated Product Development Capability Maturity Model.
          * CMMI : Capability Maturity Model Integration. 통합
          * [http://www.zdnet.co.kr/hotissue/devcolumn/article.jsp?id=38590 2001/06/06 ]
  • KIV봉사활동/자료 . . . . 415 matches
         [[pagelist(KIV)]]
         = =
         == ==
         [[include(KIV//)]]
         == ==
         === 화 ===
          * : ''( 포함 ) - ''
          * 태(O) -
          * 해(O) -
          * 홍 (O) -
         === / ===
          * 킥(X) 1화~10화 -
         === / ===
          * (X) -
          * & - ( . 한, , , , )
          * & - Smile Boy (Rock Ver) - //
          * (X) -
         == ==
         === 화 ===
          *
  • C++Seminar03/SimpleCurriculum . . . . 414 matches
         [C++Seminar03] 행하 . . 페 , 하 [].
          DeleteMe) , '' . -
          * : , 호,
          * : {{{~cpp The Little Man Computer}}},
          * Recursion Iteration 한 학 해. (DeleteMe '학' . 학.. Factorial . - 택)
          * [AcceleratedC++] & 해하
          .... ?
          * : [택]
          * : [EmbeddedSystem] .
          .. . .. (?) ... .. --
          03 . 3 ~ 4 1 . . . --
         []
  • 데블스캠프2009/수요일 . . . . 414 matches
         = 2009/ =
         == ==
         == ==
         || || || || ||
         || || RootKit || Windows IA32 . 트킷 || ||
         || || (OOP) || OOP 해, . OOP . || ||
         || || Simple Java & JUnitTest || Java ,[[br]]JUnitTest 통해 TDD . || Test[[br]] ,[[br]]Java 통한 OOP [[br]] 행하 . ||
          * [2009//JUnit]
         == ==
         || 09 || , , , , 호 ||
         || 08 || , ||
         || 06 || , , ||
         = =
         || || || ||
         ||pm 09:00~11:00 || RootKit || ||
         ||pm 11:00~12:00 || Java , || ||
         ||pm 12:00~01:00 || || ||
         ||am 01:00~02:00 || OOP || ||
         ||am 02:00~03:00 || OOP || ||
         ||am 03:00~03:50 || -> Test || ||
  • 정모/2013.8.19 . . . . 414 matches
         = =
          * [], [], [], [태헌], [형]
          * [형] 학 "판 "
          * : [] 학
         = =
         == 학회 ==
          * 활 .
          * 획합.
          * . 키트, .
          * 'MAKE' , . 행 해 .
          * 키 행했.
         == PC ==
          * (26) 1 PC .
          * PC .
          * . .
         == 학회 ==
          * , 학회 .
          * 학회 학회 행합.
         = =
  • ZeroPage가입관련 . . . . 413 matches
         ZeroPage
         
          a. . ->
          b. .
          c. ()
          d. FAQ .
          *
          * .
          * .
          * . .
          * ? ^^
          * (편,, 포함) , .["ZeroPagers"]
          * ["ZeroPagers"] . . {{{~cpp EditText}}} .
          * .. .
          * .[""]
         [""]
  • 박원석 . . . . 413 matches
         . ZP .
         == 표 ==
         태
         == 획 ==
         
         == ==
         
         == 하 ==
         태
         == 하 ==
         
          a.
          *
         == 학 ==
          . . . . ! . 통해 . . . .
         == ==
         .....-_- OTL []
         || || 1 ||
         || || 2 ||
         [홈페], ZeroPagers
  • 새페이지만들기 . . . . 413 matches
         페 .
         ''' 1'''. Go . 해 .
          페 한 템플 .
         ''' 2()'''. EditText {{{[["페"]]}}} . . 해 , 해 .
         <!> '''항'''. 페 [["페"]] .
         '''2''' TopDown . 해 Parent . ''' 1''' BottomUp . & 통해 Parent .
          Zeropage (''' 2''') 흐트 . -
         [[""]]
  • 2학기파이선스터디 . . . . 412 matches
         == ==
          * '''12 8 '''
          * : 5
          * : 5
          * : 8() 5 . * : ( )
          * : 황, , , ,
          ( .)
          * . -
          * . -
          * . -
          * , ? -
          * .흐흐흐 - [Leonardong]
         == ==
          === (915,17) ===
          [2학/if, for, while, 형]
          [2학/]
          [2학/ 튜플, ]
          [2학/함]
          [2학/]
          === (922) ===
  • LIB_2 . . . . 412 matches
          통해 한 [[BR]]
          .
          interrupt 한 함 .[[BR]]
          RET IRET .[[BR]]
          IRET [CS]:[IP] FLAGS PUSH하 .[[BR]]
         PS RET [CS]:[IP] PUSH하 .[[BR]]
         하하 ..[[BR]]
          화 해 [[BR]]
          화 하 [CS]:[IP]
          LIB_ISR .
          0x08 4 *4
          .. 해..^^;
          ...
          TSR .. ...
          .
          ?? [[BR]]
         High_Task . 택 포 .
  • ProjectSemiPhotoshop . . . . 412 matches
         2002 2학 Object Programming ''' ,태, ''' 트 페 .
         === ===
          * [""] : ZeroPage .
          * ["태"] : 회 . 한 .. 해 ZP.. >.<
          *
          === ===
          * () ~ 11. ?
          === ===
          * integration,
         == 크 ==
          * ["ProjectSemiPhotoshop/"]
          * ["ProjectSemiPhotoshop/"]
          * ["ProjectSemiPhotoshop/항"] - .
          * ["ProjectSemiPhotoshop/SpikeSolution"] - 해 .
          * ["ProjectSemiPhotoshop/"] - .
          * ["ProjectSemiPhotoshop/Journey"] - , , .
          * [http://165.194.17.15/~neocoin/jsboard/list.php?table=pds ProjectSemiPhotoshop/] - .
          * 히 하...-.ㅡ;;; .... --
          * 1. (), 2. SPEC 3. 회 3
          * 100~400 .
  • ZeroPage회칙토론 . . . . 412 matches
         페
          * 회 :
          *
          * .
          * 회 &
          * [""]
          * ["회"]
          ZeroPage . . --
          ["neocoin"]: ? --
         회 "'2 3항 회'" ? ... ^^;; --[""]
          ["neocoin"]:, , --
          index , 함.--
         회 ( ) 함. --
          . 1 ? --[Leonardong]
         ["토"],["ZeroPage회"]
  • 새싹스터디2007 . . . . 412 matches
         = ? =
          * 2007 1학 한 페.
         = 황 =
          * 2007/4/3 4613
         = =
          * . .
          * .
          * 페 2007/!
         == (01) ==
          * : 호(07) (07)
         == 하(01) ==
          * : (07) (07) (07) (07)
         == (02) ==
          * : (07) (07) 한(07)
         == (02) ==
         [2007/]
         == (04) ==
          * : 호(07) (07) (07)
         == 태(05) ==
          * : 황(07) 훈(07) 태(07)
  • 헝가리안표기법 . . . . 412 matches
         Hungarian Notation(표)
         10, 15 Microsoft . MS .
          . .
          . 한 표 count cnt . - [http://dasomnetwork.com/~leedw/mywiki/moin.cgi/_c7_eb_b0_a1_b8_ae_be_c8_20_c7_a5_b1_e2_b9_fd?action=edit ]
         []
  • TheGrandDinner/하기웅 . . . . 411 matches
         == ==
         - algorithm ..ㅋㅋㅋ
         - 한 ~
         == ==
         - .
         - .
         - .
         == ==
         -
         - 테
         -
         - 0 .
         - 0 return false.
         - 0 '1'
         - 0 '0'
         == ==
  • 정모/2004.12.20 . . . . 411 matches
         = =
         2004.12.20 2학 .
         12 XP 4411 .
         2 .
         == ==
         ''' '''
          * 함.
          * .
          * 함.
         == ==
         || || ||
         || [] || XP ||
         == ==
          ~ ^ ^
          ~^ ^
          , .
          !! !! !!
          XP
         회 행할 .
          , , 환, . >__<ㅋ
  • 2010JavaScript/역전재판 . . . . 410 matches
         = html 파 =
         <title>판</title>
         <div id='chugoong'></div>
         <div id='jesi'></div>
         
          .
          <span class='think'>(span )</span><br>
          키 <span class='keyword'>키!!</span> ㅎㅎ
          x2 .
         = css 파 =
         #basewindow { /**/
         #text { /**/
         #human { /* */
         #name { /*(텍)*/
         #chugoong { /* */
         #jesi{ /* */
         #item_box { /* */
         #item_pic { /* */
         #item_text { /**/
         span.text { /* */
  • ProjectVirush/ProcotolBetweenServerAndClient . . . . 410 matches
         || || Client || Server || Client || Server ||
         || || login id pw || login true || , 호 || 황||
         || 회 || join id pw e-mail || join true || , 호, || | ||
         || || quest || {} {} {} || "quest" || . ex) questList 1|1|1|2|2|2 ||
         || 택 || showmap 1( 호) || showmap Server || () || showData + 1 1 항1 + 2 2 항2 ... ||
         || || showlab || showlab Server || . || showLab + 1 1 항1 + 2 2 항2 ... ||
         || || experiment || experiment Server || || 3( , 해, ) 7-8 ex) experimentData 8 host8 antibody8 virus8 ||
         || || make DNA || make true || || make false ||
         || (zone->lab) || reserve getHuman 1( 호) 2006:1:16:12:19:14 || reserve true || 호, , || ( , => X) ||
         || (lab->zone) || reserve setHuman 1( 호) 2006:1:16:12:19:14 || reserve true || 호, , || ( , => X) ||
         || 트 || getList || actList ... (ex actList 1 getHuman 10 10) || 트 || , , ||
  • RandomWalk/황재선 . . . . 410 matches
         === 2004 ===
          cout << " ?(3 40)";
          cout << " ?(2 20)";
          cout << ", . ." << endl;
          cout << " .";
          cout << " .";
          cout << " . ." << endl;
          cout << "\n 한 횟 : \n\n";
          cout << "\n : " << count << endl;
         === 2005 ===
         //
         // floor 행(row)
          cout << "n()(3-40): ";
          cout << " . n()(3-40): ";
         // floor (col)
          cout << "m()(2-20): ";
          cout << " . m()(2-20): ";
         // x
          cout << "X : ";
          cout << "X : ";
  • 정모/2007.1.19 . . . . 410 matches
         * .
         = 회 =
         15
         == ==
         , , 태, , 한, 허
         == 회 ==
         1. MT
          * ? - 2
          * ?
          )
         
          ()
          ()
          MT ZP .
          태형??
          (). - >
          * : ( )
          * MT? ? ?
          * MT? -> .
         2.
  • AKnight'sJourney . . . . 409 matches
         === ===
          해 ''' ''' 행하 . 8*8 . .
         === ===
          N . N 포함 . P Q , 1<= P * Q <= 26 . P*Q P 1, 2, ..., p , Q A, B, C, ..., Q .
         === ===
          1. "Scenario # I:" . '''() ''' . , ABC, 123 . . , .
         === ===
         || || || || ||
         || [] || . || - || [AKnight's Journey/] ||
         || [] || || || [AKnight's Journey/] ||
         [http://poj.org/problem?id=2488 Problem A Knight's journey], [], [ACM_ICPC/2011]
  • CppStudy_2002_2/슈퍼마켓 . . . . 409 matches
         = =
         
         1.
         2.
         3.
         4.
         5.
          :
         1. ...
          >>
         2. ...
         
          1. 1000
          2. 1200
          3. 5000
          >>
          >>
         3. ...
         
          1. 3
  • MobileJavaStudy/Tip . . . . 409 matches
         J2ME 한 팁.
         == 템플 ==
         == 파 ==
         == 항 ==
          * .
          * System.gc() 함 행해 .
          함. ..;; --[""]
         == destoryApp unconditional ... ==
         {{{~cpp destoryApp}}} {{{~cpp unconditional}}} {{{~cpp boolean}}} . {{{~cpp MIDlet}}} {{{~cpp DestoryApp}}} {{{~cpp MIDlet}}} {{{~cpp Destroyed}}} , {{{~cpp MIDlet}}} {{{~cpp MIDletStateChangeException}}} {{{~cpp Destroyed}}} . 하 , {{{~cpp unconditional}}} . {{{~cpp unconditional}}} {{{~cpp true}}}
         {{{~cpp MIDletStateChangeException}}} , {{{~cpp false}}} {{{~cpp MIDletStateChangeException}}} {{{~cpp Destroyed}}} .
          {{{~cpp destroyApp}}} {{{~cpp MIDletStateChangeException}}} {{{~cpp unconditional}}} {{{~cpp false}}} {{{~cpp MIDletStatChangeException}}} {{{~cpp true}}} {{{~cpp Destroyed}}} .
  • Squeak . . . . 409 matches
         == ==
          토크(Smalltalk). 토크 . , ()히 . 토크 ! ! . 토크 ! . 히 '' . ;) ( http://squeak.or.kr )
         == ==
          *
          *
          *
          * ( ? )
         == 크 ==
         == ==
          * . ( ) . 하 -
  • SuperMarket . . . . 409 matches
         = =
         
         1.
         2.
         3.
         4.
         5.
          :
         1. ...
          >>
         2. ...
         
          1. 1000
          2. 1200
          3. 5000
          >>
          >>
         3. ...
         
          1. 3
  • UglyNumbers/송지훈 . . . . 409 matches
         == ==
          * 함. 1500 1
          .
          * 2, 3, 5 .
         == ==
          . 900 2 ,
         1000 7 ...
         1500 ... 76 ...
         #define LIMIT 1500 //
          clock_t start,end; // .
          target = 1500; // 1500 .
          start = clock(); // .
          if(num == 1) { // 2, 3, 5 1 .
          arr[index] = i; // 1 .
          end = clock(); // .
         == ==
         
         sorting .
         
          .
  • 만년달력/곽세환,조재화 . . . . 409 matches
         == ==
         ~~ *^^* 해할 함~~ ㅠㅠ ...
         bool isYunYear(int x); //
         int monthDays(int x,int y); //
          int year, month; // year,month ,
          cin >> year >> month; // year , month .
          int weekDay = (year + yunYearTotal) % 7; // (year+z)%7 1
          weekDay=( weekDay+monthDays(year,i+1)%7 ) %7; // .
          cout<<""<<"\t"<<""<<"\t"<<"화"<<"\t"<<""<<"\t"<<""<<"\t"<<""<<"\t"<<"토"<<endl;
          cout << i+1 << "\t";//
          if(weekDay==7)//0~6 ~토 .
         bool isYunYear(int x)//
         int monthDays(int x, int y)//
          return 31;//1 3.... 31 .
          else if( y==2)//2 29 28...
          else// 30
         함 . ...
         bool isYunYear(int x); //
         int monthDays(int x,int y); //
          int year, month; // year,month ,
  • 주요한/노트북선택... . . . . 409 matches
          * [http://www.caucse.net/DongmunBoard/view.php?table=board_alumni06&page=1&id=172&search_condition[subj]=&search_condition[period]=&search_condition[text]=&search_condition[category]= 1]
          * [http://www.caucse.net/DongmunBoard/view.php?table=board_alumni06&page=1&id=180&search_condition[subj]=&search_condition[period]=&search_condition[text]=&search_condition[category]= 2]
          .. .. .. .. ㅋㅋ ...
          [http://kr.dcinside14.imagesearch.yahoo.com/zb40/zboard.php?id=notesell nbinsde] S38LP 158 ,, 290 ,,
          , IBM , http://nbinsde.com ... .. - [(namsang)]
         === ===
         . ..-_-;; [택]
          ; /택 << 확하.
          , ~^^ - [허]
         -_-;; ?? -
          .. ! ㅋㅋㅋ ㅋㅋ ㅋㅋ - [허]
  • StacksOfFlapjacks/이동현 . . . . 408 matches
         == ==
          ;;
         해 0~n flip(1) n .
          0~n-1 .. n .
          .
          .
         == ==
         //Stacks Of Flapjacks:2005.04.15
          int* cake; //
          int arr_size; //
          void flip(int n){ //n !
          int searchBigIndex(int end){ //0~end index index.
          bool isEnd(){ // .
          cout << "0\n"; // 0
          if(searchBigIndex(j)==j) // .
          if(searchBigIndex(j)!=0) // .
          while(cin >> arr[j]){ // ^Z(EOF) .
  • 2학기파이선스터디/서버 . . . . 407 matches
         == ==
         lock = thread.allocate_lock() #
          def __contains__(self, name): # in
          lock.acquire() #
          #
          conn.send('[%s] Welcome!\n'%name) #
          print len(self.users), 'connections' #
          lock.acquire() #
          print len(self.users), 'connections' #
          # .
          #
          #
          #
          name = self.receiveline().strip() #
          #한 .
         == ==
         lock = thread.allocate_lock() #
         # def __contains__(self, name): # in
          lock.acquire() #
          #
  • 새싹교실/2013/양반/7회차 . . . . 406 matches
         = 크 =
         ||||||
         |||| ||
         ||훈|| ||
         |||| ||
         = =
         == 획 ==
          *
          *
          *
          *
         == ==
         == ==
         == ==
         = =
          : F4(ThreeFs + Future Action Plan) .
          : ThreeFs, ThreeFs(크), FiveFs(크)
         
         Facts, Feelings, Findings, Future Action Plan. , , , , 획.
          : " 5 .() .() .() .( 획)"
  • 정모/2003.9.9 . . . . 406 matches
         == ==
         || 01 || 호 ||
         || 02 || ||
         == 회 ==
         === ===
          * 02, 03 , , .
         === ===
          * .
         === ===
          * 02 , .(회 .)
         === ===
          * . .
          * . 한하 . , . 9 , . --NeoCoin
         ==== 회 ====
          * . 4 .
         ==== ====
          * .
         ==== ====
          * , .
         [""]
  • PreparedParticipantPattern . . . . 405 matches
          품([]) , , . .
         ''' , . , .'''
         ,
         ''' . 통해 . - , '''
         []
  • SoftIce . . . . 405 matches
          * Device Driver , Crack, Debug 한 툴
         = =
          * 3.2 함.
         == 항 ==
          * ㅜㅡ
          * VS 2005 1 2 . VS2003 . .. VS 6.0 함.
          * , . 행 해 함. .
          * None , Video 테 함. SoftIce Boot Manual .
          * ,, ESC ESC SoftIce 함.(ESC )
          * Device Driver .. .
         = Device Driver =
          * DDK, SDK 2003 ..
  • 새싹교실/2012/아우토반 . . . . 405 matches
         = =
         == ( ) ==
          : 3 ~ 5
         || || ||
         || 학 || ||
         || || ||
         == ( ) ==
          : 9 ~ 11
         || || ||
         || 학 || 태헌 ||
         || || 희 ||
         = 표 =
          > ''' 통해 , , !!'''
          * 통해 C , . - []
          * !!! ! -[]
         = =
         == ==
         1회 [/2012///3.22]
         2회 [/2012///3.29]
         3회 [/2012///4.5]
  • 진법바꾸기 . . . . 405 matches
         === ===
          : (d), (n) n .
         === ===
          * 2~24 .
          * (d) 0 .
          * 10 d 5 .
          * n 2 ~ 24.
         
          10 = 2701
          = 16
          = A8D
         === ===
          || || || || ||
          ||[허]|| C || 1 || [/허] ||
          ||[태]|| C/C++ || . || [/태] ||
          ||[]|| C++ || 10 || [/] ||
          ||[]|| C || 1 30 || [/] ||
         === ===
          * 24 . ^-^;;; --
          * . 16 10~15 A~F , . A8D 10 8 13 . --
  • 3N+1Problem/1002_2 . . . . 404 matches
         === ===
          . .
          , UglyNumber (DynamicProgramming). .
         n
          n count cycle Length , caching .
          5, 행.
         === ===
          '' ( ) . 10 , .
          ''{{{~cpp CycleLength.value}}} [] ... . --[]''
  • BlogLines . . . . 404 matches
          [RSSAggregator]
          ... publication . ? . 한 reader , web interface platform-independable 하 . - [eternalbleu]
         [1002] FireFox + Bloglines . ( FireFox + Sage 합) , , , . , , Recommendations Subscribe Bookmarklet, feed . , : () . 크해 . --[1002]
         DeleteMe) Aggregator ?
          feed demon ... ㅡ.ㅡ;; watch ;; xpyder, yeonmo .. .. . tatter . - [eternalbleu]
  • ComputerGraphicsClass/Exam2004_2 . . . . 404 matches
          , . ( )
         폴 3 , 화하 .
         폴 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) 형태 .
          ,
         () 형태(Three basic forms of curves) , 형태 합한 .
          knot vector
         
  • DirectVariableAccess . . . . 404 matches
          팅해?
          . , , 하 , . . , 항 .(setter,getter .)
         토크 IndirectVariableAccess 호했. DirectVariableAccess .
          '. x ' 하 ,
          '. x.' 할 .
          , '클 , getter/setter . .' .
         하 , setter/getter , IndirectVariableAccess .
          .
  • RandomWalk/임인택 . . . . 404 matches
         ToyProblems RandomWalk .
         === 1 : 2학 ( Iterative한 ) ===
         === 2 : 1 [STL] [Refactoring] ===
         === 3 : Recursion ===
         === 4 : OO ===
          - OO ...(Roach Board []). DesignPatterns .. [Refactoring] 해 함..
          System.out.println(" : " + (roaX+x) + ", " + (roaY+y));
          System.out.println(" : " + roaX + ", " + roaY);
         === 5 : CSP ===
          TokenRing ( . BadSmell . PC ... :( ) CSP 합하 . m by n TokenRingNetwork 형태 . . TestDrivenDevelopment . .
          * Time: 10:29:36
          * Time: 10:58:58
          * Time: 4:7:20
          * . ... :)
  • UseSTL . . . . 404 matches
          * STL Tutorial and Reference Guide Second edition Tutorial
          * [[HTML(<strike> 2 Overview 1~15 </strike>)]]
          * [[HTML(<strike> 4 Differ from other lib 1 </strike>)]]
          * [[HTML(<strike> 5 Algorithm 1~34 </strike>)]]
          * 6 13 [[HTML(<strike> 1 2 3 4 5 6 7 8 </strike>)]]
          * 7 6
          * 8 4
          * 9 3
          * 10 2
          * 11 2
          * Port
          * 5 . 6 . --[""]
          * C++ STL . --[""]
          * .. 허.. .. Effective STL .. .. 휴 Generic Programming and the STL .. ㅡ.ㅡ--["태"]
          * STL STL Tutorial and Reference Guide Second edition ? 펙티 STL ..-.-a -
          * , --NeoCoin
          * .. .. ^^;;;;; --["태"]
          * .. 1 10000 , . Boolean 10000 트 했 .
         [""]
  • 송치완 . . . . 404 matches
         == ==
          * 1992 5 22
          *
          * 11학
          *
         == ==
          * 2011
          * [/2011/]
          * 1학 1학
          * Zeropage 20
          *
          * 1학 2학
          * 2012
          * 4 23
          * 6 1
          * 6 21
          * 10 1
          * 2013
          * 4 1
          * 11 1
  • 알고리즘8주숙제 . . . . 404 matches
         Optimal Binary Tree Dynamic Programming . O(n<sup>2</sup>) . .
          input . . . key , (확 1 ) . 하 패하 . .
         Inorder 통해 , .
         !! : , .
         플 Output beta root . . .
         || [8/test] ||
         ===== =====
         || || || ||
         || || || [AproximateBinaryTree/] ||
         || || || [8/] ||
  • 2002년MT . . . . 403 matches
         === ===
          * .
         === , ===
          * 7 15 탑 (확히 ?)
         === 통편 ===
          1. . .
          1. .
          '' ... - 택''[[BR]]
          .. .. -zennith
         === ===
          ... .. (zp ..)
          * , , , , , , , , , 휴, 판,
          * .~, ..
         === ===
          * 학 .. ( ~)
          * .. 2 , ..
          || 학 || || || ||
          || 00 || 훈 || || ||
          || 00 || 택 || || &회 ||
          || 01 || 협 || || - ||
  • NumericalExpressionOnComputer . . . . 403 matches
         = =
          2, 8, 10, 16 4 함. 2 , 8 12bit, 36bit 3 bit archi . ( , C/C++ .) 10 편하 . 16 2 .
          2 10 확하 , 10 함. but 10 2 확하 , 2 확한 함.
         == ==
         == ==
         
          ~ - [eternalbleu]
          ...?? -
  • OurMajorLangIsCAndCPlusPlus/locale.h . . . . 403 matches
          : 허
         location specific information setting 하
         == ==
         #define LC_ALL (integer constant expression) 한 환
         #define LC_COLLATE (integer constant expression) (string) (sort order collation)
         #define LC_CTYPE (integer constant expression) (, , 한 , ), 환,
         #define LC_MONETARY (integer constant expression) ( , , , )
         #define LC_NUMERIC (integer constant expression) (, , )
         #define LC_TIME (integer constant expression) (, , ) strftime(), strptime()
         == lconv ==
         == 함 ==
         || 함 || ||
         || struct lconv* localeconv(void); || lconv location setting . ||
         || char* setlocale(int category, const char* locale); || category locale (, ), . ||
         == setLocale ==
          /* . */
          /* setlocale() . */
          /* subroutine 행한. */
          /* . */
  • 중재자패턴 . . . . 403 matches
         ... . 형편 , ([통]), ([]) . .
         ''' , . , 패할 .'''
         ,
         ''' , . , 행할 택하.'''
          . , , . . .
         []
  • Applet포함HTML/영동 . . . . 402 matches
         * ... HTML 트하 ftp . , . ftp ... [http://165.194.17.15/pub/util/WinSCP2.exe WinSCP 2.0 Beta]
         = 크 =
         ... . ...
          , .
         ... ?[[BR]]
         DeleteMe .
          .
          Apache /public_html . See Also ["ZeroPageServer/Telnet"]
          , ~/public_html test.txt , http://zeropage.org/~rimyd/test.txt
          .
         = =
         = =
         DeleteMe 한 . jre applet , jre pc jre 1.4.0_03 .
          , applet .
         ["JavaStudyInVacation/황"]
  • ExtremeBear/VideoShop/20021105 . . . . 402 matches
         ===== =====
          * PairProgramming TDD .
          * TDD PairProgramming . ( 트)
          * TDD .
         ===== 혜 =====
          * 포함해 .
         ===== 협 =====
          * 5 PairProgramming . TDD .
          * PairProgramming TDD ( ) .
         ===== =====
          * 5 히 했. .
          * .
          * CRC .
         ===== 희 =====
          * JAVA .
          * PairProgramming .
          * 할 . .
         ===== =====
          * TDD .
          * Test .
  • PNGFileFormat/FileStructure . . . . 402 matches
         == 파 ==
          PNG 파 PNG chunk .
         === 1. PNG file ===
          * PNG파 8 .
          * chunk .
          * Length : 4트. Length, Chunk Type, CRC 포함 .
          * Chunk Type : 4트. 함(편함. 해). , .
          * Chunk Data : Type . 0 .
          * CRC : Chunk Type + Chunk Data 한 4 트 CRC .
         === 3. Chunk ===
         === 4. CRC ===
          * IHDR chunk , .
          * Width : 픽
          * Height : 픽
          * Bit depth : 하 플(픽 )
          * Compression method :
          * Filter method : . Compression .
          * Interlace method : .
          * PLTE chunk : 256 . R, G, B )
          * IDAT chunk : . IDAT . (see also [PNGFileFormat/ImageData])
  • AttachmentMacro . . . . 401 matches
         == ==
          {{{attachment:파.확}}} .
         파 , 파 .
         /!\ Attachment {{{[[Attachment(hello.png)]]}}} . '''attachment:''' .
         == ==
         /!\ 키 1.0.9 .
         === ===
         === caption, alt, title ===
         /!\ 키 1.1.3 CVS
         attachment:foobar.png?title=""
         === ===
         /!\ 키 1.1.3 CVS
          config.php {{{$use_convert_thumbs=1}}} .
          .
         /!\ 1.1.3 . 1.1.3.1 .
          .
         == GUI ==
         키 1.1.3 WikiWyg GUI .
  • CivaProject . . . . 401 matches
          API C++ .
         === & ===
          * 클 .
          * 파 typedef .. Array ..
          * .
         === & ===
          * .
          // 크.
          // ...
          // 크.
          // 크.
         === & ===
          * 크해 ,
          * .
         === & ===
          * .
         === & ===
          void getClass() {/* Class getClass()*/}
          /* */
          void notify() {/* */}
  • NSIS/예제2 . . . . 401 matches
         === vs ===
         ;
         ;
         ;
         ;
         ; (
         ; overwrite 할 )
         ; 톨화
         ; 톨 할 Section
          ; 톨 할 화
          ; path
          ; 한 Uninstall key
         ;
         ;
          ; path
          ; 한 Uninstall key
         ;
         ; 톨 Section
          ;
          ; 화
  • 정모/2003.8.12 . . . . 401 matches
         == ==
         ||01|| 호||
         ||02|| ||
         ||03|| ||
         Upload:meet0813.asf - ...
         == 회 ==
         === MT ===
          * . . 15 .
          * , .
          * . .
         === 황 ===
          * [MedusaCppStudy] => 효 70% , AcceleratedC++
          * [5C++] => 효 50% , .
          * [CppStudy] => 50% , , .
          * [HardcoreCppStudy] => 50% , , . .
          * [CppStudy] => (형) .
          * [JavaStudy2003] => . 한 튜토 함.
          * [] => 4 .
          * [ProjectAR] => .
         []
  • DataStructure/String . . . . 400 matches
         = =
          int str_len=strlen(str); //
          int ptn_len=strlen(ptn); // 패
          int str_count=0; //
          if(strstr[str_count]==ptnptn[ptn_count]) //
          ptn_count++; // 패
          ptn_count=0; // 0
          if(ptn_count==ptn_len) // 패
          else if(str_count==str_len) // 패 (
          return -1; //
          * . ..-.-;; .
          * Time Complexity O(mn) .(m= , n=패 )
          * Failure Function .(O(m+n))
          * ..^^;
          * Failure Function ? . f(j) ? -[Leonardong]
          f(j) = largest i such that i < j and 0 ~ i = (j - i) ~ j, if such an i exists
          j = 5 , pattern = abcabc [[HTML(<b><font color=red>)]]abc[[HTML(</font></b>)]][[HTML(<b><font color=blue>)]]abc[[HTML(</font></b>)]] i = 2 i < j f(5) = 2
          j = 4 , pattern = abcab [[HTML(<b><font color=red>)]]ab[[HTML(</font></b>)]]c[[HTML(<b><font color=blue>)]]ab[[HTML(</font></b>)]] i = 1 i < j f(4) = 1
          j = 3 , pattern = abca [[HTML(<b><font color=red>)]]a[[HTML(</font></b>)]]bc[[HTML(<b><font color=blue>)]]a[[HTML(</font></b>)]] i = 0 i < j f(3) = 0
          - abcabcac f(j) = -1 -- [황]
  • HelpOnEditing . . . . 400 matches
         #keywords help,,키,키 포팅,포
         == 페 ==
          , . .
          / :
          * HelpOnFormatting - 트 포
          * HelpOnLinking - 페
          * HelpOnHeadlines -
          * HelpOnRules -
          * HelpOnLists -
          * HelpOnTables - 테
          * HelpOnSmileys - :)
          .
          * HelpOnMacros -
          * HelpOnProcessors -
          * HelpOnActions -
          * HelpOnProcessingInstructions - 페
          :
          * HelpOnNameSpace -
          * HelpOnSubPages - 하
          * HelpOnXmlPages - 페 xml xslt
  • 땅콩이보육프로젝트2005 . . . . 400 matches
         == ==
         휘( [Leonardong] ), ,
         == ==
          * - '''12 22 10 7 !''' 통합하 .
          *
          * 태: DB
          * : .
          * 휘:
          *
          *
         == ==
         10 4 :
         10 31 : V1`
         ...12
         == 해 ==
          *
          *
         == ==
          * ( [Cockburn'sUseCaseTemplate] )
          *
  • 숫자를한글로바꾸기/조현태 . . . . 400 matches
         == ==
          stack.. [LittleAOI] 2 .
          .,ㅎㅎㅎ .ㅎ
          ..ㅎㅎㅎ
          .. '' .. ..ㅠ.ㅜ ..ㅠ.ㅜ
         == ==
         const int MAX_LONG=5;// 5 .
         const int MAX_NUMBER=10000;// 10000.
          //
          const char NUMBER_TO_HAN[10][3]={"","","","","","","","","팔",""};
          const char NUMBER_TO_JARI[5][3]={"","","","",""};
          //
          cout << " : ";
          //
          //
          cout << " : ";
         == ==
          malloc -_-;;; 하 -_-;;; -_-;;;
          └.. .^^ ..ㅎ 하 .^^ 8 1, , .^^ - [태]
         ;; ... C C C++ C++ .. malloc C . C++ C 호환 new new . 클 malloc .
  • 타도코코아CppStudy/0728 . . . . 400 matches
         || || ||
         || [CppStudy/0724] || [CppStudy/0731] ||
         == ==
          * []
          * [희]
          * []
          * []
         == ==
          * 폴, , 템플
          * 한 STL
          *
          * API . 해 MFC .
         == ==
          cout << "택\n";
          cout << "\n";
          cout << "\n";
         == ==
         || || 학 || 학 || 평 ||
         || ZeroWiki:RandomWalk2 || [CherryBoy] || Upload:randomWork2_CheRy.cpp || ||
         == ==
  • Fmt . . . . 398 matches
         [http://online-judge.uva.es/p/v8/848.html ]
         :C(A,B,C), :(,통,), :2(1~4)
         fmt 72 한 72 . 행 .
          1. . .
          2. (1) (2)
          . .
          3. .
          4. 72 .
          .
         === ===
         || || || || ||
         || || C++ || . || [Fmt/] ||
         === ===
         [] [AOI]
  • XpWeek/20041224 . . . . 398 matches
         == 행 ==
         == 크 ==
         [http://zeropage.org/pub/upload/1224_1115.jar ]
         [http://zeropage.org/pub/upload/1224_1550.jar ]
         == ==
          , . !--[]
          .--[Leonardong]
          히 한 . 한 MockObjects TDD 행하 . 5 흡한 . 펙토 . 펙토 GUI . ?? . TDD 한 MockObjects . --
          한 MockObjects . JUnit MockObject클 ? 트 흉 ...
          [테] . . --[Leonardong]
  • ObjectProgrammingInC . . . . 397 matches
         .
         }testClass; --[호]
          Question. attrib ? --[1002]
          private ... lib 형태 header public화 할 ... ...
          lib . return value kernel IPC .
          class private ...
         attrib ... attrib private , method1 (클) attrib ... C++ this C C++ class . , 함... ( 패)
         --[호]
         함 ㅡ.ㅡ;; ㅋㅋㅋ - [eternalbleu]
          , C++ this . , attrib private public , . --[1002]
  • PracticalC . . . . 397 matches
          C C .
          or ~ㅋ
         == 3 ==
          === ===
          /* ( ) */
          === ===
          1. 해하 .
          2. , 해하
          .
          . 해하 .
          === ===
          :
          : 힘( )
          :
          :
          :
          파 :
          한 : ( ....)
          : , ,
          :
  • FullSearchMacro . . . . 396 matches
         () .
          * , (rc15 ) , .
          * .
          (context=10, case=1,backlinks=1) .
          .
          FullSearch , [크] [] PageList. --WkPark
         , gybe PageList . FullSearch , MoniWiki ? --[kz]
          {{{[[PageList(^Gybe.*|Gybe$)]]}}} . [] , MoniWiki date . --WkPark
         , . gybe , gybe . -_-a --[kz]
          하.. , Category페 ? 흠 FullSearch . ToDo . ^^;;; --WkPark
          ? --[kz]
          . ^^;; --WkPark
  • Linux/MakingLinuxDaemon . . . . 396 matches
         = =
          daemon . ParentPID (ProcessID) 1 . 1 PID init .
         = =
         PPID 1 할 rule
         1. fork 호 .
         2. setsid , PID
         3. chdir
         1
          PPID 1 PID .
         2
          . tty , .
         3
          ( )
          // .
          // .
  • 아주오래된농담 . . . . 396 matches
          . 큰 , . 하 , . 흔한 , , , .
         행 . . ? ? ? ?
          편하. . 한테 , , . , . .
         [BookShelf], []
  • 이영호/지뢰찾기 . . . . 396 matches
          .
          Reverse Engineering
          coder .
         표:
         : 2 .
         Crack: , Inline Patch 1 .
          coder C . ( M$ .)
         -------------------------------- --------------------------------
         //
         // srand(GetTickCount()); 행한.
          int base = 0x1E; // (30) <- main_func() .
          int height = 0x10; // (16)
          int count = 0x0A; // (10)
          int map[height][base] = {0x0f, }; // x y .. 0x0f 0x80
         // map DS:1005340
         -------------------------------- --------------------------------
         ..~ (http://ssrnet.snu.ac.kr/~leedw) ~? --[1002]
         ~ ~! 16 -0- --[호]
          Reverse 하 ; --[1002]
  • JavaStudy2003/두번째과제 . . . . 395 matches
         '' Java Stduy 2003 ''
         == ==
          * '''" "''' . OOP . , .
          * ToyProblems . .
          * . Copy&Paste 하 . ^^; .
          * OOP . 행할 . . , ^^;
          * .
         == ==
         [JavaStudy2003//환]
         [JavaStudy2003//]
         == ==
         [JavaStudy2003//]
  • RandomWalk2/Insu . . . . 395 matches
         = ver 1.0 =
         == 헤 ==
         == ==
         == ==
         = Array Vector, char* String version 1.5 =
         == 헤 ==
         == ==
         == ==
         = OOP , version 2.0 =
         == 헤 ==
         == ==
         == ==
         = 1 =
          * 흠.. 하 . ..;;
          * 하 static . ~^^
         == 헤 ==
         == ==
         == ==
          * ..--;
         = 2 =
  • 구구단 . . . . 395 matches
          =
         {{{~cpp (法)[] , . [(5×8=40), (9×9=81) .] (). }}}
         ''[http://krdic.naver.com/krdic.php?where=krdic&docid=14737 ]''
         하, .
         == ==
          . .
          2
          || 2 || 3 || 4 || 5 ||
          || 6 || 7 || 8 || 9 ||
          .
         == 행 ==
         ||||||('''''')|||| Source ||
         ||.||.||.||.|| [/화]||
         ||.||.||.||.|| [/]||
         ||.||.||.||C++, Scheme|| [/Leonardong]||
         ||.||.||.||.|| [/]||
         ||.||.||.||.|| [/aekae]||
         ||.||.||.||.|| [/환]||
         ||.||.||.||.|| [/]||
         ||.||.||.||.|| [/]||
  • 위키에 코드컬러라이저 추가하기 . . . . 395 matches
          항:
          MoinMoin 1.0 한 Process . .
         MoinMoin . C++ . MoinMoin:ParserMarket C++ . .
          MoinMoin:ParserMarket [http://bbs.rhaon.co.kr/mywiki/moin.cgi/ProgrammingTips_2fCStringFormat Example] ...[[BR]]
         하 , ! --;;( ..)[[BR]]
          ..;;
         == ==
          * . 3 MoinMoin/parser .
          * 2 MoinMoin/processor . ( 해 Colorize.py PythonColorize.py .)
         == ==
          MoinMoin/parser wiki.py .[[BR]]
          ...
          endpos = string.find(line, "}} }") #
          !
          endpos = string.find(line, "}} }") #
         [""], ["lostship"]
  • SignatureSurvey . . . . 394 matches
         HTML Template Generating 하 , HTML SigntureSurvey . 험해, 한 View .
         [Plex] .
          .
         25 홈<..>2
         28 <..>2
         31 <..>2
         34 <..>2
         37 트<..>2
         40 /<..>2
          4-5point 2 . .
         확히 . <> 태 해 C & P . looping . . 히 1 , generating 할 .
          , SignatureSurvey Duplication Code .
  • TheTrip/Leonardong . . . . 394 matches
          1 .
          해하 20 . 14 . 41 , . .
          . . 해하, . 해 .
          TDD . . TDD 파트 . :) --[Leonardong]
  • eclipse디버깅 . . . . 394 matches
         eclipse
          행하, 행 포 . 호 .
          - 행.
          행한. 호 .
          - 행.
          .
          행한. 크포 행포 . 택한 Run to Line .
         택한 행 포 . 행하 .
          .
  • 김영록/연구중/지뢰찾기 . . . . 394 matches
         = =
         ....( ㅠㅠㅠ)
         == ==
         static int gameover=1; //0
         void mine_confirm(int X, int Y); //
         void mine_update(int X, int Y); //
         void mine_newgame(); //
         void mine_show(); //
         void mine_menu(); //
         void mine_menu() //
          cout << "X ? (1~20): ";
          cout << "Y ? (1~20): ";
          cout << "." << endl;
          cout << " ====== 1.00======" << endl;
          cout << "?(y/n) : ";
          } //
         srand(time(NULL)); //
         ==== ====
         == ==
          ㅡ,.ㅡ;; 200;;
  • 정모/2013.4.1 . . . . 394 matches
         = =
          * [훈],[],[],[],[],[],[환],[],[],[],[],[],[희],[],[],[],[],2,[],[]
          * ...
          * [훈]학 2013 ...
          * : []
          * :
          * .
          * 515 RGB포트
          * ㅠㅜ
          * .
          * 한학 .
          * ? -> -> -> -> !
         = 트/ =
          * ㅈㅅ... ;;
         = 하해 =
         = 학회 =
          * IT .
          * .
          *
          * google developers 4
  • C++ . . . . 393 matches
         C++ . (?) . ( [: ], [:GenericProgramming ] .) 1990 C++ .
          [http://www.research.att.com/~bs/homepage.html Bjarne Stroustrup] 1980 [C] 해 C++ . ( C with Classes .) . ( [], [: ], [: ], [템플], [] ) C++ 표 1998 ISO/IEC 14882:1998 . ISO/IEC 14882:2003 2003 . ( [C++0x]) . [C] C++ ++ 1 . (incrementing 함). C++ , [C] .
          * [Cpp]
          * ["파 _1"]
          * ["파 _2"]
          * ["파 _3"]
         [[include(:ProgrammingLanguage)]]
  • PC실관리프로그램 . . . . 393 matches
          == PC ==
          === ===
          * 해하 .
          * 해하 .
          * 해하 .
          * PC , PC .
          * -_-V
          === ===
          * 태, , , 훈,
          === ===
          || || 태 || || 훈 || || ||
          === ===
          * 4
          === ===
          === ===
          * (훈) .
          3D .ㅋ
          * .ㅠㅠ
          - - [태]
          * ' ' -
  • ReleasePlanning . . . . 393 matches
          . 포함한.
          . . 행할 .
          획 회 .
          .
          , 포함한. .
          . .
  • AnEasyProblem/김태진 . . . . 392 matches
          * . 1 for , 1 1 .
          * ! 하 . .. 10 2 !! -- 한 힌트 . 한 accept! 198B , -ㅎㅎㅎ
          * 한 accept -. ㅋㅋㅋㅋ ㅠㅠ A1B3C1A2 3 ... -[]
          * 크해 accept. ( --) .. = -[]
         [ACM_ICPC/2011]
  • html5/VA . . . . 392 matches
          * ,
          * HTML5 .
         == ==
          * HTML .
          * loop, controls, autoplay 통해 .
         == Video ==
          * width height .
          * poster URL .
         == source ==
          * source 활하.
          * type 통해 .
         == JavaScript video/audio ==
          * JavaScript
          * , , ,
          * src - src
          * currentSrc - URL
          * currentTime -
          * startTime -
          * duration -
          * playbackRate - ( 1.0)
  • html5/video&audio . . . . 392 matches
          * ,
          * HTML5 .
         == ==
          * HTML .
          * loop, controls, autoplay 통해 .
         == Video ==
          * width height .
          * poster URL .
         == source ==
          * source 활하.
          * type 통해 .
         == JavaScript video/audio ==
          * JavaScript
          * , , ,
          * src - src
          * currentSrc - URL
          * currentTime -
          * startTime -
          * duration -
          * playbackRate - ( 1.0)
  • 위키기본css단장 . . . . 392 matches
         == css 투표 ==
          css css투표
          -1
         
          *
          * css (Alt+C,enter)css url css . css파
         === 표 ===
         || css || 투표 || ||
         || Upload:blue.css || 1|| 한 파 ||
         || Upload:red.css || 2|| - 함, ||
         || Upload:clean.css || 2|| ||
         || Upload:easyread.css || 1|| , ||
         || Upload:sfreaders.css|| 3|| ||
         === ===
         === ===
         || 페 ||
          * 투표 ? --[Leonardong]
          * 한 CSS ? 투표 . --[Leonardong]
          * FireFox RecentChanges . -ㅅ- CSS .. ZeroPagers FireFix [1002]형 [택]... - [택]
         [투표]
  • 레밍즈프로젝트/프로토타입 . . . . 391 matches
         seeAlso) [트]
          한 테 .
         ''' 한 클 .'''
         = (호) =
         || || [트//] || O ||
         || || [트//] || O ||
         || || [트//] || X ||
         || || . || . ||
         , , , , .
         , .
         = (한) =
         [트/DC] . .
         || MFC || [트//MFC] || O ||
         || || [트//] || O ||
         || || [트//SetBit] || O ||
         || || [트//] || O ||
         = (하) =
         || 파 || [트//파] || O ||
         || STL/List || [트//STLLIST] || O ||
          : MFC [(zeropage)STL/String] CString 클 [(zeropage)MFC/Serialize] .
  • 알카노이드 . . . . 391 matches
         == 표 ==
          * JAVA
         == ==
          * 2학
         == ==
          *
         == ==
         [], [], [], [환]
         == ==
          * MFC JAVA .
          * ECLIPSE 툴 j2 sdk [http://idaizy.com/download.php] 페
          * ()
          * , -
          * 키
          *
          *
         == ==
         ;;; -_-;;; ;;; -[]-
          ;; ;; 학 ;; -[]-
          -_-; ?? -[]-
  • 정모/2004.4.9 . . . . 391 matches
         == ==
          || 02 || ||
          || 03 || , 환, , 화, 황, ||
         == 회 ==
          * [] .
          === ===
          * : 14(5:41~5:55)
          * 한
          |||| || , || || 학 || || 활, || ||
          |||| || || 휘 || || 환 || || 화 ||
          === C++ ===
          * : 26 + 9 (5:55~6:31/6:41~6:50)
          * : .
          * : 4 13 5( )vs7( )
          *
          * :
          * , : 휘
          * 3통 : 휘
          * :
          *
  • 정모/2006.1.5 . . . . 391 matches
         = / 2006. 1. 5 =
         == ==
         == ==
          * 황 ( 2 ? )
          * FrontPage 해.
          *
          * "화" .
          - E-mail.
          -
          - 2006
          -
          - FrontPage
          '' . '' . , . , 회 . , . --[1002]
         - ^^;; ()
          .. ㅠㅠ - 허
  • CC2호 . . . . 390 matches
         
         페 '''''' .
         포 해하 행할 . !
          , , .
          5~
         = =
          행할 .
          * 함
          *
          * 포
         = =
          *
          *
         = =
         [http://winapi.co.kr/clec/cpp1/cpp1.htm winapi.co.kr C] .
         [http://myhome.hanafos.com/~kukdas/index.html C 홈페]
         [http://www.zikimi.co.kr/new_zikimi/z002/002_01.htm?code=37 ]
          Upload:zeropage:CampusC.zip .
         [PracticalC] . .
         = =
  • 새싹교실/2013/양반/6회차 . . . . 390 matches
         = 크 =
         ||||||
         |||| ||
         ||훈|| ||
         |||| ||
         = =
         == 획 ==
          *
          *
          *
          *
         == ==
         == ==
         == ==
         = =
          : F4(ThreeFs + Future Action Plan) .
          : ThreeFs, ThreeFs(크), FiveFs(크)
         
         Facts, Feelings, Findings, Future Action Plan. , , , , 획.
          : " 5 .() .() .() .( 획)"
  • C++Analysis . . . . 389 matches
         == 표 ==
         C++ 해하 .
         == ==
          * : 5 (2 5 .)
          * : [11/12] 화 3,
          * ["AcceleratedC++"] Chapter 2
          * : [11/19] 화 3, -->
          * ["AcceleratedC++"] Chapter 2()~ 3
          * : [12/2] 화 3, 합..
          * 행하 -_-a
          * -0-!
          * [12/27] 3 .. ^^
          * 해.
         == 행 ==
         == ==
          *
          * STL Tutorial and Reference Guide, 2E ( )
          * EffectiveSTL ( )
         == ==
          || 학 || ||
  • SoJu . . . . 389 matches
         C SoJu .
          !!!!
          .....~~
          .
         ||||MSN||키 페||4/8 ||
         ||[하]||wookkarhotmail.com||O|| ||
         ||[혁]||ljh131MSN.com||O|| ||
         ||[태]||undinekrdaum.net||O|| ||
         ||[]||anrocudnaver.com||O|| ||
         ||[희]||jojae82hotmail.com||O|| ||
         ||[]||fcrc74ghotmail.com||O|| ||
         ||[]||avengerjshotmail.com||O|| ||
         ||[]||chease815hotmail.com||O|| ||
         Dev !
         [DevCpp] //
         [DevCppInstallationGuide] // . <- !!
         == ==
          === ===
         
          [http://winapi.co.kr/clec/cpp1/cpp1.htm winapi.co.kr C] .
  • [Lovely]boy^_^/Diary/7/22_26 . . . . 389 matches
         = 7/22() =
          * . 4
          *
          *
          * --;
          * ㅠ.ㅠ
          * ..--;
          * 7..--;
         = 7/24() =
          * .
          * .
         || || 한 || || 트 ||
         || || 100 || 90% || 크하 . ||
         = 7/25() =
          * ZP
          * .
          * . --;
          * .
         || || 한 || || 트 ||
         || [""] || || ?? || 파 . ||
  • mantis . . . . 389 matches
         = mantis ? =
          * . . . -_-;
         = =
          * apm , www 폴 localhost/mantis DB .
         = =
          * /core/user_api.php 416line , .
         = 한 =
          * administrator , root preference .
          * 한 ? -> .
         테 euc-kr euc-kr mantis mantis .
          * .
          * ? 트 플 Find in file htmlspecialchars @htmlspecialchars .
         []
  • WordPress . . . . 388 matches
         MovableType ㅤㅉㅗㅈ 형 Blog. php , 한 플 . css 통한 , .
          utf-8 택했 technorati , .
          mt 편하, configuration .
          1.5.2 write 1.6 .
          egloos, tattertools 편하 .
          - , kldp ?
          - 태 100% ( ;;) ㅡ.ㅡ;; . . http://kldp.net/projects/egloos2wp/ - [eternalbleu]
          트. .
  • 데블스캠프2009 . . . . 388 matches
         = 2009 =
         == ==
          * 2009 6 22() - 1~ 10
          * 2009 6 23(화) - 1~ 10
          * 2009 6 24() - 9~ 6
          * 2009 6 25() - 9~ 6
          * 2009 6 26() - 9~ 6
         == ==
          * [2009/]
          * [2009/]
          * '''[2009/화]'''
         == ==
          , .
          * [2009/]
          * [2009/]
          * [2009/화]
          * [2009/]
          * [2009/]
          * [2009/]
         == & ==
  • 통찰력풀패턴 . . . . 388 matches
          ([]) , . .
         ''' . , 화하 .'''
         ,
         ''' , . . 히 풍 .'''
          ([]).
          . (CommonGroundPattern, PublicLivingRoomPattern), .
          ([]) (PreparedParticipantPattern) .
         []
  • EffectiveSTL . . . . 387 matches
         = =
         = =
          * Effective STL *.*, ["1002"]형 Most Diffcult C++ --; .. . 행할 . , (--;) 해 , .^^;
          More Difficult C++ ["MoreEffectiveC++"] , EffectiveSTL , 한 . --[""]
          .. 한 ? ㅠ.ㅠ
          * Scott Meyers's Trilogy 3 . ''(EC++, MEC++, ESTL)'' CVS , . . - [eternalbleu]
          * .. ..ㅠ.ㅠ ..--;
          * . .--; .
         [""]
  • 아젠더패턴 . . . . 387 matches
         (Agenda) (SubGroupPattern) . , 택할 .
         ''' , . , .'''
         ,
         ''' 3~6 표하. - , .'''
          ([])하 . , . (StudyCyclePattern) (SubGroupPattern) 행할 .
         []
  • 질문레스토랑 . . . . 387 matches
         [힘] '' '' . [2005] .
         = 2005 판 =
          , .
         == ==
          * : , , 택하,
          * :
          * 트 :
         === 판() ===
          *
          * [/OpeningQuestion]
          *
         === (템) ===
          * 1회
         === ===
          *
          * 힌 포
          *
          * .
         === ===
          * 한 해 7
  • ClassifyByAnagram/sun . . . . 386 matches
          === ===
          * 행: java anagram.FindAnagram < >
          * 테트환: P3 1G, 512MB, j2sdk1.4.0, -[http://zeropage.org/pds/2002104113433/word.lst 172823]
          * : 14130 ms
          === 항 ===
          * genKey() . qsort2([http://www.cs.bell-labs.com/cm/cs/pearls/sortanim.html ProgrammingPerals ]) .
          === ===
          * 행: java anagram.FindAnagram < >
          * 테트환: P3 1G, 512MB, j2sdk1.4.0, -[http://zeropage.org/pds/2002104113433/word.lst 172823]
          * : 10885 ms
          === 항 ===
          * 테 OS 표 , OS 표 .
          === ===
          * 행: java anagram.FindAnagram <
          * 테트환: P3 1G, 512MB, j2sdk1.4.0, -[http://zeropage.org/pds/2002104113433/word.lst 172823]
          * : 7270 ms
          === 항 ===
          * String .( 300ms ) : .
          * Class, method refactoring
          === ===
  • Cracking/ReverseEngineering/개발자/Software/ . . . . 386 matches
         Software Language, Algorithm . ( Coder ?)
          Cracking . ( Cracking .)
          Software 해( ) 파 .
          .
          ? .
          Coding Cracker 해 exploit Programming .
         (, Cracker nProtector . -_-++++)
         Jeffrey Richter Programming Applications for Microsoft Windows . 4th edition . .
         ( . Windows Base Software .)
  • 고영준의Wiki처음화면 . . . . 385 matches
         + Action :
         + Social Action :
         + Social Action 4
          - 한 합 Action ()
          - 한 합 Action ()
          - 한 행 한 Action ()
          - Action ()
         + probability() : ()
         + Conflict : 행
         + Power : .
         + : .
         + : 훈 .
  • 데블스캠프2006/월요일 . . . . 385 matches
         = 2006/ =
         == ==
         == ==
         협,,,,,
         == ==
         ,함,MSDN,SVN,SSH,파
         == ==
         || || || || 협 || || ||
         || || 함 || MSDN || SVN,SSH || 표 || ㅋㅋ ||
         == ==
         = =
         || || || ||
         ||pm 07:00~08:00 || || ||
         ||pm 08:00~09:50 || || (05) ||
         ||pm 10:00~12:00 || 함 || (01) ||
         ||am 12:00~01:00 || 휴 || ||
         ||am 01:00~02:00 || [2006/SVN], [2006/SSH] || 협 (01) ||
         ||am 02:00~03:00 || MSDN || (01)||
         ||am 03:00~04:00 || 표 || (05)||
         ||am 04:00~06:00 ||[2006/CPPFileInput] [http://zerowiki.dnip.net/~namsangboy/schoolScore.html 2006/] [http://zeropage.org/svn/namsangboy/SchoolScore/SchoolScore.cpp Source]|| 협 (01) ||
  • 만년달력/강희경,Leonardong . . . . 385 matches
         
          cout << " : ";
          cout << " : ";
          cout << " ." << endl;
          //(?) year%400 year ...?
          //400 year%400.
          << "\t\t화\t\t\t\t토" << endl;
          for ( int j=0 ; j<date ; j++) //
          for ( int i=0 ; i<days ; i++) //1 days
          if ( date > 6 ){ //토
          cout << endl; //
          date=0; //
          date++; //
         int deter_date(int year, int month )// (0 , 6)
          return 1; // 1 1
          return (lastdays(year,month) + deter_date(year, month-1)) % 7;//핵
         
          . 1 2
          1 1 31 (31 + 1) % 7 == 4
          .
  • ALittleAiSeminar . . . . 384 matches
         == ==
          Othello AI
         == ==
          * Othello
          * 1
         == ==
          2-3 1.
          * 파 1
          * 1
         , 행해
         == () ==
          *
         == ==
          해
          (col,row)
          해
          해 트(true/false)
         
          해
         
  • IDL . . . . 384 matches
         [CORBA] . ([C], [C++], [Java] ) , IDL(Interface Definition Language). IDL , 클 . CORBA IDL , IDL 포함하 IDL
         핑한 .
         , IDL . [Visibroker] [Caffeine] IDL , Java RMI RMI-IIOP IDL . 하, IDL OMG CORBA IDL .
  • TriDiagonal/1002 . . . . 384 matches
          포트 TriDiagonal (--;) TFP . , (, ), LU .
         LU 해 Numeric Python . [http://sourceforge.net/project/showfiles.php?group_id=1369 ] .
          * - LU . ["TestFirstProgramming"] * ["Refactoring"] . ( . OAOO .) --
          * 해 : 6 10 ( 1 30, LU 해 2 30, tri-diagonal 2 12)
         === test_lu.py - LU Decomposition 한 test code ===
         === test_tridiagonal.py - tri-diagonal 한 test-code ===
         === tri-diagonal.py - tri-diagonal ===
  • 새싹교실/2013/책상운반 . . . . 384 matches
          : [/2013]
         1. .
         2. .
         3. . .
         = =
         [], [태홍], []
         = 표 =
          > ''' 통해 , , !!'''
         = 1회 =
          .
          * #include <stdio.h>
          * return 0; ,
          *
         == ==
         2013 3 18
         == ==
          [], [태홍], [], []
         = 2-1회 =
         == ==
         2013 4 1
  • 정모/2013.10.8 . . . . 384 matches
         = =
          * [], [태헌], [], [], [], [], [], [], [], []
          * [태헌] 학 ""
          * : [] 학
         = =
         == ==
          * 2 행하 .
         == ==
          * 형태, 활 행할 .
          * 회 행하 행하, 30~40 행하.
          * 학 10 행하 OMS , , .
          * 통해 환합.
         == ==
          * 2학 . (크)
         = =
          * .. .. + 20 . - []
  • 창섭/Arcanoid . . . . 384 matches
         = =
          * 학 Object Programming . -_-;;
         = =
          * [""]
         = =
         || 10 31 || ||
         || 11 10 || . .. ... . ||
         || 11 12 || . - , OnTimer . ||
         || 11 12 || MMTimer . ㅜ.ㅜ ||
         = =
          * .. 행( ..) .. .. . ..;;
          * 한 . ..;;
          * MMTimer ... .
          * . ? . . -_-
          * . . . ..
         [""]
  • 식인종과선교사문제/변형진 . . . . 382 matches
         = =
          흔히 Backtracking , Case-by-case .
          cases 3 .
         ''' cases .'''
          , cases DB , Backtracking ?
         = =
          if($canni>=0&&$missi>=0) echo " {$this->right[canni]}+$canni, {$this->right[missi]}+$missi<br>";
          elseif($canni<=0&&$missi<=0) echo " {$this->left[canni]}+".(-$canni).", {$this->left[missi]}+".(-$missi)."<br>";
          else die(": $canni, $missi");
          * DB ( 한 state ) ? - [[bluemir]]
         []
  • KIV봉사활동/준비물 . . . . 381 matches
         [[pagelist(KIV)]]
          *
          * '' '',
         == ==
          * , ,
          * , , ,
          * ,
         == 품 ==
          *
          *
          *
          *
          *
          * 포
          *
         == ==
          * '' : 2-3 2, , ( 1kg 3 1 4. 12 )''
          * ''향''
         == ==
          * 한 - , , ->
  • MoreEffectiveC++/C++이 어렵다? . . . . 381 matches
          : (["neocoin"], ZP 99) [[BR]]
          : 2002.03.14 ZeroPage 항해
         = C, C++ =
          [http://zeropage.org/moin/moin.cgi/MoreEffectiveC_2b_2b_2fEfficiency#head-fe2478216366d160a621a81fa4e3999374008afa Item 24 Virtual ], [http://zeropage.org/moin/moin.cgi/MoreEffectiveC_2b_2b_2fMiscellany#head-ce86e4dc6d00b898731fbc35453c2e984aee36b8 Item 32 String]
          * Multiinheritance
          [http://zeropage.org/moin/moin.cgi/MoreEffectiveC_2b_2b_2fEfficiency#head-4e0fa0edba4b5f9951ea824805784fcc64d3b058 Item 24 ]
          [http://zeropage.org/moin/moin.cgi/MoreEffectiveC_2b_2b_2fEfficiency#head-df8e5cb1fbb906f15052798c446df0ed08dfeb91 Item 24 RTTI ]
          [http://zeropage.org/moin/moin.cgi/MoreEffectiveC_2b_2b_2fTechniques3of3#head-85091850a895b3c073a864be41ed402384d1868c RTTI ]
          [http://zeropage.org/moin/moin.cgi/MoreEffectiveC_2b_2b_2fMiscellany#head-a8fe938a36d3be47de007ce24f1d367295cd7ea7 Item 34 name mangle ]
         = C++ =
          * 표 ( vs Java , C# )
          *
          * : class vtbl vtp , 한 표 , . DB OODB .
          * : Java ([http://java.sun.com/j2se/1.3/docs/guide/serialization/ Serialization]), C# .NET Specification attribute , ,
          * C 호환?
          *
          * name mangling - overloading
          [http://zeropage.org/moin/moin.cgi/MoreEffectiveC_2b_2b_2fMiscellany#head-a8fe938a36d3be47de007ce24f1d367295cd7ea7 Item 34 name mangle ]
          *
          *
  • UploadFile . . . . 381 matches
         = 항 =
          .
         한 파 , .
          한 파 .
         == ==
         MoniWiki UploadFile . .
         UploadFile , UploadedFiles .
         == ==
         UploadFile UploadedFiles .
         'UploadFile'페 한 페 {{{[[UploadFile]]}}} , UploadFile . (1 )
         == 파 통한 UploadFile한 ==
         config.php {{{$pds_allowed}}} UploadFile .
          {{{$pds_allowed}}} {{{'png|jpg|jpeg|gif|mp3|zip|tgz|gz|txt|css|exe|hwp'}}} .
         == Upload ==
         ZeroWiki 하 UploadFile action , .
         
         Upload:파
          NoSmok:InterWiki .
         = 파 =
         == ==
  • PythonThreadProgramming . . . . 380 matches
         = 트 =
         = =
          *
          * lock ? -> 하 . .
          * : count 1 2 1 ..
          * why ,, sleep ?( ) -> Python threadsafe 하 . Python . .
          * built-in 함 행할 I/O 한 block waiting .(time.sleep(), file.read(), select.select()) )
          * lock acquire() 함 interrupt 하 . (키 lock .)
          * starvation .
  • 문자반대출력/문보창 . . . . 380 matches
         === ===
          process_wchar() 함 . ( , ) . "" ver1 "" "ㅏ" . "" "ㅏ" ver1 , process_wchar() 행하 .
         === ===
         ==== ver1 (확 함) ====
          reverse(str.begin(), str.end()); // STL 함
         // 파 .
         // 파 .
         ==== ver2 (확 ) ====
          reverse(str.begin(), str.end()); // STL 함
         // 확
          // str[i] char. 하 .
         // 파 .
         // 파 .
         === 한테 할 ===
         [] [LittleAOI]
  • 정모/2005.3.21 . . . . 380 matches
         = /2005.3.21 =
         == ==
         , , 하, , 황, , ,
         == 회 ==
         [/] .
         == [PC] ==
         PC : 3 25 4
         PC 항: (티, (,), (), ,
         == [] ==
         : 3 28 5
         5 6 (?).
          [ZeroPagers]. [DevilsCamp] .(-[ZeroPage회])
         == ==
         *4 4, 11 C.
          *4:
          *11:
          *
         == ==
         [ZeroPagers]
         == ==
  • CarmichaelNumbers/조현태 . . . . 379 matches
         == ==
          [FactorialFactors] .
          [CarmichaelNumbers] .. 3 .
          .. 한 표 ..
          해.. ..
          . 행히 ..
          .. ~! .
          .. !!^^*
         == ==
          printf(" .\n");
         == ==
  • HardcoreCppStudy/두번째숙제/ConstructorAndDestructor/변준원 . . . . 379 matches
         1.
         클 , .
          Test(); Test obj1;
         해 . , default
          .
         2.
          ~Test(); , ,
          .
          ,
          .
         3.
         클 , .
         , new .
          3 ......
         ,
         (;;)
  • ViImproved . . . . 379 matches
         = =
         Text Editor VI 판. [[NoSmok:CharityWare]], [[WikiPedia:Careware]] . , .
          해하 vim 편하 . vim 통해 한 syntax highlight . 흔히 . 한 .vimrc파 통한 .
         == ==
         [[/]]
          * http://www.vim.org - Vim .
          * vimrc 트 [[https://vim-bootstrap.com]] - - makerdark98
         = 크 =
          * [ViImproved/]
          * [[http://kldp.org/node/102947|Vi/Vim -KLDP]] ~ 크 한
          * http://kltp.kldp.org/stories.php?topic=25 - kltp vi , 홈페 - DeadLink
          * [[http://kldp.org/node/125263|vim 한 플 vundle . - KLDP]]
          * [[http://vimawesome.com/|vim plugin 트]]
          * [[https://www.youtube.com/watch?v=5r6yzFEXajQ | Vim + tmux - OMG!Code ]] - cheatsheet vim 함 - makerdark98
         [""]
  • Xen . . . . 379 matches
         (Xen) 화 SW. (OS) SW OS . (vanderpool) VT OS .
          . IBM·HP· 퓨팅 .
          텔 펜티 x86 . AMD(pacifica) 64 . , IBM
         - :
  • 김정욱 . . . . 379 matches
         = Zeropage 9 =
          * 2학 1학 휴학.
          * .
         == 표 ==
          * MIK(Made In Korea) soft . 표.
         == ==
          * WinCE .
          * .
         == 하 ==
          * .
          * , .
         = Zeropage 20 =
          * 1학2학
          *
          * 2011
          * 2012 40 ()
          *
         == 표 ==
          *
          * 6학
  • 이동현 . . . . 379 matches
         = (01) =
         01학 2005 2학
         hmldhnate
         == 표 ==
         ,
         == 획 ==
          ..
         == ==
          ,
          .
          oop .
         == 행한 ==
         [EuclidProblem/]
         [UglyNumbers/]
         [StacksOfFlapjacks/]
         [Marbles/]
         == 하 ==
         
          ^^
          [Wiki]~ ㅋ
  • TheOthers . . . . 378 matches
         == ==
          PL 트 "The Others" 트 페
         == ==
          * (01 - )
          * (01)
          * 호(01)
         == ==
          * - C using Win32 API or MFC
          * - Delphi
          * 호 - Python
          * GUI Access DB 한 Weekly Report Manager
          * Weekly Report Manager? 포트. , , , .
          * MFC( Win32 API) DB GUI
          * Delphi DB GUI
          * Python DB GUI
          * Specification (SVN UIProtoType 폴 )
          * GUI (SVN UIProtoType 폴 )
          * UI (SVN UIProtoType 폴 )
          * DBSchema (SVN Doc 폴 )
          * Access DB (SVN Doc 폴 )
  • html5/others-api . . . . 378 matches
         = HTMP5 API =
          * HTML5 .
          * .
          * figcaption
          * 플 통합하 .
          * embed . embed
          * html5 화한 해 embed - object
          . align css .
          * (highlight) . .
          * time 24 .
          * html5 .
          * ruby rt, rp .
          * .
          * iframe 포함 .
          * element .
          * DOM
         = =
  • 지금그때2003/계획 . . . . 378 matches
         === 획 ===
         (3)
          7:00~7:05
          7:05~7:20 행
          7:20~8:00 [] , 7:30~40
          * Section II
          8:00~8:10
          8:14~8:30 OST Seminar:SimpleRule
          8:30~8:40 판(Market Place)
          8:40~9:35 OST
          9:35~9:50 OST
          9:50~10:00 - 트, 행 , -
         (->) OST .
         == ==
         (2)
          7:00~7:20 행 ,
          7:20~7:50 [] 합하
          . 650 . (2,3,4,,) . --JuNe
          8:00~8:15 OST Seminar:SimpleRule
          8:15~8:25 Market Place
  • ACM2008 . . . . 377 matches
          *
          * ACM2008.
         == ==
         [], [], [], [], [], [훈-]
         == ==
         || 호 || ||<-6> ||
         || 1 || [파형] || [파형/] || [파형/] || [파형/] || [파형/] || [파형/] ||
         || 2 || [Ugly Numbers] || [UglyNumbers/] || [UglyNumbers/] ||
         || 3 || [Jolly Jumpers] || [Jolly Jumpers/훈] ||
         short coding - . . - 한토.
         [http://acm.pku.edu.cn/JudgeOnline/ POJ] Peking university Judge Online , . code . '' .
          . --[]
         []
  • ZeroPageServer/set2005_88 . . . . 377 matches
         2005 8 ZeroPageServer
          * 하 . WesternDigital 60GB (7200rpm) : (00)
          * Kernel 2.6.12.1
          * Apache 트 2.0.54
          * JSP Container : 톰 5.5.9. ( jdk1.5.0-4 )
          * com.mysql.jdbc.Driver 3.1
          * SubVersion, apache dav subversion
          * gcc 트 4.0
          * skeleton WEB-INF . index.php 통해 phptest 함.
          * jsp container
          * SSH pair key (~/.ssh/authorized_keys 파 통해 함)
          * 2.6 . IO. (2.4 IO )
          * pair key ^^ㅋㅋ;
         === ZeroPageServer (05. 8) ===
          * Apache
          public_html '''jsp, php, perl, python''' .
          * ZeroWiki - moinmoin 0.10
          * DB (["MySQL"] 4.0.24)
          *
          PHP 4.4 ( )
  • HardcoreCppStudy/첫숙제/ValueVsReference/임민수 . . . . 376 matches
          , .
         c++ ,
         
          .
          ,
          .
         
          .
          *
          cout << " = " << x << " \n";
          cout << " = " << x << " \n";
         
          27 = 3
          27 = 27
          한 함 .
          * main() 함 void return 0 . -
  • ProgrammingPearls/Column6 . . . . 376 matches
          * 1 .
          * ,
          * : Sequential 한 Binary Tree O(n*n) O(n*lg n) .
          *
          *
          *
          * : double형 float .
          * : 크 .
          * 하 :
          * 400 .
          *
          *
          *
          *
          *
          *
          * 하
          * 플한 .
          * .
          * . 한 .
  • MT페스티발 . . . . 375 matches
          MT 획하 MT . 획하 ? --[Leonardong]
          ?? -[Azure]
          . , .--[Leonardong]
         == ==
         ▶ &
         |||| & |||| .||
         |||| & |||| .||
         |||| & |||| .||
         ||회 || .|| || .||
         |||| & ()||||||
         |||| & ||||||
         ▶ ...
          --[Leonardong]
         ▶ MT
         || || .||
         || || .|| || .||
         || 획 || .||
         ▶
         || 통 합 학, ? ||
         || & ? ||
  • ProjectCCNA/Chapter3 . . . . 375 matches
         = chapter 3 - by [형] =
          * TCP/IP (Protocol) . ARPANET TCP/IP .
          * IP 2 32 4 . 10 . IP 4(IPv4) 43 . ip 6 .(IPv6 2 128 함.)
          * IP 해 하 해 하 .
          * )
          * AND .
          * )
          * IP . DHCP . 클 DHCP IP IP .
         [], ProjectCCNA
  • ToeicStudy . . . . 375 matches
         토 .
          , 토 .
         토 990
         - .
         - ?
         ||희 (06)||
         || (06)||
         || (06)||
         || (06)||
         || , , , 5 < optional (토,) > ||
          *4 5
         해 new Toeic LC, RC
          - , ...
          * ?ㅋ -
         === 4 5 ===
          , , 해 : 파트 휘파트 한,
          ( )
         향 Toeic
         
         토, Study
  • 문원명 . . . . 375 matches
          03학 .
         == 표 ==
          .
          ( 함....) :D
         == 획 ==
          * MFC +
         == ==
         == ==
          * [2003]
          * ["5C++"]
          * [티플트]
          * [2학]
         == 하 ==
          통해 할 .
         == 할.. ==
          ,,,,,,,,
         
          ~~ - []
         ~ 확히 .....ㅡ.ㅡ
         한 ....ㅋㅋ
  • ProjectTriunity . . . . 374 matches
         NaverDic:Triunity ? 3...
         파 한 페...
         : , ,
         === () ===
         || || || ||
         || Upload:ExternalSort_FileIO_1.zip || || File I/O 1 ||
         || Upload:ExternalSort_FileIO_2.zip || || File I/O 2 ||
         || Upload:ExternalSort_FileIO_3.zip || || File I/O 3 ||
         || Upload:ExternalSort_FileIO_4.zip || || File I/O 4 ||
         || Upload:ExternalSort_NM_1.alz || || () ||
         || Upload:ExternalSort_NM_2.zip || || , () ||
         || Upload:ExternalSort_NM_3.zip || || ||
         || Upload:ExternalSort_NM_4.zip || || 형 합 ||
         || Upload:ExternalSort_FileIO_5.zip || || File I/O 5 ||
         || Upload:ExternalSort_PM_1.alz || || () & ||
         || Upload:ExternalSort_PM_2.zip || || ||
         || Upload:ExternalSort_PM_3.zip || || & ||
         || Upload:ExternalSort_PM_4.zip || || & 펙토 ||
         || Upload:ExternalSort_PM_5.zip || || ||
         || Upload:ProjectTriunity.zip || || ||
  • COM/IUnknown . . . . 373 matches
         COM .
          C++ 한 형태 C++ 향태 .
         = 할 =
         COM . REFIID 해 ID .
         COM .
         COM NULL 화 할 .
          C++ 트 포 파트 . .
         C++ 트 포 dangling pointer . boost shared_ptr .
         = =
         IUnknown 효한 .
          '''QueryInterface(IID_IUnknown, (void**) &pIUnknownInterface)''' 통해 , .
          통해 .
  • 만년달력/영동 . . . . 373 matches
         = =
          2학 ... , ...하 . 팩토 .
          . .ㅎㅎ
         = =
          int[] daysOfMonth={31, 28, 31, 30, 31,30, 31, 31, 30, 31, 30, 31};//
          String[] nameOfday={"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"};//
          int dYear=Integer.parseInt(JOptionPane.showInputDialog(null, " :", "", JOptionPane.QUESTION_MESSAGE));
          int dMonth=Integer.parseInt(JOptionPane.showInputDialog(null, " :", "", JOptionPane.QUESTION_MESSAGE));
          // /
          int totalDays=0;//
          }//
          daysOfMonth[1]=29;// 2
          for(int i=1;i<dMonth;i++)//해
          System.out.println(dYear+" "+dMonth+" ");
          for(int i=0;i<7;i++)//
          System.out.print("\t");//해 . +1 1 1 1
          {//1
          if((i+totalDays+1)%7==0)//한 7 ( )
         : ["Yggdrasil"]
         []
  • 문제풀이/제안 . . . . 372 matches
         = / =
         == ==
         한 :
          * 통해
          * .
          :
          * . .하하하
         === ===
          * .
          * []페 .
         === ===
          * .
          * "/회" .
          *
          *
          * 하 . .
         === ===
          * .
          * "/회/" .
         === ===
  • 정규표현식 . . . . 372 matches
         [[pagelist(^/*)]]
         == ==
          * : 화,
          * : 화, ( 2010/10/12)
          * / : / [http://www.yes24.com/24/goods/3475120 ( )]
          * 환 : [http://groups.google.com/group/zeropageregex google ] 통한 / Wiki 통한 .
          * [/]
         == ==
          * 4 : 04 [한], 06 [], 08 [], 10 [호]
         == ==
          * 함.
          * // (ex : ) (caution : 함) 형태
          * /
          * Wiki .
          * .
  • 지식샘패턴 . . . . 372 matches
          한, , 형태 ?
         ''' . , .'''
         ,
         ''' 품( , , ) . .'''
          ? . , , .
          , ([통]) . 품([]) . ([]) .
         []
  • 파스칼삼각형/sksmsvlxk . . . . 372 matches
         == ==
         cpp ...
          .
          트.
          1 화하
         
          .
         ''' .'''
         using namespace std; //new 포함
          //using namespace std ..
          cin >> param;// .
          col = 2*param-1; // ,
          // 편하 .
          // ...
          // .
          //0 화.
          // 편해.
          // .
          // .
          //new 환.
  • 황재선 . . . . 372 matches
         == ==
          * ZeroPage 03학.
         === ===
         === ===
          * [2003]
          * []
          * [5C++]
          * [티플트]
          * [2학]
          * [2004]
          * [PPProject] :
         == ==
         == ==
          * 행하 .
         == 크 ==
          * [황/temp]
         == 하 ==
          * ^^;
          * ~ 05학 . .
          , ^^ -[허]
  • Marbles/조현태 . . . . 371 matches
         == ==
          ..OTL..ㅠ.ㅜ
          .. ..
          y 0 x . x 패..
         ~ .^^*
          한한 ~>ㅁ<;;
          ..
          ..하 .ㅎ
          ~ ..
          ..
          ~ ~^^*
         == ==
          printf(" .(, 0 )\n>>");
          printf("테 .\n>>");
          printf(" : %d, %d",answer_1,answer_2);
          printf(" .(, 0 )\n>>");
          printf("테 .\n>>");
          printf(" : %d, %d",answer_1,answer_2);
         == ==
         ! -
  • 레밍즈프로젝트/프로토타입/파일스트림 . . . . 371 matches
         SeeAlso) [트], [트/]
         = =
         || MFC 파 || [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmfc98/html/_mfc_cstring.asp] ||
         || 파 || [http://blog.naver.com/kds6221.do?Redirect=Log&logNo=140013999545] ||
         || 파 || [http://blog.naver.com/popo1008.do?Redirect=Log&logNo=20008968622] ||
         = CFile =
          한-_-
          *ps2 = NULL; // NULL .
         파 해 "TestFile.txt" ,
         CFile 클 Write() 함 'A' ~ 'Z' (OnWriteFile()),
         파 'A' ~ 'Z' (OnReadFile()) 함.
         
          OnWriteFile() Open() 함 Write() 함 .
          행하 ,
          Read() 함 .
          txt 파 bitmap 형 ,
          , , .
          CFile .
  • 아직도가야할길 . . . . 371 matches
         = =
          *
         == ==
         === ===
          * . . .
          * .
          * . .
          * .
          * , , .
          * .
         [""]
  • 정모/2004.7.26 . . . . 371 matches
         == ==
          || 01 || ||
          || 03 || ||
          || 04 || ||
         == 회 ==
          === 트& ===
          * [AM] - API . 테트 . 탈퇴
          * [AOI] -
          * [] -
          * [] - 8
          * [TAOCP] -
          * 투표 .
          * .
          * .
          * 클 CSS .
          === ===
          8 9 1 4411
          * .
          *
          *ZP
  • ZeroWikian . . . . 370 matches
         ZeroWiki . ~~ZeroPagers ZeroPagers!~~
         [[include(:)]]
         2013 11 ZeroWikian . wiki ZeroWikian . ZeroWikian .
         == ==
          * [희]
          * []
          * [★★]
          * []
          * []
          * [" "]
          * []
          * []
          * [환]
          * []
          * []
          * []
          * []
          * []
          * [협]
          * [호]
  • 토이/삼각형만들기/김남훈 . . . . 370 matches
         .
          . . makeBuffer 함 . C .
          , recursive . . .
          , visual studio .. zp server vi .. gdb . malloc . 흐흐흐. const int case ( ) .
          . ...
          ..
         [토] [토/]
  • STL/search . . . . 369 matches
          * . 1, 0 .
          * STL (θ(logn)) Binary Search .
          * Binary Search ? .
          1. .
          * .
          * .
          . Binary Search . , , (random) . 2,3 .
          * STL , sort + binary_search . .
         #include <algorithm> // search
          cout << ".";
          cout << ".";
          * sort해 binary_search() , , . .
          * list iterator .
  • ZPHomePage/계획 . . . . 369 matches
         홈페
          *
          * , 한, ,
          * 홈페
          * , , =>
          * 회
          * 통합
          *
          * 판(JSP) ,
          *
          *
          *
          * RSS
          *
          * 학회
          * 한
          *
          *
          * 회
          *
  • 정모/2002.10.30 . . . . 369 matches
          * 2002.10.30 5:30~6:30
         === ===
         || 02 || , , , 훈, ||
         || 01 || , , 호, 협, , ||
         || 00 || ||
         || 99 || , 태 ||
         === ===
          * ?
          * 학 ?
          * JavaStudy2002 ?
          * , 2
          * . , .
          *
          * 11 3
          * 회형
          *
          *
          * . --["neocoin"]
          . 포트해 . . --JuNe
          ["NextEvent"] --["neocoin"][[BR]]
  • 정모/2013.2.19 . . . . 369 matches
         Describe /2013.2.19 here
         = 2013.2.19 =
          * : [환], [], [], [], [], []
          * [환] 학 part_1.
          * [] 학
         == ==
          * .
         == ==
         === ===
          * 2 3 홈페 .
          * 3 1 .
          * ()( , 페 .)
          * .
          * c , 행할 .
          * .
         === / ===
          * BigBang - . .
          * ACM - . 하 dynamic 2 .
         == ==
         [2013],[]
  • naneunji . . . . 368 matches
         = =
          : [[BR]]
          : 81.01.05 [[BR]]
          : . . [[BR]]
          :
         == 획 ==
         9
         학
         10 ..흠..
         == ==
          * thinking in java
         == ==
         === 2002 1학 ===
          * knight 행 ( 2 ) [[BR]]
          * ( 3 ) [[BR]]
          * & ( 4 )[[BR]]
          * (c term project) [[BR]]
         === (2002.6.23-28) ===
          * 6.23() [[BR]]
          * [""]
  • 레밍즈프로젝트/프로토타입/에니메이션 . . . . 368 matches
         [트], [트/]
         = =
         .
         AddFrame(UINT ITEM) 통해 .(NextFrame())
         = =
         = GIF 포 =
         == ==
          . BMP 함.
         == ? ==
         CDC한 [트/DC] .
         하 OnDraw DC . DC .
         == ==
         . -_-
          .
          bmp [트/DC](CmyDouBuffDC) 행한. (CDC ... 편 ...)
  • MIB . . . . 367 matches
         헐 판 X 파.
          * ["MIB"] .
          * ["MIB"] , 행한.
          * . , 훈 . ( Star Gate .)
          * [""] "MIB " . dcinside "MIB ." . MIB (Green Beret Programmer(Wiki:GreenBeretCoding) . MIB Programmer .
          * MIB II MIB . .
         [""]
  • Marbles/이동현 . . . . 367 matches
         ===== =====
          ,
         
          .
          .
         1 3 ->
          n = bq+r
         1 5 ->
         
         < 05 05 15>
          n2 .
         n2 worst case .
          함. ;;
         .. ㅠㅠ
         ===== =====
          if(c1[i]/(double)n1[i] > c2[i]/(double)n2[i]) //n1 함.
          cout <<n1[i]<<" "<<m1<<" "<<n2[i]<<" "<<m2<<" "<<"\n";
          r = ((n2[i]/n1[i]==0?1:n2[i]/n1[i])*k+1)*n1[i] + (N[i]%n1[i]); //r n2 n1 N[i]%n1[i] .
         
          if(c1[i]/(double)n1[i] > c2[i]/(double)n2[i]) //n1 함.
  • ProjectSemiPhotoshop/기록 . . . . 367 matches
         
          * ! - Sub Project
          |||||| PairProgramming ||
          || 10.17 || 팅: , '' !'' 획, 획 ||
          * 10/24 pm1:00~pm4:00 VC , GDI, BMP, Key Input
          * 10/29 pm1:00~pm5:00 SpikeSolution
          * 11/19
          * Bitmap , . , 표.
          * 11/21 am11:00~am11:30 30
          * : ["ProjectSemiPhotoshop/Metaphore"] - MagicSchool etc
          * ()
          *
          i. 태 : SDI or + Dialog Base MDI
          * : MFC MDI
          i.
          * Bmp
          * Sampling
          *
          * 1 integration - histogram, sampling
          * 2 integragion - + (하 )
  • 정모/2004.7.12 . . . . 367 matches
         == ==
          || 01 || ||
          || 03 || ||
          || 04 || 태훈 ||
          * .
         == ==
          &
         
         
          MT
         == 항 ==
          &
          *
          *[]
          *[]
         
          *: ( 7/26)
          *: PM 1 30
          *: 4551
         
  • STL/map . . . . 366 matches
          * dictionary . DataStructure symbol table .
          * dictionary '''key''' '''value''' , '''key''' '''value''' .
          * .
          === ===
          === key ===
         m["홍"] = 20;
          === 회 ===
          * STL container .
          * map STL pair . , iterator pair<key_type, value_type> 형.
          * .
         // for
         === ===
          directory["홍"] = 1234567l;
          directory[""] = 9876543l;
          directory[""] = 3459876l;
          cout << " " <<endl;
          cout << ":" << (*i).first
          << " 호: " << (*i).second << endl;
          cout << ". "<<endl;
          cout << " .(:exit):";
  • 새싹교실/2013/양반/5회차 . . . . 366 matches
         = 크 =
         ||||||
         |||| O ||
         ||훈|| O ||
         |||| X ||
         = =
         == 획 ==
         == ==
         == ==
         == ==
         = =
          : F4(ThreeFs + Future Action Plan) .
          : ThreeFs, ThreeFs(크), FiveFs(크)
         
         Facts, Feelings, Findings, Future Action Plan. , , , , 획.
          : " 5 .() .() .() .( 획)"
         = =
         == ==
         == 훈 ==
          . 함.
  • 하얀가면의제국 . . . . 366 matches
          . . [] , [하] .
          . . , 항하 . . 항하. .
         [] , . [하] . . 행히 .
  • 허아영/MBTI . . . . 366 matches
         = 허/MBTI =
          * E : 향/ 향 19
          * S : / 17
          * T : / 45
          * J : 판/ 41
          * E : 향/ 향 27
          * S : / 3
          * T : / 47
          * J : 판/ 27
         == T() ==
          T 45 .
         '''형 (Thingking)'''
         : .
          * ,
          * ','
          *
          * ,
          * ,
          *
         T F(feeling) .
  • wxPython . . . . 365 matches
         wxWindows Python GUI Toolkit.
         qt, gtk 한 툴킷. , , 형태
         한 형태 . 형태 embeded .
         C 형태, IDE , PyDev (eclipse plugin)
          . ( PyDev wx exception handling 편하)
         == ==
          IDLE Fork . --; . (Editplus, ViImproved .)
         == 크 ==
          * http://byulii.net:8080/wiki/Document - '해 ' 키페. 튜토, .
          * http://maso.zdnet.co.kr/20010300/insidelinux/article.html?id=335&forum=0 - 2001 3
         == wxPython 한 GUI IDE ==
          * [http://www.roebling.de wxDesigner] - GUI 툴. GUI wxPython, wxWindows 환할 .
          * [http://sourceforge.net/projects/boa-constructor BoaConstructor] - wxPython GUI IDE. ! (, 함)
          * GUI Designer -> Code Generation . .
  • 데블스캠프2006/SSH . . . . 365 matches
          * .
          *
          * public_html 폴 index.html .
          * zeropage.org/~id url index.html 화
          * index.html, index.php, index.jsp index
          *
          * zeropage.org/~id/image.jpg .
          * terminal
          * ls, cd, rm, make, gcc .
          * 히 vi Hello world cpp 파
          * Makefile
          * make
         = =
          * wget . wget zeropage.org/index.html
          * ftp
          * ftp . -> 행 (, )
          * zeropage ftp
          * put : 해 ftp
          * get : ftp
          * ftp .
  • MFC/ScalingMode . . . . 364 matches
          .
          x, y 한 scale factor , .
         || WindowOrigin || 표. CDC::SetWindowOrg() 함 ||
         || WindowExtent || . CDC::SetWindowExt() ||
         || ViewportOrigin || 표. CDC::SetViewportOrg() ||
         || ViewportExtent || . CDC::SetViewportExt()함 ||
          ''포트 .''
          MM_ISOTROPIC, MM_ANISOTROPIC WindowExt, ViewPortExt .
         CDC::SetWindowExt(), SetViewportExt() .
         = 확 CScrollView::OnPrepareDC(CDC* pDC, CPrintInfo* pInfo) =
         // TODO: 확 포트 .
         pDC->SetMapMode(MM_ANISOTROPIC); // map mode
         // MM_LOENGLISH y .
         pDoc->SetWindowExt(DocSize); // .
         // .
         int xLogPixels = pDC->GetDeviceCaps(LOGPIXELSX); // . . 100
         // x y 포트 .
  • VendingMachine/세연/재동 . . . . 364 matches
         == ==
          cout << " . 10, 50, 100, 500, 1000 : ";
          cout << "10, 50, 100, 500, 1000 . \n";
          cout << _money << " \n";
          cout << " ";
          cout << " \n";
          cout << _money << " \n";
          cout << "" << _money << " \n";
          cout << " 택하 : ";
          cout << " : ";
          cout << " \n";
          cout << "\n \n";
          cout << "1. \n";
          cout << "2. \n";
          cout << "3. \n";
          cout << "4. \n";
          cout << "0.\n";
          cout << " 택하 : ";
          cout << "\t\t\t\n";
          cout << "\n " << _money << " \n";
  • 사과나무/과제방/1회차/김도익 . . . . 364 matches
         == ==
         scanf 함 .
          .
         scanf() 함 . . 통해 printf() 함
         
         scanf() 함 printf() 함 .
         scanf() 함 . . scanf() 함 . printf() 함 통해 .
          * printf("형",형 ... ) 형 %d, %lf, %s ... . , my fault - []
         [/2012//]
  • 우주변화의원리 . . . . 364 matches
         = =
         == ==
          * : 2학 . .(평 . ㅡㅡ;;) . . 한 40 . ㅠㅜ. www.no-smok.net , . . 1~2페 . . .~
         [""]
  • 새싹교실/2012/아우토반/뒷반/5.11 . . . . 363 matches
         = =
         || || || O ||
         || 학 || 태헌 || O ||
         || || 희 || O ||
         = =
         0. review
          * for
          *
         1. 함
          * 함
          * 함
         = =
          (N )
         = =
          * ''' ''' : F4(ThreeFs + Future Action Plan) .
          * : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(크)], [http://no-smok.net/nsmk/FiveFs FiveFs(크)]
          *
          * Facts, Feelings, Findings, Future Action Plan. , , , , 획.
          * : " 5 .() .() .() .( 획)"
         = =
  • 수학의정석/행렬/조현태 . . . . 363 matches
         == ==
          , .
          .. ( ..;;ㅁ;;)
          cpu_clocks.. 확하!!!!
          포함 .. , .
          ..( ).. 0.. ..
         == ==
         // CPU_CLOCKS .
          input_data();//
          int time_in; // .
          time_in = clock(); // .
          printf("\n");
          printf("\n");
          printf("CPU CLOCKS = %d\n", clock() - time_in); // - =
          return 0; // .
          printf(" .>>");
          printf(" .>>");
          printf("%d행 %d .>>",j+1,k+1);
         == ==
         [] [/행]
  • 3N+1Problem/황재선 . . . . 362 matches
         == ==
          0 1000000 . 1 999999 . Python 4 . 하 . 화할 --
         http://bioinfo.sarang.net/wiki/AlgorithmQuiz_2f3Plus1 yong27 . . . 0.001 . 화하해 클 . . 하 화한 . cycleDic key . 환하 key . --
         
          확히 . --
  • CompleteTreeLabeling/하기웅 . . . . 362 matches
         == ==
          ~~( ~~)
          트 트 = (^(+1) - 1)/(-1) .
          1)) 2 2 트 트 = (2^(2+1) - 1)/(2-1) = 7
          .
          2)) 1 7 트 1 3 2 3 3 .
          combination( , /) .
         combination(6, 6/2) 2! .
          1 = ! * combination( , /)
          2 1 트 트 .
         == ==
  • ProjectPrometheus/Iteration1 . . . . 362 matches
         || 7/02 pm5:00 || ||
         || 7/03 pm2:30~4:40 || 항, ||
         || 7/08 pm2:30~7:00 || , ||
         || 7/09 pm2:00~7:00 || :MVC-Web, OOP ||
         || 7/10 pm3:00~9:00 || ||
         || 7/11 pm5:00 || ZeroPage ||
         || 7/12 pm2:30~7:30 || ||
         === 1st Iteration - 10 Task Point ===
         || Task || Point (Pair 1 : 1 point) || 황 ||
         ||Web UI (Servlet or JSP)|| 1 || ○ (30) ||
         || Protocol || 1 || ○ (1) ||
         || . HTML || 1 || ○ (1) ||
         || HTML Parsing || 2 || ○ (2) ||
         || HTML Parsing Object 환 || 1 || ○ (1) ||
         || CGI Get/Post || 1 || ○ (30) ||
         || CGI HTML 환 || 1 || ○ (30) ||
         || Object HTML . || 1 || ○ (30) ||
         || HTML (Spider) || 1 || ○ (2) ||
         || Debian Server Setting; || 0.2 || ○ (20) ||
         || Test || || Pass ||
  • whiteblue/MyTermProject . . . . 362 matches
         }; //
          { "" ,20025301, 85, 90, 80 },
          { "" ,20025302, 80, 88, 85 },
          { "" ,20025303, 88, 93, 75 },
          { "" ,20025309, 75, 85, 70 },
          { "" ,20025307, 73, 83, 77 },
          { "" ,20025304, 95, 88, 80 },
          { "" ,20025308, 95, 88, 80 },
          { "" ,20025305, 94, 70, 65 },
          { "호" ,20025306, 80, 75, 88 },
          { "" ,20025310, 65, 73, 94 },
          { "" ,20025313, 77, 78, 99 },
          { "" ,20025312, 80, 77, 85 },
          { "" ,20025311, 95, 80, 95 },
          { "" ,20025315, 78, 90, 75 },
          { "" ,20025314, 90, 95, 65 },
          { "" ,20025316, 88, 88, 80 },
          { "" ,20025317, 83, 76, 75 },
          { "" ,20025318, 75, 68, 70 },
          { "" ,20025319, 65, 70, 80 },
  • ActiveXDataObjects . . . . 361 matches
         트 ADO(ActiveX Data Objects) COM. . DB . ADO , SQL . , SQL 행하 해 ADO . 하, SQL .
          .NET MS ADO ADO.NET . ADO.NET ADO . 하 ADO.NET .
         ADO ActiveX C++ VB Python . 하, VB Python . ODBC ADO C++ Database Programming , 큰 . (하, C++ DB Programming 할 ..) --[1002]
  • MFC Study 2006 . . . . 361 matches
          = =
          1~3.
          = =
         , , 태, , , , 협, , , ,
          = =
         || || ||
         || 9 21 || Class OOP ||
         || 9 28 || C++ ||
         || 11 9 || API ||
          = =
         C++ ~~
         = =
          || || ||
          || 9 21 || Class & Object ||
          || 9 28 || [Class ] ||
          || 11 9 || API MFC x by x ||
          * 택해 Class Object. , . ?^^; -[]
          * .^^ -[]
          * 1 . MFC ? - []
          * http://winapi.co.kr
  • Zeropage/Staff/회의_2006_03_04 . . . . 361 matches
         = Zeropage/Staff/회_2006_03_04 =
         == 회 ==
          *
         Upload:2006회.ppt
         Upload:ZP.hwp
         == 트 홍 ==
          *
         === 키 ===
          * .. 키 포탈
         === AI ===
          * 협(01 ), 태(05 )
          * ~
          * 5페 ZeroWiki -> Wiki
          * 6페 ZeroWiki -> ZeroWiki Portal
          * , 2005
         2005
         
         Outdoor
         AI
         
  • C++스터디_2005여름/도서관리프로그램/문보창 . . . . 360 matches
         == ==
         Book 클 ManageBook 클 . Null 포 . ...
          . , . , . .
         == ==
          cout << " : ";
          cout << " : ";
          cout << " . \n";
          cout << " . \n";
          cout << "\n";
          cout << "패\n";
          cout << " .\n";
          cout << " . \n";
          cout << " ";
          cout << "";
          cout << "** **\n";
          cout << "1. \n";
          cout << "2. \n";
          cout << "3. \n";
          cout << "4. \n";
          cout << "5. \n";
  • CommonPermutation . . . . 360 matches
         [http://online-judge.uva.es/p/v102/10252.html ]
         :A(A,B,C), :통(,통,), :1(1~4)
          a, b a , b x .
          . 한 테 . 한 테 a, b. 1,000.
          x . x .
         === ===
          || || || || ||
          || || C++ || 25 || [CommonPermutation/] ||
         === ===
         [] [AOI]
  • 최소정수의합/송지훈 . . . . 360 matches
         
         => n , n n+1 3000
         한 n+1 .
         한 haskell ...
          ...
          ...
         -> 파 , . (<=) 함 .
         while haskell while ?
         -> while 함 ..
          C C++ ?
         Haskell ?ㅋㅋ [합/택2] .
         C++ .
          (|) .
         
          ...-_-;
  • HowBigIsIt?/하기웅 . . . . 359 matches
         == ==
          ~~~
         ~~~
          8! .
          히 팩토 ~~
          ~~~
         하 ~~
          .
          .
          통하 .(통하 )
          .
          떄,
          ...ㅜㅜ;
          ~~
  • ProjectPrometheus/Iteration2 . . . . 359 matches
         || 7/14 || ZeroPage ["2002MT"]||
         || 7/18 || 1 Iteration 한 AcceptanceTest. 2 Iteration 획. ||
         === 2nd Iteration - 8 Task Point Load. 7 Task Point ===
         || Search Keyword Generator || 1 || ○ (3) ||
         || Book Search Acceptance Test || 1 || ○(2 30) ||
         || || 1 || . ||
         || || . || ○ (10) ||
         || Task || Point (Pair 1 : 1 point ) || 황 ||
         || Data set || 0.5 || ○ (30) ||
         || RS - || 1 || ○(3) ||
         || Data set 2 - || 0.5 || ○(15) ||
         || + RS - (view) || . || ○(1) ||
         || + RS - (light view) || 1 || ○(30) ||
         || + heavy view || 1 || ○(10) ||
         || view, light review, heavy review 합테트 || 1 || ○ (2) ||
         || ; || . || ○ (3) ||
         || Test || Test || Pass ||
         || {{{~cpp ViewSmall}}} || view 트 || ○ ||
         || {{{~cpp ViewBig}}} || view 트 More || ○ ||
         || {{{~cpp LightReviewBig}}} || light review 트 || ○ ||
  • WindowsTemplateLibrary . . . . 359 matches
         WTL , Win32 화하 C++ MS . WTL 해 API Programming Style . WTL MFC . WTL MS ATL. ATL ActiveX COM ActiveX API . WTL MS , MS .
          판하 MS , MS WTL 포했. Common Public License 하 , MS ( ) . WTL 7.5.
          WTL . API Win32 , WTL .
          * . 해 . ㅡ.ㅡ;; - [eternalbleu]
          * . --[1002]
  • 덜덜덜/숙제제출페이지2 . . . . 359 matches
         == (,) ==
         === [허] ===
         #1 2005/5/3 devC++
         한 ******
          . **20051095 허**************************
          printf(" (>0) :");
          printf(" () :");
         #2 2005/5/4 visualC++// . (?)한?ㅡㅡ
         *패 5 *
         *. [ 20051095 허] *
          printf("패 :");
         === [] ===
         === [] ===
         === [] ===
         === [] ===
         * *
         * *
         * . *
          printf(" ? ");
         * *
  • 알고리즘4주숙제 . . . . 359 matches
          ... ..ㅡㅜ
         == ==
         === ===
          . . ? .
         === ===
         탁 . . . ?
         === ===
          7~11 . 9 ? ? 해 확 ?
         === ===
          . ? (?) ?
         === ===
          ? ㅋㅋ " . ?"<<ㅋㅋㅋㅋ -
  • ExecuteAroundMethod . . . . 358 matches
          ? . DC . ...
          .
          /* ... */
          ... 클 . ? . .
         토크 . 토크 Block . . 1. 파 . 2. . 3. 파 . . C++ . Higher Order Programming .(SICP) C++ . . .--;
          ''C++ 해 함 함. ( ) --[1002]''
          fin.open("data.txt"); // ?--;
          fin << "하";
  • celfin . . . . 358 matches
         = Zeropage 01학 =
         == celfin ==
          * celfin computer elfin ... ^^
         == ? ==
          * : 하
          * : 1981.08.22() -
          * 향 : 1517
          * : 202호
          * : "" , ,
          * : (??),
         == ? ==
          *
         == ... ==
          * Swing 히 하
         == ? ==
          *
         == ... ==
          * 크,
          * ^^
          , ZeroPagers ZeroWikian . . --NeoCoin
  • MultiplyingByRotation . . . . 357 matches
         [http://online-judge.uva.es/p/v5/550.html ]
          . .
          . 10 . 9 .
          10 ..!!!
         트파. , (the least significant digit of the first factor) (second factor) 3 . . . EOF .
          .트파. .
         === ===
          || || || || ||
          || || c++ || ? ||[MultiplyingByRotation/]||
          || || c++ || ? ||[MultiplyingByRotation/]||
          || 환 || c++ || ? ||[MultiplyingByRotation/환]||
         === ===
         []
  • WorldCup/송지원 . . . . 357 matches
         == ==
          || 크 ||[http://poj.org/problem?id=3117] ||
          || || 3, 0, 1. ||
          || || , (0 ) ||
          || || ||
         == ==
          * 한 ( * 3) .
          * 3 1 3, 2 .
          * ( * 3) 한 sum .
          * class Main Compile Error ...-_-;; //
          * Accepted ...-_-
          * poj ....;; 히 Accept ..;;;;; -[]
  • 새싹교실/2012/클러그 . . . . 357 matches
         = =
          * 클.
          * : 15:00~17:00
          * : C
         = =
         || || [] ||
         ||<|2> || [] ||
         || [훈] ||
          * .
          * 해한 , .
         = =
         == 1회(2012 3 16) ==
         === ===
         || || [] ||O||
         ||<|2> 학 || [] ||O||
         || [훈] ||O||
         === ===
          * C
          * ()
          * gcc
  • PrimaryArithmetic . . . . 356 matches
         [http://online-judge.uva.es/p/v100/10035.html ]
         :A(A,B,C), :통(,통,), :1(1~4)
          . 10 1 . .
          . '0 0' .
          , .
         === ===
          || || || || ||
          || [] || C++ || 2 || [PrimaryArithmetic/] ||
          || [1002] || Python || 42 || [PrimaryArithmetic/1002] ||
          || [황] || Python || 1 || [PrimaryArithmetic/황] ||
          || [sun] || Java || 1 || [PrimaryArithmetic/sun] ||
          || Seminar: || Python || 30 || Seminar:PrimaryArithmetic/ ||
          || JuNe || Python || 10 || Seminar:PrimaryArithmetic/JuNe ||
          || [Leonardong] || Python || 50 || [PrimaryArithmetic/Leonardong] ||
          || [허] || C++ || ? || [PrimaryArithmetic/허] ||
         === ===
         [] [AOI]
  • 정모/2003.5.13 . . . . 356 matches
         == ==
         || 00 || 택 ||
         || 01 || 호 ||
         || 01 || ||
         || 01 || ||
         || 02 || ||
         || 02 || ||
         || 02 || ||
         == & ==
         1. (: 택, +1( )
          * 6 . 2회 .
          * , , , . 03 해 하 .
          * 1: Little Man Computer & (, 호)
          * 2: (택)
          * .
         3. Study
          * 호형 7.31 . DirectX .
          * : 호, , (확 )
          * OpenGL .
         4.
  • 정모/2004.3.2 . . . . 356 matches
         == ==
         ||01||||
         ||02||||
         ||03||환, , , , , 황 ||
         == 황 ==
          * TheJavaMan -
         == 획 ==
          * Accelerated C++ - , 황
          * ( 트) - ,
          * -
          * 3D -
          * -
         == ==
          * " 2회 2004" 행하
         == 2004 ==
          * Mt MT
          * 흥 - 통해 포함
          * ->
         == 1학 ==
          * 2 PM 5
  • 타도코코아CppStudy/0804 . . . . 356 matches
         || || ||
         || [CppStudy/0731] || [CppStudy/0811] ||
         == ==
          * []
          * [희]
          * []
          * []
         == ==
          * MFC하 , C++ Class 2. [CherryBoy] MFC행하.
         == ==
         . . .
         || || 학 || 학 || 평 ||
          * (8/7) .
          * . ? . ? ? . --[]
          * ..^^ !! ..^^ , ..ㅎ ㅔㅎ ㅔ^^ --[CherryBoy]
          * . . .--[]
         [CppStudy]
  • RuminationOnC++ . . . . 355 matches
         Accelerated C++ . C++ 테크 . . . (표 한 C++ . ㅡ.ㅡ;;)
          . ... . C++ .. ( 50 .)
          * Handle (use count 킨 핸)
          ? --[]
          * ㅡ.ㅡ; .. COM/DCOM Primer Plus 할 ? 하 -
          --[]
          - -_-; - intaek
         [""] [C++]
  • 지금그때2004/전통과사유20040329 . . . . 355 matches
         2004 3 29 [2003] [2004] .
         (페 .)
          *
          * ,,환,황,,
          *
          * 5:30 , , (4413)
          * 5:40 ,
          * 6:00 행 회
          * 6:20 , (?)
          * 6:30 퇴
          * 항 -
          '''AnswerMe '''
         ==== [2004] ... ====
          * ?
          * 힘.;
          * .
          * ? 하 ?
          * '(?)', '', '空', '호', '', '희'
          * ?
          * .
  • Eclipse와 JSP . . . . 353 matches
         [http://download.eclipse.org/webtools/downloads/] Release
          * .
         Eclipse 한 폴
         톰 Eclipse Plugins 폴
         eclipse.exe
         
         == Project ==
          -> Java Tomcat Project
         
          Project
         Project File main.jsp !
         Project -> Property -> General Context name . ex) /test
         == Unbound classpath variable: 'TOMCAT_HOME/common/lib/jasper-runtime.jar' ==
         Windows->Preferences->Tomcat
          * Tomcat Version 택 ex) Version 5.x
          * 톰 Tomcat Home ex) C:\Program Files\Apache Software Foundation\Tomcat 5.5
         () Windows->Preferences->Tomcat->Advanced
          * Tomcat Base ex) C:\Program Files\Apache Software Foundation\Tomcat 5.5
         == Web ==
         == 포함해 ==
  • FactorialFactors/이동현 . . . . 353 matches
         = =
         n! 2 <= k <= n k ,
         k .
          n fac . (ex.fac[8] 8 3 .)
          16 16 = 8x2 fac[16] = fac[8]+1 = 4 .
         fac[8] .
         하 k 통하 . . ^^
         = =
          final int CASE_N = 1000000; //테트할
          int fac[] = new int[CASE_N+1]; //
          //n! 2 3~n .
          //num .
          //7 .
          if (num <= sqrt) // sqrt .
  • HardcoreCppStudy/두번째숙제/This포인터/변준원 . . . . 353 matches
         
          class A
          this A
         클 f
         f() 확히 this->f() this
         this
          class A class B
         class A class B
         class B class A
         class A class B this
          B클 A클 A
         
         클
         포.
          ...
         class c GetA SaveA
         했 Save함 GetA
         .
          GetA();
          GetA this .
  • WikiSandPage . . . . 353 matches
         
          <span class="button"><input type="submit" class="button" name="logout" value=""></span>
         == 환 ==
         
          * ?
         
          * 태 event
          * style 태
          => UserPreferences
          * hi ~~ >__<ㅋ
          ''' hihi 테트'''
         RSS
         [* ]
         Uplode Upload.. -_-;;
          Uplode ;; moin 1.0 , InterMap
         
          ?
          {V}
          {V}
         [택/ThisIsATestPage]
  • 인수/Assignment . . . . 353 matches
         || || Assign date || Due date || || ||
         || AI || ? || ? || 황 || ||
         || DB || . || 11/13 || || ||
         || DB || . || 12/3 || || ||
         || SE || . || 11/10 || || ||
         || SE || . || 12/X || || ||
         || || Assign date || Due date || || || Submit? ||
         || || 9/5 || 9/12. || P2-7 || || O ||
         || DB || 9/4 || 9/11. || || || O ||
         || AI || 9/7 || 9/7. || ? A4 (10line?) dwkim@cau.ac.kr || || O ||
         || SE || 9/7 || 9/14. || SE 표 only 1 page || || O ||
         || 화 || 9/6 || 9/12.17 || 3 & 3 &. 1-2 || || O ||
         || DB || 9/13 || 9/18, || Fig4-12 Insurance DB Schema. find PK and FK || || O ||
         || 화 || 9/13 || 9/19.17 || || || O ||
         || || 9/12 || 9/19. || P9-10 || || O ||
         || PHP || 9/23 21:00 || 9/23 22:00 || || || O ||
         || DB || 9/20 || 9/25 || 3 || || O ||
         || || 9/19 || 9/25 || ~P17, Journal 2편 || || O ||
         || SE || 9/8 || 9/28 || Architecture, Framework, Pattern, Platform , || -_- || O ||
         || AI || 9/19 || 9/25 || A* Optimality (A4) || || O ||
  • Basic알고리즘 . . . . 352 matches
         = Basic =
         
         = =
         태 허
         = =
         || 1. || [Basic/] ||
         || 2. || [Basic/팰] ||
         || 3. || [Basic/63] ||
         || 4. || [Basic/] ||
         || 5. || [Basic/RSA] ||
         - : " "
         2005
         [2005]
         = 할 =
          .
          .
         - . (한테^^) .
         {{| " . , (skill) (ingenuity) (objects of beauty) . 풋하 (artist) , . |}} - The Art Of Computer Programming(Addison- wesley,1997)
          artist artist !!! ^-^ - 허
  • 새싹교실/2013/록구록구/8회차 . . . . 352 matches
         = =
         = 크 =
         ||||||
         |||| o ||
         |||| o ||
         = 획 =
          *
         == ==
          *
          *
          *
          * ?
         == ==
         1. 5 int형 . .
          !
          < >
         2. 5 int형 . scanf .
          !
          int형 . ( !)
          < >
  • 데블스캠프2008 . . . . 351 matches
         = 2008 =
          * : 2008 6 16() ~ 6 20()
          * : 9 ~ 6
          * : 3 Time || 9 ~ 12 || 12 ~ 3 || 3 ~ 6 ||
         = =
          || |||| 16() |||| 17(화) |||| 18() |||| 19() |||| 20() ||
          || 9 ~ 12 || [] || 토 1 || [한] || Emacs || [] || 향 || [] || || [] || arp spoofing and sniffing ||
          || 12 ~ 3 || [] || [wiki:2008/ ] || [훈] || 텍 by Python|| [] || 파 || [] || ||[]
         []
         [] || ||
          || 3 ~ 6 || [태] || vb in Excel, Midi || [] || 토 2 || [] || || [허] || 플 |||| 페 , 화 ||
         = =
          *20
          || || 16 || 17 || 18 || 19 ||
          || [] || O || O || O || O ||
          || [] || O || O || O || O ||
          || [호] || O || O || O || O ||
          || [] || O || O || || O ||
          || 홍 || O || || || ||
          || || || O || O || O ||
  • 정모/2011.11.30 . . . . 351 matches
          * : [], [혜], [], [], [], [], [], [], [], [], [], [하]
         == ZeroPage ==
          * .
         == ZP 파티 ==
          * ZeroPage 파티 합. .
         == 회 ==
          * 파티 .
          * .
          * []학 Paros 통한 portal 해
          * : [혜]
         == LG /홍 ==
         == ==
          * Agile Korea . 11학 Agile . Paros 통해 Cracking OMS. !ㅋㅋ -[]
  • 조현태/놀이/네모로직풀기 . . . . 351 matches
         == [태//] ==
          === ===
          .
          ..
          === ===
          === ===
          태, , .OTL
          ... .
          === ===
          .. .. ?? --
          └ 행하 . , .^^ - [태]
          ! , .. .. 태! ㅋ - [허]
          └ .. ..ㅠ.ㅜ - [태]
         [태] [태/]
  • BookShelf . . . . 350 matches
         [Leonardong] , ,
         2007 1
         == ==
          1. [테] - [TestDrivenDevelopmentByExample]
          1. [힘]
          1. []
          1. SmalltalkBestPracticePatterns()
          1. [] ( [ProgrammingPearls] )
         == ==
          === ===
          1. (통 )/ ;
          [http://no-smok.net/nsmk/ComputerCurriculum ]
          [http://dbmain.snu.ac.kr/maro/books.html ]
          [http://ebook.alib.cau.ac.kr ]
          === (, , , ...) ===
          1. []
         == ==
          1. [테]
          1. [팩토]
          1.
  • ProjectVirush/UserStory . . . . 350 matches
         = =
          id, pw .
         = =
         == ==
          . , 행한 .
         == ==
          . . .
          택하 .
         == ==
          험 & . 한 항 , .
         [http://wiki.kldp.org/KoreanDoc/html/GnuPlot-KLDP/ ]
         == ==
          택하 .
         == ==
          . .
  • 김해천 . . . . 350 matches
         = {{{{color:#0000FF} .}}} =
          * (191101) . ...
         == ? ==
          * 1993 5 7, 12학, 22
         = =
          * . ~~크, ~~
         = =
          * ~~() 4 .~~
          * NP
         = =
         == 2012 ==
          *
          * ~~탈 ~~
          *
          * MT ~~ ~~
         == 2013 ==
          * ~~2~~
          *
          * MT
          * ~~한? ?~~
  • 2010JavaScript/강소현/연습 . . . . 349 matches
          t=setTimeout("timedCount()",1000);//1..
         <h2>테트 페.</h2>
         <b> :</b>
         <input type="text" size="30" id="email" onchange="checkContent()" alt=" "><br>
         <input type="button" value=" " onclick="displaymessage()"><br>
         onmousedown="alert(' ');" onmouseup="alert(' ');" alt=" ">
         width="300" height="300" usemap="#planet" onmouseout="alert(' ');" alt=" ">
         onmouseover="writeText(' .');"
         <input type="text" id="txt"><input type="button" value="" onClick="timedCount()">
         = =
         image map 'ㅁ'
         
          ....... css ??
         onClick="writeText('. .')" />
         <!-- rect x1,y1(),x2,y2() 형-->
         onClick="writeText('트 .')" />
         onClick="writeText(' .')"/>
         <!-- poly x1,y1,x2,y2,x3,y3.... 형-->
         onClick="writeText('.')" />
         onClick="writeText(' .')" />
  • JavaStudy2003/두번째수업 . . . . 349 matches
         2003 .
         = =
          * . ()
         == ==
          * 클 ()
          *
         == 파 ==
         == ==
          * . Copy & Paste 하 튜토. ? -_-+ -[]
          * 튜토 3 . . -[]
          * 파 ; ?;; --[희]
          97 ? 2002 ... 97 ..;; 한2002 . -[]
          * ? ...ㅡ.ㅡ; -[]
         == ==
  • SelfDelegation . . . . 349 matches
          . ? ? yes Simple Delegation .
          . . 하 , .
          , . for .
         Self Delegation Visual Smalltalk 3.0 Dictionary. Dictionary HashTable . , (Dictionary) .
          hashTable.put(keyObject, valueObject, this); // . .
         HashTable Collection .
          hashOf .
          C++ .
  • SingletonPattern . . . . 349 matches
          한 해. ( ["Gof/Singleton"] )
         SingletonPattern 험하. 히 Global object . , Singleton Singleton Object .
          Singleton .
          ProjectZephyrus , Singleton . (히 Conceptual Model ) 한 클 . -_- . --["1002"]
         패 '패 ' . 하, '' . --["1002"]
         [""]
  • 상협/너만의명작을그려라 . . . . 349 matches
         = ? =
          * . . .. ..
         = =
         * . , .
         = =
          * , , .
  • 새싹교실/2011/AmazingC/6일차 . . . . 349 matches
         #title /2011/AmazingC/6
         = ''' ''' =
         ||호||O||
         ||호||O||
         ||희||O||
         ||황||X||
         = '''''' =
          * 함
          * 함 환형 .(환형 )
          * 환형: int, char, float, double
          * 함 : !!
          * 함 = .
          * 3,8
          * sum2 sum2 행한!!
          * 함 recursive호
          * push pop
          * LIFO(Last In First Out): pop . - .
         = '''''' =
         6 . ㅋㅋㅠㅠ 함 2파트 . 함 , . 팩토 . ,, , 함 .-[[호]]
  • BasicJava2005/5주차 . . . . 348 matches
         1. static
          - static .
         2. Math클 Wrapper 클
          - Math클 .
          - abs() : .
          - sqrt() : .
          - max(), min() : / .
          - round() : .
          - pow() : .
          - PI : 파
          - Wrapper클(Integer, Double, Character...)
          - parseXXX : String 형태 환한.
          - toString : 형태 환한.
          - 클 .....
          > 2 .
          System.out.println(" 2 ");
          System.out.println("0 ");
          System.out.println(" ");
          - try ~ catch finally 행한.
         6. Exception
  • 정규표현식/스터디/문자집합으로찾기/예제 . . . . 348 matches
         [[pagelist(^/*)]]
         == - 한 ==
          1. .
          1. b c .
          1.
          1. 1300 .
          1. a c 1 .
         === - ===
         === - 한 ===
         === - 호 ===
         == - 호 ==
         === - ===
         === - 한 ===
         === - 호 ===
         == - ==
          1. ([]) .
          1. '#' 6 . # 6 트 [] 통해 한
         === - ===
         === - 한 ===
          *
  • 정모/2004.2.3 . . . . 348 matches
         == ==
         ||02|| ||
         ||03|| 환 황 ||
         == (표 & ) - 10 ==
          *
          * TheJavaMan
          * RummikubProject
         == ZP (토) - 15 ==
          *
         == () - 5 ==
          * . 2 13 함.
          * . [2004행] . . -[Leonardong]
         == ( ) ==
          * .
         == 회 ==
          * 회 . -[Leonardong]
          * 행하 . ㅜㅜ -[Leonardong]
         []
  • 조동영/이야기 . . . . 348 matches
          ?
          - ()
          * : .
          - ((readability) (환)
          * : .
          - (홍)
          * : .
          - ()
          * : .
          - (택)
          * : .
          ?
          - () ()
          * ..
          . ()
          - ()하 (환)
          * ..
          .
          - (홍)
          * ..
  • AM/20040712세번째모임 . . . . 347 matches
         == ==
          * : 7 12 5 ~ 6
          * :
          * :
          * :
          * : API 3() - 4()
          * Upload:am_study2.ppt [DevelopmentinWindows]
          * ( , 화)
          *
          향키 .
          .
          * Upload:MoveBox.exe
         == ( ) ==
          * , , ,... . . . . ~~ --[환]
          * ; ; ; []
  • WikiGardening . . . . 347 matches
         '' View , 형태 . ( RecentChanges Main View .) ( . , ZeroWiki Mind Map . ( . , .) --1002'' (DeleteMe ["1002"] .)
          View WikiGardening ? see NoSmok:WikiGardening --[""]
          틈틈 한 페 .
          * [] [] [WikiProjectHistory ]
          * [] [http://zeropage.org/wikis/nowthen2004/_b1_ba_b4_eb ]
          * [http://165.194.17.15/wiki/FindPage?action=titlesearch&context=0&value=%BC%BC%B9%CC%B3%AA Title search for ""]
          한 페 [페] .
         SeeAlso [http://no-smok.net/nsmk/_b9_ae_bc_ad_b1_b8_c1_b6_c1_b6_c1_a4#line42 ], []
         []
  • ZeroPageServer/계정신청상황 . . . . 347 matches
          황. (. 2002)
          통합 .[[BR]]
         ''' , .''' , 학 email .
         ''' '''
          ZeroPage Server .old symbolic .
         finger id
          하 .
         * ''' 항''' : ["ZeroPageServer/set2002_815"] ssh2 텔 . [http://zeropage.org/pub/util/putty.exe putty], ssh2 client . ssh1 zterm .
         || || id || 학 || join |||| email || 태() ||
         || 훈 || zennith || 00 || 2000 || z ||zennith mail.co.kr ||zr ||
         || || woodpage || 00 || 2000 || zm ||woodpage empal.com ||zrjmr ||
         || || jeppy || 99 || 1999 || zm ||jeppyzz orgio.net ||zrmr ||
         || || reset || 99 || 1999 || zmc||free1002 hotmail.com ||zrmrcr||
         || || petitmeteor|| 99 || 2000 || zm ||petitmeteor hanmail.net || zr ||
         || || erunc0 || 00 || 2000 || zm ||erunc0 korea.com ||zr ||
         || 환 || bosoa || 99 || 1999 || zm ||bosoa korea.com ||zr ||
         || 택 || dduk || 00 || 2000 || zm ||radiohead4us dreamx.net||zmr ||
         || 호 || rhasya || 01 || 2001 || zm ||rhasya hotmail.com ||zrmr ||
         || 협 || namsangboy || 01 || 2001 || zmc||namsangboy hanmail.net||zrcrmr||
         || || wiz || 01 || 2001 || z ||wizardhacker hanmail.net||zr ||
  • 새싹교실/2012/아우토반/앞반/5.17 . . . . 347 matches
         = =
         || || || O ||
         || 학 || 학1 || O ||
         || || 학2 || O ||
         = =
         = =
         1.
         void reverse(char* s)
         100,
         100 ,
         = =
          * ''' ''' : F4(ThreeFs + Future Action Plan) .
          * : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(크)], [http://no-smok.net/nsmk/FiveFs FiveFs(크)]
          *
          * Facts, Feelings, Findings, Future Action Plan. , , , , 획.
          * : " 5 .() .() .() .( 획)"
         = =
         [/2012]
         [/2012/]
  • RubyLanguage/ExceptionHandling . . . . 346 matches
          * Exception 클 .
          * .
          * [http://lambert.tistory.com/168 ]
          * $! :
          * , rescue switch case . .
          * begin 행하 rescue .
          * retry하 .
          * rescue .
          * : rescue
          * [http://enshahar.tistory.com/65 ]
          #
          *
          *
          * finally
          * 형태
          * throw catch .
          * throw () .
          *
          * Kernal.raise( Kernal.fail)
          *
  • 질문의힘 . . . . 346 matches
          * Title :
          * Author : (), ()
          * Publisher :
         === ===
          * -
          ||파||, ||||
          ||||||||
          ||||,||||
          ->
          * ?
          * .
          * ,
          * (험) , 험( )
          *
          * -
          * 키, 포
          *
          *
          * ,
          *
  • FileStructureClass . . . . 345 matches
         
         == ==
         : [http://dblab.cse.cau.ac.kr/FS/index.html 홈페]
         || ||
         : 화 DB // . External Sort, B-Tree .
         === ===
          , Pseudo Code . 해하 . , . ( 해하 .)
          , . '' . " , ." . --[1002]
  • HelpOnProcessors . . . . 345 matches
         == ==
          , 호 {{{{{{ }}} }}} .
          {{{#!}}} , {{{#!python}}} {{{plugin/processor/python.php}}} processor_python() . {{{#!python}}} 트 해 ''bang path'' , . (, .)
          .
          CodeColoringProcessor .
         :
  • ProcrusteanBed . . . . 345 matches
          . . . . , . ' '(ProcrusteanBed) . , 횡포 ' ' . [[BR]][[BR]]'' ' 화' '' .
         [""] .
         []
  • 이민석 . . . . 345 matches
         == 활 ==
          * 2011: 11학
          * 2012: ZP (22)
          * 2017: 2 14 학 학
         == 하 ==
         [[pageList()]]
         == ==
         === 2012 ===
          * .
          * ZP . -[]
          * , 40
          * 티플 (CAU Battle Arena)
          * visualization (OpenGL)
          * 06 06 OMS 표: http://zeropage.org/seminar/61737
          * 10 29 OMS 표: http://zeropage.org/seminar/63770
         === 2014 ===
          * 하 : https://wikidocs.net/book/204
         === 2015 ===
          *
          * (cyclone)
  • FactorialFactors/조현태 . . . . 344 matches
         == ==
          .
          1 3-4 ..ㅠ.ㅜ ( 12-13 .)
          . cin..ㅎㅎㅎ ..ㅎㅎ
          ...;; ..^^;; 3.2G CPU...OTL..
          ~ . ~
          1 트 했 13->10 . T.T ..
         == ==
          cout << "2-1000000 . .\n";
         == ==
          1.4G -;;;; ;; -태훈
         해. . ..ㅎㅎㅎ 행하 ? 100 ㅎㅎ-[태]
          ㅋㅋㅋㅋ
          -[]
  • 주민등록번호확인하기/김태훈zyint . . . . 344 matches
         === ===
          -_- ;;;
          ;;
          - ;; ;
         === - 팩토 前 ===
          printf("호 13 (하픈 '-' ) : ");
          //13
          //
          printf(" \n\n");
          //chk true
          printf(" ~ ^^ !\n");
          printf(" ???? -_-;; \n");
          //
         === - 팩토 後 ===
          printf("호 13 (하픈 '-' ) : ");
          chk = chk_input(jumin); // 13, TRUE
          if(chk) break;//TRUE
          intval(jumin); //
          chk_jumin(jumin); //
          //
  • C++스터디_2005여름/학점계산프로그램/문보창 . . . . 343 matches
         == ==
          .
         == ==
          static const int NUM_STUDENT; // 학 ( )
          Student * student; // 학
          CalculateGrade(); //
          void sort_student(); // 평
          void show_good_student(); //
          void show_bad_student(); // 학
          ~CalculateGrade(); // 파
         //
         // - 1 해 학 .
         //
          // 학
          //
         // 평 .
         // ( 10%) .
          cout << " \n";
         // 학(학 1.5) .
          cout << "학 \n";
  • ExploringWorld . . . . 343 matches
          탐험하 , 평화 . [[BR]]--[http://ruliweb.intizen.com/data/preview/read.htm?num=224 크 클2]
         == ==
          .
         (V) 표 1 : , 한 RSS
         (V) [[HTML(<font color=red><B>)]] 1 : Java-Servlet, jsp, php Hello World ! [[HTML(</B></font>)]]
         (V) [[HTML(<font color=red><B>)]] 2 : (1) JDBC Hello World (2) JSP, Servlet [[HTML(</B></font>)]]
         || [[ISBN(8980544928,K,noimg)]] JSP Web Development With Java Server Pages - 2판 ||
         [ExploringWorld/크]
         === ===
          : (NeoCoin)
          : [환], [황]
          4 : ([1002])
         === ===
         [ExploringWorld/20040308-행]
         [ExploringWorld/20040315-]
         [ExploringWorld/20040412-]
         [ExploringWorld/20040506-]
         [ExploringWorld/20040514-]
         === ===
         === ===
  • ProjectCCNA/Chapter2 . . . . 343 matches
          * LAN - 통해
          * ethernet: CSMA/CD- . 회 .
          * 토큰 - CSMA/CD 토큰 PC .
          * UTP,cat 5 - 흔히
          * MAC address - 6 octet 3 , 3 . mac .
          * MAC FF-FF-FF-FF-FF-FF LAN PC .
          * 트 - 한 PC 하 .
          * 트 - .
          * 트 - LAN PC .
          ||||
          ||||
          ||||
          ||트포트||
          ||크||
          ||크||
          ||||
          1 7.
          * 한 표 .
         [], ProjectCCNA
  • 고한종/배열을이용한구구단과제 . . . . 343 matches
         []
          printf(" . n .");
          printf("행 하? (y/n)\n\n");
         // 히 화 on/off .
         == ==
          * ㅋㅋㅋ . getch() stdin . fflush(stdin); getch() . n while ?- [하]
          * fflush() output stream , fflush(stdin) MS linux . - []
          크 : http://k.daum.net/qna/view.html?qid=0DYSq
          * input stream . . - []
          크 : http://rantis7.egloos.com/2404014
  • 이영호/끄적끄적 . . . . 343 matches
          ... ...
         ? : .
          . ...
          ...
          ...
          !@#!$$@#^%!^$!%
         ... . .
         int array[52]; // 크할 .
         int count; // 크해?
          // 화.
         // 52 화. ( 편하 .)
         // (count - 1) 크 ()
         // File array 행 하 count-1 .
          exit(0); // !
         // buf array . ()
         // save 포 .
         // .
         // .
  • 정모/2006.2.16 . . . . 343 matches
         = /2006.2.16 =
         = staff =
          3 회 & Zeropage 회 통해
         
          zeropage 활
         
          3 -> ( )
          * -> 회 통해 ..
         1학->페 ,
         3.. 6 - 투표
          *
         = 회 =
          == ==
          * 3
          * .
          * 학회 .
          * 6
          * 할 .
          * .
          == ==
  • BuildingParser . . . . 341 matches
         파 .
          Programming Language .
          3. , , . zp .
         1, 3 2 c++ 함. 4~4.5 . - [eternalbleu]
          3 . . - []
         ZP ..;; 패 ;;; - [snowflower]
          함. read; . . ! ... ? 테 . -
         ㅎㅎ -_-;; - ㅋㅋ
         ... ㅡㅜ . -
          -_-; 파 - [eternalbleu]
  • CxxTest . . . . 341 matches
         C++ . [CUT] C UnitTestFramework Perl 한 Runner 팅하 .
         CxxUnit [CUT] C++ 통하 .( CxxUnit ) Python Perl , Runner화 . 행하 .
         [1002] CxxUnit . Visual Studio Tools( External Tools) . Tool 행하 팅 한, . (cxxtestgen.py CxxTest .) 화 Test .
          . MockObject RealObject 트하 . (테 ) 흑.
  • Hacking2004 . . . . 340 matches
         크
         == 획 ==
          * : 흐흐;;
          * : 2004 2학
          * : 환, 희, ,
          * : [[ISBN(8955981481,kr)]]
          * : 3,
          ''' '''
          형... ...-ㅜ;;; -
          *
          *
         == 황 ==
          * [Hacking/20040930]
          * [Hacking/20041028]
          * [Hacking/20041104]
          * [Hacking/20041118]
         == ==
          * [Hacking/]
         == ==
          * [Hacking//]
  • erunc0/PhysicsForGameDevelopment . . . . 340 matches
          * .
          * .
          * .. . . T-T
          * ..
          * source . , , , .. .. ㅎㅎ
          * .. .. ㅋㅋ
          * vector ? ..
          * . .. vector .. .
          * , 힘, vector 통해 . (pda .. -_-;;)
          * .. --;;
          * vector .. ..
          * ? .. -_-;;
          * .. .. point ..
          * .. 하 .. vector .. -_-;
          * Mag, Normalize -_-a .. 헛. 하하하하.. -_-;;
          * source .. -_-;; 헤헤
  • AwtVSSwing/영동 . . . . 339 matches
          * Heavy-weight Componet : GUI .
          * : 화함 편하.
          * : . .
          * AWT . AWT , 편하. Swing Top-Level . . .
          * Light-weight Component : .
          * : . .
         ["JavaStudyInVacation/황"]
  • DesignPatterns/2011년스터디 . . . . 339 matches
         [[PageList(^DesignPatterns/2011)]]
          * HolubOnPatterns .
          * :
          * [], [], [혜], []
          * : []
          * 2 .
         = 크 =
         || || [] || [혜] || [] || [] ||
         == 7 ==
         === 7 ===
          *
          * ( , 3~5)
          *
          * WinMerge
          * WinMerge
          * 11
          * WinMerge 키텍
         === 11 ===
          * [http://onoffmix.com/event/3297 Joseph Yoder ]
          * [:JosephYoder]
  • WERTYU . . . . 339 matches
         [http://online-judge.uva.es/p/v100/10082.html ]
         :A(A,B,C), :(,통,), :1(1~4)
          . 'Q' 'W', 'J' 'K' . .
          . , , ('Q', 'A', 'Z' ), 호(표(')) . 키(Tab, BackSp, Control ) .
          QWERTY 키 . .
         === ===
         || || || || ||
         || || C++ || 18 || [WERTYU/] ||
         || [1002] || python || 10 || [WERTYU/1002] ||
         || 허 || C++ || 40 || [WERTYU/허] ||
         === ===
         [] [AOI]
  • ZeroPage정학회만들기/지도교수님여론조사 . . . . 339 matches
         [""]. 투표 통해 택하.
          * 확한 투표. 해해.
          * 투표 . 투표 ... 투표.
          * .
         || || 투표 || 투표 ||
         || || 0 || . ||
         || || 0 || . ||
         || 태 || 0 || . ||
         || || 0 || . ||
         || || 0 || . ||
         || || 0 || . ||
         || || 11 || 협, , , , , ,, 택, , , ||
         || || 5 || 협, , , , 택 ||
         || || 4 || , , , ||
         || 환 || 0 || . ||
         || || 5 || 협, , , , ||
         || 한 || 0 || . ||
         = 투표 한 회 =
          * 학 ~
         || 학 || ||
  • 고한종/업적/WinAPI로만든학과주점포스기 . . . . 339 matches
         = =
         == ==
         == ==
          . 폐.
          ... . .
          , , 폰& .
          ... ? ? [http://mirror.enha.kr/wiki/%20%20 _]
         하 . .
         = =
          . .
          .
         = =
          , github public (...)
         []
  • 노스모크모인모인 . . . . 339 matches
         NoSmok:. . ZeroWiki .
          * Seminar:RenaissanceClub . .~ --["1002"]
          * .
          * ? ...-_-ㅋ - 2006/03/11 -
         []
          * ["SmallTalk/FromHitel/4"]
          * ["/CPPUnitTestFramework/Source"]
          * ["2002ACM"]
          * ["/Diary/2002_10_2"]
          * ["/Diary/2002_09_3"]
         go
          "" ...
         
          1. apache new line encoding
          * .
          * ..
         해
          1. cgitb .
          * python . unix newline
          moin_config.py {{{~cpp FrontPage?action=print&value=notitle}}} ? .
  • 데블스캠프2006/준비/월요일 . . . . 339 matches
         = 2006// =
         == ==
         == ==
         협,,,,,
         == ==
         ,함,MSDN,SVN,SSH,파
         == ==
         || || || || 협 || || ||
         || || 함 || MSDN || SVN,SSH || 파 || ㅋㅋ ||
         == ==
         = =
         || || || ||
         ||pm 07:00~08:00 || || ||
         ||pm 08:00~09:50 || || (05) ||
         ||pm 10:00~12:00 || 함 || (01) ||
         ||am 12:00~01:00 || 휴 || ||
         ||am 01:00~02:00 || SVN,SSH || 협 (01) ||
         ||am 02:00~03:00 || MSDN || (01)||
         ||am 03:00~04:00 || 파 || (05)||
         ||am 04:00~06:00 || || 협 (01) ||
  • 프로그래밍잔치/Successor . . . . 339 matches
         === ===
         2002 8 .
         ["/"] .
         === ===
          * : (00)
          * : (00),(01)
          * : 호(01),(02)
          * : (01)
         DeleteMe ~ 한테 ..ㅋㅋ
          Succesor.zip
         === ===
         1. - No <-
         2. - Ok
         3. ( ) - Ok
         4. - No
         5. 3 (,, ) - Ok
         6. <- No 4
         6-1. , - No
         <- <- ,
         <- <-
  • HardcoreCppStudy/첫숙제 . . . . 338 matches
         = HardcoreCppStudy =
         == ==
          * , .
          ||[HardcoreCppStudy//ValueVsReference/]||
          ||[HardcoreCppStudy//ValueVsReference/]||
          ||[HardcoreCppStudy//ValueVsReference/]||
          ||[HardcoreCppStudy//ValueVsReference/]||
         == 함 ==
          * 함 (Overloading) . // .
          ||[HardcoreCppStudy//Overloading/]||
          ||[HardcoreCppStudy//Overloading/]||
          ||[HardcoreCppStudy//Overloading/]||
          ||[HardcoreCppStudy//Overloading/]||
         한 .. , overloading ? . .--NeoCoin
         == & 크 ==
          * // 해 함. . 5*5 .
          MagicSquare <-
          RandomWalk <-
  • Spring/탐험스터디 . . . . 338 matches
         == ==
          * [Spring Framework 3] !
          *
          * 4~ 6
         == ==
          * [], [혜]
         = 표 =
          * [Spring]
         = =
          * [토3]
          * Spring Framework 3
         = =
          *
          *
          * 행한
         = =
          * .
          * 행,
         = 행 =
         == 3 ==
  • TheJavaMan/숫자야구 . . . . 338 matches
          .
         === ? ===
          1~9
         === 할 ===
         || 항 || || || 황 ||
         || || 1/13 4 || 7 || ||
         || - ||. ||. || ||
         || 확 ||. ||. || ||
         || 확 ||. ||. || ||
         || ||. ||. || ||
         || 포 - , ||. ||. ||||
         || 크 ||. ||. || ||
         || ||. ||. ||. ||
         || ||. ||. ||||
         || ||. ||. ||||
         || 하 - ||. ||. ||. ||
         || 3 ||. ||. ||. ||
         || 팩토 ||. ||. ||. ||
         === ===
         
  • [Lovely]boy^_^/EnglishGrammer . . . . 338 matches
          * : do 학하 . Grammar in USE .. . .. 해하 . 하하 . .
          '' NoSmok:GrammarInUse . 통 Murphy -- "". Azar . 90% ( ). , PEU(''Practical English Usage'', Michael Swan) . . see also NoSmok: --JuNe''
  • 레밍즈프로젝트/박진하 . . . . 338 matches
         [트]
         = =
         [트/한]
         [트/호]
         = =
         == 11 18 ==
         == 11 19 ==
         == 11 20 ==
         == 11 21 ==
          ;
         
         ( 태-_- VS ;)
          : 함-
          ?-_-
          -_-
         히 했;
         -_-
         == 11 23 ==
          , -
          ,
  • 새싹교실/2011/씨언어발전/5회차 . . . . 338 matches
         = 5회(5 11) =
         == ==
          * .
          * ,
          * 한 학
          printf("\t\t평\n");
          * .
          * .
          if (isPrime(i)==TRUE) printf(%d\n,i);
         == ==
         === [태] ===
          화 해
          . , . :):)
         === [하] ===
          array .
         a[5] a[0]~a[4] a.b.c.d.e .
          array , 평, , . 한, (prime number) .
  • 새싹교실/2012/아무거나/3회차 . . . . 338 matches
         [http://wiki.zeropage.org/wiki.php/%EC%83%88%EC%8B%B9%EA%B5%90%EC%8B%A4/2012/%EC%95%84%EB%AC%B4%EA%B1%B0%EB%82%98/3%ED%9A%8C%EC%B0%A8?action=edit 3회 ]
          * 4 9 3 30 - 5 30
         === ===
         || || [] ||O||
         ||<|2> 학 || [형] ||O||
         || [] ||O||
         === ===
          *
          *
          * 함(function) (procedure)
          * return , void function
         === ===
          * 화하 . . ?
          ...?
          . ,함 , . 헐ㅋ. . ↓↓
          for 패했! while . F11 Alt+F8 한테 .
         휴학하 . 크 ㅠㅠ. ... . . 헐ㅋ. (형)
  • 이병윤 . . . . 338 matches
          ~
          08학
         ZeroPage 18
         Layer7 5
         [CurseWare], [] 08학
         [http://www.beist.org beistlab]
         == ==
          *
         == 트 ==
         === WarGame ===
          *[http://www.overthewire.org/wargames/drifter/ Drifter] WarGame
         === ===
          - : 패했.
          - : Python
         ==== ====
          1 '학회' 페 .
          1 파 통해 .
          1 .
          1 .
          * 황 : 100%
  • HowManyPiecesOfLand? . . . . 337 matches
         [http://online-judge.uva.es/p/v102/10213.html ]
         :B(A,B,C), :통(,통,), :2(1~4)
          , n 택한. n(n-1)/2 . 택해 ? n = 6 .
         파 0 3,511 s . s 0 , 2<sup>31</sup> n .
          해 n . 한 .
         === ===
          || || || || ||
          || || C++ || 7 || [HowManyPiecesOfLand?/] ||
          || 하 || C++ || 3 || [HowManyPiecesOfLand?/하] ||
         === ===
         [] []
  • TuringMachine . . . . 337 matches
         튜 . .
         튜 . .
          행해 , 통해 .
          .
          통해 .
          .
         ) Turing Award : , .
         http://www.acm.org/awards/taward.html . . ㅡ.ㅡ;;
  • 답변 및 의견 1 . . . . 337 matches
         == 1 ==
          * [Eclipse/PluginUrls] : Eclipse 플 PHP Eclipse . [[BR]] .. -- [(namsang)]
          * ... -훈-_-;;
          * ㅋ[[BR]]플 ediplus ㅋ --[]
          * editplus ,[[BR]] editplus eclipse 편한
          * 편한 .[[BR]] 편함.
          * eclipse 편하
          * svn 편하
          * 편하 ..
          *하하! !! 하~! ~ ...[[BR]] 1.1.8 php플 ...
  • ObjectOrientedProgramming . . . . 336 matches
          .
         == Oriented == 향?? ==
          * 'oriented' '향' , '', '해 ', '', ' ' . 'Object oriented' ' ' . 확한 해 . - [http://garden.egloos.com/10001141/post/20974 ]
          * 확 해해. . 한 ( .). . 한 OOP . -
         == ==
         1 ~>__<ㅋ - [한]
          ...-_-ㅋ OOP 페 . -
         []
  • STL/Miscellaneous . . . . 335 matches
         miscellaneous : < > 형형 ( ), 한,
          . .
         = =
          * int . 1982 ?
          * Contiguous-memory container
         c.erase( remove(c.begin(), c.end(), 1982), c.end() ); // . .
          * list - erase remove .
          * Associative container - remove .(--;) remove . .
         = 파 =
         // ints.dat list
         list<int> data(dataBegin, dataEnd); // .
         = 항 =
          * . .
          * vector<Object*> 한 포 delete 해.
  • phoenix_insky . . . . 335 matches
          * :
          * : ZP 9
          * : phoenix_insky@hotmail.com
         하하 .. .. .. @_@
         == 하 해 ==
         -
         
         
         .
         
         
          .
         
         
         
          .
          .
         
         
          .
  • AnEasyProblem/강소현 . . . . 334 matches
         bit , 10 -> 2 환해 ㅠㅠ( ..;ㅁ;.. !)
         1 0 1 , 1 ...
          * 클 "Main". 한 poj :)
          * printJ 함 while(num<bin.length-1) 1 bin[num+1] index bound of exception .
          * 2^20 = 1048576 1000000 20 , 1 0 . 1~1000000 4 1 ! ;ㅅ; 한 ㅋㅋ poj ! ㅠㅠ
         || I || || ||
          * 10 2 ...; . -[]
         [ACM_ICPC/2011]
  • LinuxSystemClass . . . . 334 matches
         
         == ==
         : [http://konan.cse.cau.ac.kr/ 홈페]
         || ||
         :
         === ===
         [LinuxSystemClass/Report2004_1] - PosixThread , .
         
         === 홈페 ===
         http://ssrnet.snu.ac.kr/course/os2004-1/errata.html - errata 페.
          . , 한 한 . 한 , . (inexpensive expensive 한) , 3 . .
         학 포트 'The Design of the Unix Operating System' . 해 . , .
          ? - [eternalbleu]
  • OpenCamp/두번째 . . . . 334 matches
         = OpenCamp =
         - : Java Conference
         - : 2012 11 17 1 ~
         - 행: ZeroPage
          * 13:10~13:50 Keynote
          * 13:50~15:40 패
          * 15:40~17:00 @Override? ?
          * 테
          * 17:00~17:40 허
          * 17:40~19:00 험해!
          * 19:00~21:00 Play with Java
         == ==
          * . . . . . speaker . . 1학 zeropage . . - []
         [2012],[OpenCamp]
  • TheTrip/이승한 . . . . 334 matches
         = TheTrip/한 =
         평 황했.
          ;;
          //
          double stu[1000] = {0.0}; // .
          double endSum[10] = {0.0}; // .
          double sum = 0; //
          double aver = 0; //
          double stuN = 0; // 할 학
          int travelN = 0; //
          //
          i=tempInput=0; //
          //
          cin>>stuN; // .
          while( stuN ){ //(stuN) 0 .
          // .
          stu[i] = tempInput; // .
          sum += tempInput; //합 .
          //평 = /
          tempIntAver = (sum * 100) / stuN; // .
  • 성균관대게임개발대회 . . . . 334 matches
         = 회 =
          * -_-; 1 1000 3050.. - [협]
         == ==
          * : 530 ~ 6 10
          * 1 : 7 258 5
          * : 10
          * -,
          * - ,
         == 품 ==
          * [3DAlca] , , 3D , . .( 행할 ), 학하 , . -[협]
  • 제로페이지위키베타 . . . . 334 matches
         = =
          * 픈 합.
         == 크 ==
          * 회 .
          * 택할 택해 .( 한 회 ..)
          * 포트 ..
          * .
          * [http://zeropage.org/zero/ ] .
          * zeropage , zeropage 택하 .
          * :namsangboy@hotmail.com .
          * 학 2 ~ 2005 - [eternalbleu]
         []
  • Project메모장 . . . . 333 matches
         [] " " 획한 트.
         == ==
          *
          *
          *
         == ==
          * : MFC
          * :
         == 항 ==
          * DB .
          * , 패 .
          * 키 ( , ) .
          * .
          * 트 형태 .
         == 항 ==
          *2005.2.17: . .
          *2005.2.21: . .
          * DB .
          표: 패 화, DB , 호 ****형태.
          : 호 ****형태.
  • Self-describingSequence . . . . 333 matches
         [http://online-judge.uva.es/p/v100/10049.html ]
         :C(A,B,C), :(,통,), :2(1~4)
          (Solomon Golomb) <f(1), f(2), f(3), ... > k 해 k 확하 f(k) . .
          n f(n) .
          . n , (1 ≤ n ≤ 2,000,000,000). n 0 , .
          해 한 f(n) .
         === ===
          || || || || ||
          || || C++ || 2 || [Self-describingSequence/] ||
          || 황 || Java || 2 || [Self-describingSequence/황] ||
          || [1002] || Python || 1 40 || [Self-describingSequence/1002] ||
          || [shon] || matlab || 1 : 1 10, 2 : 3 || [Self-describingSequence/shon] ||
          || [태] || C++ || ? || [Self-describingSequence/태] ||
         === ===
         [] []
  • UseCase . . . . 333 matches
          Alistair Cockburn KentBeck, Robert C. Martin (barely sufficient methods) . , 21 . Robert C. Martin ''UML for Java Programmers''() [http://www.objectmentor.com/resources/articles/Use_Cases_UFJP.pdf Use Cases ] .
          UseCase UML UseCase Diagram , UseCase 히 NoSmok:IndexCards UseCase , . .
          "" " " . Robert C. Martin Alistair Cockburn ''Writing Effective Use Cases''(2000 Seminar:JoltAward ) . ( pdf화 )
  • JUnit . . . . 332 matches
         Java 한 UnitTest Framework.
          * http://www.yeonsh.com/index.php?display=JUnit - 홈페. Cook Book ()
          * http://huniv.hongik.ac.kr/~yong/moin.cgi/JunitSampleCode - 키페. JUnit .
          . ( ViImproved Java )
          path . JUnit 포함 IDE (["Eclipse"], ["IntelliJ"] ) . ^^ --
         === ===
          JUnit UnitTest (PyUnit) testing message ..? -
          '''''' ? --NeoCoin
          PyUnit argument -v testing message ..?
          .............ok
          .............ok
          .. -
          console mode textui runner .. --["1002"]
          textmode ...흠..;; 확히 ..T_T. 통 textui 행하
          }}} ... .. ~ .. (, ..-_-) -
  • VonNeumannAirport/Leonardong . . . . 332 matches
         Traffic하 Configuration 2. Traffic ( origin, destination ) traffic, Configuration origin destination 한 행. . .
          . ?
         팩토.
          , 트 . .
          행 . .
          ? O(num of city^2).
  • 새싹교실/2011/學高/6회차 . . . . 332 matches
         [/2011/學高]
         = =
          *
          * . 힌트
         = 2011 4 11 =
         == : 하 ==
         === (fact) ===
          * while, do-while, for: .
         === (feeling/finds) ===
          * 2
          * .
         == 학: ==
         === (fact) ===
          ㅜㅜ
         ,, ..
         ( ㅜㅜ )
         === (feeling/finds) ===
          .
         === ===
         // ..ㅋㅋ
  • 인수/Smalltalk . . . . 332 matches
         === ===
          * 히...
         === 크 ===
          * .--; ... --; .;;
          * : 토크 . C++/Java . . . .( . 팩토 . .--;) do .
          * . ㅠ.ㅠ ... 흑 ㅠ.ㅠ
          * .--;
          * 2 . . .
          * SBPP .
         []
  • LIB_1 . . . . 331 matches
          RTOS 63 .
          .
          LIB_TIME_DLY(63,5); //
          크1 .
          .
         LIB_create_task (char* string,int,&task_point,task_size) 함
         태 .
          LIB_VRAM_CLR(); // 화
          LIB_Init_Schedu(); // 화 하
          LIB_TIME_RATE(); //
          LIB_init_prl(0); // 패 포트 .
          LIB_create_task("Management\n",63,mn_task,&TaskStack0[256]); // .
          LIB_create_task("task1\n",60,task1,&TaskStack1[256]); // 크 1 .
          LIB_create_task("task2\n",59,task2,&TaskStack2[256]); // 크 2 .
          LIB_create_task("StatTask\n",LIB_IDLE_PRIORITY + 1,LIB_TASK_CPU_STAT,&OSStack[256]); // .
          LIB_create_task("IdleTask\n",LIB_IDLE_PRIORITY,idle_task,&TaskStack3[256]); // idle태 .
          .[[BR]]
          2 .[[BR]]
          . .
          OS 해 ISR .
  • UniversalsAndParticulars . . . . 331 matches
         
          . 통해 . .
         WardCunningham . . .
          . . 통할 .
          API 통해 , Event Driven Programming , . 해 API , 학 API . ( ) .
  • gusul/김태진 . . . . 331 matches
         == /gusul ==
          * [http://211.229.66.5/30stair/gusul/gusul.php?pname=gusul 크]
          * ,
          * 1 . -[]
          * 화하, , . n-1 ( .) n (1,3,5 7 1,3,5 행횟 ) 하 .
          * , .()
          * n-1 n .
          * n-1 n n-1 .
         // Copyright (c) 2013 __ZeroPage__. All rights reserved.
         [ACM_ICPC/2013]
  • 정모/2013.5.6 . . . . 331 matches
         = =
         [],[],[],[],[],
         [훈],[],[훈],[],[],
         [],[],[],[],[희],
         [],[],[],[],[],
         [],[],[],[형],[],
          * [] 학 : !
          * : []학
         = S/W 회 =
          * , .
          * .
          * 1 ...
         = 6 =
          * .
          * 5/12, ㅁ?
          * 해하 , ?
          * , .
         = [/2013.5.6/CodeRace] =
         = =
         = =
  • HelpOnInstallation/MultipleUser . . . . 330 matches
          1.0.9 .
          make install .
         == ==
         === ===
         === ===
         == ==
         === moni-install 행하 ===
          [키] 한 파 public_html 하 .
         == 편 ==
          php파 , php [키] 트하 . php 트해.
  • PersonalHistory . . . . 330 matches
          * []
          * [06]
          * []
          * [트2005]
          * [SmallTalk] 트. Feat. [], 10 . [SmalltalkBestPracticePatterns] [SBPPSummary]페 , 표.
          * 트()
          * [http://aekae.ce.ro SE 트]
          * [ProjectEazy] - AI 한 3 '(Eazy)'
          * [XpWeek] - 2004 학 ExtremeProgramming 험하
          * [PPProject] - 2004 2학 &
          * [ZeroPageMagazine] -
          * [TAOCP] - 2004
          * [2004] - 2학 .
          * [트] - 2004 6 18
          * [RedThon] - 2004 6 4
          * 트 - 2004 6 3
          * - [GuiTesting]
          * [TheJavaMan] - 2004 3 2
          * [TheJavaMan/] - 2004 3 2
          * [TheJavaMan/] - 2004 1/26
  • STL/string . . . . 330 matches
          * char* .
          * " "
         string a(" ")
          .
          *
          * b.size() .
          * a 4-7
          * new - char* delete 해 , string . !
          * STL general , .
          === ===
          * string 클 . 학 getline() get() . string cin >> . getline() .
          ["[Lovely]boy^_^"] 1 . char input[255] string . .
          * string .
  • ZPBoard/PHPStudy/쿠키 . . . . 330 matches
         = ? =
          * 키(Cookie) . . .
         = PHP =
         boolean setcookie ( "" [, string value [, [, "" [, "" [, ]]]]])
          * setcookie .
          * <html> <head> .
          * time() mktime()함 .
          * , , .
          *
          * 효하 해 페 .
          * (parameter) .
         //
          setcookie("CookieName", $value, time()+3600); // ..
          setcookie("CookieName", $value, time()+3600, "", "", 1);
         //
          setcookie("CookieName", $value, time()-3600, "", "", 1);
  • 정모/2002.3.14 . . . . 330 matches
         3. 14
         회 : 7:00 ~ 9:00
          : 97
          99 , , ,
          00 혜, , , 혁, ,
          01 , 협, , 호,
          : , ,환 - >
          훈 -> , - > ?
          .
          . (회, )
         
         회 :
          : (3.20) 5:30
          :
         1. (, , )
         2. 획( - 화)
         3. .
         
         1.
         2. 한 홍
  • snowflower . . . . 329 matches
         ||01학||
         ||호(李鎬)||
         ||DCinema|| / using JPEG2000 || 2007.01 ~ ||
         ||[]|| || 2007.02 ||
         = =
         ||[TheWarOfGenesis2R]||2 트|| _ ||
         ||[ProjectAR]|||| _ ||
         ||["MFCStudy_2001"] ||2001 MFC || _ ||
         ||["EightQueenProblem/호"]|| _ || _ ||
         ||["DiceRoller"]|| || _ ||
         ||["SRPG"]||SRPG 획 - ["TheWarOfGenesis2R"]|| _ ||
         ||[]||OpenGL - ㅠ.ㅠ|| _ ||
         ||["snowflower/Arkanoid"]||.. c k..-_-a|| _ ||
         ||["DirectDraw"]||DirectDraw || _ ||
         ||[2003]||2003 !|| _ ||
         ||[CppStudy]||03 학 C++ ~ || _ ||
         ||[PaintBox]||Java || 2005.12 ||
         ||[BasicJAVA2005]|| || 2005.12 ~ 2006.02 ||
         ||[]|| || 2005.12 ~ 2006.02 ||
         ||[Ajax2006Summer]||Head Rush AJAX || 2006.07 ~ ||
  • 기본데이터베이스/조현태 . . . . 329 matches
         == ==
          .. .ㅎ
          -> ~ 해....OTL
          ..ㅠ.ㅜ ..;;ㅁ;;
          .. ..ㅠ.ㅜ
          . id .
          ..OTL
          .. ~
          .. .. ㅋ ( 함.ㅎ)
          .ㅎ
          // 행해 ? .
         == ==
         == ==
         [LittleAOI] []
  • 정모/2003.4.29 . . . . 329 matches
         == ==
         || 01 || ||
         || 01 || 호 ||
         || 02 || ||
         || 02 || ||
         || 02 || ||
         == ==
         1. 판(PHP )
         2. 03 .
         3. 홈페
         == 회 ==
         1. , , . ...
         2. 03 , , , 확 . (3~4 , ) .
         3. 홈페 . PHP .
         [""]
  • ExploringWorld/20040506-무제 . . . . 328 matches
         황
          * 험, ()
          * 험 6~9 , -> , 효 .
          * PHP OCU 험 : Programming x 3 + x 3
          * .
         
          *
          * , .
          * ,
          * 한 -> .
          * 해 .
         
          * 2 Xp
          *
          * [http://ipsc.ksp.sk/ ISPC],[http://icpc.baylor.edu/icpc/default.htm ICPC]
          * , Algorithm
          * 6
          * .
         === ===
          * You Excellent = . 통해
  • JavaStudy2002 . . . . 328 matches
         2002 Java
          * : Moa:ThinkingInJava
          * ["JavaStudy2002/"]
          * ["JavaStudy2002/황"]
          * ["JavaStudy2002/해"]
          ==== ====
          || 02학 || (["whiteblue"]) ||
          || 02학 || (["Yggdrasil"]) ||
          || 00학 || ([""]) ||
          * : [""]
          === ===
          * ["JavaStudy2002/"]
          * CVS . ;; --["neocoin"]
          * !! CVS ?? 하 ..... - -
          * . . --["neocoin"]
          * . C++ . --[]
          * ......ㅡ.ㅜ -- (["whiteblue"])
          * " Airport Problem " , , ....... - ([""]) -
          * 12/20
          ..12/23
  • 01학번모임 . . . . 327 matches
         01 학 통해 2006 3 10 ...
          (..?ㅋ) ...?
          ...?-_-;
         -
          . ㅋㅋ 한, ~ - [(namsang)]
          ~~ㅋㅋ -
          ... ..ㅋ
          ... ..
         한 ~~ -
         -_- .... .. -
          * ?? ^_^ 헤~ -
          * -
          * 헤.. -_-; -
         01 . ^^ -
          : [01학/]
         [01학/20060310]
  • PowerOfCryptography/이영호 . . . . 327 matches
         - . 한 . "/10" .
         ... .
         p 1834567891242341235423542542451234145678551475585744
         // p string
         // n .
          = 1/n * ( log( 10 (string:p )) + log((x) = string:p . -> 1.8) )
         // ceil, floor 함 .
         // log10 함 .
         // log10 .
          = 1/n * ( + log(x) )
          = .
         // 팅한.
          .
          . ()
         // .
         // 학 함 func(). n, p k 환함.
         // 6 44 // 6 57 .
          sscanf(p_buf, "%2c\0", p); // .
          buf = log10((double)atof(p_buf)/10); // log.
          if(ret_buf >= (ceil(ret_buf)+floor(ret_buf))/2) // . +/2
  • 새싹교실/2013/록구록구/1회차 . . . . 327 matches
         = 크 =
         ||||||
         |||| o ||
         |||| o ||
         = =
         == 획 ==
          * C , etc..
         == ==
         == ==
         == ==
         == ==
         = =
          : F4(ThreeFs + Future Action Plan) .
          : ThreeFs, ThreeFs(크), FiveFs(크)
         ''' ? '''
         Facts, Feelings, Findings, Future Action Plan. , , , , 획.
         ex)
         () 5 .
         () .
         () .
  • 졸업논문/요약본 . . . . 327 matches
         = =
          . python . Django python , 화하 . Django ODBC CLI . python , 클 . , , , 화하 . .
         = =
         []
  • BuildingParserWithJava . . . . 326 matches
          한 파,
         3학 1학 ProgrammingLanguageClass . . . . .
          . ㅤㅉㅗㅈ . ?
         파 CD .
          , -
  • JavaScript/2011년스터디/서지혜 . . . . 326 matches
         [[pagelist(^JavaScript/2011)]]
          = 1 11 =
         
         
          <input type=button onclick=reset() value="" class=btn2>
          <input type=button onclick="calc()" value="" class=btn2>
          = 1 18 =
          *
          -
          -
          -
          -
          })(); // 행해
          -
          * 함
         /* Arguments 트 */
          document.write(arguments[3]); // ? -> undefined
          arguments[3] = 5; // !!
          * 클
         /* 클 */
  • SmithNumbers/이도현 . . . . 326 matches
         ==== ====
          . ~~
         ==== ====
         int prime(int); /* : 200, : 100 */
          /* 크 */
          /* */
          //
          /* */
          /* */
          /* 화 */
         /* */
          /* 한 포 */
          // int형 num 10 char형 string
          /* 환하 array . */
         /* 해 */
          /* 해 할 */
          /* */
          /* . */
         /* - : return 1, : return 2 */
          /* */
  • 수/구구단출력 . . . . 326 matches
         
         == [] ==
          printf(" .^^\n");
          printf("%d\n",Number);
         == [] ==
          printf ("");
          printf(" .");
         == [] ==
          printf (" :");
          printf ("<%d>\n",number);
         == [] ==
          printf("\n");
          printf(" ?");
          a,b i,j . , 함 . - [협]
          , 함 . (beveragePrice)ㅋ-[]
         [] [C2005]
  • 2006동계MT/계산내역 . . . . 325 matches
         = 2006MT/ =
         == ==
         학회 5 + (MT회 1*11)
          160,000
         == ==
          , ^^
         '''해태 -'''
          900* 2
          2,100
          1,800
          850
          860* 12
          1,100
         텐 1,000
         5 1,980* 2
         팽 450
          700* 2
          350* 2
          900*2
          1,100
  • Basic알고리즘/RSA알고리즘 . . . . 325 matches
         = Basic/RSA =
         RSA :
         호화 RSA .
         1. p q , n = pq .
         2. p q 1 . ∮(파) .
         3. e .
         4. d .
         5. (n, e) , (n, d) . p,q,∮ .
          . 키, 키..
         1 : p,q 3 11 , .
         2 : (n, e), (n, d) , (1 키,키)
          호화 해 13 ,
          ?
         = =
         = =
          * ㅠㅠ -
         [Basic]
  • 지금그때2006/여섯색깔모자20060324 . . . . 325 matches
         = =
         
         홍
         행
         = =
          -> ->
         = 홍 =
         
         - 항 : , ,
         - :
         = 행행 =
         
         
         
         == ==
         2
          - , 환, , 호 ,
         
          ->
          ->
  • 정모/2011.8.29 . . . . 324 matches
          * : [], [], [], [], [], [], [혜], [], [], [], []
          * : [황] -
          * : []
         == 트/ ==
          * [:Spring/탐험 ]
          * [:DesignPatterns/2011 ]
          * [:2011 ]
          * [:JavaScript/2011 ]
          * [:ACM_ICPC/2011 ACM ]
          * [:EnglishSpeaking/2011 ]
          * [:Cpp/2011 C++ ]
          * 테트 트했. 한 , .
         == 회 ==
         == 회 ==
          * 9 ()
          * 9 ( )
         == ==
          * 6.
          * 행하 파티() 할 .
         == ==
  • 정모/2012.10.15 . . . . 324 matches
          * : [], [], [], [], [], [], []
          * [] ' '
          * OMS: []
         ZeroPage IRC . [ZeroPageServer/IRC]
         == @zeropage.org ==
         @zeropage.org . 500 함.
         == /트 ==
         
         == 학회 ==
          ZeroPage 학회
          ( ^^)
          * 학회 .(히 LoL )
          * .
          * .
          * .
          * 휴 .
          * , .
          * , () .
         - ZeroPager ^^
         == ==
  • 황현/Objective-P . . . . 323 matches
          PHP Objective-C !
         == ==
          * ObjC , ObjP PHP 형태 .
          * , Objective-P PHP ! (Just like we can mix up ObjC and pure C!)
          * PHP .
          * Gin . (: GN)
         === Class ===
         Objective-J , 클 . ( PHP , .)
         , @implementation @interface , @interface , @implementation .
         // 클
         @private // . . :) @protected .
         // 클
         ==== ====
          , . (PHP 5 )
         GNAssert() , @"" , GNString .
         GNAssert(false, new GNString(' ?'));
  • CppStudy_2002_2/STL과제 . . . . 322 matches
         = =
         
          59 98 75 91
         탁 66 78 77 84
          52 50 63 72
          97 55 52 97
          78 82 63 73
          72 66 73 52
          95 62 94 53
          78 53 74 75
         태호 66 82 82 94
         한 86 65 62 68
          * .
          * .
          * STL .
          * .
          * 힌트 : sort할 ?
          * 10 >,< sort .
          * 효 .( .. .)
          * .
  • DPSCChapter4 . . . . 322 matches
         '''Adapter(105)''' Clients 형태 . , Adapter 행하 .
         '''Bridge(121)''' (implementation) 통한 통하 .
         '''Composite(137)''' - 한 tree object . Composite client object object .
         '''Decorator(161)''' object . Decorator 한 함 .
         '''Facade(179)''' (하, ) interface (interface) . Facade 템(하, ) interface .
         '''Flyweight(189)''' object .
         '''Proxy(213)''' object ,(control) , placeholer .
  • OurMajorLangIsCAndCPlusPlus/math.h . . . . 322 matches
         :
         math
         == 함 (FUNCTIONS) ==
         || 함(Ascii) || ||
         ||int abs ( int n ) || ||
         ||double acos ( double x ) || arc ||
         ||double asin ( double x ) || arc ||
         ||double atan ( double x ) || arc ||
         ||double atan2 ( double y, double x ) || 2() 한 arc ||
         ||double atof ( const char * string ) || ||
         ||double ceil ( double x ) || x x ||
         ||double cos ( double x ) || ||
         ||double cosh ( double x ) || x ||
         ||double exp ( double x ) || x ||
         ||double fabs ( double x ) || ||
         ||double floor ( double x ) || x x ||
         ||double fmod ( double x, doublr y ) || x/y ||
         ||long labs ( long n ) || long형 ||
         ||double ldexp ( double x , int exp ) || mentissa exponent ||
         ||double log ( double x ) || x ||
  • SuperMarket/세연/재동 . . . . 322 matches
         == ==
          _product[0].name = "";
          _product[1].name = "";
          _product[2].name = "";
         //
          cout << " : ";
          cout << " \n";
         //
          cout << " 택 : ";
          cout << " : ";
          cout << " \n";
          cout << " \n";
         //
         //
          cout << " 택 : ";
          cout << " : ";
          cout << " \n";
          cout << " \n";
          cout << "\n";
          cout << "1. \n";
  • CppStudy_2005_1/BasicBusSimulation . . . . 321 matches
         == ==
          * 환 한. .
          * .
         == ==
          * .( km)
          * 7 .( km/h)
         == ==
          ?
          :
          :
         == ==
          * ~ ~ .( km m)
         == ==
          * 클 STL ~ .
         == ==
         || 태훈[zyint] || [CPP_Study_2005_1/Basic Bus Simulation/태훈] ||
         || [협] || [CPP_Study_2005_1/BasicBusSimulation/협] ||
         == ==
          * 한 포.
          * STL ~
  • 새싹교실/2012/열반/120326 . . . . 321 matches
         = 행 =
          *
          *
          *
          * 3 1 30 행.
         = =
         == 함 ==
         int f(int x); // () x () 환하 f '' 한 .
          * 함 환하 .
         int f(){ // 5 환하 f .
         === ===
          * 표 : f(x)=x² .
          * x^2 x 2 xor .
          * C x*x .
         = =
          *
          *
          * 통한
         = =
          * . . . .
  • 코드레이스/2007.3.24 . . . . 321 matches
         == ==
         === ===
          . .
          120, 파 30.
          : 30 -> "red", 120 -> "green"
         === ===
          * 30 2000
         === ===
          .
          .
          .
         :
         === ===
          5 .
         :
         == 협&훈 ==
          * 01:01
          * 01:17
          * 01:27
          * 01:46
  • Downshifting . . . . 320 matches
         2005 () 500 .
         '' 트Downshift''
         (1) 환함 .
         (2) 환한.
          . , 활, , .
          . .
          . . 패했 ! -- [Leonardong]
  • VoiceChat . . . . 320 matches
          행할 . MSN 1:1 . .
          * . [http://www.cowon.com/product/d_voice/software/jet-voice-chat/download.html 홈페], . 한 . 5k, 32k .
          * KaZaA . . PeerToPeer . [http://web.skype.com/home.ko.html 홈페]
          * 80 포트 .
          * linux, mac, pocket pc .
          행할 .
          .--[Leonardong]
         []
  • ExplicitInitialization . . . . 319 matches
          폴트 ?
          .( ) . . . ExplicitInitialization . ExplicitInitialization LazyInitialization . 화 하 .
          initialize . new .
         1000 . .
          period = defaultMillisecondPeriod(); // C++/JAVA .
  • 레밍즈프로젝트 . . . . 319 matches
         하, 호,
         2005 OP
         = =
         [트/]
         ''' , .'''
         '''! .'''
         파 -
         
         = =
         || || 할 ||
         || [트/한] || 화, 핑 ||
         || [트/호] || 핑, ||
         || [트/하] || 핑, ||
         = =
         [트/]
         = =
         == ==
         [트/]
         [트/]
         [트/]
  • 졸업논문 . . . . 319 matches
          행하 키페
         2006 9
         학 .
          * 화 : [django]
          * [/] - /
          * [/] - //표
          * [/] - 1
          * [/] -
          * [/] - 1
          * [/헌] -
          * , , .
          * 페 .
          * 호(bracket) . (: [1])
          * .
         []( ) . 하 !
  • 지금그때2005/연락 . . . . 319 matches
         == 1 ==
         || 학 || || 태 ||
         || 00 || 택 || ||
         || 99 || || " " ||
         || || || ||
         || 98 || 호 || ||
         || || || ||
         || 97 || || ||
         || 95 || || ||
         || || 호 || ||
         || || || ||
         || 93 || [JuNe] || ||
         == 2 ==
         || 학 || || 태() ||
         || 01 || || ||
         || || || ||
         || || || ||
         || 00 || 택 || . ||
         || 99 || || . ||
         || || || . ||
  • NSIS_Start . . . . 318 matches
         == ==
          * : NSIS Start (About Nullsoft ({{{~cpp SuperPiMP}}} | Scriptable) Install System)
          * : ["1002"]
          * : 2 1 ~ 2 9 (MT )
          * : Installer Program 해. free software Nullsoft ({{{~cpp SuperPiMP}}} | Scriptable) Install System .
          * 표 : 한 . .
         == 획 ==
          * . .
          * 한 Installer ( .)
          * simple / full / custom 한 Installer
          * uninstaller 포함 Installer
          * .
          * PHP Template script 한
          * 9 한 NSIS Wizard (with MFC)
         == (2002.2.1 ~ 2002.2.9) ==
          * 3 .
          * Reference . 1 .
          * NSIS Ide 함. (Editplus 편하. ^^;)
          * PHP Template Script , .
          * ["NSIS"] -
  • Zeropage/Staff/회의_2006_01_19 . . . . 318 matches
          = [Zeropage/Staff/회_2006_01_19] =
          == ==
          * , .
          * .
          * 2 , 1 100 . ( .)
          * .
          * : [협]
          == ==
          * : [협]학 행함.
          == ==
          * . .
          * 혜택 .
          * 회 함.
          == 회 ==
          * 회 .
          * 함.
          * : 허, 태,
          == MT 풍 ==
          * : , , , 2 4-5, 2 11-12
          * : 30000 (SKT 18000) + 2 2000 +
  • 물푸 . . . . 318 matches
          ???
         == 2003 2 28 ==
          100 , 28 ... ... 2 2 . ... 한 . 3 .
         == 2002 3 ~ 6 획 ==
          *
          * 토
         === ~~ ===
         ==== ====
          * ''' (about a boy) : '''(2003.3.27) -
          * ''' : 키'''(2003.4.9)
          * ''' : 한'''(2003.4.12)
          * ''' : '''(2003.4.14)
          * '''포툰(poem toon) : '''(2003.4.25)
         ==== 토 ====
         == ^^; ==
         === I am ground !~~ ===
         Zeropage 10 [[BR]]
          : [[BR]]
         혈형 : A형 [[BR]]
         === 2003 한해 획 ===
  • 복/숙제제출 . . . . 318 matches
         == ==
         === [훈] ===
         printf("1 9 .\n");
         === [] ===
          printf(" . . \n");
          ... 9 ...
         === [] ===
          printf(" :\n");
         == ==
         === [훈] ===
          char input_name[5][10]; /**/
          int input_kore[5]; /**/
          int input_engl[5]; /**/
          int input_math[5]; /**/
          printf(" : "); scanf("%s",&input_name[i]); printf("\n");
          printf(" : "); scanf("%d",&input_kore[i]); printf("\n");
          printf(" : "); scanf("%d",&input_engl[i]); printf("\n");
          printf(" : "); scanf("%d",&input_math[i]); printf("\n");
          printf("%s %d.\n",input_name[i],(input_kore[i]+input_engl[i]+input_math[i])/3);
         === ===
  • 정모/2005.9.5 . . . . 318 matches
         []
          * 회 형 .
          * : 한, 태, 허, 혁, 태훈, 태, , , , , , , , , , , , 희, , , ,
          *
          * 회 - ;;
          * - 5-7,
          *
          * 회, , , PC, ZP , MT||풍, 회,
          * PC
          * 7 .
          * . 학. . .
          * ;; ;; ;;
          * 7-8 MFC
  • CPPStudy_2005_1/질문 . . . . 317 matches
         3 2 .... ..ㅡㅜ
         2 3 1 ...
          ???@,.@
          typedef vector<double>::size_type vec_sz; // 1
          vec_sz size = homework.size(); // 2
          vec_sz mid = size/2; // 3
          * VS6 namespace , 하 namespace .
          ZP gcc . .
          VS6
          '''using''' '''using namespace std;''' .
          .net . - [eternalbleu]
          ''1학 Dev-CPP gcc . . '' - [eternalbleu]
          * ... g++ ~ - [호]
          * g++ gcc c++ .
          . - [eternalbleu]
  • DataStructure/Queue . . . . 317 matches
          * Queue .
          * .. ? ( !)
          * ? ..(-_- )
          * Front , Rear
         == 한 Queue ==
          cout<<"";
          cout<<"";
          * .. .
          * 한 90 90 ? Front Rear 89 ? 10-_- .
          * 100 90 .
          * 형 큐 . .
          * ?^^
         == Linked List 큐 ==
  • PHP . . . . 317 matches
          * .
          Professional Homepage Preprocessor ? ~
          PHP 홈페 . .
          Professional HTML Preprocessor . -[]
          PHP ?
          PHP PHP: Hypertext Preprocessor. . . Free On-Line Dictionary of Computing .
          (PHP 홈페 .)
          - GNU(GNU's Not Unix) ..? ^.^a - [택]
         = =
         || [한/PHP] ||
         = =
          * [ZPBoard/PHPStudy/]
          * [ZPBoard/PHPStudy/키]
         = 트 =
          * [http://www.php.net/manual/kr/ php 한 ]
          * [http://blog.dahlia.kr/post/21044381028 ]
          * [http://ko.blog.influx.kr/2012/04/php.html PHP: 탈]
         []
  • RandomWalk2/조현태 . . . . 317 matches
          == ==
          VI..ㅠ.ㅜ
         항 register 키 ㅋㅋ -
          ㅎㅎ .ㅎㅎ - [태]
          == ==
          - ..;;;ㅁ;;;
          - ..ㅎㅎㅎ .ㅋ (?ㅎㅎ)
          - .. .. vi ..ㅋㅋ
          == 1 ==
          //// 화 ////
          //// ////
          //// ////
          //// ////
          //// ////
          == 2 ==
          //// 화 ////
          //// ////
          //// ////
          //// ////
          //// ////
  • RealTimeOperatingSystemExam2006_2 . . . . 317 matches
          a) 0,1, n 트 플, 포,
          b) OSSched() . ,
          c) mutex ?
          d) mutex (?) Counting ?
          e)
          a) uCOS-ii ANSI C malloc free ?
          b) .. .
          c) OSMemCreate . 함 , 함 확히 .
  • TwistingTheTriad . . . . 317 matches
         ModelViewPresenter Article .
         C++ Taligent . Dolphin Smalltalk UI Framework. 'Widget' 'MVC' MVP 택한 . MVC 3 rotating (or twisting)함 Smalltalk 환 한 'Observer' based framework .
         . -_a
         VisualBasic, IS/2 .
          - 한 MVC . Layer Control . 화 Application Model -> Controller . Problem Space .
          , WEB MVC GUI MVC Control Flow . View Model .. . , . http://www.purpletech.com/articles/mvc/mvc-and-beyond.html
  • 데블스캠프2011/둘째날/Machine-Learning/NaiveBayesClassifier/송지원 . . . . 317 matches
         = =
          * 한 Linear Search
          * 행하
          * 행하
          * Bayes Classifier , / .
         == 확 ==
          * , 포함하 Train Data Test Data 포함 .
          * , 200 148 .
          * , 200 188 , 94% .
          * 해.. ;ㅁ;
  • 송년회날짜정하기 . . . . 317 matches
         , .
          , . .
         || 30() || 9 || , , , , , , 호, , , ||
          * ..... ... --
          * 26 30 ? 26 97 ...^^; --
          * . ^^ --setsuna
          * .. 혜 ... . 30 .. ... 흑.. --
          * ;; --NeoCoin
          * .. ..ㅋㅋ . ^^; --
         ["투표"]
  • AnEasyProblem . . . . 316 matches
         [http://poj.org/problem?id=2453 ]
         , 형태 . 형태.
          I , I J . I 형태 1 J 형태 1 .
         , "78" , "1001110" 형태 . 4 1 . "1001110" 4 1 포함하 "1010011". "83" .
          . (1 <= I <= 1000000)
         0 . .
          .
         == ==
         || || || || ||
         || [] || - || - || [An Easy Problem/] ||
         || [] || - || - || [An Easy Problem/] ||
         || [] || - || - || [An Easy Problem/] ||
         [],[http://poj.org/problem?id=2453 An Easy Problem ], [ACM_ICPC/2011]
  • PageListMacro . . . . 316 matches
         [페] . FullSearchMacro .
         
          * {{{date}}}:
         == ==
         SisterWiki . FullSearchMacro SisterWiki PageList SisterWiki .
          . :) ToDo . meta sister ... --WkPark
          metawiki m . , . metadb 5 2 . 페 . , metadb , 100 .
          FullSearch -> LikePages -> LikePages with MetaWiki . --WkPark
  • StackAndQueue . . . . 316 matches
          . DataStructure
         == ==
          * 택(Stack) : . . , ?^^;;
          * 큐(Queue) : .
          * .. ? ( !)
          * ? ..(-_- )
         == 행 ==
         ||||||('''''')|||| Source ||
         ||||.||.|| Java Applet ||[http://165.194.17.15/~whiteblue/stackQueue/StackQueue.html 큐]||
         ||||.||.||.||[큐 택/] ||
         ||||.||.||C++||[큐/Leonardong] ||
         ||황||.||.||.||[큐/aekae] ||
         ||화||.||.||.||[큐/화] ||
         ||||.||.||C++||[택/Leonardong] ||
         ||황||.||.||.||[택/aekae] ||
         ||화||.||.||.||[택/화] ||
         ||||.||.||.||[택큐/] ||
         []
  • Mario . . . . 315 matches
          * 형탐 . , DynamicProgramming .
          * . , Stage . , 통해 한 Stage .(1->3, 3->5 , 횟) .( Stage ) , ?
         judge할 ( ) , 확 .
          ( ):
         [],[ACM_ICPC/2011]
  • UglyNumbers/이동현 . . . . 315 matches
         === [UglyNumbers] ===
          .
          ( ) .( 0.1 '4' ..)
          n 2 3 5 1
         n 2,3,5 .
         한 10 44314690598262522787512975360
          .. .
         === ===
          * @author 01
          * n arr .
          * @param n double
          * @return int 1: -1: 1:
  • . . . . 315 matches
         = ZeroPage (04학) =
         
          ....
          ...
          : lucifer286@한
         MSN : lucifer279@핫
         == 표 ==
          ..
         == 획 ==
         ........
         == ==
         == 하 ==
         - .
         - .
         = .... =
         ...............
         히.................
         ......
          .. ...
         ... ? ..... ...
  • 프로젝트 . . . . 315 matches
          == ==
          * [트]
          == ==
          * 행 - 2005 8 9~23
          * [http://jeppy.cafe24.com/cap ]
          * [SmallTalk] 트. Feat. [], 10 . [SmalltalkBestPracticePatterns] [SBPPSummary]페 , 표.
          * 트()
          * (V) [http://aekae.ce.ro SE 트]
          * [ProjectEazy] - AI 한 3 '(Eazy)'
          * [XpWeek] - 2004 학 ExtremeProgramming 험하
          * [PPProject] - 2004 2학 &
          * [ZeroPageMagazine] -
          * [TAOCP] - 2004
          * - 7 1 ~ 12
          * [2004] - 2학 .
          * [트] - 2004 6 18
          * [RedThon] - 2004 6 4
          * 트 - 2004 6 3
          * - [GuiTesting]
          * [TheJavaMan] - 2004 3 2
  • 데블스캠프2009/월요일 . . . . 314 matches
         = 2009/ =
         == ==
         == ==
         || || || || ||
         || 한 || HTML, CSS || || ||
         || || Scratch () || 통해, [[br]] || ||
         || || svn || || ||
         == ==
         || 09 || , 호, , ||
         || 08 || , , , , ||
         || 07 || ||
         || 06 || , , 훈 ||
         || 04 || 한 ||
         = =
         || || || ||
         ||pm 01:00~01:50 || || 한 ||
         ||pm 02:00~03:00 ||CSS text. || 한 ||
         ||pm 03:00~04:00 ||CSS box model. || 한 ||
         ||pm 04:00~04:50 ||Scratch(1) - || ||
         ||pm 05:00~06:00 ||Scratch(2) - || ||
  • 정규표현식/스터디/문자하나찾기/예제 . . . . 314 matches
         [[pagelist(^/*)]]
         == - 한 ==
         1. t .txt
         2. 1410 .
         3. 1300 .
         4. p 1300 .
         === - ===
         1. t.*\.txt : t .* 0 \.txt '.' txt
         2. 140[0-9] : 140 0 9
         3. 13[0-9][0-9] : 13 0~9
         4. .p.*13[0-9][0-9] : '.' p .* 13[0-9][0-9]
         === - 한 ===
         === - 호 ===
         1
         2
         3
         4
         == - 호 ==
         
          ? (-_-)?
  • ExtremeBear/OdeloProject . . . . 313 matches
         ExtremeBear
         
         === ===
         , , : 2002 11 04(), 5 30, 7p.
          :[""]
          :[""]
         === 항 ===
          *
          * gui(swing)
          * Network 향(p2p)
          * ( )
          * ( )
          판 .
          * ?( ?)
         === ===
         === () ===
         === Iteration ===
          smallreleas 2
          *
          * 통합할 .
  • HelloWorld . . . . 313 matches
         '''Hello, World!''' .
          HelloWorld . .
          HelloWorld 1978 , "The C Programming Language" .
          ' ' . 크. . ;
          CACM OO Language (Java ) C HelloWorld OO . ^^
         == 크 ==
          * http://www2.latech.edu/~acm/HelloWorld.shtml
         == Hello World ==
         
         
  • LexAndYacc . . . . 313 matches
          * PL lex .. lex :)
          * Compiler .. Lex .
          * -_- :)
          * .
          * O'Reilly Lex & Yacc .
          * John R.Levine, Tony Mason, Doug Brown 3 .
         = =
          * lex linux unix lex .
          * , , Simple Recognizer
          *
         [""]
  • AcceleratedC++/Chapter2 . . . . 312 matches
         === ===
         === ===
          (21페),
          invariant true .? invariant . -_-a -
          AcceleratedC++ . loop invariant r 행했 ?
          r 0 while cout 0 행했 r = 0, 행횟 = 0
          r 0 cout 행하 r = 0, 행횟 = 1
          while r 1 ... r = 1, 행횟 = 1
          while r = 1, 행횟 =1 ...
          cout 행하 r = 1, 행횟 = 2 ...
          http://www.pragmaticprogrammer.com/ppllc/papers/1998_05.html invariants ㅡ,.ㅡ; --[Benghun]
          C [0?] ... . - []
  • 문서구조조정 . . . . 312 matches
          ["DocumentMode"] 향한. 해 ["ThreadMode"] , , 페 , 페 .
          , , & . ["Refactoring"] .
          . . , , .
         See Also wiki:NoSmok: , [""]
         [""]
  • 박지호 . . . . 312 matches
         = 11학 =
         == ==
          * (?)
          *
          *확
          *
          * 62kg()
          *
          *
          * 2
          * 투 ...
          *
          *
          *
          * ...
          *
          * ....ㅋㅋㅋ -[]
          * ㅡㅡ
          * ㅇㅇ . ㅋㅋㅋㅋ -[]
         == 2. ... ==
  • 정모/2012.1.20 . . . . 312 matches
          * : [], [], []
          * [] 학 '''How to live SMART?''' How to use Camera?
          * : [] 학
         == ==
          * [] 학 .
          * [http://zeropage.org/58704#5 투표]
         == ==
          * [OOP/2012] - .
          * [2012] - 행하, 5
          * Spring - .
         == ==
          * OMS ... OMS . . 택해 . - []
          * ...훗 ㅋㅋ -[]
          * . - [혜]
         [2012], []
  • AliasPageNames . . . . 310 matches
         # config.php 파 .
         # .
         # 한, 킨 페
         # InterMap TwinPages .
         # >1,2
         >HelloWorld,helloworld
         >
         # <1,2
         #
         # ,,
         WikiName,,
         MoniWiki,Moni키,
         MoinMoin,
         ExtendedWikiName,확,확
         Linux,
         WindowManager,
         Cairo,cairo,
         #
         WikiSandBox,,
         HelpOnProcessors,ProcessorPlugin,Processor,Processors,
  • PowerOfCryptography . . . . 310 matches
         [http://acm.uva.es/p/v1/113.html ]
         :1(1~4)
          http://acm.uva.es/p/v1/113img1.gif http://acm.uva.es/p/v1/113img2.gif , http://acm.uva.es/p/v1/113img3.gif . n p , p http://acm.uva.es/p/v1/113img5.gif 형태 . ( k .)
          n, p . n, p, k 1≤n≤200, [[HTML(1≤p≤10<sup>101</sup>)]],[[HTML(1≤k≤10<sup>9</sup>)]] . EOF.
          [[HTML(k<sup>n</sup>=p)]] , k . k http://acm.uva.es/p/v1/113img9.gif .
         === ===
         || || || || ||
         ||[허] || C || 2 || [PowerOfCryptography/허] ||
         ||[] || C++ || 3 || [PowerOfCryptography/] ||
         ||[호] || C || 5(X:) + 13() || [PowerOfCryptography/호] ||
         ||[태] || C/C++ || . || [PowerOfCryptography/태] ||
         === ===
         ACM '1학 ' . C . C . --
         [] [LittleAOI]
  • 데블스캠프2005/RUR_PLE/조현태 . . . . 310 matches
         
          .
          ( ) .
         
          화한 .
          행하, [태]페 .
         파 copy/paste하 , .( .)
         트 함 sort().
         펙토 펙토 ( ) .
         2
          * ~ ㅋ - [협]
         [2005/RUR-PLE]
  • 우리들의행복한시간 . . . . 310 matches
          . , .
          . , , .
         한, ? . 화해할 ?
          , . 향하, 향한. , . , .
  • 최소정수의합/문보창 . . . . 310 matches
         === ===
         === ===
         === 한테 할 ===
          * ? n(n+1)/2 n , ?
          ? -[허]
          * ... 히 n(n+1)/2 . , 해 , ( ), , . --
         - -> : , 해 ? ㅋ
          * - 태훈[zyint]
         [합] [LittleAOI]
  • Devils . . . . 309 matches
         Devils ( Developers' Idols ) , [] 한해 70~80 [] (19xx~?) ([],[폴]) .
          , [] , [] , [폴] [] .
          [] , [] 통합하, [] [] .
         [Devils] 한 토 , '''[]''' .
         ps. [폴]?
          []. :)
         []
  • DirectX2DEngine . . . . 309 matches
         = =
         DirectX 2D .
          , 표.
         
         = =
         01 호( [snowflower] ), 04 , 05
          * .
         = =
          * ''' , 3 .'''
         = 행 =
          * 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]
          * .
          * 1 (07/03)
          *
          *
          * SVN : svn://zeropage.org/home/SVN/rhasya/dxengine
          * 2 (07/06)
          * .
          * 획 : Timer Animation 클 .
          * 3 (07/10)
  • IntentionRevealingSelector . . . . 309 matches
          . how what .
          . 행하 , . how what 형태 . 큰 .( , )
         
          . . .
          ~하 . how . search .
          .
  • StepwiseRefinement . . . . 309 matches
          하? . EdsgerDijkstra Niklaus Wirth .
         , TestDrivenDevelopment ["Refactoring"] StepwiseRefinement .
          * ["ScheduledWalk/"] : ["1002"] RandomWalk2 StepwiseRefinement
          * EightQueenProblem2Discussion : EightQueenProblem, EightQueenProblem2 .
         Niklaus Wirth ''Program Development by Stepwise Refinement''(1971, CACM 14.4) (http://www.acm.org/classics/dec95/ ) EdsgerDijkstra [http://www.cs.utexas.edu/users/EWD/ewd02xx/EWD227.PDF Stepwise Program Construction] . , SR Structured Programming . , 한 stepwise refinement " " ? stepwise refinement . Functional Programming OOP ? , ? stepwise refinement , ? --.
  • 땅콩이보육프로젝트2005/개발일지 . . . . 309 matches
          == ==
          * , , , , , , peanut 4표 '' !!
          == 항 ==
          * 폐 항 : , msn , , 호 , 태, 학, 투, 탕화 , 파행, , , 텍, 텍, , , , , ,
          * 항 : , ,
          == ==
          * : '' . 해 '' . '' .
          * : '' 태 .
          * DB .
          * ' ' 트 함.
         [트2005]
  • 새로운위키놀이 . . . . 309 matches
         = =
         [] [회2005] 행 합페
         == 키 ==
          .
          . -
         === ===
          MT .
          . .
          .
         === ===
         || Team || ||
         || [] || [한] ||
         || [] || . ||
         || [] || . ||
         || [허] || . ||
         || [] || . ||
         || [] || . ||
         || [] || . ||
         || [택] || . ||
         || [한] || . ||
  • 새싹교실/2011/學高/3회차 . . . . 309 matches
         [/2011/學高]
         = =
          * .
          printf(" : %d\n",player_hp);
          printf(" HP: %d\n",park_hp);
          printf(" 택 a: , s: 킥: ");
          /* */
          printf("\n %d !\n",damage);
          printf("\n %d !\n",damage);
          /* */
          printf(" %d !\n",damage);
          printf(" %d !\n",damage);
          printf(" \n");
          printf("플 .\n");
          printf(" ㅠ\n");
         = 2011 3 17 =
         == : 하 ==
         === (fact) ===
          * 학 .
          * .
  • DoubleDispatch . . . . 308 matches
         Integer Float . . ? 4. , Integer + Integer, Float + Float, Integer + Float, Float + Integer . 한 case . , .
         , .(?) , .
         argument . selector receiver . receiver argument . Integer, Float .
          return asFloat().addFloat(aFloat); // Integer Float
          . .
         === ===
         ["MoreEffectiveC++"] [http://zeropage.org/wiki/MoreEffectiveC_2b_2b_2fTechniques3of3#head-a44e882d268553b0c56571fba06bdaf06618f2d0 Item31] .
  • ErdosNumbers/조현태 . . . . 308 matches
         == ==
         ..;; C++ ..
          ~! @.@
          , ..
          .....
         ... ..;;
          ..
          ..
          ~~~ ..
          ..훗.. ..;;
         == ==
          cout << " .\n>>";
          cout << " .\n>>";
          cout << " .\n";
          cout << " .\n";
          cout << " .\n";
         == ==
  • TAOCP/Exercises . . . . 308 matches
         0000~0099 0
          === ===
          .
          === [] ===
          === 환 ===
          move move
         
          === 환 ===
          3000 ...
          MOVE 0(rI2) => ??
         
          (INCX 1 )
          === [환] ===
         (b) rI4 N rJ (0 N ≤ 3000)
          3000
          함.
          === [] ===
          2000 X
         X^13 rA (X^13 한 WORD )
          === [] ===
  • 기본데이터베이스 . . . . 308 matches
         === ===
          : 호, , 호, , , , , .
         === ===
         === ===
         Insert :
         Modify :
         Delete :
         Undelete :
         Search :
         List :
         Quit :
         - or 한 택할
         === ===
         
          overflow
         Delete, Modify, Search Can't find
          ID, name, tel,
          - .
         === ===
         || || || || ||
  • 데블스캠프2005 . . . . 308 matches
         = ... []2005 =
          * : 6/20 ~ 6/24
          * : 9 ~ 6 (6/25 토 )
         == ==
         ''' '''
         [2005/]
         [2005/화]
         [2005/]
         [2005/]
         [2005/]
         [2005/]
         [2005/2]
         == 크 ==
         [] - 한 페 .
         [2005/]
         [2005/]
         [2005/]
         [2005/Python]
         [2005/RUR-PLE]
         [2005/VPython]
  • 8queen/손동일 . . . . 307 matches
         // ...
         // srand(time(0)); // rand() .
          // 하 행할 . -_-;;
          // int x = rand(); // rand()함 .
          // 0 ~ .
          // int x1 = rand() % 10; // % 10 x1 10
          // 0 ~ 9 .
          // int x2 = rand() % 9 + 1; // % 9 0~9
          // 1 1~10 .
         //
         // x 흠....
         //x 2 ...
         // 0
         // 0
         //
         // ...
         // 0 ...
         //한 0 ..... 흠... ... ㅡㅜ;;
         [EightQueenProblem] []
  • IsBiggerSmarter?/문보창 . . . . 307 matches
         == ==
         히 Greedy . 패. Dynamic Programming . Dynamic Programming . Introduction To Algorithm Dynamic Programing . 해 Weight IQ . " " Longest Common Subsequence , LCS Dynamic Algorithm . , IQ LCS 트함 .
         lcs_length함 cost table running time O(n*n), memory cost O(n*n). print_lcs 함 longest path running time O(n + n) = O(n).
          .
         == ==
          .
         == 한테 할 ==
  • JTDStudy/첫번째과제/원희 . . . . 307 matches
         = =
          userNum[0] = Integer.parseInt(JOptionPane.showInputDialog(null," "));
          userNum[1] = Integer.parseInt(JOptionPane.showInputDialog(null," "));
          userNum[2] = Integer.parseInt(JOptionPane.showInputDialog(null," "));
          //String temp = JOptionPane.showInputDialog(null," (한 )");
          JOptionPane.showMessageDialog(null,"?ㅋ Game Over");
          ;;;ㅠㅠ
          , 1 2 3 1,2,3 ......ㅠㅠ ......
          * . 100, int 형 123%10 하 3 , 12%10 하 2 1... , String형 ^^ - []
  • WikiStyle . . . . 307 matches
          키(ZeroWiki) .
          * .
          * .
          * , , .
          * / .
          * 페 " " .
          * ( ) . 해 판해 .
          * [""].
         ''From Wiki:GoodStyle ( ), NoSmok:해 ()''
         [""]
  • ZPBoard/Diary . . . . 307 matches
          .
         === 펙 ===
          *
          * ( ...)
          *
          *
          * 하
          *
          * ,
          *
          * ( )
          *
          * , ,
          *
          * ,
          *
          *
         === 펙 ===
          * 회
          * , , 패
  • Zero,One 위키 통합에 대한 토론 . . . . 307 matches
         One Wiki ZeroWiki . ? SeeAlso ZeroWikiVsOneWiki
         || || OX- ||
         || || O ||
         || || O ||
         || || O ||
         || || O ||
         || 택 || O ||
         || || 0 ||
         || || 0 ||
         || 환 || O ||
         || 황 || 0 ||
         || || 0 ||
         ||//합||10/0/10||
          , . 확 , 히 통합. ?--NeoCoin
          , 통합하 . --[1002]
          . --[Leonardong]
          ? . ? --NeoCoin
          ZeroWiki . . --[Leonardong]
         통합하. :) --NeoCoin
         [토],[투표]
  • 로마숫자바꾸기/조현태 . . . . 307 matches
         === ===
          .. .ㅎ ..;;
          .. GOGO~!
          .. ?ㅎ .. ..통~>ㅁ<;;
          .. .ㅎ
         === ===
          printf(" .>>");
          printf (" >> ");
         === ===
         === ===
         == ==
          * ㅠㅠ
          ? .. --
          24 : ⅩⅩⅠⅤ ?
          └? .ㅎㅎ 트 해.. .NET 6.0 C++ .. 테트 하 ..ㅎㅎ .ㅎ - [태]
         [LittleAOI] []
  • CauGlobal . . . . 306 matches
         CAU ''
          [(CauGlobal)CAP2005] .
         == ? ==
         , , , 한 CAU '' . 2005 IT , 2~3 . Yahoo! Stanford, UC Berkeley 학, . 하 .
         == ==
          *
          * [CauGlobal/]
         == ==
          *
          *
          .!! --[Passion]
          . ㅠ,ㅠ --
  • ExtremeBear/VideoShop/20021106 . . . . 306 matches
         === ===
          * TDD .
          * .
          *
         === 혜 ===
          * .
          * .
          * .
         === ===
          * Test .
          * {{{~cpp steam++}}} .
          * ["PairProgramming"] 형했. ["PairProgramming"] .
          * ["PairProgramming"] .
         === 협 ===
          * . .
          * .
          * .
          * .
         === ===
          * .
  • HardcoreCppStudy/첫숙제/ValueVsReference/김아영 . . . . 306 matches
         *
         - .
         - 택(stack) . .
         - 함 .
         *
         - 한 포 .
         - 함 .
         - 함 . ( )
         - .
         - 함 (indirection) .
          , .
  • LinearAlgebraClass . . . . 306 matches
         
         === ===
          * MIT 홈페 http://web.mit.edu/18.06/www/
          * MIT VOD http://web.mit.edu/18.06/www/Video/video-fall-99.html
          , ''Introduction to Linear Algebra'' . MIT 한 화 "" 한 . . ( ) . (see also HowToReadIt ) . , , . --JuNe
         ["학"]
  • LinkedList/숙제 . . . . 306 matches
         // ㅋㅋㅋㅋㅋㅋㅋㅋ
         int a; //
         a = 10; //
         int b = 10; // &
         typedef struct _slist{ //
         typedef 'strucrt _slist' List .
         , "List *aaa" == "struct _slist *aaa"
          List *p; // .
         List *pList,*pNew,*pIns; // struct _slist *pList, *pNew, *pIns; 3
          pList=(List *)malloc(sizeof(List)); // malloc (List *) List 환한. pList ().
          pList->next=0; // . 0.
          pList->prev=0; // .
          pList->num=1; // 1 .
          printf("root\n"); // *pList root.
          pList->next=pNew; // pList struct pNew. pList ---> pNew
         pList->next (*pList).next .
          pNew->num=2; // struct .
          pNew->prev=pList; // pNew struct pList. pList <--> pNew
          pNew->next=0; // pNew struct .
          printf("pNew\n");
  • ProjectVirush/Prototype . . . . 306 matches
         [ProjectVirush/Rule] .
          , , , .
          .
          , , . 한 함(f(t)).
         //Project -> Setting -> LINK -> Object/library modules: ws2_32.lib .
         #define PORT 9999 // 9999 포트
          SOCKET server_sock; // socket
          SOCKADDR_IN server_addr; // structure .
          // socket
          // 통해 .
          //
          // socket .
          = inet_addr(SERVER_IP); // .
          // . .
          fprintf(stderr, " connect 할 ."), exit(1);
          // ..;;
          // exit .
  • [NewSSack]Template$ . . . . 306 matches
         = 크 =
         |||| ||
         = =
         == 획 ==
         == ==
         == ==
         == ==
         = =
          : F4(ThreeFs + Future Action Plan) .
          : ThreeFs, ThreeFs(크), FiveFs(크)
         
         Facts, Feelings, Findings, Future Action Plan. , , , , 획.
          : " 5 .() .() .() .( 획)"
         = =
         [/2013]
  • 순차적학습패턴 . . . . 306 matches
         ...학품([]) 해하 .
         ''' , 해하 . 해할 .'''
         ,
         ''' 화하 . . 해하 .'''
          , ([]) (StudyCyclePattern) .
         []
  • AustralianVoting/곽세환 . . . . 305 matches
         == ==
          .
         
          해해.
         
          투표 . .
          .
         == ==
          //
          // 테( )
          // 테( 택했)
          // 한 50%
          // 택(2)
          // 1-
          // 2-
          // 테( )
         == ==
  • EnglishSpeaking/TheSimpsons/S01E03 . . . . 305 matches
         == ==
          * . . 하 험하 (?) . ..
         == Script ==
          * : 호 , .
          *
          * Homer : []
          * Lisa : []
          * Marge, Bart : []
  • Ones/1002 . . . . 305 matches
         === ===
          해하 4. '10' .
          brute-force . . ' ' . brute-force cut . ( 1 .) 9901 . 9901 , , .
          . '팍' 하 .~ .
          * : 1, 11, 111, 1111 ^^
         === ===
  • PrimaryArithmetic/Leonardong . . . . 305 matches
         = =
          .
          {{{~cpp = 1 + 2 + (1+2) }}}
         = =
          . . , . . . .
          (1) . 트&팩토 . 한 .
  • 토이/메일주소셀렉터 . . . . 305 matches
         = =
          *
          text ( a@b.com, b@c.net,..) 환하 text .
         == ==
          * 파 I/O
          . .
          :
          :
         == ==
          *
         
         
         == ==
         
         |||| || 크||||
         |||| java || [토//] || ||
         |||| .|| .|| .||
         |||| . || .|| .||
         ||훈|| . || .|| .||
         [토//훈]
  • BookShelf/Past . . . . 304 matches
          1. - 20041226
          1. [테] - 20050104
          1. (희) - 20050110
          1. - 20050113
          1. AI - 20050116
          1. [http://kldp.org/Translations/html/Ask-KLDP/ ] - 20050121
          1. - 20040129
          1. [] - 20050204
          1. [힘] - 20050221
          1. - 20050223
          1. [] - 20050301
          1. - 20050305
          1. 학 - 20050310
          1. 10 - 20050312
          1. 한회 - 20050317
          1. - 20050321
          1. (향)/플톤 - 20050325
          1. 한 CVS - 20050404
          1. (WaltzingWithBear) - 200450407
          1. Professonal - 20050502
  • C++HowToProgram . . . . 304 matches
         Deitel C++ . .
         C++ " " "형편 " . see also [http://www.accu.org/bookreviews/public/reviews/cp/cp003204.htm ACCU review]
         히 "" ( ) , 험한 .
          .
         하 . .
          , C++ 한 ["AcceleratedC++"] . --JuNe
         [""]
  • DevPartner . . . . 304 matches
         = =
         1.
         DPP70.exe (VC.NET . !) 행합. 한 클 .
         2.
         * :
         a) DPP (Tools) DevPartner Profiler .
         b) 택한 , "DevPartner Profiler" .
         c) Debug " " 택하 행합.
         d) . -> .
         * 항 :
          (ALT+ENTER) , "Debug with Profiling" . none , None ( native) . "Compuware Linker Driver..." 행파 .
         = 트 =
  • FundamentalDesignPattern . . . . 304 matches
         DesignPatterns . 형 패. . ["Refactoring"] . (Delegation . Java InterfacePattern .)
          Delegation, DoubleDispatch (SmalltalkBestPracticePattern .. ), 'Patterns In Java' Delegation Interface, Immutable, MarkerInterface, Proxy . (Proxy DesignPatterns .)
         , Patterns in Java .. '' . (Proxy 패 . RPC 해한 .) Patterns in Java . (DoubleDispatch Delegation ?) --["1002"]
  • OperatingSystemClass . . . . 304 matches
         
         == ==
         : 황 [http://sslab.cse.cau.ac.kr 홈페]
         || ||
         : Operating System . Computer Architecture Layer . , 티테 , .
         === ===
          * : http://inst.eecs.berkeley.edu/~cs162/ Webcast (real player )
          . 0,1,2 ; , 황 , . (히; Report Spec ; .)
         OS Applied Operating System Operating System Concepts .--["1002"]
  • 반복문자열/김대순 . . . . 304 matches
          == !! ==
          , warning ~~~!!!
          ..ㅡㅡ; 헬~~!!
         , 함 , 행하 확히 .
          y() ? -
         → re: ..^^ ..-
         === by ===
         === by ===
         '''++''' . . 하 ? -- [Leonardong]
         re- . int형 +1 4 ..^^;--
  • 3DStudy_2002 . . . . 303 matches
         흠.. .. 3D ..-_-;
          .. ~
         == ==
          ~ ^^;
         == ==
          .. -_-;; ~ ~~(HS)
         * ["3D"] : 3D 해 ( ) -
         * ["MatrixAndQuaternionsFaq"] : ,.. -
         * ["3D"] : -HS
         * ["3DStudy_2002/hs_lecture1"] :
         * ["3DStudy_2002/hs_lecture2"] :
         * ["3DStudy_2002/hs_lecture3"] :
         == 트 ==
         
         DeleteMe) ..? 3D ..?? --호..[[BR]]
         DeleteMe) .. 1 .--해[[BR]]
         [""]
  • 8queen/민강근 . . . . 303 matches
         * . . --
         * . . --
         * . . --
         * . . --
         * . . --
         * . . --
         * . . --
         * . . --
         * . . --
         * . . --
          ? 하 1 . 한 ^^; -[]
         하..
  • 조재화 . . . . 303 matches
          * :
          * 학 : 03
          * : 016-585-9262
          * : dadabackhanmailnet (DeleteMe .. - [택] )
         == 표 ==
          * 03. 한해 C++MFC PYTHON JAVA 해해 .
          * 행~~ㅋ
         == 획 ==
         == ==
          * 7/16~ over [5C++]
          * 7/21~ over []
         == 하 ==
          * 히 하~!
         == ==
         == 2003 ==
          1
          * www.msdn.com ... .
          :[/화], [/화], [/화],[파형/화], [/화],[/화]
          2
          : [택/화], [큐/화]
  • LinuxProgramming/SignalHandling . . . . 302 matches
         키 페 '''한 트''' .
          트(event) .
          MFC . signal 함 MFC 트 핸 . ( C .)
         = signal =
         int signal()
         int sigaction()
          , .
          OS OK
         = signal =
  • PythonNetworkProgramming . . . . 302 matches
         Python Socket Library . async i/o medusa .
          winsock windows extension libary .
         . .~
         , SocketServer . .
         Medusa select / poll , . . .
         MFC CSocket , Python . Windows/Linux .
          .
          .
          recv . (, .)
         === 트 ===
  • Steps . . . . 302 matches
         [http://online-judge.uva.es/p/v8/846.html ]
         :A(A,B,C), :(,통,), :2(1~4)
          x y . 1 , , 1 .
         x y ? 1.
          n . 한 , x, y . 0 ≤ x ≤ y < 2<sup>31</sup> .
          해 x y .
         === ===
          || || || || ||
          || || C++ || 90 || [Steps/] ||
          || || C++ || . || [Steps/] ||
          || 하 || C++ || 1 30 || [Steps/하] ||
          || [태] || C++ || ? || [Steps/태] ||
         === ===
         [] []
  • neocoin/Education . . . . 302 matches
          .
         === ===
          * , , .
          SIGCSE(ACM) . . NoSmok:PedagogicalPatterns . --JuNe
          * .
          Cognitive Psychology(학) "훌" ( NoSmok:SuccessfulCollegeTeaching ), (NoSmok:HowPeopleLearn ) . Training, Coaching . --JuNe
          험해 ""(NoSmok: ) . , . --JuNe
  • 장창재 . . . . 302 matches
          :
          : 016-9270-9959
          : 2 파트 6 407호
         == 표 ==
         
         == 획 ==
         ,,,학 히 하.
          .( )
         == ==
         == 하 ==
          통해 .
          * ..^^; - (["whiteblue"])
          * , ? ZeroWikian ZeroWiki , ZeroPagers . --NeoCoin
          * 하 파하 ?ㅋㅋ -[Leonardong]
          * .........ㅋㅋㅋㅋㅋ -[]
          * 팔 ~
         [홈페], ZeroPagers
  • 정모/안건 . . . . 302 matches
          행했 .
         [] 행해 .
         = [/2005.8.10] =
         , .( ). . - []
         'http://myscan.org/ 1 .
         C 1학 , ?
          , '항 ZeroPage 화 하 ?' . , 활 학회, ? [] . :)
         [""]
  • FromCopyAndPasteToDotNET . . . . 301 matches
         '''''Copy & Paste .NET ...'''''
         .NET
         === ===
          * : 2002 11 27 ZeroPage PM 6:00 ~ PM 8:30
          * : (7 PC )
         === ===
          * : [""]
          * : ["ZeroPagers"] ( 01학 02학)
         === ===
          . , .
          * : [""], [""], ["snowflower"], ["Wiz"], (["Yggdrasil"]), , ["협"],
         === ===
          * [http://zeropage.org/~lsk8248/wiki/Seminar/FromCopyAndPasteToDotNET/FromCopyAndPasteToDotNET.doc ]
          *
         === ===
          * .. .. .. ㅡ.ㅡb --["snowflower"]
          * Me too... ㅋㅋ --[""]
          * --[""]
          * ??..ㅡ.ㅡ;; --[""]
          * --["neocoin"]
  • MoniWikiThemes . . . . 301 matches
         Uploads:theme-blue.tgz .
         /!\ . 테 css . 테 . GPL
         IE .
          css wikiBody background-color: #fff; .
         {{{background-color: #fff;}}} . -- WkPark [[Date(2004-11-03T09:09:02)]]
          , , IE ㅡㅡ;; --WkPark
         IE display:block display:table 통해 2 width (?) . width . CSS . --[http://scrapnote.com ]
  • fnwinter . . . . 301 matches
          === ===
          (00학)
         = 항 =
          == ==
         
          == ==
          효 (,팩토,테 ,파)
          (FFT/Eq/Sound Effect/BASS/FMOD / MP3 )
          MCSD.Net ()
          XML Study ()
          DDK Virtual Drive Sample
          Python/Win32//VB/MFC/ Skin Library
          .
          .
          Free 하 활할 . .(2005.4.18)
         = =
          - ~
          태호형- 태호형 ..^^
          -_- ?
          ㅋㅋㅋ
  • while문 구구단 . . . . 301 matches
         
          .
         
          . .
          . Python 2.4 IDLE
          ? ...하하..
         = 할 =
         페 ~ , / .
          [] .
         훈/ ~
         페 ~ ( -.ㅜ)
          한테 하 , 한 ~ : ) -- 허
  • 개인페이지 . . . . 301 matches
         === ===
         ZeroPage , ZeroPagers . , .
          . . , . . ? . --
         [""]
  • 정모/2011.11.23 . . . . 301 matches
          * : [], [혜], [], [], [], []
         == ZeroPage ==
          * .
         == ZP 파티 ==
          * ZeroPage 파티 합. ~
          * ZeroPager ?
          * , . - []
          * []학 ' '
          * : []
         == ==
          * - [혜]
          * OMS . ㅋㅋ . - []
          * OMS . - []
  • CppStudy_2002_1/과제1 . . . . 300 matches
         DeleteMe) , . --["1002"]
         = 1 =
          * 8
         = =
          * : 02학 . .
          * 1 : . . static .
          * 2 : .. .
          * 3 : -
          * 4 : memset(char *,,크)
         == ==
          * ["CppStudy_2002_1/1/협"]
          * ["CppStudy_2002_1/1/Yggdrasil"] -
          * ["CppStudy_2002_1/1/CherryBoy"] -
  • Thread의우리말 . . . . 300 matches
         = [Thread] =
         [Thread]. [ZeroWiki] . [Thread] ?? ?? DeleteMe 통해 . 토 ?? Thread ([http://endic.naver.com/endic.php?docid=121566 ]) , , . 해 하 . [] ?? - [한]
         NoSmok: ? -- [황]
          ?? -
          ?? -- [한]
         [토]
  • 최소정수의합/허아영 . . . . 300 matches
         === ===
         === ===
         n ++ 하 . !! 1 큰 .
          ? ㅎㅎ
         >>>
         === 한테 할 ===
         
          .^^ 행하 n 1.^^
          .^^ n=1 n=0 .^^ -[태]
          - ~ ^^ -[허]
          3000 ? int double 형 3000 18000000000000000000 . 한 행해 . . ? -
          흠. -.- . 큰 .. -[허]
         [LittleAOI] []
  • Garbage collector for C and C++ . . . . 299 matches
         [http://www.hpl.hp.com/personal/Hans_Boehm/gc/ 홈페]
         = 톨 =
          * README.QUICK 파 . doc/README.* .
          * "./configure --prefix=<dir>; make; make check; make install" 톨 할 .
          * C++ "make c++" .
          * GNU-win32 Makefile .
          /! Makefile CC=cc CC=gcc .
          * C++ "make c++" .
          * MS NT_MAKEFILE MAKEFILE .
          * win32 NT_THREADS_MAKEFILE . (gc.mak .)
          * ) nmake /F ".gc.mak" CFG="gctest - Win32 Release"
          * BCC_MAKEFILE .
         == 톨 ==
          * Makefile .
          * CC=cc CC=gcc .
          * -DGC_OPERATOR_NEW_ARRAY -DJAVA_FINALIZATION CFLAGS .
          *
         == ==
          * Windows NT Windows 2000 -DUSE_GLOBAL_ALLOC -DUSE_MUNMAP .
          * C++ -DGC_OPERATOR_NEW_ARRAY .
  • MoniWiki/Release1.0 . . . . 299 matches
         Release1.0 . Release1.0 2003/05/30 .
          , Release1.0 6 20 . rc8 rc9 1.0 .
         표하 , [] . [[Date(2003-06-12T06:19:09)]]
          :) MoniWiki [ 키] . StandaloneWiki DesktopWiki .
         <!> StandaloneWiki 한 Http Server 1.0 표할 획하 . , 표할 .
          , 통해 . 7 , 8 표할 . ~
  • 시간맞추기 . . . . 299 matches
         === ===
          : user . 8 , user .
          확하 user .
         === ===
          * for
          * time() .
          * kbhit()함 . - .
         (, .)
         user .
         8 확히 user
         
          .
         === ===
          || || || || ||
          || 태훈([zyint]) || C || 10 || [/태훈zyint] ||
          || [태] || C/C++ || . || [/태] ||
          || [허] || C || 30 || [/허] ||
          || [] || C++ || 10 || [/] ||
          || [] || C/C++ || . || [/] ||
         === ===
  • 아잉블러그 . . . . 298 matches
          트.
         [LinuxServer]페 .
         = 행 =
          : 한, , ,
         == ==
         == 황 ==
         || || . ||
         || 화 11/15 || . || . ||
         || 11/18, 11 - 1 || [(zeropage)/1118] || PHP ||
         || 화 11/22, 2 - 3 || [(zeropage)/1122] || PHP ||
         || 11/25, 12 - 2 || . || SQL ||
         || 화 11/29, 화 5 || . || SQL 2( ) ||
         = =
         || [/한] ||
         || [/] ||
         || [/태] ||
         || [/] ||
         = =
          ㅡㅡ;; . - [eternalbleu]
          GG -
  • Ajax2006Summer/프로그램설치 . . . . 297 matches
         = =
         1. Eclipse .
          * SDK . Callisto .
          * '''Eclipse 3.2 Platform Runtime Binary''' . 33 : [http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.2-200606291905/eclipse-platform-3.2-win32.zip LINK]
         2. .
         3. Workspace '''Help''' - '''Software Updates''' - '''Find and Install''' 택합.
         4. '''Search for new features to install''' '''Next>'''.
         5. '''Callisto Discovery Site''' '''Finish'''.
         6. '''Callisto Discovery Site''' 택합.
         7. '''Web and J2EE Developement''' 크합.
         8. . '''Select Required''' 택합.
         9. '''Finish''' 택합. .
         10. '''Install All''' 택해 .
         11. '''Yes''' 택하
         1. Tomcat . 5.5.17 : [http://tomcat.apache.org]
         2. .
         = =
  • ResponsibilityDrivenDesign . . . . 297 matches
         Object 히 logic data . Object service-provider , information holder , structurer , coordinator , controller , 한 interfacer . Object , . 한 ResponsibilityDrivenDesign . . . RDD , .
         RDD 확하 .
          * object 'data + algorithms' 'roles + responsibilities' 환.
         === ===
         === ===
          * SeparationOfConcerns - .
          * Wirfs-Brock's DesigningObjectOrientedSoftware ([""] )
  • 신재동/내손을거친책들 . . . . 297 matches
          . .
         SE PM .
         (Professional) -
          한 UML ! - 트 C.
         DeleteMe) PM하 ㅡㅡ;;;
          PM 핑 . --
          . -
          . . --
          -
          . . --
          -
         ''' RFID - 화'''
         []
  • BusSimulation/영창 . . . . 296 matches
          : 2005 08 11
         항 : vector, map, algorithm stl 클
         [[NewWindow("http://zeropage.org/cvs/bus_simulation/?root=sapius&rev=7", " ")]]
         [[NewWindow("http://zeropage.org/cvs/bus_simulation/?root=sapius&rev=8", "station, bus people ")]]
         [[NewWindow("http://zeropage.org/cvs/bus_simulation/?root=sapius", "탑 ")]]
          * [[HTML(<STRIKE>)]] 함.[[HTML(</STRIKE>)]]
          * [[HTML(<STRIKE>)]] 함. ( 함)[[HTML(</STRIKE>)]]
          * 함. ( .)
          , .
          * .
          .
          OOP ? simulation 하 structured programming . - [eternalbleu]
  • DesktopDecoration . . . . 296 matches
          크탑 . .
          Yahoo . Mac MacOSX . Konfabulator . .
          ps. . ㅡ.ㅡ; .
         MacOS Alt+Tab . [http://www.apple.co.kr/macosx/features/expose/ Expose] .
          .
         MacOS.
          , . ㅡ.ㅡ;
  • HowManyPiecesOfLand?/문보창 . . . . 296 matches
         == ==
         Closed Form 3~4 . Closed Form .
          O(1) 2 <sup>31</sup> - 1 행해. GNU C++ Java 행할 포함하 , C++ (, ). 행할 . . O(1) O(n<sup>5</sup>) . Class 트 해 .
         == ==
         // : Moon, Bo-chang.
         // : 2006 / 1 / 7
         // :
         // :
         // : +(), -(), *(), /() - .
         // 함 .
  • 강연 . . . . 296 matches
          ==== Adrian Tang UbiquitousComputing ====
          * [http://www.caucse.net/boarding/view.php?table=board_freeboard&page=1&id=10847 퓨팅]
          * ?
          * ? ... ... -[]
          - . . . 한 . . - [택]
          * 토 10..ㅜㅜ ...--[Leonardong]
          * . , . .. -_-; - [택]
          * . ㅠ.ㅠ; ;;
          * + ~ - [택]
         [행]
  • 안전한장소패턴 . . . . 296 matches
         ... (CommonGroundPattern, PublicLivingRoomPattern) . .
         ''', , , 편하 .'''
         ,
         ''' .'''
         , . (AfterHoursPattern) .
         []
  • 파이썬으로익스플로어제어 . . . . 296 matches
          win 32 extension , .~
          * [http://prdownloads.sourceforge.net/pywin32/pywin32-204.win32-py2.4.exe?download Python 2.4 ]
          * [http://prdownloads.sourceforge.net/pywin32/pywin32-204.win32-py2.3.exe?download Python 2.3 ]
         == 2 ==
         // http://www.caucse.net/page/home.php 함.
         //
         == ==
          * ie type instance , ie (?) ? id, pw . --
          http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/webbrowser/reference/objects/internetexplorer.asp . WebBrowser, Document . (login ~) --[1002]
          * firefox opera ..-_-a -
          IE Automation , firefox opera . --[1002]
          * 파 . c++/mfc/atl/com - [ljh131]
         == ==
          * Document.body.innerHTML body
          * del ie
          * ie.Document.FormName.fieldName.value = XXX .
  • ModelingSimulationClass/Exam2006_2 . . . . 295 matches
         1. 20 poisson . 11:30 ~ 1:00 30 ?
         2. M/M/1 Queue Waiting Time .
         3. bit 99. 100 3 .
         4. rate 10 , arrival rate , A 5, B 2,4,6 . 해 Wq .
         5. average arrival time average service time . M/M/1 Queue 2 M/M/2 Queue 1 , Wq ?
         3 no more than three ~~ . 3 ? -
         -_-; . 3 -_-; ㅋㅋ -
  • 삼총사CppStudy . . . . 295 matches
         = 2003 학 C++ =
          * : 호([snowflower]), [], 환, 훈... etc... ~~
          * : 4..
         == ==
          * .
          * 2 7 31 .
          * 3 8 6 5.
          * .
          - . . --[snowflower]
         == ==
          : 표..!
          : ...
         == ==
          * ^^?
          * 하하 ㅠ.ㅠ;;
         == ==
         || '''''' || '''''' || '''''' || '''평''' ||
         || 클 || || 7/31 || ★★☆☆☆ ||
         || || 환 || 8/6 || ★★★☆☆ ||
         || , || 호 || 8/14 || _ ||
  • 소프트웨어장인정신 . . . . 295 matches
          . . 평 . . , .
          . . ?
  • 실습 . . . . 295 matches
         == .. ^^ ==
          ( )
          (class) C++ .
         1. 클(Class)
         Member
          char[21] m_szName
          int m_nKorean
          int m_nEnglish
          int m_nMath
          int m_nTotal
         평 int m_dAvg
          double m_nRank
         Member 함
          void Input(char szName[],int nKorean, int nEnglish,int nMath);
          int GetTotal(void);
          int GetRank(void);
          void SetRank(int nRank);
          void PrintResult();
         2. 팅 (Compiler Setting)
         1) Microsoft Visual Studio .
  • 실시간멀티플레이어게임프로젝트/프레임워크 . . . . 295 matches
         === 티 플 크 ===
         || || || ||
         || ||||||
         === ===
         
         - server.py:
         - login.py:
         - frame.py: 할 파
         - fileManager.py: 파
         - game.py: ( ) .
         Upload:frame_1.zip - -
         Upload:frame_2.zip - , - UI
         Upload:frame_3.zip - , , - 파 , ,
         Upload:frame_4.zip - - ,
         Upload:frame_5.zip - - 팅, cookie.py,
         Upload:frame_6.zip - - frame_4.zip + frame_5.zip
         Upload:frame_7.zip - -
         Upload:frame_8.zip - -
         Upload:frame_9.zip - -
         Upload:frame_10.zip - - -
  • 토이 . . . . 295 matches
         = ? =
          * 한 [:ToyProblems ToyProblem] .
          * . -
          * .
          * .
         ||학||||
         ||01||||
         ||02||||
         ||06||||
         ||06||훈||
         = =
          *
         || || || || || ||훈 ||
         ||[토/] || || X || X || X || X ||
         ||[] || || O || O || X || X ||
         ||[SpiralArray] || 2 || X || O || X || X ||
         ||[토/]||text . || O || X || X || X ||
         ||[토/] || || O || O || X || X ||
         ||[토/] || . || X || X || X || X ||
         []
  • 5인용C++스터디/클래스상속 . . . . 294 matches
         == 클 ==
         ?
          .
          .
          .
         ))
          - , , ,... ()
          - ,... ()
          학 - 학ID,... ()
          ---><---학
         == 2) ==
         == private protected ==
         private , .
         하 private 한 클 .
          protected키 .
         == 2-1) ==
         [5C++]
  • 데블스캠프2013/셋째날/머신러닝 . . . . 294 matches
          * : []
          * [http://zeropage.org/index.php?mid=seminar&document_srl=91554 크]
          *
          * C++, C#, Java, Python.. . ㅋㅋ
         == , , ==
          * .
         //......
         == , , ==
          * .
         == , ==
          * .
         == , ==
          * .
          }// .
          }//..
          //min<=
         == , ==
          * .
          //min .
         == , ==
  • 몸짱프로젝트/CrossReference . . . . 294 matches
          * :
          * : TestDrivenDevelopment
         === [황] ===
          * 펙토
          * . string .
         === ===
          * 파 , .
         // Binary Tree
         string word;//
         // Cross Reference 한 함
         else if ( isspace(ch) || ispunct(ch) == 16) //
         ch = fin.get();//
         //ofstream fout("result.txt", ios::app); // result.txt
         //
         // .
         //
         // .
         // .
         if ((*node) == NULL){//
         (*node) = new Node;//
  • 정모/2003.2.12 . . . . 294 matches
         = (2003.2.12) =
          * : 2003.2.12 5 7
          *
          || 01 || 호, , , , ||
          || 02 || , , , ||
         = =
          * 회
          || 회 || ||
          || || ||
          || || ||
          * [[HTML(<strike>MT : 2/22(토) ~ 2/23()</strike>)]]
          see also ["MT"]
          * 하합. ^^ --
          * . -.-a 투표, ...;; --
          * 히 하 ~ --
          * 03학 ^^
          * . .. ;; --NeoCoin
          ''( -_-) .. 6ㅡㅡ --["sun"]'' [[BR]]
          WikiSandBox ㅡ.ㅡ/ --["snowflower"]
          * () ...-희
  • POLY/김태진 . . . . 293 matches
         = 폴/POLY =
          * [http://www.algospot.com/judge/problem/read/POLY 폴]
          * DP .
          * , X
          * X-1( ) + 1 , X-2 + 2, ... , 1 + X-1, X .
          * , , 해 폴 .
          * ( 3, 2( ) " + - 1 ", 4 , .
          * DP , 해해 . 3 for , .
         // Copyright (c) 2013 Jereneal Kim. All rights reserved.
  • 김민재 . . . . 293 matches
          * : Kero Kim
          * : 5 14
          * 12학
          * ZeroPage 22. 2013 23
          * [ZeroPage_200_OK]
          * [Pinple]
          * HTML5 ''
          * [OpenCamp/] Speaker - "Practice with jQuery UI + PHP + MySQL"
          * [/2012/Dazed&Confused] 튜티
          * [] 튜티
          * [/2012.7.18] - OMS "DEP(Data Execute Prevention)"
          * [회/2012]
          * ZeroPage 23
          * [UnityStudy]
          * [/2013/] 튜
          * [/2013] Speaker - "Opening", ",한,한C"
          * GDG pre-DevFest Hackathon 2013
          * [/2013.8.5] - OMS "Computer Security (I)"
          * [회/2013]
          * Hello, World! - Std.IO 행 T.F ZeroPage
  • Cpp에서의가변인자 . . . . 292 matches
         === ? ===
         C io printf . MFC - CString CString::Format CString::AppendFormat . 함 ... . .
         === ===
          . .. MSDN . .
         === ===
         [] AfxMessageBox .
         ,
          .
         VAMessageBox(_T("a : %d, b : %d, c: %d"), a, b, c); // variant argument(?) .
          ~ -
          .--; ; --[]
         [Java] 1.5 . printf .; --[1002]
         []
  • EuclidProblem . . . . 292 matches
         [http://online-judge.uva.es/p/v101/10104.html ]
         :B(A,B,C), :통(,통,), :1(1~4)
          , A, B 해 A B D AX + BY = D X Y . A B X Y, A B D .
         한 A B. A B . (A, B < 1,000,000,001).
          X Y D . X Y , () |X| + |Y| () X <= Y .
         === ===
         || || || || 크 ||
         || || C++ || 40 + 30 + 20 + 25|| [EuclidProblem/Leonardong] ||
         || [] || C++ || 10 || [EuclidProblem/] ||
         || || C++ || 130 || [EuclidProblem/] ||
         || || C++ || 3 || [EuclidProblem/] ||
         || [환] || C++ || 하 || [EuclidProblem/환] ||
         || [태] || C || . || [EuclidProblem/태] ||
         === ===
         [] [AOI]
  • cogitator . . . . 292 matches
         = Zeropage 7 =
         = & History =
          information policy ICU
         향 position
          / 파트 .
          -.,-
         = =
         하 . -
          .
          .
          ..
          ? :) .~
         ps. . ^--[1002]
         [홈페]
  • 누가소프트웨어의심장을만들었는가 . . . . 292 matches
         = =
          *
          * :
          * :
          * : 한
          * 크 : http://www.hanb.co.kr/book/look.html?isbn=89-7914-321-4
         = =
          * ? . PC ? . Wiki Hyper-Media ? IT . IT '' . 통해 . :) - []
  • 사람들이모임에나오지않는다 . . . . 292 matches
          .
          ? 해 ?
          . (influence) . , " " .
          통해 . . , .
  • 지금그때2004/강의실선전홍보문안 . . . . 292 matches
         . 2004 03학 .
          , . , 학, , , 휴학, 학, , .
          3 31 , . .
          . .
         [2004]
  • ComputerNetworkClass/Exam2004_1 . . . . 291 matches
          .
          Y 포트 3 X X CIDR ____.____.___.____ 해 Network A , ____,____,___,____ 해 Network B 팅 한.
         X, Y 팅 테 .
          CIDR .
          IPv4 . IPv6 ( , ) .
          Distance Vector Link State . .
         
         팅 테
         Multicasting
         ( )
         UDP TCP , UDP 해 2 .
         TCP .
  • OurMajorLangIsCAndCPlusPlus/print . . . . 291 matches
         printf 한 print 함
         || || || ||
         || || [OurMajorLangIsCAndCPlusPlus/print/] || 2 ||
         || || [OurMajorLangIsCAndCPlusPlus/print/] || 3 30 ||
         || 하 || [OurMajorLangIsCAndCPlusPlus/print/하] || 2 30 ||
         || [태] || [OurMajorLangIsCAndCPlusPlus/print/태] || ? ||
         || 허 || [OurMajorLangIsCAndCPlusPlus/print/허] || 3 ||
         || || [OurMajorLangIsCAndCPlusPlus/print/] || ||
         || || [OurMajorLangIsCAndCPlusPlus/print/] || 2( ..ㅡㅜ) ||
         함
         printf, scanf
         C++
          fputchar, fputs
         === 항 1 ===
         printf %d, %s, %f 통해 (int), (char*), (double) .
         
         
         === 항 2 ===
         @d( ), @s( ), @f( ) 통해 .
          .
  • 데블스캠프2009/금요일 . . . . 291 matches
         = 2009/ =
         == ==
          * ''' !!'''
         == ==
         || || || || ||
         || || Special Seminar || || ||
         || || Short coding || ACM short coding || ||
         || || Java Script || Javascript || ||
         == ==
         || 09 || , , ||
         || 08 || , , ||
         || 07 || ||
         || 06 || , , , 훈 ||
         || 05 || 태 ||
         = =
         || || || ||
         ||pm 09:00~11:00 || [2009//SPECIAL Seminar] || ||
         ||pm 11:00~12:00 || || ||
         ||pm 12:00~01:00 || Short coding || ||
         ||am 01:00~02:50 || ACM || ||
  • 데블스캠프2012/넷째날/묻지마Csharp . . . . 291 matches
         == 2012//C# ==
          * Mission - []
          * : [2012//Csharp/Mission1/]
          * [2012//Csharp/Mission1/]
          * [2012//Csharp/Mission1/]
          * [2012//Csharp/Mission2/]
          * [2012//Csharp/Mission2/]
          * [2012//Csharp/Mission2/]
          * [2012//Csharp/Mission3/]
          * [2012//Csharp/Mission3/]
          * [2012//Csharp/Mission3/]
          * [2012//Csharp/Mission3/]
          * [2012//Csharp/] - 1~4
          * [2012//Csharp/]
          * [2012//Csharp/Mission4/]
  • 선택과집중 . . . . 291 matches
          '' 할 , ' ' . . 하, '택' . .
         ... . . 하, .
         --- []
         []
  • 윤성만 . . . . 291 matches
         ''하하하하하 .(2005 1 3 23 38)
          ~!!''
         = 20041049 =
         
          한
          환
          1학
          04학
          ( ^^''')
         == 표 ==
          :
         == 획 ==
          .
         == ==
          홈페
         
         
          VC++
         == 하 ==
         
  • 이영호/숫자를한글로바꾸기 . . . . 291 matches
         () "" 한 함 ( )
         // Little AOI 페;;;;;;; =ㅁ=
          const char *
          -1
          int count=0; // .
          if(num >= 1000000) // 10 return
          case 0: strcpy(data[i], ""); break;
          case 1: strcpy(data[i], ""); break;
          case 2: strcpy(data[i], ""); break;
          case 3: strcpy(data[i], ""); break;
          case 4: strcpy(data[i], ""); break;
          case 5: strcpy(data[i], ""); break;
          case 6: strcpy(data[i], ""); break;
          case 7: strcpy(data[i], ""); break;
          case 9: strcpy(data[i], ""); break;
          for(--count; count>=0 ; --count){ // stack .
          // if(strcmp(data[count], "") != 0) // .
          // if(i == 0 && strcmp(data[count], "") == 0) strcat(ret, data[count]); // .
          switch(count){ // .
          case 1: strcat(ret, ""); break;
  • 정모/2004.9.14 . . . . 291 matches
         == ==
         ||03|| ||
         ||04|| 태훈 하 한 ||
          *
         == ==
          * 회 , 품, MT, - ,
         == ==
         || MFC || [트] || 희, , 하 ||
         || Flash - XML || || 한, , 하, ||
         || JAVA || || , , ||
         || 해 || [Hacking] || 홍, 환||
         || || . || ||
          * 회 ... ... ? 홈페 ~ -(??)
          Flash - XML => .. --[환]
          * .. DVD.. -Leonardong
          * . -
         []
  • 허아영 . . . . 291 matches
         = =
         . 05학 '''허''' .
         .
         MBTI : ESTJ ! [허/MBTI]
         키Page -->> [http://165.194.87.227/zero/index.php?title=%C7%E3%BE%C6%BF%B5&url=ixforyouxl click]
          ~
         == ==
          *
         == 획 ==
         === 표 ===
          *
         FORTUNE 50 Most Powerful Women in Business !!!
         [http://money.cnn.com/magazines/fortune/mostpowerfulwomen/2006/ 크]
         == ==
         [http://no-smok.net/nsmk/%EC%88%98%ED%95%99%EC%9C%A0%EB%A8%B8 ]
         == C ==
          >> [허/C] .
         [TheTrip/허]
         [EightQueenProblem/허]
         == python ==
  • 데블스캠프2006/화요일/tar/김준석 . . . . 290 matches
          폴 tar tar하
          printf("파 .33");
          printf("파 .");
          폴 tar파 tar폴 ( untar )
          printf("파 .(1)\n");
          printf("파 .(2)\n");
          tar할 파 tar하
          -
         1. tar할 tar
         2. untar
          printf(" .");
          if(argv[1]==argv[i]) continue; //
          // argv[i]
          //
          else tar(argv[i]); //tar
          else cout << "devil27_tar_untar [] [할파트]... 형.\n" << endl;
          printf(" 할 파 .\n");
          printf(" .\n");
          printf("파 .\n");
         [2006/화/tar]
  • 최소정수의합/조현태 . . . . 290 matches
         === ===
          ..;; n-1 .^^
          .
         === ===
         //1 + 2 + 3 + ..... + n >= 3000 n
          cout << " : " << n << " 합: "<< sum(n);
         === ===
          -_ -ㅋ
         === ===
          * 1 n , , . , ^^ -[허]
          └ .^_^ . .^_^- ..ㅠ.ㅜ 행하.^^[태]
         [LittleAOI] [합]
  • Erlang/기본문법 . . . . 289 matches
         == Erlang/ ==
         === ===
          * Erlang '.' .
          * .
         === ===
          * . .
          * 하 . (Erlang !! ?)
          * (unbound) (bound) .
          * .
         == ==
          * '/' .
          * C / C++ / Java div rem 통해 .
         [Erlang] [태]
  • JuneTemplate . . . . 289 matches
         = =
         = =
          : F4(ThreeFs + Future Action Plan) .
          : ThreeFs, ThreeFs(크), FiveFs(크)
         
         Facts, Feelings, Findings, Future Action Plan. , , , , 획.
          : " 5 .() .() .() .( 획)"
         = =
         == 1회 ==
         == 2회 ==
         [/2012]
  • Ruby/2011년스터디/강성현 . . . . 289 matches
         [[pagelist(^Ruby/2011)]]
          * API 크 홈페
         === ===
          * 크 홈페
          * , 함.
         === ===
          * json parser ( )
          * json parser api /
          * oauth
          * page design, layout [html] ( [Ajax] )
         === ===
          * , /판///회 5
          * ruby layout
         === ===
          * page design
         === ===
          * API http://devapi.caucse.net/apireference/
         == 해 ==
          * [Eclipse] RubyLanguage
         == ==
  • eclipse단축키 . . . . 289 matches
         
         == 한 팁 ==
          * "sysout" + Ctrl + Space : System.out.println();
          * Windows - Preferences - General - Editors - Text Editors - 80 ,
          * 행한
          * Editor
          * Switch to editor :
          * Editor View
          * Editor
          * Editor 1
          * Open Declaration : 함
          * Toggle Comment : or 해
          * Content Assist : show template proposals
          * Quick Fix :
          * References in workspace .
         == Alt + Left, Right(향키 , ) ==
          * (, )
          * 해 Java API .
          * Source - Format : . indentation
         == field getter ==
  • 임수연 . . . . 289 matches
         = ZeroPage (05 ) =
         == 표 ==
         2학 800 !
          -_-a
         == 획 ==
          3;ㅋ
         == ==
          3,ㅡ ㅡ
         == 하 ==
         ,ㅋㅋ
         , ,ㅋㅋㅋㅋ []
         , 한테 !! ㅋㅋㅋㅋ []
         , ㅋㅋ ? ㅋㅋ ㅋㅋㅋ [허]
         , !! []
         http://bingoimage.naver.com/data3/bingo_22/imgbingo_22/sinctlst/24331/sinctlst_1.jpg -~~ [joosama]
         , ㅋㅋㅋ ?ㅋㅋㅋ ...;; ....;;; 한 포 ;; -[]
         ~,ㅋㅋㅋ
          ~ㅋㅋ
          ,ㅋ []
         , .... ㅋㅋㅋㅋ []
  • ComputerNetworkClass . . . . 288 matches
         
         = =
         : [http://orchid.cse.cau.ac.kr 홈페]
         : . IP (Internet Protocol), TCP,UDP, Routing , Subnet Mask, Tunneling .
          .
          DL, PHY , Programmer TCP, UDP, RTP socket, rpc .
          survey or analysis 통한 .
          TCP/IP socket programming , TCP/IP .
         = =
  • Doublet . . . . 288 matches
         " (Alice in the Wonderland)" (Lewis Carroll) , .
          (doublet) .
          HEAD TAIL , doublet .
          . ?
         ''... ...''
         : http://puzzle.jmath.net/math/essay/kiss.html
          . (?) , " " 하 호통 . (Knuth) . --
         [""]
  • EightQueenProblem/정수민 . . . . 288 matches
         
          -_-;;
         C++ -_-; 해 포함 =0=
          96 + 21 + 15 -_-!
          ;;
         - ;; 행하 -_-;; ................. . ㅠㅠ
         == ==
          int chess[8][8]; //
          bool ContraryQueen(); //
          bool SearchMap(); // 0()
          void SketchMap(); // 1()2()
          void reset(); // 0
          void MakeQueen(); //
          void PrintMap(); //
         // EightQueenProblem //
         // 2006/04/17 7:17 ~ 2006/04/17 10:24 //
         // 2006/04/07 //
         // : //
          if ( ContraryQueen () == 0 ) { //0 1
          if ( SearchMap () == 1 ) { //
  • RedundantPower . . . . 288 matches
         ups .
         ups ups Redundant Power Power Suply , 하 Power , Redundant .
          ups redundant power . , redundant power , ups , power suply .
          , redundant power , 한 .
          ''''''
         , .
         [""]
  • ServerBackup . . . . 288 matches
         2008-11-02 행하 ZeroPage .
         
          1. screen
          * (./) sudo
          * {{{/etc/group}}} admin , {{{/etc/sudoers}}}
          1.
          1. 해 ftp
          * (./) zeropage@neocoin.net .
          1.
          * backup target
          * (./) ~
          * ~ {{{/var/backup}}
          * 호화
          * 호화
          1.
          1.
          * ,
          * http://en.wikipedia.org/wiki/Cron
          1.
          * ~ DNS Server (or 165.194.35.222 ) ping .
  • 포항공대06입시 . . . . 288 matches
         45 . 통합
         
          ( ), 학(4, . 트 )
          (, .. ),
         
          2 3.
          :
          :
          .(통 )
          해하 , .( )
          .
          통합
          ph.d .
          해, .
          2~5. .
          .( ?)
  • Calendar환희코드 . . . . 287 matches
         == .cpp ==
         #include ".h"
          printf(" : ");
          printf("1 1 (:0 ~ 토 : 6) : ");
          printf(" : ");
          (numberofDay, year, month);
          numberofDay = (numberofDay, year, month);
         == .h ==
         int (int year);
         int (int nameofDay, int year, int month);
         int (int , int , int );
         int (int , int , int );
         == .cpp ==
         #include ".h"
         int (int year){
         int (int nameofDay, int year, int month){
          printf(" %d, %d\n", month, year);
         int (int , int , int ){
          int endday, count, count;
          if( == 1 || == 3 || == 5 || == 7 || == 8 || == 10 || == 12){
  • C언어정복/3월30일-숙제 . . . . 287 matches
         ==== C 330 - ====
          ㅋㅋ
         1. (inch) 환하 , . (1in = 2.54cm)
         2. printf() 함 4 .
         3. for 3 . ( )
         1. 3000 .
         2. 6000 .
         3. 9000 .
         ( ?? ㅋㅋ)
         4. 2 9 .
         5. if for 2 9 .
         (if )
          [2006/] .
         [C]
  • ㄷㄷㄷ숙제2 . . . . 287 matches
         == ==
         = =
         1.if ;;
          printf("1~50 \n");
          printf(" ?\n");
          { printf(" ㅋ\n");
          else
          .. ..ㅜㅜ...
         2.switch ;;
          printf("1~50 \n");
          printf(" ?\n");
          printf(" ㅋ\n");
          printf(" \n");
         if switch default ..ㅠㅠ..
         if !!!
         if ? ㅠ_ㅠ
          ~! ..
          ??
  • 논문번역/2012년스터디 . . . . 287 matches
         = /2012 =
         == 행 ==
          * , 해 ''해, , 크해.
          * 함.
          * : [], [], [], []
         === ===
          * 11/5() -
          * 11/8() -
          * .
          * 함.
          * 11/15() -
          * [/2012/]
          * [/2012/]
          * [/2012/]
          * [/2012/]
         [2012]
  • 스네이크바이트/C++ . . . . 287 matches
         MFC [] C++ .
         == 클 ==
          char Name[20]; //
          int ID; //학
          int Math; //
          int Korean; //
          int English; //
          student(); //폴트
          student(char *name, int id, int math, int kor, int eng);//
          ~student(); //
          int getTotal(); //
          void outputID(); //학,
          int getMath(); //
          int getKor(); //
          int getEng(); //
          strcpy(Name, name); //화()
          ID = id; //학
          Math = math; //
          Korean= kor; //
          English = eng; //
  • 정모/2006.4.10 . . . . 287 matches
          == [/2006.4.10] ==
          === 트 ===
          * RDBMS..
          * : , , , , 희,
          * PHP
          * : ,
          * : , 혁, , ,
          * (CACM)
          * : 휘, 태, , 택,
          === ===
          * : .
          * :
          * 해 .
          1. .
          2. .
          3. .
          4. .
          5. .
          6. .
          7. .
  • SpiralArray/임인택 . . . . 286 matches
          .
          4x5 array,
          , ( ) 포 →→→ ↓↓↓↓↓ ←←← ↑↑↑ →→ ↓↓ ← ↑ . ( ) .
          행횟 = 행회+1
          , .
          , .
          rotList.append(col-1) # ( ) 1
         [], SpiralArray
  • 데블스캠프2011/준비 . . . . 286 matches
          * [], [혜], [], []
         == 회 ==
         === 5 9 ===
          * : [], [혜], [], []
          * + [], [황], []
          * @ 5
          * 회
          *
          * 27 5
          *
          * 투표 .
          * : 5 , 5 , 3 2 , 2 3
         === 5 14 ===
          * : [], [혜], []
          * + []
          * @
          * 회
          * [2011]
          *
          * 투표 통해 , 화, , .
  • 얼굴빨개지는아이 . . . . 286 matches
          , . . , . .
         '' 히 한 , , . , . , , . .''
         ''하 . 해 하 ''
          통하 .
  • 정모/2006.1.12 . . . . 286 matches
         = /2006.1.12 =
         = =
          , 협, 황, , , 허, 태, 호, , 한, , , , 하,
         = =
          : [트/2005]
         [DesignPatternStudy2005] [OurMajorLangIsCAndCPlusPlus] []
          . ^^
          .
         (, 히 study .-> )
         = =
          * 회
          - : 회 (), (크 ?), , USB, 펜, ,
          - : 2 11, 2 12 택하 .
          - : ,
          - 10포 .
          - 1, 2 .
          - 품 : 1
         []
  • Microsoft . . . . 285 matches
          . 50000 포해. 1974 , 폴 . . , , , . . 크탑 .
          .
          * WikiPedia:Gary_Kildall : MS-DOS CP/M .
          * WikiPedia:Charles_Simonyi : , . 헝 .
          * ? - [eternalbleu]
  • VisualStudio2005 . . . . 285 matches
         2005 11 VisualStudio
         = =
         = 홈페 =
         == ==
          [VisualStudio2005] Express Edition .
         VB, C#, C++, J#
         1 .
         = =
         C# . 테 . -_-
         = =
          * . . (merge) .
          * refactor : C#...-_-;;
         = =
          * DB . MS Access .
          * ... ... ...-_-ㅋ
          * ;;
  • 새싹교실/2011/씨언어발전/6회차 . . . . 285 matches
         = 6회(6 1) =
         == ==
          .
         , .
          * &, *
          * 포
          printf("학 :");
          printf("\n학 %d :",i+1);
          printf("학%d : %d\n",i+1,*q);
         == ==
         === [태] ===
          printf("학 ! : ");
          printf("학 %d 해 \n",a);
          printf("학 %d : %d\n", i+1,*(q++));
          * 포 . malloc . a[99999] ㅋㅋㅋ
          & * scanf("%d",&*&*&*&*&*&*p); . ㅋㅋㅋㅋㅋㅋㅋㅋㅋ
         === [하] ===
          .
         포 .
         & * .
  • 위키놀이 . . . . 285 matches
         = =
         [] [회2005] 행 합페
         == 키 ==
          .
          . -
         === ===
          MT .
          . .
          .
         === ===
         페
         || || ||
         || [] || [한] ||
         || [] || [] ||
         || [joosama]|| [황] ||
         || [] || [] ||
         || [허] ||
         || [] ||
         == ==
         10 [http://no-smok.net/nsmk 크] .
  • 지영민/ㅇㅈㅎ게임 . . . . 285 matches
          puts(" C !!!!");
          puts("?");
          puts("a:!! s:!!\n d:!! f:!");
          // ''
          puts("() !! .");Sleep(TURN_GAP);
          printf(" 100 !\n");Sleep(TURN_GAP);
          puts("() !! .");Sleep(TURN_GAP);
          puts(" .");Sleep(TURN_GAP);
          puts("() !! .");Sleep(TURN_GAP);
          puts(" !");Sleep(TURN_GAP);
          puts("() !");Sleep(TURN_GAP);
          printf(" %d !",GwaJaeDem);Sleep(TURN_GAP);
          //
          puts(" !");Sleep(TURN_GAP);
          printf("() %d mental !\n",GwaJaeDem);Sleep(TURN_GAP);
          puts(" .");Sleep(TURN_GAP);
          puts(" .");Sleep(TURN_GAP);
          puts(" .");Sleep(TURN_GAP);
          puts(" 폭풍!!!!");Sleep(TURN_GAP);
          printf(" mental %d !!\n",GwaJaeDem);Sleep(TURN_GAP);
  • 하욱주/Crap . . . . 285 matches
          ( ...ㅡㅡ;;)
          cout << " $" << money << " ." << endl
          << "팅하 ($10~$100) : $"; cin >> beting;
          cout << " . 팅해 ." <<endl;
          cout << "$10~$100 ." << endl;
          cout << " 팅하 $" << beting <<" ." << endl
          << " ?" << endl
          << "| Number | 팅 | |" <<endl
          <<"팅 하 ? (1 ~ 3) : "; cin >> num;
          cout << "1 ~ 3 : ";
          cout << num <<" 택하. 행합." <<endl
          << " :" << sq1 << endl
          << " :" << sq2 << endl
          << " : " << sq1+sq2 <<endl;
          cout << " ." <<endl
          cout << "."<<endl;
          cout << " ." <<endl
          cout << "."<<endl;
          cout << " ." <<endl
          cout <<"."<<endl;
  • JTDStudy/첫번째과제/장길 . . . . 284 matches
          // TODO
          // TODO
          // TODO
          // TODO
          // TODO
          // TODO
          // TODO
          String input= JOptionPane.showInputDialog(null, "");
          // TODO
          // TODO
          == ==
          * 테 ? ㅋㅋ 테 ... ... .... 흠 ... --
          * ?^^; ... ... - []
  • ZPHomePage/20041228 . . . . 284 matches
         홈페
         == ==
          환, ,
         == 회 ==
         === 획 ===
          *
          * , 한, ,
          * 홈페
          * 통합
          * 회
          *
          * 학회
          *
          *
          * , , =>
          * ( )
          * RSS
          * ,
          * 판(JSP) ,
          *
  • FreeMind . . . . 283 matches
          .
         한 .
          . .
         == ==
          : [http://software.myfolder.net/Category/Story.html?sn=63003 크]
         == 행화 ==
         Upload:펙.gif
         == ==
          . ...
          .
          . ( ) . . SeeAlso) [ZP]
          .
         []
  • LazyInitialization . . . . 283 matches
         ExplicitInitialization , . .(--;)
         LazyInitialization . 하 LazyInitialization getter, 폴트 DefaultValueMethod. . , DefaultValueMethod , . .
          getter . DefaultValueMethod .
          .
          if(!count) // --; . .
          return 0; //
          return 1000; //
          ... : ExplicitInitialzation , LazyInitialization .
  • WebLogicSetup . . . . 283 matches
         == JSP ==
          * JSP .
         WEB_LOGIC_ROOT\config\mydomain\applications\DefaultWebApp .
          :
         http://localhost:7001/nameOfFile.jsp .
         == Servlet ==
          * Servlet .
          * WEB_INF web.xml , 통해 weblogic server consol .
          1. web.xml
          <servlet-name>frsoapaccess</servlet-name> <!-- alias name -->
          <servlet-class>com.tagfree.access.SOAPAccess</servlet-class> <!-- -->
          <load-on-startup>3</load-on-startup> <!-- -->
          <servlet-name>frsoapaccess</servlet-name> <!-- alias name -->
          <url-pattern>/soapaccess</url-pattern> <!-- uri 패 -->
          , <servlet/> <servlet-mapping/> . <servlet/> alias , <servlet-mapping/> uri 패 alias . .
         client --------------------------------> <servlet-mapping/> <servlet-name/> 핑 ---+
         ↑ | frsoapaccess
         +----- 행 <----------------------------- <servlet/> 핑 <--+
         [""]
  • 김준석 . . . . 283 matches
         == ==
         2003.2~2006.2 :
         2006.3~2013.2 :
         2014.9~2016.8 : [[https://sites.google.com/site/rtselab/ ]]
         2016.7~2020.7 : Tmax
         2020.8~ : EA Korea
         == ==
          * 2015 : . .
          * 2021 : . .
         == 표 ==
          * 2015 : .
          * 2021 : 1
         == ==
         == 한테 하 ==
          * ~ , ! ^-^ - [허]
          * : ) --[]
          * ㅇㅅㅇㅋㅋ ? 형 . ㅋㅋ-[]
          * 10 - []
          * ~~ - []
         [ZeroPagers] [홈페]
  • OOP . . . . 282 matches
         '''Object Oriented Programming''' : . ~~ 향하 .~~ Object Based Progamming . GenericProgramming .
         Emphasis from verbs to nouns
         Its a natural way for people to think in objects.
         === ===
         == ==
          * [Association]()
          * [Relation]()
          * [Inheritance]()
          * [Encapsulation](화)
          * [Implementation]( : . . : )
         Dont mix responsibilities
         == ==
         [UML] .
         [화토]
         == ==
         === ===
         [http://users.evitech.fi/~hannuvl/sy04/oop_cp.htm] : C++ OOP.
         []
  • PolynomialCoefficients . . . . 282 matches
         [http://online-judge.uva.es/p/v101/10105.html ]
         :B(A,B,C), :(,통,), :1(1~4)
          .
          . n k , . (0<k, n<13) ( ) . k n₁,...,nk , n₁+...+ nk = n.
          (x₁+ x₂+...+ xk)ⁿ x₁^n1 * x₂^n2...xk^nk .
         === ===
          || || || || ||
          || [] || C++ || 30 || [PolynomialCoefficients/] ||
         === ===
          편하 . ... -- []
         [] [AOI]
  • ProjectSemiPhotoshop/계획서 . . . . 282 matches
         === ===
          * Project Code Name() : ProjectSemiPhotoshop
         === ===
          || ||학||학||.||
          |||| 99 || 3 ||||
          ||태|| 99 || 2 ||.||
          |||| 99 || 2 ||.||
         === (회) ===
          === ===
          * 10/24 pm1:00~pm4:00 VC , GDI, BMP, Key Input
          * 10/29 pm1:00~pm5:00 SpikeSolution
          * 10/31 pm5:00~pm10:00 태,
          * 11/19
          * Bitmap , . , 표.
          * 11/21 am11:00~am11:30 30
          * - Magic School etc
          * ()
          *
          i. 태 : SDI or + Dialog Base MDI
          * : MFC MDI
  • STL/sort . . . . 282 matches
          * sort . θ(n*n) .
          * STL Quick Sort 형한 Sort .
          * .
         #include <algorithm> // sort
         #include <functional> // less, greater
          sort(v.begin(), v.end(), less<int>()); //
          sort(v.begin(), v.end(), greater<int>()); //
          // <functional> sort(v.begin(), v.end()) 하 .
          * STL .
          * 한 . sort (Random Access) . vector deque . list . -l[5] - list sort .
  • 새싹교실/2012/열반/120514 . . . . 282 matches
         = 행 =
          *
          *
          * 1 30
         = =
         == ==
          * [택] .
          * .
         === 팩토 ===
         === 하탑 ===
         == 포 ==
          * . 행해, .
         === 포 ===
          short s; //
          short *ptr; // short형
          // 포 '*' .
          ptr=&s; // s ptr . &s s .
          // 포 '*' .
         === ===
          // array=ptr .
  • 02_Archi . . . . 280 matches
         = =
         == ==
          .
          .
         == ==
         00학
         == ==
         2002 05 XX XX
         == ==
         4XXX
         == ==
         === 1. (Oh~ Little Man) ===
          ...(헉.. ?)
         === 2.~ ===
          . .
         , ALU, CPU
         === 3. ===
          한...
         === 4. ? ===
          .
  • XMLStudy_2002/Encoding . . . . 279 matches
         XML 환하 .
         == XML ==
          *한 텍트 형태 XML .
          *
         == XML ==
         === 한 ===
         === 한 UTF-8 ===
         === 한 UTF-16 ===
         === ===
         == XML unicode ==
          *XML .
         === XML unicode 트 ===
          * : [http://www.unicode.org/]
          *Unicode XML Markup Language 해 W3C Unicode.org 한 Technical Report : [http://www.w3.org/TR/1999/WD-unicode-xml-19990928/]
          * XML Unicode : [http://www.tgpconsulting.com/articles/xml.htm]
          * : [http://www.webtechniques.com/archives/2000/09/yunker/]
  • ZeroPageServer/CVS계정 . . . . 279 matches
         == ==
          Concurrent Version System ZeroPageServer ["CVS"] .
         == 할 , 항 ==
          * http://zeropage.org/cvs/ - Zp cvs
          * ZeroPageServer 행할 .
          * ZeroPageServer CVS '''cvs_man''' '''asdf''' .
          * cvs
         == ==
          1. Id password .
          * password ~root/cryptout.pl , telnet 호화 .
          *
          1. /home/CVS/CVSROOT/passwd 파 .
          * <!> passwd 파 .
          1. [Eclipse] CVS 클 .
          1. /home/CVS 하 파 cvs_man , .
          * CVS 한 ["CVS"] ["CVS/CVSForLocal"] .
  • 정모/2013.1.22 . . . . 279 matches
          * : [], [], [], [], [], [], [], [희], [], [하], [], [], [환], [], []
          * : []
          * [] 학 (Valve)
          * : []
         == ==
         === 회 ===
          * 1 !
          * : 회 10 5항 , .
          * : ()히 하.
         === 1 1Study ===
          * Bigbang : ,
          * ACM : DP Subset ,
          * TEPS
          * ?
         === 학회 ===
          * 2
          * ,호팅,
         === ===
         [2013],[]
  • OurMajorLangIsCAndCPlusPlus/signal.h . . . . 278 matches
          == ==
          || || ||
          || NSIG || . 1. ||
          || SIGINT || Ctrl - C 트 ||
          || SIGFPE || ||
          || SIGILL || 행 ||
          || SIGSEGV || ||
          || SIGTERM || ||
          || SIGBREAK || Ctrl + Break ||
          || SIGABRT || abort ||
          || SIG_DFL || ||
          || SIG_IGN || . . ||
          || SIG_ERR || signal ||
          === 함 ===
          || || ||
          || __cdecl signal(int, void (__cdecl *)) || 해 할 행 . 호, . ||
          || int __cdecl raise(int) || . 패하 0 , 효하 패하 . ||
  • 김준호 . . . . 278 matches
         = 호 ( 11학 ) =
          ①. : 19 (1993, - ....ㅠㅠ)
          ②. 학 : 1학 ( 파 ㅋㅋㅋㅋㅋㅋㅋㅋ)
          ③. :
          ④. : www.cyworld.com/e-on
          ⑤. : 함 - ㅋㅋㅋㅋㅋㅋㅋㅋㅋ
         == ==
          ⓐ. -
         == 획 ==
          ⓐ. 텈ㅋㅋㅋㅋㅋㅋ
          ⓑ. TOEIC
         == 하 ==
          ⓐ. 하형 ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ-
          ⓑ. .
          # 3 16 CPU, Main Memory .
          # 3 17 Microsoft Visual Studio 2008 c .
          printf , \n , %d %e %c .
          printf \n . %d %e %c . ㅠㅠ
          * 3/16, 3/17 . - [하]
  • UploadedFiles . . . . 277 matches
          포함.
         {{{UploadFile}}} () () 플,
         {{{UploadedFiles}}}플 .
         == ==
         {{{[[UploadedFiles]]}}} : . pds//* 하 .
         {{{[[UploadedFiles(top)]]}}} : . , {{{pds/}}} .
         {{{[[UploadedFiles(페)]]}}} : .
         /!\ UploadedFiles 플 , {{{?action=uploadedfiles}}} .
         == ==
          ( ) .
  • XpWeek/ToDo . . . . 277 matches
         == 표 ==
         
         
          || [[HTML(<strike>)]]클 [[HTML(</strike>)]] ||
          || [[HTML(<strike>)]] [[HTML(</strike>)]] ||
         
          || GUI ||
         
          || ||
         
         [[HTML(<strike>)]] [[HTML(</strike>)]]
         SystemMetaphor
          [[HTML(<strike>)]] - UserStory [[HTML(</strike>)]]
          [[HTML(<strike>)]] - UserStory [[HTML(</strike>)]]
          [[HTML(<strike>)]] - UserStory [[HTML(</strike>)]]
          [[HTML(<strike>)]] - UserStory [[HTML(</strike>)]]
          [[HTML(<strike>)]] - CodingStandard [[HTML(</strike>)]]
          [[HTML(<strike>)]] - StandUpMeeting [[HTML(<strike>)]]
          [[HTML(<strike>)]] - EngineeringTask [[HTML(<strike>)]]
          - AcceptanceTest
  • 정모/2006.7.6 . . . . 277 matches
         = /2006.7.6 =
         == ==
         , , , , 혁, , 호, 태, , , 휘, 협, , , , , , , , , , 한, , ,
         == ==
          * ZeroPage 회 확화 (회 + a) , 회
          *
          * MT ( , , )
          * 트,
          * 회(22)
          * .
          * ~
          * ?
          *
         == ==
          * : 5
          * MT : (1), (1), (2), , 편, 평(1), 포(1) - 포
          * MT : 8 20~21
          * : 학회 10, 회
          * : . 06
          * 트 : 표?
  • ProjectPrometheus/방명록 . . . . 276 matches
          * ...^^ 한편 한 '500 Servlet Exception' ...-,-;;; 1024 * 768 . --
          * ["ProjectPrometheus/BugReport"] ? . --[""]
          * ...^^;;; ... ...-,-;;; --
          * http://www.lib.cau.ac.kr .. ( ). . --["1002"]
  • TestDrivenDevelopmentByExample . . . . 276 matches
          * http://groups.yahoo.com/group/testdrivendevelopment/ - .
          * http://groups.yahoo.com/group/testdrivendevelopment/files/ - TestDrivenDevelopmentByExample . ( . . .)
         ["Java"] ( ;) ; 하 . 'Test Driven' . TDD 통해 해하 편합.
          TDD 트 통 '' ["Refactoring"] 할 , SeminarHowToProgramIt . , (KentBeck).~
         TestDrivenDevelopment ? --["1002"]
         [""]
  • 나는이런곳을즐겨찾는다 . . . . 276 matches
          .
         || || || ||
         || http://www.websubway.co.kr/theme/ || || . ||
         || [MapBrowserSite] || , ||. ||
         || http://www.giro.or.kr/ || 해 할 . . ||.||
         || http://www.danawa.co.kr/ || || . ||
         || http://www.newstand.co.kr/ || || . ||
         || http://www.raysoda.co.kr/ || . || .....||
         || http://www.ruliweb.com/ || 트 || . ||
         || [] || || . ||
         || http://www.changgo.com/ || || . ||
         === 한 ===
          .ㅡㅡ; -Leonardong
          '''''' .ㅜㅜ -Leonardong
  • 만년달력 . . . . 276 matches
         = =
          * .
         = =
          * 1 1 1 .
          * ?
          * 4 100 해.
          * 400 .
         == ==
         
         |||| || 크||
         |||| java || [/]||
         |||| Java || [/]||
         |||| . || .||
         ||훈|| . || .||
         |||| C || [whiteblue/]||
         ||&|| C|| [/,Leonardong]||
         ||&황|| C || [/,aekae]||
         ||환&화|| C || [/환,화]||
         ||희&|| C || [/희,]||
         ||훈&|| C || [/훈,]||
  • 문제풀이 . . . . 276 matches
         = =
         == . ==
          * .
          * ;;
         == ==
         ||학|| ||
         || 04 || [한] ||
         || 04 || [] ||
         || 00 || [택] (in Python) ||
         1. [], 학평[Westside], [], 호, , , .
         2. .
         == ==
          * [/] SeeAlso [] ToyProblems
          * .
         == ==
         || 회 || ||
         || [/1회] || , ||
         == ==
         === ===
          * [한] : C++ class . !! // , , [한] [Westside]
  • 세미나/2004 . . . . 276 matches
         2004
         == ==
         || || || || ||
         || 1 || || & [패] || ||
         || 2 || &홍 || cache || [1st Seminar] ||
         || 3 || & || 클 ||. ||
         || 4 || &환 || . || .. ||
         || 5 || 환& || 크 || [CrackingProgram] ||
         || 6 || 희& || [] ||. ||
         || 7 || 휘 || [Debugging] || , ||
         || 8 || || . || ||
         || 9 || || . || . ||
         || 10 || 회 || . || . ||
         || 11 || || . || . ||
         || 12 || &하 || . || . ||
         || 13 || || 하 || . ||
         == ==
          * --[]
          ? J2ME? WIPI? J2ME HelloWorld ...;; - [택]
          * J2ME MobileJavaStudy . --
  • 정규표현식/스터디/메타문자사용하기/예제 . . . . 276 matches
         [[pagelist(^/*)]]
         == - 호 ==
         === - ===
         === - 한 ===
         === - 호 ===
         == - ==
          ?
         === - ===
          *
         === - 한 ===
         === - 호 ===
         == - 한 ==
          1. . (posix 표 )
          1. . (posix 표 )
          1. .
          1. . 2
         === - ===
          1. 하
         === - 한 ===
         === - 호 ===
  • IntentionRevealingMessage . . . . 275 matches
         ParagraphEditor highlight . ', .' 하 . .
          ? . 한 .(?) highlight . highlight . IntentionRevealingMessage 형태. . , .
         
          . !
  • OperatingSystemClass/Exam2006_1 . . . . 275 matches
         === ===
         OS 1 - 6.
          . msdos unix -_-;
         5 . .
          .
         === ===
         1. , , .
         2. MSdos Unix . .
         3. .(1-1, 1-n, n-n ... )
         4. .( 6 )
         5. .( 6 )
  • KnightTour/재니 . . . . 274 matches
          *02 [Genie]
          * .
          * .
          * (0, 0) (7, 7) 64 .
          * .
          * .
          printf("\n\n :\n");
          printf(" : %d\n", m_Move);
          * --; Night Knight--;
          * 하하~ 페 ..ㅡ.ㅡ;;; -[]
          * broot-force하 ,
          BackStep 행하 .
          * BackStep ...
          broot-force .
  • 문자반대출력/김태훈zyint . . . . 274 matches
         === ===
         strlen ( ;;)
          -_-;
          ;;
          ㅠㅠ
         === ===
         //string .
         // .
         //함 .
          //파
          // .
          //파 .
         === 한테 할 ===
         .. +_+ , .!
          , strlen 함 . ^^ --[]
          "" '\0'
          {{{~cpp str[len] == 0 || str[len] == '\0' str[len] == '\0'}}} ㅇㅅㅇ/ - 태훈[zyint]
         [LittleAOI] []
  • NSIS/예제4 . . . . 273 matches
          트. ....-_-;; servicelib.nsh 파 .
         ;
         Name "RealVNC 4.0 한화 패"
         ;
         SubCaption 0 ": "
         SubCaption 1 ": "
         SubCaption 2 ": 톨할 폴 택"
         SubCaption 3 ": "
         SubCaption 4 ": "
         ;
         LicenseText "톨 하 " ""
         ;
         SubCaption 0 ":"
         SubCaption 1 ":톨 폴"
         ;
         ;
         ;..
         MiscButtonText "" "" "" ""
         ;
         InstallButtonText ""
  • 이규완 . . . . 273 matches
         === 획 ===
          !!
         == ==
          printf(" : ");
         text 파 해~ㅋ
          ㅋㅋ - [허]
          ㅋㅋㅋ- [joosama]
          ~!! - []
         ? ~~~ - []
          * ㅡㅡ; :) - []
          -- []
          해,ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ[]
          , ,ㅋㅋ[]
          -_-;;; !! ㅋㅋㅋ --[]
          .. CC ㅋㅋ [허]
         ㅋㅋㅋ ㅋㅋ [sisay]
          [한]
          ,ㅋㅋㅋㅋㅋ ,ㅋㅋㅋㅋ !!!! []
         └해~ ㅋㅋㅋㅋㅋ [joosama]
         [[HTML(<img src=http://home.opentown.net/~mcgyber1/images/face/.gif>)]] ? ! ㅋㅋ-[허]
  • HelpOnHeadlines . . . . 272 matches
         ''' {{{{font-size:20px} }}} '''
         "=" "=" (Heading) . <h5> .
         <!> "="
         ''' '''
          = Heading <h1> . =
          ====== Level <h5> ======
         ''''''
          = Heading <h1> . =
          ====== Level <h5> ======
         '''항'''
         /!\ {{{= 1 =}}} <h1> 해 '''''' "==" . MediaWiki ``1`` , <h1> ''페 '' .
         == [[키]] {{{확}}} ==
          . DokuWiki .
  • StandardWidgetToolkit . . . . 272 matches
         [Eclipse] [Java] 픽 툴킷 Eclipse 2.1 SWT .
         "[Eclipse] ." Cross Platform Native Graphic Toolkit .
          SWT [Eclipse] , IBM developerworks gcc , SWT . , .
         [http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-swt-home/main.html SWT 트 페]
          --''[http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-swt-home/main.html SWT 트 페]''
          * [http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-swt-home/dev.html SWT 2.1 ] - Code Snippets , .
         === {{{~cpp HelloWorld}}} . ===
          1. SWT . [http://www.eclipse.org/downloads/index.php Eclipse downlaod] . Upload:swt-2.1-win32.zip
          * swt.jar classpath .
          * , swt-win32-2133.dll (Windows ) .
          *
         []
  • AI세미나 . . . . 271 matches
         === AI ===
         :
         Artificial Intelligence () .
         1. 화 - (Genetic Algorithm)
         2. - 크 (Neural Network)
         3. - 템 (Expert System)
          2 . .
         : 11 5 6
         : 4552
         : []
         : [] [황] [] [] [] [] [하]
         === AI 크 ===
          . . --
         http://www.red3d.com/cwr/boids/ - .
         http://www.math.umn.edu/~wittman/faces/main.html - Neural Network .
         === ===
          ~ :) --
          AI 11
  • C/Assembly/포인터와배열 . . . . 271 matches
         // k index .
         // index eax ?
          ?
          t p .
          . , LC0, LC1 .
         포 LC1 (CODE ) .
         하 (LC0) LC0 .
         , CODE .
  • DrawingToy . . . . 271 matches
         MFC 해 [] .
         == ==
          *:
          *MFC
          *
         == 항 ==
         
          (?) .
          , . , .
          .
         키 .
         : MFC
         Dialog Based SDI 택.
          향키 .
          .
         Save Load .
          , .
         []
  • PHP Programming/HtmlTag . . . . 271 matches
         *<FORM> CGI "" . </FORM> 태 함.
          *ACTION=".." - CGI
          *METHOD=".." - CGI .(POST, GET )
          *<INPUT> .
          *<INPUT TYPE="" NAME="" VALUE="">
          *VALUE=".." -
          *SIZE=".." - 텍(DEFAULT 20)
          *MAXLENGTH=".." - 텍
          *<TEXTAREA>
          *rows=".." -
          *cols=".." -
          *name=".." -
          *WRAP=".." - (OFF, VIRTUAL, PHYSICAL)
  • TheElementsOfProgrammingStyle . . . . 271 matches
         TheElementsOfStyle . .. brandnew used book . . .
          학 TheElementsOfProgrammingStyle TheElementsOfStyle . - [택]
          , [http://www.cs.princeton.edu/~bwk/ ] . [http://www-2.cs.cmu.edu/~mihaib/kernighan-interview/ ] ... ..? - [택]
         P.J. Plauger . C C++ 표 . 2004 (DrDobbsJournal) Excellence In Programming Award . --JuNe
         [""]
  • 프로그래밍잔치/셋째날 . . . . 271 matches
         === 8 31(토) ===
          *
          * (["JuNe"]) Comment Mixing
          * '''행'''
          1. . .
          * 해 하 comment .
          * , 해 (comment) . .
          * .
          * .
          : [http://zeropage.org/pub/WinMergeSetup.exe winmerge(화)]
         === ===
          * 8 31 , ZeroPage
          * ZeroPage .
         === ===
         ["/"]
         [""]
  • 2학기파이선스터디/클라이언트 . . . . 270 matches
         == ==
          * 클트 : , ,
         == ==
          * .. ?? -
         == 해 ==
          * Login : ID ID , .
          * ChatMain? : . GUI , . ID .
          * ReceiveMessage? : ChatMain? 클 .
          * SendMessage? : .
          * UserList? : ChatMain? 클 List ID .
         == ==
         === ===
         [2학]
  • Barracuda . . . . 270 matches
         Presentation Frameworks Model 2형태 Architecture .
         Struts 2 형태 키텍 트 통 . 한 JSP 템플 . XMLC 할한. XMLC HTML XML . . ...... , .
         ''Programming Jakarta Struts ''
  • LogicCircuitClass/Exam2006_2 . . . . 270 matches
         = 2006 2학 =
          * .
         1. 5-18 .
         2. x 1. 0 x 0, 2 x 1 x,y vector waveform .
         Upload:포환_jb.jpg
         3. . 1dime, dime, nickel . . X1 dime , X2 nickel , Y , Z . 0 1 5 태.
          a. D 플 .
          b. JK 플 .
         4. NRZI . USB NRZI . NRZI .
          0 NRZI invert 1 NRZI .
         )
          000100111101000
  • VisualAssist . . . . 270 matches
         VS6 Intelli Sense ! ; VS6 Intelli Sense . Header - Cpp 화 편한 .
          Visual Assist .--[""]
          편해 ...-_- -
          VS . ㅡㅡ;; - [eternalbleu]
          VA VA VS -_-; 50 하;; --[]
          FTP ㅋㅋ, IncrediBuild - [eternalbleu]
         [1002] VC++.NET . VA (히 TDD 할 .;) . --[1002]
         [""]
  • 지금그때2004/계획 . . . . 270 matches
         [2004] & 화.
         See Also [2003/획]
          * 7:00 - 7:10 : &
          * 7:10 - 7:20 : &
         === ===
          * 7:20 - 7:50 : - 패
          * 7:50 - 8:00 : 패
          * 8:00 - 8:10 : . . OST
         === ===
          * 8:10 - 8:15 : ost
          * 8:15 - 8:25 : ,
          * 8:25 - 9:25 : - OST
          * 9:25 - 9:35 : 토 ,
          * 9:35 - 9:50 : 표, (표),
         === ===
          * 9:50 - 10:00 : , ,
         7 , ? --[1002]
         패 . . --[Leonardong]
          10, 패 30 , ? --[1002]
         [2004]
  • ArsDigitaUniversity . . . . 269 matches
         학 . ( ). MIT ArsDigitaUniversity. (, Scheme NoSmok:StructureAndInterpretationOfComputerPrograms )
          , -- . ArsDigitaUniversity "하 "(learn by doing) ( Problem Set Recitation, NoSmok: ). 해 VOD , 해, .
          * MIT 험 http://www-math.mit.edu/~tsh/teaching/aduni.html
          * VOD http://aduni.org/colloquia/
         ["학"]
  • 대학원준비06 . . . . 269 matches
         = =
          *
         == 1 ==
          *
          *
          * ,
          * 7/5 4
          * 7/9 . .
          == 2 ==
          * 7/12 1. 3 . .
         
         
         
          * 7/15 1 . : 7,8,9 할
          * 8,9
          * 7 파트 2
          == 3 ==
          * 7/19 : 13~
          :
          : 5~6
  • 봄과프로젝트 . . . . 269 matches
         = 트 =
         2005 트.
         학 행해 .
         == ==
         || JSP || [], [] ||
         || SmallTalk || [Leonardong], [한] ||
         || [AOI] || [], [환], [], [], ||
         || [Wiki] || [협], 호 ||
         || [05] || [], [], [한] ||
         || windowsAPI || [한], [] ||
         || [C2005] || [황], [], [한], [], [호], [], [하] ||
         ''' .'''
         == ==
          ??
          └ ㅋ --[]
          └ ㅋ --[]
          └페 . . -[]
         []
  • 큰수찾아저장하기 . . . . 269 matches
         === 큰 ===
         {{{~cpp : 4 * 4 행 3 * 3 행 ,
         행[i][3] , 행[3][j] ,
         행[3][3] , .
         키 9 , 3 * 3 .
          . ( )
         === ===
          || || || || ||
          ||[허]|| C || 1 30. || [큰/허] ||
          ||[태]|| C/C++ || . || [큰/태] ||
          ||태훈[zyint]|| C || . || [큰/태훈zyint] ||
          ||[]|| C++ || 10 || [큰/] ||
          ||[]|| C || 20 || [큰/] ||
         === ===
         [LittleAOI] []
  • ComputerNetworkClass/Exam2004_2 . . . . 268 matches
         (..)
         (TCP Sliding Window )
          512byte
         
          AW(Advertised Window) .
         FQ, WFQ .
         RED . (RED , RED 해)
          ? .
         SMTP 호화하 , 해 .( )
  • GDBUsage . . . . 268 matches
         == ==
         pipe 통한
         gdb gcc '''-g''' 함.
         == gdb 행 ==
         해 .
         해 . 크 포 통해 .
         (VS )
         해 크 포
         해 .
         $3 = "涌E\203\004\b\001\000\000\000\224\203涌\030\203涌o\205\004\b?217?205\004\b"
         VS step in
         VS step over
         VS go
         해 해 .
         해 .
         ddd : gdb
         kdbg : kdevelop
         [http://kldp.org/node/71806 KLDP:GDB ] .
          333 - [eternalbleu]
  • GotoStatementConsideredHarmful . . . . 268 matches
          : http://www.acm.org/classics/oct95/
          : http://www.zdnet.co.kr/it_summary_2003/it2003_newtech/article.jsp?id=60491
          JuNe [jania] . '' '' . , (, , if-else 팩토 화한 ) 히 편할 (, . Call Stack , abstraction level call stack . . abstraction level ), .
  • 고수를찾아서 . . . . 268 matches
          .
          . , . , .
          . , 화 . . .
          하ㅤㅖㅆ.
  • 넥슨입사문제 . . . . 268 matches
         === ===
          . . 한 3 . 3 . :) --
          ... ? ?;; -
          . . --
          , ..~ . --[1002]
  • 데블스캠프2009/금요일/SPECIALSeminar/조현태/변형진/김준석 . . . . 268 matches
         1.
         2.
         3.
         
          1. . . .
          2. 트!! 트!! 표!! 행해.
          3. 행해.
         
         
          1. . .
          2. ' .' .
          3. , . 획.
  • 새싹스터디2006 . . . . 268 matches
         = 2006 =
         = =
          , ~ !ㅎㅎ
         [SeeAlso] [C2005]
         == ==
         === ===
          : 황
          :
         == ==
         === ===
          :
          :
         == ( ;;) ==
         === ===
          :
          : 희 황 ( 4)
         == 하 ==
         === ===
         :
         :
  • 01학번모임/20060310 . . . . 267 matches
         === ===
         (), 협, , 호, , , , , , , , ( ...?)
         === ===
         1 -
         2 -
         3 - 01학
         4 - ...
         === ===
         
         - .
         - 1,2학 .
         - 1,2학 C, Java, .
         - .
         - .
         01학
         - 01학 .
         - .
         - 1,2학 .
         01학
         - -> [0PlayerProject]
  • BoostLibrary/SmartPointer . . . . 267 matches
         트 포
         == ==
          * [http://boost.org/ boost] .
          * boost . . .... ...
          * new delete 하 !
          * 표 auto_ptr , . -_-;; auto_ptr .
         typedef vector<Vertex3DSPtr> Vertexs; // -_-
          * new delete .
          * 트포 ...
         shared_ptr_example2.hpp (헉 .. --;;)
         See Also [http://dalsu.80port.net/wiki/wiki.php/boost/shared_ptr Boost shared_ptr]
  • 삶은가장큰웃음이다 . . . . 267 matches
         = =
         == ==
          * . . 행한 . .
         === ===
          * .
          * .
          * .
          * .
          * .
          * .
          * , 험하 .
          * 한 .
         [""]
  • Boost/SmartPointer . . . . 266 matches
         트 포
         == ==
          * [http://boost.org/ boost] .
          * boost . . .... ...
          * new delete 하 !
          * 표 auto_ptr , . -_-;; auto_ptr .
         typedef vector<Vertex3DSPtr> Vertexs; // -_-
          * new delete .
          * 트포 ...
         shared_ptr_example2.hpp (헉 .. --;;)
  • ContestScoreBoard/조현태 . . . . 266 matches
         == ==
          트..
          .ㅎ
          .. .. .
          2 해하 ..(;;) ..;;;
          .. ....ㅎ
          ..ㅎ
         == ==
          printf("트 하?");
          printf(" . 0 \n");
          printf(" 호\t \t \n");
         == ==
  • XpWeek/준비물 . . . . 266 matches
         XpWeek 행하 .
         == ==
          .
          || || || ||
         == 크 ==
         == Xper:ToolsForXp ==
          || || || ||
          || 화 || . . || (V) ||
          || || . || X ||
          || || . . || X ||
          || IndexCards || . || (V) ||
          || || . || (V) ||
          || || 7 || (V) ||
          || 포 || || (V) ||
          || 형 || . || X ||
          || || . || X ||
          || || . || X ||
          || 키 || . || (V) ||
          || || . || X ||
          *
  • ljh131 . . . . 266 matches
         
          05학
         
         홈페
         
         = [Anoa's Ark] =
          copy & paste 판하 . 120 ( version control system) 해, 8 한 패키 sf . 포 패하 , .
         = =
         Upload:희.gif
         = - =
          .
          - (??@,.@)
          .
          - 항 The O
  • 정모/2006.1.19 . . . . 266 matches
         = /2006.1.19 =
         == ==
         , 협, , , 허, 태, 호, , 한, , 하, 태훈,
         == ==
         - 풍, MT
          === 풍 ===
          * : 2006.01.19
          * :
          * : 8:30
          * : 2006.01.20 ~ 2006.01.21
          * :
          * : 3
         == ==
         - 2006.1.18 Staff
         == ==
          - 협, , 태, , , 호, ,
         == (클) ==
         === ===
         === Python ===
          * "9, 9" x,y
  • ForeverStudent . . . . 265 matches
          . 호학( -- love)하 .
         학 . 하 히 학 . , .
          , , . . . --
         [""]
  • [Lovely]boy^_^/EnglishGrammer/PresentPerfectAndPast . . . . 265 matches
         = Present Perfect and Past ( ) =
          The present perfect : have/has + past participle (have/has + )
          ( ? .. . ..;;)
          We often use the present perfect to give new information or to announce a recent happening.( , .)
          We also use the simple past some situations.( ... ..ㅠ.ㅠ ..;;)
          ( just,already,yet , . --;)
          We use already to say that something happened sooner than expected.( )
          ex1) Has it stopped raining yet? (simple past !)
          ex2) I wrote the letter, but I haven't mailed it yet. ( simple past )
          D. Don't use the present perfect when you talk about a finished time.( . )
          A. When we talk about a period of time that continues from the past until now, we use the present perfect.( )
          ( .)
          B. We use the present perfect with today/ this morning/ this evening, etc. when these periods are not finished at the time of speaking.(;;)
          C. We say, "It's the first time something has happened."(present perfect) ( ..;;)
  • 위키메뉴얼 . . . . 265 matches
         
          [] .
          . 한 . --
          키페 .
          . 표했 .
          : [http://rkd49.zeropage.org/index.php]
          .
          . 형태 .
          .
  • 정모/2012.9.17 . . . . 265 matches
          * : [],[],[형],[훈],[], [], [],[],[],[황혜],[한],[희],[],[],[] -
          * 22 [] 학 OMS - &
          * OMS -
         == /트 ==
          * ACM - 표, 1 2 , 표: Binary , ... :
          * RPG Maker - : RPG Maker . 6 행합.
         == 획 ==
          * -
          * 학회 -
         == ==
         [2012], []
  • 로그인없이ssh접속하기 . . . . 264 matches
          * [http://www.linuxproblem.org/art_9.html ]
          * . .
          Enter Passphrase Enter
          B .ssh 폴 .
         public 키
         . .
         == 해 ==
          * A B A private_key id_rsa , public_key B authorized_keys . authorized_keys .
  • 정모/2002.5.16 . . . . 264 matches
         == 16( 4회 ) ==
         === ===
          * 할 2학 ? ( ..) -
          * HCI(Human Computer Interaction)표 하. 포트 , , . , ( , Samsung etc, xp, aqua, palm guide line ) 표 하. . . HCI , . --
         [""]
  • 02_C++세미나/0523 . . . . 263 matches
         == ==
          2002 5 23 .
         == ==
         ''''''
          1. .
          2.
         == & ==
         ''' , !'''
          1. .
          2.
          4. 파 형 ( )
         == (????--;) ==
          * ..--; C++ ..-.-; 02 .
          * .....ㅡ.ㅡ; ...ㅋㅋ
          * -.- --;
         == 크 ==
         || '''''' || '''?''' ||
         || || O ||
         || 훈 || X ||
         || || X ||
  • EightQueenProblem/임인택 . . . . 263 matches
         n-Queen ~
         === ===
          8bit == 1byte . 하 n-Queen 한 index . .. .--;
         === .. ===
          recursive-call . backtrack 하 .
         === ===
          call . loop 한 get_Queen()함. get_Queen(0,0); ..--;
          for(y=j-1; y>=0 && sum==0; y--) /* */
          for(x=i-1; x>=0 && sum==0; x--) /* */
          for(x=i-1, y=j-1; x>=0 && y>=0 && sum==0; x--, y--) /* */
          for(x=i+1, y=j-1; x<QUEEN && y>=0 && sum==0; x++, y--) /* */
  • PC실관리/2013 . . . . 263 matches
          * 클
          '''* 크 : http://goo.gl/DKNbG2'''
          *
          '''* 크 : http://goo.gl/8BOVCh'''
          * 클
          '''* 크 : http://goo.gl/kB6xb'''
          (to )
          * Clonezilla CD ...
          * OS , grub ...
          * .. ...-[]
          * Clonezilla Debian-based, alternative Ubuntu-based .
          * Clonezilla iso 형태 파티 grub . - []
          * Matlab .
          * 행하 .
          * VMware .
  • TestCase . . . . 263 matches
         TestCase 히 통 . TestCase
          .
         XP TestCase ( , ) . , TestCase .
          -> Xp TestCase . .
          ? --["neocoin"]
  • 손동일 . . . . 263 matches
         
          03학
          휴학..
          할테.. 페 ~^^
          폰호 011-763-5032
          ajagaja82 at hotmail dot com
         == 표 ==
         
         == 획 ==
         
         == ==
          TOEIC , C++, ..
          EMBEDED ( 하 .. )
         [/TelephoneBook]
         == 통해 ==
          python, scheme, squeet, java, , OOP
         == 하 ==
          , LINUX, VB
         == ==
          [/] [/] [파형/] [/] [/,aekae]
  • AnEasyProblem/정진경 . . . . 262 matches
         Describe AnEasyProblem/ here
          * Accept! . ... -[]
          * , .? -[]
          * 크해... Accept 30 . -[]
          * joojis() Kesarr() !
          * ~ ?ㅋㅋㅋ - []
          * http://poj.org/problemstatus?problem_id=2453&language=1&orderby=clen - joojis 112B, kesarr 114B ㅎㅎ -[]
          * ㅋㅋㅋㅋㅋ - [혜]
          * joojis() Kesarr() ! 105B vs 107B. http://joojis.jjme.net/aep.png
          * 107B ?;;; - [하]
          * joojis() 73B !
  • LIB_4 . . . . 262 matches
          .. [[BR]]
          .
          U_C_OS .
          ... 화하
          . .. U_C_OS-I U_C_OS_II
         호환 ... .. ....
         
          TCB ....
         TCB TASK CONTROL BLOCK .. 한
         
  • 이차함수그리기 . . . . 262 matches
         === ===
          : y = x ² .
          x -5 <= x <= 5 , 1.
         === ===
         === ===
         === ===
          * 함 .
          * x y, .
         === ===
          || || || || ||
          || 태 || C/C++ || . || [/태] ||
          헐. ...-,.-;;;; ;;
          - []
          ..ㅋㅋ !!!!!!!! --
          └... ..;;ㅁ;; ~>ㅃ<;;; ..... .ㅎ ~ ? .. . .. ~ 하.ㅎㅎ- [태]
         [LittleAOI] []
  • 창섭/삽질 . . . . 262 matches
          * . 페 . ...
          * . 황 . =_=
          * , 3 . .
         == 항 ==
          * parameter reference .
          * .
          * type casting 한 data .
         [""]
  • ZeroPageServer/IRC . . . . 261 matches
         == ZeroPage IRC ==
          * : [http://ozinger.org/ ]
          * irc.ozinger.org (포트 66616669, 8080)
          * ssl.ozinger.org (포트 1666616667)
          * : #ZeroPage
         == ZeroPage IRC ==
          . . - []
          *
          * 한: [] 한해 .
          * SOP(&): 회
          * AOP(@): 회한 회
          * HOP(%): ZeroPage 퇴한 회
         == ZeroPage IRC ==
          *
          * # ZeroPage
          * ZeroPage IRC
          * push notification (Trello...)
          *
          * [] - Node.js IRC 행합.
          * [] - ! . . ㅎ
  • 데블스캠프2006/월요일/연습문제/기타문제 . . . . 261 matches
         [2006////희]
         [2006////형]
         [2006////]
         [2006////]
         [2006////]
         [2006////]
         [2006////]
         [2006////]
         [2006////]
         [2006////]
         [2006////]
         [2006//][2006/] [2006]
  • 한자공 . . . . 261 matches
         #title 한
         = =
         '''한''' '''''' '''''' .
         13학 행하 .
         == ==
          * : [], [형], [], [], [훈], [], [], []
          * 트 : []
         = 행 =
         [한/1]
         [한/2]
         [한/3]
         [한/3/트]
          * 한? ? . ㅋㅋ -[]
          * 1학 획해 . - []
          * 2학 -[]
          * .. - []
          * 학 , 페 (...) . - []
         [2013]
  • Leonardong . . . . 260 matches
         ZeroPage 13
         , 03학. [http://services.nexodyne.com/email/icon/nOHTEok0CpQ2cg%3D%3D/65OQ5Ws%3D/WWFob28%3D/20/image.png] MSN [http://services.nexodyne.com/email/icon/XqXhYjfoW4xIr8o%3D/3foV4yk%3D/SG90bWFpbA%3D%3D/0/image.png].
         [http://zeropage.org/zero/?url=leonardong 키] . [http://zeropage.org/trac/leonardong/ Trac] .
          포항 323호 . , 2007 1 2 . . []
          [트] 행할 . [PersonalHistory] . [화] [BookShelf] . [Memo] , [(zeropage)IdeaPool] .
         2007 [] 합.
  • html5/geolocation . . . . 260 matches
          * 행하 한 API
          *
          * API - GPS
          !
         = =
          * Geolocation API window.navigator
          *
          alert(":" + position.coords.latitude +
          " :" + position.coords.longitude);
          *
         ||'''coords '''||''''''||
         ||latitude||||
         ||longitude||||
         ||altitude||표||
         ||accuracy|| ||
         ||altitudeAccuracy||표 ||
         ||heading||향||
         ||speed||||
          *
          * clearWatch()
  • sibichi . . . . 260 matches
          * 18(08) .
         == 표 ==
         == 트 ==
          * ()
         == 트 ==
          * [2008]
          * c++
         == 해 ==
          *
          *
         == 해 ==
          * 테크!!!
          * c++ [objectiveC] ->
         == 하 ==
          * wiki . .. 템플
          * 하 ...패
          * 2008.09.08 2:11pm. ''
         == ? ==
          * 해 ㅋㅋㅋㅋ - []
         [홈페] [ZeroPagers]
  • 새싹교실/2011/씨언어발전/3회차 . . . . 260 matches
         = 1회(3 16) =
         == ==
         for, while
         i++ ++i
          .
          .
         함 .
         return_type function_name (data_type variable_name, )
         main , .
         == ==
         === [태] ===
          .
          .
         === [하] ===
         2010 .
         C , .
  • HanoiProblem/상협 . . . . 259 matches
         = =
          * Hanoi .
          *
          * .
         void hanoi(int n,int a, int b) //
          hanoi(n-1, a,inout(a,b)); //1 a (b) .
          cout<<a<<"->"<<b<<"\n"; //2 (b) .
          hanoi(n-1, inout(a,b),b); //3 -inout(a,b) (b) ..
          . ㅠㅜ .. ㅠㅜ
         = =
         void hanoi(int n,int a, int b); //a, b n
          cout<<"하 ! : ";
          cin>>n; // .
         int inout(int i, int j) // 1,2,3 i,j (1,2,3 )
         void hanoi(int n,int a, int b) //
  • JollyJumpers/Leonardong . . . . 259 matches
          . statementForSeries CheckJolly 트하 ExtractMethod , 통해 . 행한 .
          1 30 . 파 . .
          . [] . 5 . --[Leonardong]
  • 이영호/My라이브러리 . . . . 259 matches
          "호" . Copyright
         크 테 .
         
         // 0, -1 환. (socket bind , socket bind .)
         // Bind resueaddr flag , Port . Port .
         int set_reuseaddr(int *sockfd); // 0 -1 환.
         // set*, get* 함 .
         // send 함 4 2 . , ascii . recv 함 .
         // udp socket 함.
  • CORBA . . . . 258 matches
         CORBA(Common Object Request Broker Architecture) . OMG, 표하 . CORBA ORB. ORB . IDL , .
         
          * (["/"])
          * [""]
  • CPPStudy_2005_1/Canvas . . . . 258 matches
          * .
         == ==
          * .
          * 형, 형, , 형( 포함 ) . Pallete Draw 하 Pallete .
          * * Draw . .
          *
          * 4 .
          * Draw, Add, Remove 함 virtual 함 .
          *
          * Draw
          *
          * Draw
          *
          * Draw
          * list
          *
          * Draw
          * Add, Remove
          * map
          * Triangle, Square .
  • EasyJavaStudy . . . . 258 matches
          Java ()
         ==== ====
          || 02학 || (["whiteblue"]) ||
          || 02학 || ([""]) ||
          || 02학 || (["Dantert"]) ||
          || 02학 || (["CherryBoy"]) ||
          * :
         === ===
          * ?^^; . . ~! -(["whiteblue"])
          * (03.04.26) ..... ..... .. -(["CherryBoy"])
          - (03.04.27) =ㅅ=a ... -_- ... -[Dantert]
          * -[]
         []
  • OpenGL스터디_실습 코드 . . . . 258 matches
         #title OpenGL_
         Describe [OpenGL_ ] here
          * ''' github "https://github.com/skyLibrary/OpenGL_Practice" .'''
          * 행해 OpenGL . ( )
          * glut 행하 .
         = chapter 2. OpenGL =
         == (RecAnime) ==
         = chapter 3. , =
         == ==
         == ==
         == ==
         = Chapter4. =
         == 토(Torus) ==
         == 통한 3D ==
  • 최소정수의합/임인택 . . . . 258 matches
          ㅤㅆㅓㅅ . summation . . . , ''~~ ( 확하) '', '''''' . DivideAndConquer .
          O(1) . 호호호 -_-
         === ===
         === 한테 할 ===
  • HowManyFibs? . . . . 257 matches
         [http://online-judge.uva.es/p/v101/10183.html ]
         :B(A,B,C), :통(,통,), :1(1~4)
          .
         a b
         }}} .
          . a b . a=b=0 . a≤b≤10<sup>100</sup>. a b 한 0 .
          a ≤ f<sub>i</sub> ≤b f<sub>i</sub> .
         === ===
          || || || || ||
          || 황 || Java || 1h || [HowManyFibs?/황] ||
          || || C++ || 2h || [HowManyFibs?/] ||
          || [1002] || Python || 1: 3(패), 2: 10 || [HowManyFibs?/1002] ||
          || 하 || C++ || 2h || [HowManyFibs?/하] ||
         === ===
         [] [AOI]
  • RandomWalk2/Vector로2차원동적배열만들기 . . . . 257 matches
         ''DeleteMe 페 MultidimensionalArray ?''
         페 .
         ["STL/vector/CookBook"] 통합해.
         ..--; 한테 2 ..--; ㅠ.ㅠ ..--;
         vector . -_- . 행 0 화하
         vector< vector<int> > ar; // ! .
          cout << "\n : ";
          , 1 . row*width+col .
          * array vector "한 C++" Seminar:AcceleratedCPlusPlus
  • C99표준에추가된C언어의엄청좋은기능 . . . . 256 matches
         .
          .
          -_-...
         함 .
          * 흠 ㅡ.ㅡ;; gcc , VS.net ;; ? VS.net ? - [eternalbleu]
          * 흐... C new malloc ?? .. ??;; - [한]
          * C99 , VS C99 함. gcc 3.0 variable-length array . (gcc C99 extension 형태 .) - [eternalbleu]
  • NumericalAnalysisClass/Exam2002_1 . . . . 256 matches
         (a) pivoting 택하 . [[BR]]
         (b) Maximal column pivoting [[BR]]
         (c) Scaled partial pivoting .
         5. Lagrange, Hermite, spline 함 Smoothness .
         6. For given p0, p1, p0u, p1u, induce the p(u)=au^3 + bu^2 + cu + d, in the form of p(u)=U*M*B ( Dot Product)
          * 평, . 확한;
          * , . (하, ; idoim , . 하, '' 하 .)
          * 포트 , / . --
  • 파스칼삼각형/김준석 . . . . 256 matches
         3 24~25
         .. ..
          행, 형 크
          ;;?
         25
          . .. + 하키 .. Ver 1, Ver 2, Ver 3 ..
          1 11 .
          [..]
          printf(" ?(행,)(: =<행) : ");
          int pas[50][50] ={0,}; // ..
          if(h<y) printf(" -");
          else if(h<2) printf("1...");
          printf("%d행 %d %d ",h,y,pas[h-1][y-1]);
          == ==
          * , 히 해! ,ㅋㅋ (??) 히 해^^ - [허]
         [파형]
  • 정모/2002.11.13 . . . . 255 matches
         = & =
          * 2002 11 13 학 5 2()
         = =
         || 02 || , , , 훈, || 5 ||
         || 01 || , 협, , , 호, || 6 ||
         DeleteMe) , (? -.-)할 ~ --
         = =
         || ||2||
         ||홈페 ||2||
         ||(3d arka) ||_||
         ||||_||
         ||3D||1||
         || !||_||
         ||해 ||3||
         ||MFC||5||
         ||COM , ATL||6||
         ||||4||
         ||... - 협||0||
          - 화, , ...
          : [""] COM, ATL
  • 정모/2006.5.1 . . . . 255 matches
         = /2006.5.1 =
         == ==
          4551
         == ==
         == ==
         1. PC
          - 42 , 3
         2.
         형, , ,
         3. 트 &
         [2006]
         4. .
         5. [] .
          ( )
         6. .
          ?
         X X X X 63X X X X X
         X X ()
          ?20
         
  • 중위수구하기 . . . . 255 matches
         === ===
          : A, B, C .
         === ===
          * a = -999 .
          * .
          * .
          * A, B, C .
          = 38
          * .
          (output .)
         === ===
         || || || || & ||
         || [허] || C || 20 || [/허] ||
         || [태] || C/C++ || . || [/태] ||
         || [] || Java || . || [/] ||
         || 태훈([zyint]) || PHP || . || [/태훈zyint] ||
         || [] || C || 3; || [/] ||
         || [] || C/C++ || . || [/] ||
         || ([Leonardong]) || python || . || [/] ||
         === ===
  • ConverterMethod . . . . 254 matches
         토크 String 클 asDate . 험한 형태 Converter Method 30 . 30 .
          Converting 해 . . ? .
          Set Collection . , . C++ .
  • FromDuskTillDawn/조현태 . . . . 254 matches
          == [FromDuskTillDawn/태] ==
          === ===
          ..T.T
          .. ??ㅎㅎ
          ..
          .
          : . ~ vector list .ㅎ ~
          === ===
          //// ////
          //// 행합. ////
          //// . ////
          //// . ////
          //// 화 ////
          //// ////
  • SuperMarket/재니 . . . . 254 matches
         == ==
         02 [Genie]
         == ==
          cout << " .\n";
          strcpy(product[0].name, ""); product[0].price = 1000;
          strcpy(product[1].name, ""); product[1].price = 1200;
          strcpy(product[2].name, ""); product[2].price = 5000;
          cout << " n1. n2. n3. \n"
          << "4. n5. \n";
          cout << " : " << money << endl;
          cout << " ? ";
          cout << " n";
          cout << i << ". " << product[i].name << " " << product[i].price << "\n";
          cout << " >> ";
          cout << " >> ";
          cout << product[wantProduct].name << " " << wantNum << " .\n";
          cout << " .\n";
          cout << " \n";
          cout << i << ". " << product[i].name << " " << product[i].num << "\n";
          cout << " 택해 >> ";
  • Telephone . . . . 254 matches
          .!
          TV 'HAIRCUT' . 'HAIRCUT' .
         , 'HAIRCUT' H 4, A 2 ... 424-7288 .
          .!
         === 판 ===
          " "(''space'') .(표) ,(표) !(표)
         === Spec ===
         (CTRL-Z )
         C:\> ()
         === Spec 항 ===
         === Test ===
          , 행화 (ex)1002\Telephone\debug) .~
          test.bat 화 행하, .
         """""" < test1.in > out.txt
         [""]
  • 로마숫자바꾸기/허아영 . . . . 254 matches
         === ===
          . ( ..헤헤..^^)
         .. (?) , ?!!
          .
          .
         === ===
          printf(" ...n");
          printf(" (:99) :");
         === 한테 할 ===
          ..ㅎㅎ ?ㅎ 한 1000 ..ㅎㅎ 한 {} .ㅎㅎ .. ..ㅎㅎ .. ㅎㅎ ..(: .ㅎ) - [태]
         [LittleAOI] []
  • 정모/2013.8.26 . . . . 254 matches
         = =
          * [], [], [], [형], [], [], [], [],
          * [] 학 ""
          * : [] 학
         = =
         == ==
          * 2학 , 6 . . ^^
         == PC 행 ==
          * , PC 행해 .
          * , .
         == ==
          * ACM 회 : 3 1 , 9 . .
          * 퓨팅
          * [] 학 .
         == ==
         = =
  • 타도코코아CppStudy/0811 . . . . 254 matches
         || || ||
         || [CppStudy/0804] || [CppStudy/0818] ||
         == ==
          * []
          * []
         == ==
          * ,
         == ==
         . . ... .
         || || 학 || 학 || 평 ||
         || ZeroWiki:RandomWalk || ||Upload:class_random.cpp . || Worker Workspace ? ?--; cannot access private member. . ||
         || ZeroWiki:Telephone || || Upload:telephone_sujin.cpp || . ||
          * 8/11 페 ??? ~~ []
          * .. ? --; --[]
          * ?? 헤헤^^ -- [CherryBoy]
         [CppStudy]
  • EffectiveSTL/ProgrammingWithSTL . . . . 253 matches
         == ==
          * .. , .
          * , .
          * , equivalnce equality .. .
         == ==
          * .
         set<int> s; // s . 727 .
         //
         //
         == ==
          * set find . 하 find .
          * find average case 20, worst case 40.
          * find average case 5, worst case .
          * .
  • FactorialFactors . . . . 253 matches
         :A(A,B,C), :50.2%
         팩토 . n 팩토 n! . 1 . .
          8! 11.
          . EOF. n , n 2 <= n <= 1000000 .
          .
         === ===
         || || || || ||
         || || C++ || ? || [FactorialFactors/] ||
         || || Java || 2 || [FactorialFactors/] ||
         || 태 || C/C++ || . || [FactorialFactors/태] ||
         || [1002] || Python || 1 : 1 20, 2 : || [FactorialFactors/1002] ||
         === ===
         [] [AOI]
  • IntelliJUIDesigner . . . . 253 matches
         [IntelliJ] GUI Designer. EAP 963 .
         [IntelliJ] UI Designer , XML 화 . . .
         , . Swing Control UI Palette , binding 하 .
         === Library ===
         forms_rt.jar 화 . IntelliJ lib .
          classpath .
         === Form ===
          히 텍, 팅해. GUI 툴 layout .
         === binding 할 클 ===
  • 부자아빠가난한아빠1,2 . . . . 253 matches
         = 1,2 =
          * : -
          * ..
         = =
         == ==
          * .
          * .
          * 투 험한 험한 .
         == ==
          * 택해. 투 , . . . 투 . 투 .
         [""]
  • ISAPI . . . . 252 matches
          * IIS(Internet Information Services) , FTP . 2000 IIS 5.0 XP IIS 5.0 한 IIS 5.1 . 한 HTTP, FTP, SMTP .
          *
          / -> Windows / -> (IIS)
         Internet Server Application Programming Interface IIS . , IIS IIS SDK . ISAPI Extensions, Filters 형태 .
         [""]
  • 이태양 . . . . 252 matches
         = =
         . 06학 '''''' .
         .
         == 표 ==
         == ==
          * . .
         == 획 ==
          * ? ?
         == C ==
          * [/]
          * [/]
          * [파형/]
          * [/]
          * [합/]
          * [/]
          * [/]
          * [XOR형/]
          * [택/]
         == C ==
          * [CodeRace/20060403/]
  • 정모/2005.12.23 . . . . 252 matches
         = []/2005.12.23 =
         
          : 4412
          : MT, 트, 학회, PC , 행 , 회
          : 태, 허, , , , , , 협, , , 황, , 호, , 허, , 한,
         == ==
         1.
          * 트 - - 협, 한, 허,
          -
          * 2 11-12
          * : ->
         3.
          * 7 PC -
          * 행 -
         4. 회
          *
          - 3회
          -
          *
          - 트 > > > X ( )
  • 지속적인에너지패턴 . . . . 252 matches
         ... , .
         ''' . , , , , . '''
         ,
         ''' . , . , .'''
         []
  • 채근담 . . . . 252 matches
         = =
         == ==
          * . .. -_-, .
          * , .
          * , 하 ( ) . . , . 한 2,3 .. -_-
         []
  • EightQueenProblem/최태호소스 . . . . 251 matches
          크..--;;
          트해 ..^^;;
          if((in-i)>=0 && P[c-i][in-i] ==1){//..
          if( (in+i)<SIZE && P[c-i][in+i]==1 ){//..
          if(Q[i]==1) continue;// queen ..
          //.. 크..
          if(Check(i)>0 ){//I ..
          if(c==SIZE){// ..
          ..
         EQ() 함 return 1 하 ..
          .
          .
          if((in-i)>=0 && P[c-i][in-i] ==1){//..
          if( (in+i)<SIZE && P[c-i][in+i]==1 ){//..
          if(Q[i]==1) continue;// queen ..
          //.. 크..
          if(Check(i)>0 ){//I ..
          if(c==SIZE){// ..
  • MoniWikiPlugins . . . . 251 matches
          MoinMoin 호환하 Macro , action .
         == 호환 플() ==
         :
         == ==
          * Draw /!\ Hotdraw (1.0.9 cvs 함)
         == ==
         == MoniWiki ==
          .
         === ===
         === ===
          * chmod /!\
          * Board /!\
          * PostPage /!\ ?
          * FastSearch (bsd해 FullSearchMacro)
          * Gallery (UploadFile )
          * OeKaki
          * EngDic /!\
          * Test /!\
          * UWL /!\
          * whois 한 whois
  • NumericalAnalysisClass/Exam2002_2 . . . . 251 matches
         1. f(x) = x^3 + x - 4 [1,4] , 10^-4 (bisection method) .
         2. A
          a) 5 (cofactor) [[BR]]
          b) 한 determinant .
         3. (Fixed-point iteration) Newton 1,2 .
         4. P l=mx + b Reflection 하 p* 환행 T .
         5. 행하 환행 T .
          1) x,y,z l,m,n [[BR]]
          2) y v [[BR]]
          3) x w [[BR]]
          4) x,y,z -l, -m, -n 함 [[BR]]
         6. .
          1) Homogeneous [[BR]]
  • 빵페이지/소수출력 . . . . 251 matches
         == ==
          * .
          2, 3, 5, 7, * * *
         = =
          cout << " . : ";
          ^^;
          * ㅎㅎ ~ -
          * ~ .. ~ . for ㅡㅜ -
         == 황 ==
          cout<<" :";
         // ..( ;) .ㅡㅜ
         * .. ~^^ -
         == ==
          cout << " = ";
          cout << " !\n";
          ...
          -_-;;;;;;;;;
          * ~ ㅋ ~ -
         []
  • ACE/HelloWorld . . . . 250 matches
          * [ACE] . [http://riverace.com ] . 3~4 30 ...-_-; (P4 2.4G, 512MB, VC6)
          * include path ace . [택] {{{~cpp E:libc&c++ACE_wrappers}}}.
          * project setting link 탭 aced.lib (), ace.lib . (트 홈 lib, dll 파 path . additional library path )
          * project setting c++ 탭 code generation->use run-time library (debug) multithreaded (debug) multithreaded dll ( )
          GNU make Makefile . ) test.cpp test
         BIN = test # . Makefile test.cpp .
  • CppStudy_2002_1/과제1/CherryBoy . . . . 250 matches
         == ==
         // 1 ...
          cout << "(20) ...\n";
          cout << " .. _\b";
          cout << " " << count << " .\n";
         0 ...
         0 ..
         // 2 ...
          cout << " \t:\t" << candy.name <<endl;
          cout << " \t:\t" << candy.weight << endl;
          cout << " \t:\t" << candy.cal << endl;
         // 3 ..
         //4..
         // .
         // golf.h -- pe8-3.cpp
         //함
         // 1 , 0
         //함
         //golf
         //함 handicap 화한.
  • HelpOnNavigation . . . . 250 matches
         == ==
          ( ) (FrontPage home), (RecentChanges), ( ), (FindPage), (HelpContents) .
          ( ) 형태 :
          * [[Icon(show)]]
          * [[Icon(print)]] 형태
          * [[Icon(edit)]] 페
          * [[Icon(info)]] 페 (페 )
          * [[Icon(diff)]] 페
          * [[Icon(search)]]
          * [[Icon(help)]]
          (크) .
  • ZPBoard/PHPStudy/MySQL . . . . 250 matches
         = MySQL =
          * mysql_connect ("", "", "패");
          * mysql .
          * mysql .
          * mysql_query(" 행할 ");
          * mysql 함 행한.
          * $result , identifier
          * mysql_fetch_row( identifier);
          * identifier
          * mysql_fetch_array( identifier);
          * mysql_fetch_row
          * identifier field
         = =
          ..
          ..{{{~cpp
         <title> </title>
         <tr align=center> <td> </td> <td width=120> 호 </td> </tr>
         mysql_connect ("165.194.17.15", "zp2002", "호");
          <INPUT type="text" name="name" value="" size=10 maxlength=10>
         호 <INPUT type="text" name="phone" value="" size=15 maxlength=15>
  • 경세준 . . . . 250 matches
         = =
          10학
         2011 (30)
          ''''''''''''
          * 10학
          * 20
          * - / 학 - , 협, (탈)
          * 30
          * - 표회
          *
          *
          * 30
          * -
          * - / 학 - , 하, 태 ()
          *
          *
          * ㅋㅋ - []
  • CategoryCategory . . . . 249 matches
          Category . [크] 통해 .
          , .
          Category''''''Category , Category''''''Category .
          :
         OriginalWiki "Category" . .
  • SchemeLanguage . . . . 249 matches
         MIT , 흔히 C/C++, Java .
         == Scheme ==
         === Scheme IDE ===
          * http://www.swiss.ai.mit.edu/projects/scheme - MIT Scheme ( )
          * http://www.plt-scheme.org - PLT Scheme ( PLT Scheme )
          * http://download.plt-scheme.org/drscheme - DrScheme (DrScheme PLT Scheme IDE)
          * http://download.plt-scheme.org/doc - PLT Scheme
         === ===
          * http://zeropage.org/pub/language/scheme/intro.txt - Scheme
          * http://zeropage.org/pub/language/scheme/quickref.txt - Quick Reference
          * http://zeropage.org/pub/language/scheme/schemedoc.pdf - Tutorial
          * [http://object.cau.ac.kr/selab/lecture/undergrad/ar500kor.exe AcrobatReader] .
          * http://www.htdp.org/ - How To Design Programs. 한 Scheme Language , . PLT Scheme 톨하 Help 탭 HTDP .
         === ===
          * http://www.schemers.org - Scheme (?)
         == ==
         === ===
         []
  • [Lovely]boy^_^/Diary/2-2-2 . . . . 249 matches
         = 2/2 2 =
         == 9/9 ==
          * .. .. 4학 .. . .
          * 핸 019-638-9060
         == 9/11 ==
         == 9/12 ==
          * !
          * ZP 회 7
          * .. TDD 한 RandomWalk2.(Python) 파 . 테 --;
         == 9/13 ==
          * -.-;
          * 9 ( )
          * ["EffectiveSTL"] 5 , 7,9,13,14
          * .. .
         == 9/15 ==
          * ["EffectiveSTL"] 26,27
  • 레밍딜레마 . . . . 249 matches
          * Title : ( The Lemming Dilemma )
          * Author :
          * Publisher :
          . 5 '''''' . , .
          , [http://zeropage.org/jsp/board/thin/?table=multimedia&service=view&command=list&page=0&id=145&search=&keyword=&order=num ] . 통해 통한 , 행하, . [" 페"] .
         [""]
  • 위키개발2006 . . . . 249 matches
         = 2006 =
          * 2006 ..
         = 한 =
          * . . , gabbly 함.
         == 할 ==
          * 택하 .
         || || ||
         || 06 || ? ||
         || UTF-8 || 협 ||
         || 페 트 include || 협 ||
         || || 협 ||
         == 항 ==
         
          owiki_cafe - , 해
          owiki_custommade - 해 ,
          owiki_custommadelist - 해
          owiki_join - 해 ,
          owiki_page - 해
          owiki_page_name - refer 하 n_referUrl =
         []
  • 5인용C++스터디/비트맵 . . . . 248 matches
         == ==
          GDI. --> DC( 트) 택해 .
          . 하 할 DC 택하
         " 트" BitBlt() StretchBlt()함
         .
          .
          .
  • DevCppInstallationGuide . . . . 248 matches
         == 05 한 Dev ==
          - http://zeropage.org/pub/util/devcpp-4.9.9.2_setup.exe
          ~ ~~ ~ㅋ --
         └''' ''' . .
         └main.c '''.c''' .
         == ==
         . 행해 . -[]
          === -> 편 -> 화 -> 행크 ===
          해 . . :) [호]
         []
  • HaskellLanguage . . . . 248 matches
          [] [FunctionalLanguage].
         == ==
          * [http://haskell.org 홈페]
          * [http://pub.hal3.name/daume02yaht.pdf Yet another haskell tutorial] : Haskell .
          * [http://agbird.egloos.com/ Haskell ]
          * 통 [http://www.haskell.org/hugs/ hugs] [http://www.haskell.org/ghc/ ghci] .
         == ==
          * , featuring static typing, higher-order functions, polymorphism, type classes and modadic effects , haskell language . . ([http://www.nomaware.com/monads/html/ monad])-
          * . Haskell 3.. 함 ... ;; -
          * (Num t) t Num . 함 -> .^^
          * ? ~
         함 . .
          .
         [[include(:ProgrammingLanguage)]]
         [], [FunctionalLanguage]
  • ZeroPageServer/UpdateUpgrade . . . . 248 matches
         ZeroPageServer (SeeAlso [http://debianusers.org/ 한 ] , DebianKr: ) .
          . ( .)
          , Y .
         확
          2->3->4->5 행.
          (2004) 테 sarge . sarge stable 1~2 한 패, , . 한 패키 .
         SeeAlso {{{~cpp /etc/apt/sources.list}}} , DebianKr:
  • ConnectingTheDots . . . . 247 matches
         SoftwareDevelopmentMagazine ModelViewPresenter .
          MVP .
         Game - Model. Presenter . Presenter 통해 통.
         BoardPanel - View. Swing , . BoardPresenter .
         BoardPresenter - Presenter. Game BoardPanel Mediator. Game
          Dots.java . , initialize() .
          BoardPanel.setGame
          BoardPresenter
         . (BoardPresenter listener BoardPanel)
          BoardPanel
         BoardPanel.mouseReleased -> BoardPresenter.processClick -> Game.join
         Game (ex : boxClosed)
         Game.boxClosed -> listener.boxClosed ( listener Presenter. Presenter . Game addListener ) -> BoardPanel.drawInitials. .
  • OurMajorLangIsCAndCPlusPlus/XML/조현태 . . . . 247 matches
         == [OurMajorLangIsCAndCPlusPlus/XML/태] ==
          === ===
          * C...C++ ~ @.@ const, bool형 확하 ..ㅎㅎ
          * 테 .^^ ... 편하?? 파 ....
          * .... ..T.T
          * C C++ ... .^^
          === ===
         const char DEBUG_TEXT[] = "<zeropage>\n <studies>\n <cpp>\n <instructor></instructor>\n <participants>\n <name></name>\n <name></name>\n <name></name>\n <name>태</name>\n </participants>\n </cpp>\n <java>\n <instructor>호</instructor>\n <participants>\n <name></name>\n <name></name>\n <name>태</name>\n </participants>\n </java>\n <mfc>\n <participants/>\n </mfc>\n </studies>\n</zeropage>\n";
          /* */
          /* . */
          /* */
          /* */
          /* . */
          /* . */
          printf(" .\n>>");
  • gester . . . . 247 matches
         = Zeropage 01(학) =
         ~~ ZP ZP ..
          ..
         == 표 ==
         1학 MFC 테트
         == 획 ==
          MFC ....
         == ==
         ~~~
         == 하 ==
          ~~
         == ==
         * --; --
         * ~ ! .. ? ^^ --
         * ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~? -
          , ZeroPagers ZeroWikian . . --NeoCoin
         ["홈페"], ["ZeroWikian"]
  • 조현태/놀이/채팅서버 . . . . 247 matches
         == [태//] ==
          === ===
          .^^
          === ===
          .. .. 한 3 ..^^;;;;
          2 seqNum .. ..;;
          .. ..^^;
          .. ..^^;;; ..ㅎㅎ
          === ===
          .
          , 1 , 화 할 .
          .
          ..
          === ===
         [태] [태/]
  • Hacking/20041028두번째모임 . . . . 246 matches
         == ==
          * : 10 28 3:00 ~ 4:00
          * :
          * :
          * : ''''''
         === ===
          * vmware
          *
         === nmap ===
          ) nmap ip
          ) nmap -v -sS ip
          -v :
          -sS : ( )
          )
          48p ~ 53p
          [http://khdp.org/docs/trans_doc/phrack-51-11.txt Phrack 51호 The art of scanning ]
         == ==
          *
          * (permission)
          * 해 1 획(level0 )
  • Yggdrasil/파스칼의삼각형 . . . . 246 matches
         ... ...
         temp[j+1]=sum[j+1]; ...
         temp[j]=sum[j]; ...
          ...
          ...
          int i, j; // for
          int select; //
          cout<<"파 형\n";
          cout<<" ?\n";
          cout<<" 10 .\n";
         : ["Yggdrasil"]
         == ==
          * . . ? 판 ...
         10 .
          for . ㅋㅋㅋ -
  • 정모/2011.12.7 . . . . 246 matches
          * : [혜], [], [], [], [하]
         == ZP 파티, 회 ==
          * ZeroPage 파티 합. .
          * 12 22 , 행 할 .
          * [혜] 학 , .
          * : [혜]
         == Agile Korea 2011 ==
          * .
         == 11 ==
          * 11 ZP 3 .
          * . - []
         == ==
         [2011], []
  • StudyingFundamentalsOfTcpIp . . . . 245 matches
         TCP/IP ? . .
         == ==
          * TCP/IP . .
         == ==
          [[ISBN(0201633469)]] . 히 평 . 1학 (;; ) 3 .
          * .
         == (3~4 ) ==
          || || 학 || 한 ||
          || [택] || 00 || ..ㅡㅡ; ||
         []
  • ZeroPageEvents . . . . 245 matches
         || || || || ||
         || . || ["EightQueenProblem"] || Online Event. ["EightQueenProblem"] & 토 || ; ||
         || 4.11. 2002 || ["SeminarHowToProgramIt"] || . || & 행 : ["JuNe"][[BR]] : , ["woodpage"], ["푸"], ["1002"], ["협"], ["[Lovely]boy^_^"], ["neocoin"], [""], ["comein2"], ["zennith"], ["fnwinter"], [""], [""], ["snowflower"], [""], , , , , , 홍 [[BR]] : ["태호"], ["nautes"], ["JihwanPark"], 환, , , ||
         || 5.10. 2002 || Internet Problem Solving Contest(IpscAfterwords) || IPSC . 트; || ["1002"], ["neocoin"], [""], ["nautes"], [""], ["fnwinter"], ["JuNe"] ||
         || 5.19. 2002 || ["파티"] || ["MentorOfArts"] ["ProgrammingContest"] || ZeroPagers : ["1002"], [""], ["nautes"], [""], ["[Lovely]boy^_^"], [""], ["협"] [[BR]] : ["JuNe"], ["MentorOfArts"] Team ||
         || 6.23. 2002 ~ 6. 28. 2002 || ["2002"] || & 트 || . ||
         || 7.15. 2002 ~ 7. 16. 2002 || ["2002MT"] || ZeroPage MT~ || 훈(["훈(K)~"]), (["teruteruboz"]), (["whiteblue"]), (["ricoder"]), (["mc²"]), (["Thor"]), [""], ["협"], [""], 훈(["zennith"]), (["1002"], (["neocoin"]), (["phoenix_insky"]) ||
         || 8.29. 2002 ~ 8. 31. 2002 || [""] || ||. ||
         [""]
  • programmer . . . . 245 matches
          히 해 , . ["nautes"]
         DeleteMe--["programmer"] ? .
          . // , . . " " .
         SeeAlso [], []
  • 마름모출력 . . . . 245 matches
         패 .
         패 : $
          : 3
         === ===
          || || || || ||
          || 태훈 || 파 || || [/zyint] ||
          || 한 || 파 || || [/한] ||
          || || 파 || || [/] ||
          || || 파 || || [/] ||
          || || Python || || [/] ||
          || || Python || || [/] ||
          || || Python || || [/] ||
          || 허 || Python || || [/허] ||
          || S.S.S || Python || || [/S.S.S] ||
          || || Python || || [/] ||
          || || Python || || [/] ||
          || || C || || [/] ||
          || || C || || [/] ||
         []
  • 변준원 . . . . 245 matches
         Describe here.
         :
         학: 03
          1 ..ㅎ
          ;;
          ;
          * 하합. ~ -(["whiteblue"])
          * . -(["whiteblue"])
         
         
          srand(time(0)); //
          int p = rand() %3 -1; //
         
         
          MessageBox(NULL, "쀍 " , "", MB_OK);
         
          srand(time(0)); //
          int count=0, number=0;//,
          if (moving==0) //
          else if(moving == 1) //
  • 새싹교실/2012/열반/120604 . . . . 245 matches
         = 행 =
         = =
         == ==
          *
          *
          *
         == ==
          * 평 .
          || || || || ||
          || || O(1) || O(n) || O(n) ||
          || 트 || O(n) || O(1) || O(1) ||
          || 해 || O(1) || O(1) || O(1) ||
          * .
          * 해 . .
          * 큰 .
          * , .
         = =
          * n k n k 환하 .
          * , k .
  • 정모/2013.2.12 . . . . 245 matches
         = 2013.2.12 =
          * : [], [], [], [], [], [], []
          * [환] 학 해 Pass.
         == ==
          * (2/19) PC , 4 .
         == ==
         === 획 ===
          * Google Developers Group (GDG) .
          * .
          * .
         === ===
          * ?
         === ===
          * .
         === / ===
          * BigBang - , 행할 .
          * ACM - 행할 .
         == ==
         [2013],[]
  • 최대공약수/남도연 . . . . 245 matches
         한 C++ ㅡㅜ
         크 .. , ..
         == ==
          ~ 클 , ..
          화 ?
          , .ㅎ
          .. .. !~ ㅎㅎ
          히 하 ~ 힘~ 팅~! - [태]
  • CodeRace/20060105 . . . . 244 matches
         : Upload:Alice.txt
         SVN : svn://zeropage.org/home/SVN/project/CodeRace/20060105
         = 항 =
          .
         텍트 파 .
          .
          .
         
         count .
          AA
         = =
         || || ||
         || 협, || [CodeRace/20060105/] ||
         || , || [CodeRace/20060105/] ||
         || , 호, || [CodeRace/20060105/] ||
         || , 한 || [CodeRace/20060105/한] ||
         || 휘 || [CodeRace/20060105/Leonardong] ||
          * ? ,, - [(namsang)]
          - JayLanguage . -
          * ~ㅋㅋㅋ -
  • 가위바위보 . . . . 244 matches
         
         
          , ,
          (,,)
         === ===
          * .
         ||||||('''''')|||| Source ||
         |||| . || . ||C||["/"]||
         |||| . || . ||C||["/"]||
         |||| . || . ||C||["/"]||
         || || . || . ||C||["/"]||
         |||| || ..||C||["/"]||
         see also ["2002"], SwitchAndCaseAsBadSmell
         [""]
  • 데블스캠프2005/월요일/BlueDragon . . . . 244 matches
         
          self.place = ['', '탕', '', '할', '']
          self.place = ''
          self.name = ''
          if self.place == '탕' and not self.aDragon.die:
          if self.place == '할':
          print ' .'
          print ' .'
          print '하합. .'
          print ' .'
          print ' /'
          print self.name, '',
          print ' .'
          place = raw_input(" ?")
          print self.name, self.place , ' .'
          if self.place != '탕':
          print ' .'
          print ' hp ', self.aDragon.hp, '.'
          print ' .'
          print ' .'
  • 마인드맵핑 . . . . 244 matches
         
         '' .''
          4
         
         합/
         
         
         '' .''
         
         '' < > .''
         '' 항하 항할 .''
  • FactorialFactors/1002 . . . . 243 matches
          Factorial .
         Count(n) = 해 n
          F, Count caching 행할 , .
         == ==
          * C++ ( 5) 100 12 .
          * Counter O(n^2) . caching .
          * Python O(n^2) C++ O(n^2) . -_-
          Python 5 C++ 1 .
          * . ZP .;;
  • 레밍즈프로젝트/프로토타입/MFC더블버퍼링 . . . . 243 matches
         SeeAlso) [트], [트/], [(zeropage)MFC]
         = =
         MFC .
         = =
         == ==
         == ==
         Test OnDraw . OnDraw Invalidate 통해 OnPaint .
         OnDraw 트 클 .
         = =
         == ==
         화 .
         클 GetClientRect . CRect .
         == ==
         getMemDC() 통해 통해 확DC 포 .
         == 파 ==
          .
         = =
         화 .
  • 유닛테스트세미나 . . . . 243 matches
         ''''''
         = =
         2006-07-13 3 7
         = =
         2006 2학 1학 플트 , JUnit CppUnit .
         = =
          C++
         = =
         1
         = =
         ?
          플트
         
         트 팁
         JUnit
          CppUnit
         = =
          CppUnit
          * Java .NET 4 9 .
          . . --[]
  • 학회실청소/2013 . . . . 243 matches
         = 학회 =
          * ZeroPage 회 43항 .
         == 학회 ==
          * 5 : http://zeropage.org/board/88150
         == 황 ==
          * 5 2 : (훈, , 호, ) {OK} 14:20
          * 5 6 : (, , 환, ) {OK} 17:00
          * 5 9 : 10
          * 5 10 : (, 하, 환, ) {OK} 17:30
          * 5 13 : (, , , ) {OK} ( )
          * 5 16 : (, , , ) {OK} ( )
          * 5 20 : (, 호, 협, ) {OK} 14:20
          * 홍 ( ) -> 23
          * 5 23 :
          * 5 27 : (, , , , 형) {OK} 19:20
  • Parallels . . . . 241 matches
         패 . , .
          [http://www.xprogramming.com/xpmag/whatisxp.htm#small eXtremeProgramming] . ( [http://fribirdz.net/506 ] )
          . , Release 했 XP process .. 홈페 XP . XP XP . --[1002]
  • 문자반대출력/조현태 . . . . 241 matches
         === ===
         트한 파 ..OTL
          .^^
         클 .. ..^^ ~~( ..ㅠ.ㅜ 2학 할텐..ㅠ.ㅜ)
          ..ㅎㅎ
         === ===
          //파 .
          cout << "파 .\n";
          //파 .
          cout << "파 .\n";
          // .
         === ===
          30 -_ -;
          C++ -_ -;;;
          -_ -;;
         === ===
         === ===
          reverse -_ -ㅎ
         === ===
         [LittleAOI] []
  • 지선아사랑해 . . . . 241 matches
         = 해 =
         == ==
          * TV . . . , . . , .
         []
  • 학회간교류/08 . . . . 241 matches
         == 학회 ==
          * (학회 )
         == ==
          1.
          1. 학회
          1. 학회
          1. 토
          1.
          1.
          1.
          1.
         == / ==
          1.
          * , PCRC, JARAM, TGWING,
          * TGWing 한형. 한 회 2008.11.30 - []
          1.
          * 학. . . 행하.
          1.
          * 학회 .
         [학회]
  • 2005리눅스프로젝트 . . . . 240 matches
         = 2005 트 =
         == 표 ==
          *
         == ==
          * 3,4
          * '''(21) 4 ..'''
         == ==
          || || 태 || || || 허 || || ||
         == 항 ==
          ~ .
         == 황 ==
         [(zeropage)2005트<>]
         == 항 ==
          * : .
          .
         == ==
         - .. x ...;;;[형]
         - ~~ []
  • 3,5,7빵Problem . . . . 240 matches
         = 3,5,7 =
          3 , 3 5 7 .
          , .
         (, 하 함.)
          , .
         , .
         computer: 3 1 2 //( )
         player: .... .
          * [http://en.wikipedia.org/wiki/Nim Nim] Nim .
  • ASXMetafile . . . . 240 matches
          . XML .
         === ===
          * .asf 파 .asx 파
          * .wmv 파 .wvx 파
          * .wma 파 .wax 파
          하 :) (, .asx파 mpg, mp3파 )
         === ASX ===
         === ASX ===
          XML element . element element . ( 호할 )
         === ASX ===
         []
  • DataCommunicationSummaryProject/CellSwitching . . . . 240 matches
         == ==
          * (53byte = 48 byte + 5byte, ATM 패킷 .)
          * ?
          * 하
          *
          * ?
          * 해 헤 .
          * , .
          * . 하 .
          * & .(한테 ), 하 ATM .
          * (ATMARP)
  • EightQueenProblem/조현태 . . . . 240 matches
          .. ..ㅎㅎ
          함..ㅎㅎ
          20 ..
         ..
          ..ㅎㅎ
         하 ..ㅎㅎ
         항 ..ㅎㅎ .. .^^
          ..ㅎㅎㅎ
          ?ㅎㅎㅎ
          .^^
          30 ..
          //
          //
          //
          //
          // 화.(1.ㅎㅎ)
          //
  • JollyJumpers/오승균 . . . . 240 matches
         void check_possible (int max); // Jolly판
         void check_Jolly (int max, int ar[]); // Jolly
         void show_num (int max, int ar[]); //
          cout << " ( : q) : ";
          if (i == 0 && num > 3000) // 3000
          cout << " 3000 ."
          << " ( : q) : ";
          if (num <= 0) // 0
          cout << "1 ."
          << " ( : q) : ";
          cout << " ( : q) : ";
          cout << " . ." << endl;
          히(?) . 히 -_-;;; .
          . --
  • MT날짜정하기 . . . . 240 matches
         [[HTML(<font color=red><b>2003MT .</b></font>)]]
         === MT . ===
          * 1 MT ...
          * MT .. :))
          * 투표 ? ^^
          * 히 12?
         /!\ ! 투표해. ...^^;
         || || || 화 || || || || 토 ||
         || 2 || 3 || 4 || 5 || 6 || 7 || 8 ||
         || 9 || 10 || 11 || 12 || 13 || 14 || 15 ||
         || 16 || 17 || 18 || 19 || 20 || 21 || [[HTML(<font color=blue><b>22</b></font>)]] ||
         || [[HTML(<font color=blue><b>23</b></font>)]] || 24 || 25 || 26 || 27 || 28 ||31||
          * Seminar:PraiseGame --
         MT ? http://30th.caucse.net/ 30 ? --NeoCoin
          ? ? --NeoCoin
         [[HTML(<script language='javascript'>alert(".2003 MT .");</script>)]]
         See Also ["/2003.1.29"]
         ["투표"]
  • OurMajorLangIsCAndCPlusPlus/print/하기웅 . . . . 240 matches
         ==== ====
         puts 통해 fputs, putchar, _fcvt .
          C++ .
          .
         ==== ====
          print(" : %d, : %f, : %s\n", d, f, s);
         헉!..
          ..
          ...-..ㅡ;;
         .... ^^;;
          - 허 -
          - '' . .^^ - [태]
          - ~ ~ - [하]
  • Zeropage/Staff/회의_2006_02_13 . . . . 240 matches
         = Zeropage/Staff/회_2006_02_13 =
         == & ==
          3 회 & Zeropage 회 통해
         
          zeropage 활
         
          3 -> ( )
          * -> 회 통해 ..
         1학->페 ,
         3.. 6 - 투표
          *
         == ZP 회 ==
         zeropage ..
         2006
         홍 : (), (6)
          : 6..
          : -
         회 : 8
         == ppt ==
          -
  • 새싹교실/2011/GGT/L1&L2 . . . . 240 matches
         = 2011 3 17 L1 =
         == : ==
         === (fact) ===
          *
          * 학 chap 1.1 to 1.4
          *
         === (feeling/finds) ===
          * . C .
          * . &.
          * .
         = 2011 3 24 L2 =
         == : ==
         === (fact) ===
         === (feeling/finds) ===
         === ===
         == 학: ==
         === (fact) ===
         === (feeling/finds) ===
         === ===
          * ... .... - []
  • 정모/2004.5.21 . . . . 240 matches
         == ==
          || 03 || ||
          || 04 || ... ||
         == ==
         -
         -
         -
         -
         == 항 ==
         < 획 >
         * C++
          - Toy Problem ) , ...
         * 파
         *
         < >
         *
          -
          -
          -
         
  • Hessian . . . . 239 matches
         Resin Hessian RPC .
         hessian simple tutorial (홈페 Servlet ) - Resin Servlet Container 함.
         === interface ===
         RPC -클 한 interface . .
         === RPC Service ===
          RPC Test . ( Hessian Servlet )
          hessian-2.1.3.jar 화 jsdk23.jar, resin.jar 화 classpath . ( resin lib 폴 . hessian jar 화 [http://caucho.com/hessian/download/hessian-2.1.3.jar hessian] )
          class 화 Servlet . RPC Publish ok.
         === RPC Client ===
         Java Python . Python Interpreter .
         Python http://caucho.com/hessian/download/hessianlib.py .
         Java . 한 interface Basic .
  • RandomWalk/영동 . . . . 239 matches
         == 1학 ==
         //
          int way;//
          int count=1;//
          int not_go=1;//
          //
          cout<<" : "<<endl;
          //
          //8
          case 1: //
          case 2: //
          case 3: //
          case 4: //
          case 5: //
          case 6: //
          case 7: //
          case 8: //
          // .
          //
          cout<<count<<"회 \n";
  • 격언 . . . . 239 matches
          * 21 , , . - 토플
          * 화하 . . -
         [http://no-smok.net/nsmk/_b8_ed_be_f0 ]
          AnswerMe url InterWiki . 해 ? - [택]
         NoSmok: works. IE UTF-8 on ?
          MozillaFirefox NightlyBuild . . - [택]
         []
  • PPProject . . . . 238 matches
         ProgrammingPearls .
          * .
          * ( ) .
         == ==
         
         == ==
          10m
          5m
         == 크 ==
         == ==
          10/1() ? 10 1,2 하 --
          . . --
         ~ ~ &_& -- [한]
          ? 2 3,4,5 . --[Leonardong]
          10
         []
  • ComputerGraphicsClass/Exam2004_1 . . . . 237 matches
         Scanline Filling -
         Orthogonal Properties
         Homogeneous Coordination Computer Graphics
         A,B,C . (__,__) 45 Rotation.
         1.
         2. 환 Matrix
         3.
         Anti Aliasing : 90 0 . Sub Pixel 9
         Clipping Liang-Barsky Cohen-Sutherland .
         3D Graphic Pipeline transformation
         Projection View Volume 한 View Plane , Orthogonal Projection Perspective Projection .
  • ZP도서관/2013 . . . . 237 matches
          .
         == ==
          * 10 27 황 : http://zeropage.org/OtherData/93117
          * . - []
          * QR 키 플 QR , , , 택할 편하... - []
          * ! 튜토 !! - [혜]
          * - [희]
  • 데블스캠프2011/다섯째날/HowToWriteCodeWell/강소현,구자경 . . . . 237 matches
         == ==
          goTo(i);//
          final Elevator el = new Elevator(20, -10);//,
          assertEquals(1, el.floor());// == 1
          el.pressButten(5, 15);// ,
          assertEquals(5, el.floor());// ==
          assertEquals(20, el.floor());// ==
          el.goTo(el.getHopeFloor());//
         == 활 ==
          final Elevator el = new Elevator(20, -10, 2);//, ,
          assertEquals(1, el.floor());// == 1
          el.pressButten(5, 1, 15);// , 1: up, 0: down,
          //el.goTo(el.getCurrentFloor());//
          assertEquals(5, el.floor());// ==
          el.pressButten(8, 1, 13);// , 1: up, 0: down,
          //if(el.checkSameDir()){// ,
          //el.goTo(el.getCurrentFloor());//
          //for(int i=0; i<el.numOfPeople();i++)//
          //el.goTo(el.closerFloor());//
          el.goTo(el.getCurrentFloor());//
  • HardcoreCppStudy/첫숙제/Overloading/임민수 . . . . 236 matches
         함
         함 함..
         ..
          * .. ..
          cout << " (11 ) : ";
          cout << "판 (행, ) : ";
          cout << " (행, ) : ";
          cout << " (0 향 , 1~7 , 999) : ";
          cout << endl << " " << cnt << ". ";
          cout << "판 (행, ) : ";
          cout << " (행, ) : ";
          cout << " (0 향 , 1~7 , 999) : ";
          cout << endl << " " << cnt << ". ";
  • JavaStudy2002/영동-2주차 . . . . 236 matches
          * .
          * .
         Class main--
         Class Bug--
          if(way==0)//
          else if(way==1)//
          else if(way==2)//
          else if(way==3)//
          else if(way==4)//
          else if(way==5)//
          else if(way==6)//
          else if(way==7)//
         Class Board-- 판. 통해 .
         : ["Yggdrasil"]
          * while . ...^^ --[[BR]]
          --->확 (?) . --
          * . LookUpTable.. --
  • WinampPluginProgramming/DSP . . . . 236 matches
         winamp SDK sample dspecho .
          .
         // DSP .
         // [1002] . ^^;
         // samples3-5 . pitch control .
         // DSP .
         // DLL .
          config, // config .
          init, // init
          modify_samples1, // DSP
          quit // quit
         // callback 함.
         // this_mod this pointer . 해 ( mod1~5) .
         // samples output .
         // pitch 함.
         // pitch .
         // pitch
         // voice removal.
  • 그남자네집 . . . . 236 matches
          . [] , . , , . .
         " .". . . . , .
  • 새싹교실/2012/탈락 . . . . 236 matches
         = =
          :
          : 12 , 12 , 12
         = =
         == 1회 ==
          * , , , .
         == 2회 ==
          * 1회 , , 편한 .
          * . . - []
         == 3회 ==
         [/2012]
  • 서버구조 . . . . 236 matches
         = =
         == ==
         mount - 파티 .
         ls - dir
         vi - 파 .
          )vi message => named : name server
         tail - 파 .
         clon -
         usr -
         webalizer -
         pwd -
         == 파티 ==
         home :
         backup :
         
         == ==
         1. , .
          1-1. .
          1-2. caucse.net/test.html => , .
  • 최대공약수/허아영 . . . . 236 matches
         === ===
         if(x1 < x2) // ..
          ver.1 .
          print한 ..
          * x,y 트하 ,
          트하 GCD .
          택했.
         === ===
          printf(" (ex| 5 6):");
          y2 = y; //y y2 .
          //
          remainder = x2 % y2; // x2= . y2= . remainder= .
          printf(" (ex| 5 6):");
          while(y2 != 0){ //
         === 한테 할 ===
         .. .. -;;;; - 태훈[zyint]
          -.ㅜ -
         [] [LittleAOI]
  • 05학번만의C++Study/숙제제출1/조현태 . . . . 235 matches
         == ==
          ?
         == ==
          std::cout << " Enter 키 : ";
          std::cout << "" << celsius << " " << fahrenheit(celsius) << ".\n";
         == ==
          , C++ ~
          , using namespace std; , C++ .
          C++ , .. iostream .
         , ? -
         3 ?
          , - [태]
         [05학C++Study//1]
  • R'sSource . . . . 235 matches
         == _파 ==
         tmp = commands.getoutput('echo "%s" | smbclient -M -' % string.join(string.split(urldump)))
         == 플 파 &_파 ==
         print """ www.replays.co.kr
          ."""
         name = raw_input(" : ")
         inputDir = raw_input(""" .(>c:\\\\replay\\\\) : """)
          #replayNum
          #re.compile() 해
          lineNum = 0 #
          #print ' : %d' % lineNum
          print ''
          #(with )
          print '★★★ %s %d....' % (keyGamer, flag)
          #print ''
          #print ''
          print '☆☆☆☆☆☆☆☆!!!☆☆☆☆☆☆☆☆☆'
          print '%s 하 %d .' % (saveDirName , savedNum)
          print ' : %d ' % (int(time.clock()/60) + 1)
          #print 'rep페 : %s' % downUrl
  • 김영록 . . . . 235 matches
         = (05) =
         
         == 표 ==
         
         == 획 ==
         
         == ==
         
         == 하 ==
         
         == 하 ==
         
          ㅋ;
         == ==
          .. ? ㅎㅎㅎ
         [LittleAOI]..ㅎㅎ .. ..
          ([태] [허] 3038590404059 .) - [태]
          ㅋㅋ .. ㅜ --
          ! . ㅋㅋㅋㅋ --
          ┗ ㅜ -
  • 데블스캠프2003/ToyProblems/Random . . . . 235 matches
          .
         #include <iostream> // iostream 포함 .
         #include <ctime> // time(0) .
          srand(time(0)); // rand() .
          // 하 행할 . -_-;;
          int x = rand(); // rand()함 .
          // 0 ~ .
          int x1 = rand() % 10; // % 10 x1 10
          // 0 ~ 9 .
          int x2 = rand() % 9 + 1; // % 9 0~8
          // 1 1~9 .
         
          rand() % a + b b ~ a+b . ( 1da + b . )
          b - ..=ㅂ=;; [훈]
         [2003/ToyProblems]
  • html5/web-storage . . . . 234 matches
          * HTML 5
          * key/value cookie (크한, , )
          * . .
          Cookie .
          *
          * 효한 .
          .
         = =
          * http://dev.w3.org/ . -
  • 로마숫자바꾸기 . . . . 234 matches
         === ===
          : .
         === ===
          .
         === ===
          .
         === ===
          * ⅩⅠⅤ .
          * 99 . 99:
          * '''ㅈ + 한키 ''' . .
          *
          || || 1 || 2 || 3 || 4 || 5 || 6 || 7 || 8 || 9 || 10 ||
          || || Ⅰ || ⅠⅠ || ⅠⅠⅠ || ⅠⅤ || Ⅴ || ⅤⅠ || ⅤⅠⅠ || ⅤⅠⅠⅠ|| ⅠⅩ || Ⅹ ||
         === ===
          || || || || ||
          || [태] || C || . || [/태] ||
          || [허] || C || 40 || [/허] ||
          || DamienRice || [Erlang] || 30 || [/DamienRice] ||
         [LittleAOI] []
  • 정모/2004.3.19 . . . . 234 matches
         == ==
         ||01|| ||
         ||03||환, , , , , 황||
         == 황 ==
          *
         == 2004 ==
          * 흥 -
          * 3/22 () 5
          *
          ||(01) || x ||
          ||() || x ||
          ||(00) || x ||
          ||혜(00) || x ||
          ||(99) || o ||
          ||(99) || △ ||
          ||(00) || o ||
          ||훈(00) || o ||
          ||(93) || x ||
          ||Cow || 판 흥 ||
         == ==
  • One . . . . 233 matches
          C
         == ==
          * [황], [], [], [], [태형], []
         == ==
          * 4.7() 6:30
          * 4.14() 6:30
         == 트 ==
         == ==
          * [One/]
          * [One/태형]
          * [One/]
          * [One/]
          * [One/]
          * [One/]
         == ==
          * [One/]
          * [One/]
          * [One/]
         DeleteMe ?? ㅋㅋㅋ - []
          '''''' [One]
  • ProjectEazy/Source . . . . 233 matches
         
         == ==
          === 1 21 ===
          (Parser) .
          VP .
          === 1 20 ===
          . (형) .
          합형 환해 .
         AllTest 행하
         == ==
          self.word.setRoot('')
          self.muk.setRoot('')
          self.ga.setRoot('')
          return each + ''
          self.muk.setRoot('')
          self.ga.setRoot('')
          self.assertEquals( '', self.parser.findFundermentalForm('') )
          self.assertEquals( '', self.parser.findFundermentalForm('') )
          self.assertEquals( '', self.parser.findVerb(' .') )
          self.assertEquals( None, self.parser.findVerb(' .') )
  • 이가희 . . . . 233 matches
         = 11학 희 :) =
         == ㅋㅋㅋㅋㅋㅋ ==
          * (...ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ)
          * 11학 1학 ㅋ_ㅋ
          * .. .. ...
          * khlee_@naver.com cyworld.com/921022kh
         == ==
          * ㅋ_ㅋ
          * ㅋㅋㅋ
          * ...ㅋㅋㅋㅋ
          * ? ㅋㅋㅋㅋㅋ
         == 획 ==
          * ....ㅜ_ㅜ
          * ㅋㅋㅋㅋㅋㅋ히히히히
          * ~~ -[혜]
          * ^_^ [희]
          * ㅎㅎㅎㅎㅎ -[]
  • 조윤희 . . . . 233 matches
         :
         : 23
         : 2 269-38
         == 표&획 ==
         표: !
         획: C
         == ==
         !!!- >_<
         ! !!!+_+
         == 하 ==
         - ,
          * ?ㅡㅡ; ?ㅋㅋ ~ -[Leonardong]
          * 흠. .. 히 해. -[]
          * ~ -_-/ - [택]
          * 흣.... *^^* - 하하핫... - [희]
          * .. C ?? - []
          * 홧 [호]
         [홈페], ZeroWikian
  • 책분류Template . . . . 233 matches
         DeleteMe 페
          NoSmok:ISBNMacro .
         DeleteMe when you fill in this page ( )
         [크] ISBN , .
         :
          * B) * 5 : []. 탁. , .
          * B) * 4 : .
          * B) * 3 : .
          * B) * 2 : 회하 .
          * B) * 1 : .
          * : B) B) B) B) B)
         [""]
  • EightQueenProblem/밥벌레 . . . . 232 matches
          - ... ...-_-;;;
         1 (?) ..
          (?) 함.. :) ( )
         procedure SetQueens(n: Integer); // . . n . RandomSeed ..-_-;
          for i := 0 to 8-1 do // 함.
         function CheckQueens: Boolean; // .
          . - 하 -_-;;;
         30 .......-_-;;
  • ProjectPrometheus/Iteration5 . . . . 232 matches
         === ===
         |||| || ||
         || || 8/12 || . ||
         || || 8/14 || ZeroPageServer ||
         || || 8/15 || ; ||
         || || 8/16 || Renaissance Club ||
         || 토|| 8/17 || Python 3 ||
         || Task || Point || ||
         || Object-RDB Relation 한 Gateway || 1 || . ||
         || DB Test Data Set || 1 || ○ ||
         || Java Package, || 1 || ○ ||
         || Iteration 3,4 Story Acceptance Test || 1 || . ||
         || || . || . ||
         || Release 획 & 1 Release || . || . ||
         || , || . || ○ ||
         || , || . || . ||
         |||||| User Story : Login Search . ||
         || Task || Point || ||
         || Login RS AT || . || . ||
         |||||| viewbookservice ||
  • 정모/2003.8.26 . . . . 232 matches
         == ==
         || 01 || 호 ||
         || 02 || ||
         || 03 || 황 환 ||
         == 회 ==
         === 황 ===
          * [MedusaCppStudy] => . .
          * [5C++] => . .
          * [CppStudy] => .
          * [HardcoreCppStudy] => , OOP OOP
          * [CppStudy] => .
          * [JavaStudy2003] => , .
          * [] => . . (4()->3())
         === ===
         === ===
          * .
         [""]
  • 5인용C++스터디/API에서MFC로 . . . . 231 matches
         === MFC??? ===
          * MS .
         === ===
          * - CWinApp
          * - CWnd
          * - CDialog
          * - CBrush
          * - CBitmap
          * - CMenu
          * - CButton
          * - CEdit
         === ===
         === 통합 ===
          * AppWizard - 툴.
          * ClassWizard - 클 , 툴.
          * WizardBar - ClassWizard 편함.
         === Document/View 키텍 ===
         === MFC SDI ===
         === MFC MDI ===
         [5C++]
  • Eric3 . . . . 231 matches
          Python IDE. . [Refactoring] .
         ~ .. 호 - [협]
          ~ . --
          PyQt GUI ..PyQt Qt ..Qt .. -_-;; - [택]
          홈페 PyQT . . ( .. .;) --[1002]
          . -_-; ;; 한 ;; - [eternalbleu]
         []
  • LinuxSystemClass/Exam_2004_1 . . . . 231 matches
         ()
         
          해 T & F & Justification
         
          Load Balancing process queue Multi CPU .
          'Write Back' fork
          'split scheduling' LWP .
         
          DMA ?
          Rate Scheduling ?
          Linux DMA Bound Buffer ?
          Linux ?
          Linux Memory binary buddy algorithm . .
          SVR4 . ( 153p)
         globpri 1 index 1 태.
          quantum blocking .
          quantum sets up
  • 데블스캠프2009/목요일/연습문제 . . . . 231 matches
         = 2009// =
         === MFC - 태 ===
          * [2009///MFC/]
          * [2009///MFC/호]
          * [2009///MFC/]
          * [2009///MFC/]
          * [2009///MFC/]
          * [2009///MFC/]
          * [2009///MFC/]
          * [2009///MFC/]
          * [2009///MFC/]
         === - ===
          * [2009////호]
          * [2009////]
  • 수학의정석/집합의연산/이영호 . . . . 231 matches
         . ...
          malloc .
          .
         set1 a하
         set2 set1 set1+set2 set2
         set3 set2 set2+set3 set3
          .
          . .
          malloc
          Ssub(n) = 2Ssub(n-1) + asub(n-1) + 1 .
         S -> 크(, ), a -> 항(subset)
         input 9 {1,2,3,4,5,6,7,8,9}. .
         set9 0.03 set10 0.12, set12 2.4 .
         subset . set {1,2,3,4,5,6,7,8,9}.
          2^9 - 1 511.
         subset . set {1,2,3,4,5,6,7,8,9,10}.
          2^19 - 1 1023.
  • EuclidProblem/조현태 . . . . 230 matches
         == ==
         .. .. .. ..ㅠ.ㅜ
          .. ~.. ~
          x,y ..
          .. ! ( ..)
          .^^;
         ... ...ㅠ.ㅜ....
         == ==
          printf (" .(0,0) \n>>");
          printf (" : x=%d\ty=%d\tGCM=%d\n",x,y,gcm);
         == ==
  • JavaStudy2004/조동영 . . . . 230 matches
         === ===
         
          // .
          System.out.println(" Dragoon Hp Shield");
          System.out.println(" Dragoon Hp Shield");
          System.out.println(" Dragoon Hp Shield");
          System.out.println(" Dragoon Hp Shield");
          System.out.println("Zealot .");
          System.out.println("Dragoon .");
          ^^;
          *
          , hp , ,
          ( ex) zealot() )
          ( hp ) ? --[iruril]
  • PragmaticVersionControlWithCVS/HowTo . . . . 230 matches
          . 함.
         VersionControl 할 3 . ( UnitTest, Automation )
          '' ant ? - [eternalbleu]''
          .
          해햐한.
          .
  • 데블스캠프2009/총화 . . . . 230 matches
         = 2009/화 =
          * .
          * .
          *
          * .
          1. ?
          1. ?
          1. ?
          * -
  • 양아석 . . . . 230 matches
         :
         :23(91)
         :
         == 표 ==
         
         == 획 ==
         
         == ==
         ()
         C
         == 하 ==
         ...ㅠㅠ
         == 하 ==
         . 10학 . ^^
          * ㅎㅎㅎㅎㅎ -[]
         || 하~-호 ||
         == ==
         fun num
         front_is_clear():?
         facing_north():
  • RandomFunction . . . . 229 matches
          .
          rand() % a + b b ~ a+b . ( 1da + b . )
          b -
         #include <iostream> // iostream 포함 .
         #include <ctime> // time(0) .
          srand(time(0)); // rand() .
          // 하 행할 . -_-;;
          int x = rand(); // rand()함 .
          // 0 ~ .
          int x1 = rand() % 10; // % 10 x1 10
          // 0 ~ 9 .
          int x2 = rand() % 9 + 1; // % 9 0~8
          // 1 1~9 .
         []
  • 김희성/리눅스멀티채팅 . . . . 229 matches
         == ==
         int thread_num[25];// 호 (해 + 1, 0)
         //ex) thread_num[ 호]== 호+1
         int client_socket_array[25];//클,
         //ex) == client_socket_array[ 호]
         void* rutine(void* data)//data = &thread_num[ 호]
          // 해하 +1 .
          // .
          //
          // thread_num 0 화한.
         == 클트 ==
          // , y .( )
          gotoxy(0,100);//gotoxy .
         == ==
         
  • 데블스캠프2006/월요일/함수/문제풀이 . . . . 229 matches
         [2006//함//희]
         [2006//함//형]
         [2006//함//]
         [2006//함//]
         [2006//함//]
         [2006//함//]
         [2006//함//]
         [2006//함//]
         [2006//함//]
         [2006//함//]
         [2006//함//]
         [2006//] [2006//함] [2006]
  • MedusaCppStudy/희경 . . . . 228 matches
         === MedusaCppStudy 희 ===
         
         
          ,
         (!! 한 2해 )
          ;
          . ?
          cout << " 표 포함해 50 " << endl;
          cout << " : " << x << endl;
          cout << " : " << lenth[0] << endl;
          cout << " : " << lenth[x-1] << endl;
         큰 4 .....
          ..
          cout << " :";
          cout << " ( ) :" << endl;
          cout << "큰 4 :";
         팩토 ~
  • whiteblue/MyTermProjectForClass . . . . 228 matches
         == 해 ==
         == 클 ==
         void Judgement::sort(bool IsItSort , int select , Data d[]) //
          else //
          } } } //
          cout << "\t호\t\t\t\t학\t\t평" << endl;
          cout << "\t호\t";
          cout << "\t" << endl;
          cout << "\t" << endl;
          cout << "\t학" << endl;
          cout << "\t◆ ◆" << endl
          << "1) 트 " << endl
          << "2) 트 " << endl
          << "3) 학 트 " << endl
          << "4) 학 트 " << endl
          << "5) " << endl << endl
          << " 택하 -> ";
          cout << "\t◇ ◇" << endl
          << "1) " << endl
          << "2) " << endl
  • ComputerNetworkClass/Exam2006_1 . . . . 227 matches
         = =
         = =
         1.
          CIDR .
          CIDR Scalability .
         3. distance vector, link state
         
         4. TCP 한 flow control .
         MaxSendBuffer, MaxRcvdBuffer
         AdvertisedWindow , Effective Window
         TCP TCP Probing
         Advertised Window 황하 TCP .
         5. Client -> SunServer 황하 ASN.1
          .
  • MedusaCppStudy/석우 . . . . 227 matches
         === MedusaCppStudy ===
          * 형,
         //
          cout << "형 한 : ";
         //
          cout << "형 한 : ";
          * 4
         // 4
          cout << " : ";
          * string string
         // stirng string
          cout << " : ";
          cout << " string: " << length[0] << endl;
          cout << " string: " << length[length.size() - 1] << endl;
          *
          cout << " : ";
          cout << " (, ): ";
          cout << " (, ): ";
          cout << " " << roach.count << "." << endl;
          * string
  • RubyLanguage/InputOutput . . . . 227 matches
         = =
          *
          * 파
          * 파 new .
          * File.close . ensure .
          * .
          * IO클
          * << to_s 환한.
          *
          * each_byte : 한
          * each_line : ( )
          * foreach : 한 . .
          * read :
          * readlines :
          * TCPSocket
          *
         client = TCPSocket.open("IP", '');
         client.send("", 0) # 0패킷
          * [http://lambert.tistory.com/167 트]
  • [Lovely]boy^_^/EnglishGrammer/Passive . . . . 227 matches
          active passive . .
          B. When we use the passive, who or what causes the action is often unknown or unimportant.( )
          If we want to say who does or what causes the action, we use by( by )
          C. be + past particle (be + )
          ex) Simple Present active passive
          ex) Simple Past active passive
          ex)
         
          ex)
          ..
          ex)
          ex)
          ex)
          ex)
          ... .
          ex) Our dog got run over by a car.(헉 ..--;)
          get
          We use get mainly in informal spoken English. You can use be in all situations.(항 be . get... 클 get ..--;)
  • 데블스캠프2009/화요일 . . . . 227 matches
         = 2009/화 =
         == ==
         == ==
         || || || || ||
         || || robocode || || ||
         || || winAPI || || ||
         || || The Abstractionism || 혜 || attachment:/DevilsCamp2009/Abstractionism.ppt ||
         == ==
         || 09 || 호, , , , , , 환 ||
         || 08 || , , , ||
         || 07 || ||
         || 06 || , , , 훈 ||
         = =
         || || || ||
         ||pm 01:00~02:00 || robocode || ||
         ||pm 02:00~03:00 || robocode || ||
         ||pm 03:00~04:00 || robocode || ||
         ||pm 04:00~05:00 || winAPI || ||
         ||pm 05:00~06:00 || winAPI || ||
         ||pm 06:00~07:00 || 탐 || ||
  • EcologicalBinPacking/김회영 . . . . 226 matches
         == ==
         //2.
         //
         //---> . total .
         //--->
         // . max()함 통해 .
         int container[9]; // .
         int total=0; // .
         int ch_number; // .
         char save[4]={"NNN"}; //
          cout<<" "<<endl;
         int temp=0;// .
         int max=0; // .
          --[]
  • EightQueenProblem/이선우3 . . . . 226 matches
         2 .
          . doIHurtYou() .
          . ,,/ 크한.
          2 형태 . draw() 한 형태 .
         
         n-Queens Problem. ( play ) , .
  • ZIM/ConceptualModel . . . . 226 matches
         트 ["ZIM"] . ConceptualDiagram .
         == ==
         === 클트 ===
          * '''ZIM Control''' : Zimmer
          * '''Zimmer List Viewer''' : Zimmer
          * '''Message Window''' : Zimmer 화할
          * '''Session''' : ZIM Server Message
          * '''File Sender''' : File
          * '''File Receiver''' : File
         === ===
          * '''ZIM Server''' : Messenger Service
         === 클트, 통 ===
          * '''Zimmer''' : ZIM .
          * '''Message''' : ZIM Server 할 Data, Commands
          * '''Room''' : ( .)
         ["ZIM/CRCCard"] : Class Responsiblity Collaborate Cards '''Concept''' R... .
         (Concept) , . (ConceptualDiagram) 행하. ["ZIM/UIPrototype"], ["ZIM/RealUseCase"] ? -- [""]
  • 코코아 . . . . 226 matches
         == ==
          ~
          ;;
         
          ;;
          ;
         03학 ~
         
          ...ㅋ
         == ==
          [CppStudy]
         == 품(??);;;;ㅋㅋㅋㅋㅋ ==
          * Upload:.cpp
         == 행 ==
          * ~ -[]
          * ~ ... ? = [] ..
          * WikiSandBox --[snowflower]
          * !
  • APlusProject/CM . . . . 225 matches
         === ===
         CM 페.
         ==== ====
         Upload:APP_Sample_0601.zip -
         ==== 형 ====
         Upload:APP_ConfigurationManagementPlan_0406-0511.zip - 1.0
         Upload:APP_ConfigurationManagementPlan_0512.zip - . ㅡ.ㅡ
          (QA - ) -
         ( )
         === ===
          .
          .
          CM . --
  • 새싹교실/2011/AmazingC/과제방 . . . . 225 matches
         #title /2011/AmazingC/
         == 1. ==
         [희] !!
         // * 13 ㅜㅜ
         // ...ㅠㅠ
         // ..ㅠㅠ
         [호]
          if(r%10!=0) printf("¦\n");//한 "" ... 행하 (?)
         //30 ...
         -ㅇㅇ 4 30 ㅋㅋ-[호]
         === ===
         
         // 40 .
         [/2011/AmazingC]
  • 정모/2004.1.20 . . . . 225 matches
         == ==
         ||02|| ||
         ||03|| 환 황 ||
         == ( 표 & ) ==
          * TheJavaMan 2
          *
          * ,
          * 테트 -
          * 크 - 텍,
         == ZP ( 토 ) ==
          *
          토
         == ( & 투표 ) ==
          * 2/8
         == 트 홍, ( 표 ) ==
          * MFC
          * []
         == ==
          * ( )
          * 2/3 화 1
  • 한비자 . . . . 225 matches
         = 한 =
          * : 한
         = =
         == ==
          * . , . 확하 . . .
         [""]
  • Direct3D . . . . 224 matches
         DirectX 9.0 ApplicationWizard . . 9.0 .
          CD3DApplication , CMyD3DApplication .
         CMyD3DApplication->Render() : 행하
         CMyD3DApplication->RenderText() : 화
         CMyD3DApplication->InitDeviceObject() : 행하
         CMyD3DApplication->RestoreDeviceObject() : 팅하
         CMyD3DApplication->DeleteDeviceObject() :
         ( , . )
          D3DX 합하 편하 D3D .
         []
  • PageHitsMacro . . . . 224 matches
         PageHits .
         == 환 ==
         팅 환 db3,db4, gdbm . monisetup.php .
          , , incCounter()하 ?
          . '''''' $owners=array("홍",""); ? --WkPark
         PageHits 히트 , 히트 한 페 . r arsort() asort() ?
         reverse . :) (rc16 )
  • SolidStateDisk . . . . 224 matches
          (e.g. DRAM chips) 템.
          . SDD HDD I/O interface . 한 I/O , seek time rotational latency , . . , . access time transfer time .
  • UpdateWindow . . . . 224 matches
          GDI .
          , .
          Invalidate(). 화 .
         [] . Invalidate()함 WM_PAINT . 행하 WM_PAINT WM_PAINT , UpdateWindow()함.
         []
  • django/AggregateFunction . . . . 224 matches
         Django count 함 통해 .
          .
         Django . order_by .
          .
         Django . , python .
          .
         Django . SQL 행하 .
  • 달라이라마와도올의만남 . . . . 224 matches
          * Title :
          * Author :
          * Publisher :통
          * 항: 한 16000
          * 2 --[]
         === ===
          형태 , 3 .
          * 1 :
          * 2 :
          * 행하 화, .
          * '' '탑' ...
          * 3 :
         []
  • 데블스캠프2006/준비/화요일 . . . . 224 matches
         ---- [] .
          .
          [2006/화] ~~
         = 2006//화 =
         == ==
         == ==
         
         == ==
         , 파 , 포(),
         == 토 ==
          : [2006//]
         == ==
         || || || ||
         || 19:30 ~ 21:00 || 포 + || 호 ||
         || 21:00 ~ 22:00 || 표 + || ||
         || 22:00 ~ 22:30 || arg + || ||
         || 23:30 ~ 01:30|| . || . ||
         || 03:30 ~ || untar || . ||
         [2006/] [2006] []
  • 정모/2006.6.29 . . . . 224 matches
         == /2006.6.29 ==
          * : 5
          * MT : ,,,, ()
          * :
          * : 희,형,,,,,,희,,
          * .
          * ^^
          * 트 & : 트2D,AJAX,(한),MFC,토 [2006]
          .;;
          ~~ - [호]
         []
  • cheal7272 . . . . 223 matches
          * ~~^^
         = =
         DeleteMe ) * ?;; --["neocoin"]
          * (*)--->grade
          [] ?? -.-;;;
          ["ZeroPage"] , [""] ;; '' '' 하 ;; --["neocoin"]
          --;
          ....ㅡ.ㅡ;; --[""]
          ..-_-a --["snowflower"]
          '' ... ~--[""]''
          , ZeroPagers ZeroWikian . . --NeoCoin
         ["홈페"],["ZeroWikian"]
  • 데블스캠프2012/첫째날/배웠는데도모르는C . . . . 223 matches
          * (?) , 함....
         
          * . . . - []
         == 환 ==
          printf("%d %d %d\n",s_no.number.year,s_no.number.);
          printf(" ?(10)");
          printf(" .\n");
          printf("???");
          printf("%d%d%d :\n");
         // ...... ㅠㅜㅠㅜㅠㅜㅠㅜㅠ ..
         == ==
         == ==
         == ==
         == ==
         == 환희 ==
         [[2012]]
  • 새싹교실/2011/Pixar/실습 . . . . 223 matches
          * ~ 해했 :) - []
         == ==
         == ==
         == ==
         Write a program that gets a starting principal(A, ), annual interest rate(r, ) from a keyboard (standard input) and print the total amount on deposit ( , ) for the year(n) from 0 to 10. total deposit = A*(1+r)^n
         == ==
          1. .
          1. if , switch-case .
          1.
          1. 2
          1.
          1. 2 9
          1. 2 9
          1.
         == 하탑 ==
         [/2011/Pixar]
  • BasicJava2005/3주차 . . . . 222 matches
         = =
         == String ==
          * String Java String
          * .
         == Java ==
          * 1.4 : BufferedReader클 .
          * 5.0 : Scanner 클 .
         == import ==
          * C/C++ #include using namespace 합형
          * import [패키 ]; .
          * java.lang.* 패키 import.
          * 패키 import.
         == Java API ==
          * Java MS MSDN .
          * [http://java.sun.com/j2se/1.5.0/docs/api/] : 5.0 API
          * [http://pllab.kw.ac.kr/j2seAPI/api/index.html] : 한 5.0 API
          *
          * add/remove/get 함 / .
         == ==
          * : [BasicJAVA2005/1]
  • Bigtable/분석및설계 . . . . 222 matches
          * sw maestro 1 1
          *
         === GFS ===
          * .
          *
          * GFS
          * bigtable .
          * GFS scan해.
          * update
         == 8 9 ==
          * ()
          *
          *
          * or
         == 8 12 ==
          * ()
          * ''''''
          * . .
          1. memtable , sort하?, 키 array?...
          1. circular ?
  • SRPG제작 . . . . 222 matches
         = SRPG 트 =
          * : 호(01)
          * 향했. .
         = =
          1. . . ( BMP OK).
          2. 40x40 함.
          1. . .
          2. .
          3. MDI .
          1. .
          2.
          3. .
         [""]
  • UglyNumbers/송지원 . . . . 222 matches
         == + ==
         희 토했. ( ..)
          해해 .. =_=
          ..
          2,3,5 sort
         1500 sort해 ㅡㅡ;;
          ugly number 2,3,5 ugly number
          .
          탁해.ㅎㅎ --[]
         == ==
          int n2, n3, n5; // ugly number 2,3,5
  • EightQueenProblem/용쟁호투 . . . . 221 matches
         = ? ? =
         C, C++, Python, Java, Delphi ... Powerbuilder ...
          크하 ... .....
          GOTO ...
          ,, , ... ...한 ! T_T
         = 파 (eightqueenproblem.sra) =
          il_attack[li_x, li_y] = 0 //
          il_attack[li_x,ai_y] = 1 //X Line
          il_attack[ai_x,li_y] = 1 //Y Line
          il_attack[li_x,li_y] = 1 //x,y x+n,y+n
          il_attack[9 - li_x,li_y] = 1 //x,y x-n,y+n
  • XOR삼각형 . . . . 221 matches
         파 XOR 환한 XOR
          [파형]
          XOR.
          XOR 0, 1 . (DeleteMe XOR 확한 0, 1 1 1, 0 )
         
         == 행 ==
         ||||||('''''')|||| Source ||
         ||. ||. ||. ||. || [XOR형/환] ||
         ||. ||. ||. ||. || [XOR형/aekae] ||
         ||택||10 ||17 ||Python || [XOR형/택] ||
         ||허|| ||. ||C || [XOR형/허] ||
         |||| . ||. ||C || [XOR형/] ||
         |||| . ||. ||C || [XOR형/] ||
         []
  • 고전모으기 . . . . 221 matches
         CS . [] . [] . (, ZP회...=_=;; ). NoSmok: .
         === ZP ? ===
          * AcmTuringAwardLecture (학 ) . --JuNe
         === ? ( CS ..) ===
         SeeAlso [], NoSmok:
         []
  • 김희성/ShortCoding/최대공약수 . . . . 221 matches
         == ==
          * : C
          * : gcc
          * :
          '''''' - gcc function 한 header file include 해. 한 gcc int형 . main int main(int,char**) int형 .
          '''''' - .
          '''Coding Skill''' - a^=b^=a^=b;(a^=b;b^=a;a^=b;) . 하 0 . while a%=b .
  • 수학의정석/집합의연산 . . . . 221 matches
         = =
          .
         = =
         = =
          {10, 20, 30} ...? .. .. --[]
         = =
          .
          subset . (, .)
          . ( )
         = =
         ||||Source(포함)||CPU_CLOCKS||UPDATE 1||UPDATE 2||UPDATE 3||
         ||호||[//호]||0.030 (set 9), 0.12(set 10), 2.4(set 12)|| || || ||
         ||호||[//태]||0.078 (set 9), 0.172(set 10), 0.781(set 12)|| || || ||
         []
  • 안윤호의IT인물열전 . . . . 221 matches
         [] . , , . .
         [http://www.zdnet.co.kr/programming/technews/article.jsp?id=63523&forum=1 ?]
         [http://www.zdnet.co.kr/hotissue/devcolumn/article.jsp?id=62800 ]
         [http://www.zdnet.co.kr/hotissue/devcolumn/article.jsp?id=62078 트]
         [http://www.zdnet.co.kr/hotissue/devcolumn/article.jsp?id=61245 튜 ?]
         [http://www.zdnet.co.kr/hotissue/devcolumn/article.jsp?id=60258 30 PARC ?]
         [http://www.zdnet.co.kr/hotissue/devcolumn/article.jsp?id=59100 ]
         [http://www.zdnet.co.kr/hotissue/devcolumn/article.jsp?id=56863 한 킬 ]
         [http://www.zdnet.co.kr/hotissue/devcolumn/article.jsp?id=53566 ]
         [http://www.zdnet.co.kr/biztech/hwsw/biztrend/article.jsp?id=52632 ' ']
         [http://www.zdnet.co.kr/biztech/hwsw/biztrend/article.jsp?id=51851 '회']
         [http://www.zdnet.co.kr/biztech/hwsw/biztrend/article.jsp?id=51170 ]
  • 정모/2005.9.13 . . . . 221 matches
         = [] =
          * : , , , 훈, , , 태, , 허, , 태, , 한, 황, , , 혁, 허, ,
          * [/2005.9.8] ;;
          *
          *
          * ;;
          * [EmbeddedLinux] : 한,
          * : , 태, ,
          * [2005트] : 태, ,
          * WIKI : 태,
          * MFC() : , 태,
          * C++ : 형, , , 훈, , , 태,
          * ! : , 허
          * [] : 호, 협,
          * 회. 2학 . ??
  • 5인용C++스터디/버튼과체크박스 . . . . 220 matches
          *
          * 푸 ?
          * 푸 ?
          * ?
          * ?
          * ?
          * ?
          * 표하 !
         == ==
         myButton1.Create(_T("푸 "), WS_CHILD|WS_VISIBLE|BS_PUSHBUTTON,
         myButton2.Create(_T(" "), WS_CHILD|WS_VISIBLE|BS_RADIOBUTTON,
         myButton3.Create(_T("3"), WS_CHILD|WS_VISIBLE|BS_AUTO3STATE,
         myButton4.Create(_T(""), WS_CHILD|WS_VISIBLE|BS_AUTOCHECKBOX,
          MessageBox(_T(" ."));
          MessageBox(_T("3 "));
          MessageBox(_T("3 "));
          MessageBox(_T("3 "));
          MessageBox(_T(" "));
          MessageBox(_T(" "));
  • MySQL/root암호분실시 . . . . 220 matches
         ["MySQL"] .
         == 1. ==
         shell>mysqladmin -u root password ' 호'
         == 2. ( .) ==
         # , mysql .
         # . .
         # mysql .
         # mysql db root 트 한.
         mysql> UPDATE user SET password=PASSWORD('호') where user='root';
  • VonNeumannAirport/인수 . . . . 220 matches
         // 히 하 ..
         // OOP .
         // --; 히 하
         // .. map . map<int,int> 해 traffic, 호, .
         // --;
         //Traffic (data holder) . C struct .
         // (intelligence) , (responsibility)
         // . --JuNe
  • GuiTesting . . . . 219 matches
         GuiTesting . GUI Programming 한 TestFirstProgramming . 해 UI Control . 하, UI Control IDE 툴 편하. GuiTesting 한 TestFirstProgramming .
          TFP logic UI GuiTesting . Model - View - Controler 형태 .
         MVC View 트하 합하 . ModelViewPresenter . --NeoCoin
  • [Lovely]boy^_^/Diary/2-2-7 . . . . 218 matches
         = 10/14 =
          * shit.. --;
          *
          * 푸 . . 표하 .. .
         = 10/16 =
          * .. --; --;
          * .
          * SBPP .
          * ESTL
         = 10/17 =
          * ESTL . 1 .
          * .
          *
         = 10/18 =
          * .
          *
         = 10/20 =
          *
  • 위키설명회2006 . . . . 218 matches
         = 회 2006 =
          : 2006 3 9
          : 7 PC
          : or .
         == 회 행 ==
         ZeroPage/Staff , .
         == ppt & ==
          .
         == 회 홍 ==
          * 1 : 3 6 A4 . (7, , 화, 1,4 , )
          * 2 : 3 8 . , , 태, .!
         == ==
         하 : , 휘, 태, , , ..!
          , 7 함.
         [회]
  • 형노 . . . . 218 matches
          * ...;;
          * ...
         === 표 # ===
          *
          *
         === 획 # ===
          * ...;;
          * ..;;
         === # ===
          * ...
          * [(zeropage)05학C++Study]
          * [(zeropage)2005트]
         === 하 # ===
          하 ... ... ?
         === 하 # ===
          .
          ..;;
          ..
         ~ ..;;;;
          ~ ㅋㅋ
  • Gnucleus . . . . 217 matches
          . ...
          , P2P .
          PUSH , .
          통해
          .
  • KIV봉사활동 . . . . 217 matches
          * zeropage 회 [한], [], []
         == ==
         [[pagelist(KIV/*)]]
         == ==
          * () : 한, , ,
          * : , 협, ,
          * 한 : , , GSM, 티탭(6 2), ,
          * : , 한, ,
         == 협 ==
          * 3 5, 10 10 . 25.
          * 함. 7/7 .
          * : 햇, , , (500$)
          * :
          * : .
  • OOP/2012년스터디 . . . . 217 matches
         = OOP =
          * .
          * 표 :
          * : 학 - 3~5
          * 키 페 : [More EffectiveC++/Efficiency]
         == 1 10 ==
         === ===
          printf("\n (/) :");
          "","","화","","","","토"
         === ===
         // Created by on 12. 1. 10..
         // Copyright (c) 2012 __MyCompanyName__. All rights reserved.
          //day 0 ==
          printf("\n%d\n",month);//
          printf("\t\t화\t\t\t\t토\n");
          flag=1;//1
         === ===
          printf("%d %d\n", year, month);
          printf("\t화\t\t\t\t토\t\n");
         === ===
  • ★강원길★ . . . . 217 matches
          ㅋㅋㅋ
         ~
         = ZeroPage (04학) =
          :
         학 : 04학(///회/)
          : 통(13th)
         홈페 : [http://www.cyworld.com/soffmagil] 홈페
         == 표 ==
         학
         == 획 ==
         ...
         == ==
         
         == 하 ==
          ㅋㅋ
         == 하 ==
          ..
          ............
          해~
          ..
  • 데블스캠프2006/월요일/연습문제/for . . . . 217 matches
         [2006///for/희]
         [2006///for/형]
         [2006///for/]
         [2006///for/]
         [2006///for/]
         [2006///for/]
         [2006///for/]
         [2006///for/]
         [2006///for/]
         [2006///for/]
         [2006///for/]
         [2006//][2006/] [2006]
  • 데블스캠프2006/월요일/연습문제/switch . . . . 217 matches
         [2006///switch/희]
         [2006///switch/형]
         [2006///switch/]
         [2006///switch/]
         [2006///switch/]
         [2006///switch/]
         [2006///switch/]
         [2006///switch/]
         [2006///switch/]
         [2006///switch/]
         [2006///switch/]
         [2006//][2006/] [2006]
  • 2007ToeflStudy . . . . 216 matches
         = 1. =
         2007. 01. 09
          3 ( )
         = 2. =
         해 TOEFL
         = 3. =
         1. TOEFL 6 .
         2. 테 100 50, 30 .
         3. 테 voca_test_generator.xls 파 ( [], )
         = 4. =
         || || || ||
         = 5. =
          * . , . --[]
          * ^^ mp3파 행해. --
         []
  • AM/알카노이드 . . . . 216 matches
         == ==
         || || || ||
         || 환 || Upload:Arkanoid-환.zip || ||
          . . CVaus 클( ), CBrick , CPill , CBall . , . . ( , ). , 행 해 -
  • Star/조현태 . . . . 216 matches
         == Star/태 ==
         === ===
          .. ..T.T
          ... ~!! ..
         ..............
          !!
          .. ^^ ..
         ~~~~~~~~~~ .^^
         ....... ....;; ( ~)
          ~!
         === ===
          printf("5 7 8 9 6 1 9 0 9 8 4 6 <- . ~''/ \n");
  • whiteblue/파일읽어오기 . . . . 216 matches
         펙토 .....ㅡ.ㅡ;;;;
          // string ( , );
         = =
          . ? linked list , array ..-_-a -
          STL .. vector linked list ^^;; -- (["whiteblue"])
          . 확히 linked list .. . , -
          ;; list . . --
          ?.. .... ... -- (["whiteblue"])
  • 데블스캠프2011/다섯째날/HowToWriteCodeWell/박정근,김수경 . . . . 216 matches
          * up down .()
          * up down goTo
          * goTo할 .
          //Elevator test한.
          //Elevator 1 setting.
          //goTo up down .
          //6 up
          //6 up 3 .
          //한 goTo 패하( 택:up goTo) goTo 할 .
          //8 down
          //한 goTo 패하( 택:down goTo) goTo 할 . ㅡ_ㅡ;;
         [2011]
  • ProjectLegoMindstorm . . . . 215 matches
          * ( ㅎ)
          ||학||||
          ||08||[]||
          ||07||[]||
          ||07||[]||
          ||08||[]||
          ||08||[]||
          * data .
          * ; ?( ) - []
          * ? ?? -
          * , , . -
          * . - [한]
          * [http://mindstorms.lego.com/eng/Hong_Kong_dest/Default.aspx 톰 홈]
         [] [2008]
  • KDPProject . . . . 214 matches
          * [""] - OpeningStatement. DesignPatterns . ["LearningGuideToDesignPatterns"]
         == ==
         === DPSC ===
         ["PatternCatalog"] - ["PatternCatalog"] GoF .
          *["DPSCChapter1"] - Introduction - 1.3 .
          *["DPSCChapter2"] - Aha! - 2.1 .
          *["DPSCChapter3"] - Creational Patterns - Abstract factory 행.
          *["DPSCChapter4"] - Structural Patterns - catalog 행.
          *["DPSCChapter5"] - Behavioral Patterns - .
          *["FundamentalDesignPattern"] - .
         === ===
          * Image - http://zeropage.org/~reset/zb/zboard.php?id=KDP_board_image . ..~
          *["HowToStudyDesignPatterns"] - DP .
          *["Smalltalk"] - Hitel OOT .
          * Pattern 홈페
          * http://www.jini-club.net/ -
          * http://c2.com/cgi/wiki?PortlandPatternRepository - Portland Pattern Repository. 한 Wiki page.
          * http://www.patterndepot.com/put/8/JavaPatterns.htm - Java Design Pattern
          * http://www.cs.hut.fi/~kny/patterns/ - MFC Design Pattern
          * http://pocom.konkuk.ac.kr/design_patterns/ - JDP 한 트. .~
  • MFC/CObject . . . . 214 matches
         MFC . Object 클 한 클.
          3 .
          통해 .
         || DECLARE_DYNAMIC() || . ||
         || DECLARE_DYNCREATE() || . ||
         || DECLARE_SERIAL() || , . ||
          '' DECLARE_ IMPLEMENT_ 형태. 포함.''
  • MajorMap . . . . 214 matches
         BCD () 트, . , 10 635 BCD 형 .
         BCD , 표 . , . , 트, 8, 16, 32, 64 해, 표 . --from [http://terms.co.kr/]
          .
  • 김상호 . . . . 214 matches
         = 's Page =
         === ===
         === 10학 호 ===
         .
         == 표 ==
          !!
         == 획 ==
         ;; , ㅎ_ㅎ<< ?!
         == ==
         2010 c++ 트, Javescript, PHP 행.
         2010 rpg 행.
         2010 780 . -> 820 !!
         == 하 ==
         == 하 ==
          히히 << >_<
         == , !!! ==
          * ㅎ_ㅎ ㅠㅜ -[호]
          * 1 ㅋ [혜]
          * 2 ㅋ [혜]
          * ㅋ []
  • 데블스캠프2004/위키항해소감 . . . . 214 matches
         == ==
          * 2004 항해하 .
         == 토 ==
          * 하: .
          * : 트.
          * 황: .
          * 태훈: .
          * : .
          * : 크, 하 .
          * ; .
         DeleteMe) .
         [2004]
  • 새싹교실/2013/록구록구/9회차 . . . . 214 matches
         = =
         2013.05.14 ( ... ㅋ)
         = 크 =
         ||||||
         |||| o ||
         |||| o ||
         = 획 =
          * & & 2
         == ==
          *
          * 2
         == ==
         == ==
          scanf & ?
         ----> ....ㅎㅎ
         == ==
          * . ..
         = =
          !!
         == [] ==
  • 위키광부 . . . . 214 matches
         [] 키페
          .
          .
          .
          .
          .
          .
          * . 키탐험2013. - []
  • 유용한팁들 . . . . 214 matches
         = =
          * : [http://www.codeproject.com/useritems/Text_Indexer.asp]
         = ssh =
          * [http://www.linuxproblem.org/art_9.html ]
          * . .
          Enter Passphrase Enter
          B .ssh 폴 .
         public 키
         . .
  • BookTemplate . . . . 213 matches
          NoSmok:ISBNMacro .
         DeleteMe when you fill in this page ( )
         [크] ISBN , .
         :
          * B) * 5 : []. 탁. , .
          * B) * 4 : .
          * B) * 3 : .
          * B) * 2 : 회하 .
          * B) * 1 : .
          * : B) B) B) B) B)
         [""]
  • SummationOfFourPrimes/문보창 . . . . 213 matches
         ==== ====
          . 2 . . 해 8 4 . 4 2 . 8 4. . 해 흥 .
         ==== ====
         [SummationOfFourPrimes] []
  • html5practice . . . . 213 matches
         = Think big! ! :) =
         == ==
          *
          * 한 파(, 텍트)
          * filewriter p2p
         == ==
          * [html5practice/] : [html5/web-storage] 활 -
          * [html5practice/roundRect] : [html5/canvas] 활 -
          * [html5practice/] : [html5/canvas] 활 -
          *
          * 포
          *
          *
          * -
          *
          * 크 플
         == 트 ==
          *
          *
          * html5
  • 권형준 . . . . 213 matches
          . .
         ZeroPage 회, .
         E-Mail , .
         홍@zeropage.org , 홍 zeropage org , .
         = ZeroPage (학 ex- 07) = 10학
         ... 키 .. ..ㅋ ..ㅋㅋ
         == 표 ==
          ㅋㅋㅋ
         == 획 ==
          ...
         == ==
         ...ㅋㅋㅋ
         == 하 ==
          ...ㅠㅋ
         == 하 ==
         히 하ㅋㅋ
         [홈페], ZeroPagers, ZeroWikian ( DeleteMe 택해 . )
  • C++스터디_2005여름/도서관리프로그램/남도연 . . . . 212 matches
          //
          cout << "1. 2. 3. 4. 5. : ";
          cout<<" ."<<endl;
          cout << " : ";
          cout << " : ";
          cout << " ISBN : ";
          cout<<" ISBN 택하. 1. 2.ISBN : ";
          cout<<" ?"<<endl;
          cout<<" : "<<find->book_name<<endl;
          cout<<" : "<<find->book_writer<<endl;
          cout<<"태 : "<<endl;
          cout<<"태 : "<<endl;
          cout<<" ."<<endl;
          cout<<" ISBN?"<<endl;
          cout<<" : "<<find->book_name<<endl;
          cout<<" : "<<find->book_writer<<endl;
          cout<<"태 : "<<endl;
          cout<<"태 : "<<endl;
          cout<<" ."<<endl;
          cout<<" ."<<endl;
  • ZeroWikiHotKey . . . . 212 matches
         1. [회2005] [택] 형 ZeroWiki .
         2. [Explorer] .
         3. . . 한 페 [woodpage/VisualC++HotKeyTip] .
         == Edit ==
         == User Preference ==
         == ==
         == ==
         AnswerMe [ZeroWiki] [HotKey] . ;; - [한]
          NoSmok:항해 ?
          ~>__<ㅋ [ZeroWiki] . -
         []
  • [Lovely]boy^_^/Diary/2-2-3 . . . . 212 matches
         == 9/16 ==
          * OCU
          * ( )
          * CBT 토 . . 하 .
          *
          * ,
          * . ..
          *
         == 9/18 ==
          * . 10
         == 9/19 ==
          * ["EffectiveSTL"] 28
         == 9/20 ==
          * ["EffectiveSTL"] . .. .
          *
         == 9/22 ==
          *
          * WPM : 246
  • 정모/2002.7.25 . . . . 212 matches
         = 2002.7.25 =
          * - 18(21); 포함하
         편
         || 02 || 훈, , , , , , , ||
         || 01 || , 협, , 호, ||
         || 00 || , , (훈) ||
         || 99 || , , (), () ||
         || 97 || ||
          * 표.
          * 회 .
          *
          see also [""]
          linked from [""]
          한 회 ? 편하. / . ( , 획하 /) --["1002"]
  • <시작페이지 사용규칙> . . . . 211 matches
         한 페
         
         === ===
          * "<", ">"
          * 통한 []
          * 페 , ,
          *
          * 플함 - 항
          -_-;;
         []
  • FindShortestPath . . . . 211 matches
         
         6 1 . 2 .
         ex1) 1,10 .. (1,2,10) .. 3 ..
         ex2) 17,10 .. (17,6,1,3,10)-> 5.
         == ==
          통해 ..
          .. 한 훈 ..
          dijkstra's shortest path algorithm ? -
         [""]
  • SmithNumbers/조현태 . . . . 211 matches
         == ==
          .. 크 ~~ ..
          ....*^^*
          10^9 ...
          ..
          10^9.. 1TB.. ~>ㅃ<;;
          .. .. .. ..
          ~ .ㅎ
         == ==
          printf("테 행할 횟 .\n>>");
          printf ("\n .\n>>");
          printf(" : %d\n",Creat_base_and_process(minimum_number+1));
         == ==
  • CSS . . . . 210 matches
          HTML...
          CSS .
         HTML CSS , . , . - [(kiryu)]
         = 키 CSS =
         [CssMarket], [http://165.194.17.5/zero/index.php?keyword=CSS&mode=result&directGo=1&url=zeropage&range=%C0%FC%C3%BC CSS ]
         = =
         [http://user.chollian.net/~spacekan/] - CSS 2.0 [Tutorial]
         [http://trio.co.kr/] - CSS, HTML, XHTML W3C .
         [http://css.macple.com/] - CSS . , 해 투표 .
         [[include(:ProgrammingLanguage)]]
  • HardcoreCppStudy/두번째숙제/This포인터/김아영 . . . . 210 matches
         '''* this 포'''
         - . class A
          this A .
         클 f
         f() 확히 this->f() this .
         this
          class A class B
         class A class B
         class B class A
         class A class B this .
          B클 A클 A
          .
  • IntegratedDevelopmentEnvironment . . . . 210 matches
         IDE Integrated Development Environment 통합 . 통 텍트 편 syntax highlite debugger, , 통합 IDE하 .[* .]
         == ==
         [[include(:IDE)]]
         == 품(?) ==
          Text editor IDE. vim plugin sublime IDE TextEditor. plugin 통해 통합 .
         []
  • JollyJumpers/강희경 . . . . 210 matches
         == ==
         (performance) 화하 .
          2
         1. gap .(ex)2 .)
          *binaryMap bool형 gap
         2. gap 0 n .
          : Ο(n)
         == ==
         2 2 3 4 2 2 3 .
          2 2 3 10 JollyJumper ?? ?? --
          !! ...팩토--[]
  • SilentASSERT . . . . 210 matches
         C++ , 히 Window ASSERT .
          . 하 ASSERT , .
          Output ASSERT Fail , TRACE .
         CppUnit ASSERT .
          Output ASSERT , .
          .
  • 선현진 . . . . 210 matches
         == ZeroPage 04학 . ==
         04학 ~~
          : out_of_love
          : jurgzang
         = 표 =
         
         = 획 =
          !
         = =
          () 49%
         [http://www.cyworld.com/] 해
         [KIN]
         = 하 =
         
         || || ||
         || 화 || ||
         || || 할 ||
         || || ||
         || || ||
         [홈페], ZeroPagers (DeleteMe 택해 . )
  • ProjectWMB . . . . 209 matches
          * 02학 - []
          * [https://eclipse-tutorial.dev.java.net/eclipse-tutorial/korean/] : 튜토
          * ()
          * 1 (2) .
          * Java script, Web browser
         ||▶▶▷▷▷ || 페 ||
         = 해 =
          * http://www.grokker.com , . .
          * http://kartoo.com .
         [] [IdeaPool/PublicIdea]
  • ㄷㄷㄷ . . . . 209 matches
         == ==
         === ===
          for .
          키 페 ㅠㅠ
          1 페 ~ }}}
         [1]
         === ===
          ~
          if else ~
          if else switch ~.
         
          ~
         [2]
  • 미로찾기/김영록 . . . . 209 matches
         {{{~cpp }}}
          /////파
          ///// 효!
          /////
          ////////////////////
          /////// while .
          //// a 1~8 .
          // .
          // .
          printf("(%d,%d)=>(%d,%d)\n ",mouse.x+1,mouse.y+1,mouse.x,mouse.y);
          printf("(%d,%d)=>(%d,%d)\n ",mouse.x,mouse.y+1,mouse.x,mouse.y);
          printf("(%d,%d)=>(%d,%d)\n ",mouse.x-1,mouse.y+1,mouse.x,mouse.y);
          printf("(%d,%d)=>(%d,%d)\n ",mouse.x+1,mouse.y,mouse.x,mouse.y);
          printf("(%d,%d)=>(%d,%d)\n ",mouse.x-1,mouse.y,mouse.x,mouse.y);
          printf("(%d,%d)=>(%d,%d)\n ",mouse.x+1,mouse.y-1,mouse.x,mouse.y);
          printf("(%d,%d)=>(%d,%d)\n ",mouse.x,mouse.y-1,mouse.x,mouse.y);
          printf("(%d,%d)=>(%d,%d)\n ",mouse.x-1,mouse.y-1,mouse.x,mouse.y);
          // switch case if break
          // case ()
          // 해
  • 8queen/문원명 . . . . 208 matches
         .. , .
          do //
          for(y2nd = 0 ; y2nd < 8 ; y2nd++) //행
          do //
          for(y3rd = 0 ; y3rd < 8 ; y3rd) // //
          if (same == 0) //
          if (same == 0) //
          if (same == 0) //
          if (same == 0) //
          if (same == 1) //
          if (originX == setx ) impossible = 1; //
          if (firstAnswer == 0) //
          if (count == 0) endFind = 1; //
          if (firstAnswer == 1) //
          for(y4th = 0 ; y4th < 8 ; y4th++) //
          for(y5th = 0 ; y5th < 8 ; y5th++) //
         [EightQueenProblem] [""]
  • ComputerNetworkClass/Report2006/BuildingProxyServer . . . . 208 matches
         [http://www.web-caching.com/proxy-caches.html ]
         [http://www.mnot.net/cache_docs/#CONTROL ]
         GUID . 파 .
          formatted 화 , .
          한 함
          한 16 COM ...
          할 파 .
          .. -_- SQLite 하 ㅋㅋ - [eternalbleu]
          ... -_-;; 휘 패한 함 ... scanf sscanf
  • DebuggingSeminar_2005/UndName . . . . 208 matches
         = DLL 파 =
         == ==
         DLL 파 DLL (?) (DUMPBIN.EXE 통해 .) . undname.exe .
          '' 한 함 map 파 .'' - [eternalbleu]
         == ==
          {{{~cpp '?MapDLLappyFunc@@YAPADPAD@Z'}}}
         {{{~cpp 'char * __cdecl MapDLLappyFunc(char *)'}}} 형태 .
         == ==
  • PyServlet . . . . 208 matches
         Jython 한 Servlet .
         http://jywiki.sourceforge.net/ - . Image, JDBC .
         === Resin Setting ===
         <web-app> 항
         (resin 3.08 ) .
         resin/lib jython.jar 화 .
          .
          .~
         servlet 클 , import .
         === PyServlet ===
         [1002] PyServlet , Servlet , CGI . memory persistence . ZP 12 .
  • STL/VectorCapacityAndReserve . . . . 208 matches
         ["STL/vector"] capacity reserve 함
         === ===
         vector1 100000 .
          .
          vector2 .
         , 행합.(100000).
         === ===
         /* STL Tutorial and Reference Guid 2nd */
         /* 6.6 . */
         /* 한 . */
         /* . */
         //
          cout << "STL Vecotr capacity reserve 한 함 ."
          int N = 100000; // vector size
          cout << "vector1 " << N << " . \n"
          << " .\n";
          cout << "\n vector2 .\n"
          << ", 행합.(" << N << ").\n";
          // , .
  • StringOfCPlusPlus/영동 . . . . 208 matches
          void str_length(); //
          void str_reverse(); //
          void str_count_same_char(); //
          void str_delete_white_space(); //
          // +
          // <<
          cout<<" "<<count<<"."<<endl;
          cout<<" : ";
          cout<<input_char<<" "<<count<<" ."<<endl;
          cout<<"1. "<<endl;
          cout<<"2. "<<endl;
          cout<<"3. "<<endl;
          cout<<"4. "<<endl;
          cout<<"5. + "<<endl;
          cout<<"6. << "<<endl;
          cout<<" ?(7 ): ";
          cout<<".n";
         : ["Yggdrasil"]
  • UpgradeC++/과제1 . . . . 208 matches
         = & & =
         == 화 ==
          //
          //
          //
         == 택 ==
          cout << " (행 ) = ";
         // &
         //
         // 형 테
          ..^^ ~ 히..[화]
         == ==
          for(j = 0; j < row; j++) //
          for(j = row - 1; j >= 0; j--) //
          int middle = row / 2 + 1; //
         == ==
         //
          cout << " : ";
         //
          cout << " : ";
  • 예수는신화다 . . . . 208 matches
          * Title : - (The Jesus Mysteries)
          * Author :티 크, (), ()
          * Publisher :
          * etc : 2002 6 28 / 462 / 223*152mm (A5)
          . 학 .
         학 . .
         11300 + 2000(택) = 13300
          .
          , . --[]
         [""]
  • HelpOnSmileys . . . . 207 matches
         == ==
          :) {{{:)}}} . . {{{:)}}} ''' ''' ''' ''' 확하 .
         === ===
         == 키 확 ==
         편 {{{[[SmileyChooser]]}}} EditTextForm 페.
         {{{#editform}}} , {{{[[SmileyChooser]]}}} .
         {{{EditToolbar]]}}} {{{[[EditHints]]}}} .
  • MagicSquare/은지 . . . . 206 matches
          do{ //
          cout << " () : ";
          cout << "!\n";
          int **board = new int * [size+2]; // 2
          for(i=0; i<size+2; i++) //
          while(num != size*size) //
          row --; col ++; //한 , 한
          if (row == 0) //
          //
          if (col == size+1) //
          col = 1; //
          if (!board[row][col]) //
          board[row][col] = num; //
          else //
          row ++; col --; //
          if (row == 0) //
          row = size; //
          if (col == size) //
          col = 1; //
          if ( row == size && col == 1)//
  • MobileJavaStudy/SnakeBite . . . . 206 matches
         == ==
          .
         == 펙 1 ==
          * .
          * .
         == 펙 2 ==
          * .
         == 펙 3 ==
          * .
         == 펙 ==
          * .
         == 펙 ==
          *
          * Start
          *
          *
         == ==
          * ["MobileJavaStudy/SnakeBite/Spec1Source"] - 펙 1 (9 21)
          * ["MobileJavaStudy/SnakeBite/Spec2Source"] - 펙 2 (9 22)
          * ["MobileJavaStudy/SnakeBite/Spec3Source"] - 펙 3 (9 23)
  • RandomWalk/ExtremeSlayer . . . . 206 matches
          * Random Walk - 해--;
          * 헤
          *
         //// ////
         //// ////
          cout << " 행 : " << _nCurRow << endl;
          cout << " : " << _nCurCol << endl;
          cout << " : " << _nTotalMovement << endl;
          *
          cout << "\n행 : ";
          cout << "\n : ";
          cout << "\n (0 ~ 행-1) : ";
          cout << "\n (0 ~ -1) : ";
          * .. --
          * 팩토 --; --
          * 편한 . --
          * , ..--; .. .. --
         DeleteMe ) ?
  • SystemPages . . . . 206 matches
          크.
          * WikiSandBox - 테 .
          * FrontPage - .~
          * RecentChanges - .
          * TitleIndex -
          * RandomPage - . ^^
          * FindPage - 페
          * WantedPages - .
          * OrphanedPages - .
          * InterWiki - InterWiki.
         === ZeroPage Site ===
         === BackUp ===
          ZeroWiki Archive 7 , , 3 3 .
          . .
         ( - 통합)
          ZeroPage .
         === DeleteThisPage (DeleteThisPage . 확하 ) ===
         [""]
  • TCP/IP 네트워크 관리 . . . . 206 matches
         TCP/IP '''..'''
         = About TCP/IP =
          DeleteMe .
         == ==
          DeleteMe 행하 .
         == or ==
          *2002.4
          * 1 .
         == ==
         TCP/IP , Craig Hunt( ), 한 .
         == 표 ==
          ..^^; TCP/IP .
         == ==
          ..^^;;;
         == 황 ==
         === 1. TCP/IP ===
          *["TCP/IP / TCP/IP "]
          * TCP/IP
          *
         == 한 ==
  • ZPHomePage/참고사이트 . . . . 206 matches
         홈페
          - Your Potential, Our Passion. - ,
          표한 Windows2003 , ZP홈 2003 테 . -[iruril]
          * http://innovative.daum.net/vol2/innovation.html -
          *
          * http://jungle.co.kr/ ==> 홈페 ~~ 허...-- . -[]
          * [http://jstorm.pe.kr/]: 톰 홈페 학회 홈페 . --[]
          톰 홈페 ... ... 함 --[환]
  • 가위바위보/성재 . . . . 206 matches
         {{{~cpp 헤헤~ ..
         힘 히 해 ~ ^-^
         ~ 힘~ !!!
          ... !}}}
         {{{~cpp ...
          cout << " " << win <<"," <<endl
          <<" "<< lose <<","<< endl
          <<" "<< moo <<"."<<endl;
          cout << "\n\n"<<" " << lose <<"," <<endl
          <<" "<< win <<","<< endl
          <<" "<< moo <<"."<<endl;
         파 ... -_- .. ~ }}}
          * ?--; ?
          *.....ㅡㅡ;
         [""]
  • 백주협 . . . . 206 matches
         = ZeroPage 20 협 =
         
         10학 (1991)
         
         1학
         
         
         13 학함
         
          ..
         == 표 ==
         
          학회
         
         == 획 ==
         2013
         1.
          학
         
          학회
  • BeeMaja/고준영 . . . . 205 matches
         === ===
          . .
          .. --;;;;;;
         === ===
          printf(" : ");
          printf(" : ");
          puts(" .");
         === 트 ===
         
         for (row=0; CAL(row) < willy; row++) for CAL(row) . -
  • EightQueenProblem/이창섭 . . . . 205 matches
         == ==
          * 8 . 8 . .
          * 7 .
          * 해 20 by 20 .
         == ==
          * ... 5 ... -_-;; --[]
  • zennith/로망이없다 . . . . 205 matches
         편 해, ["zennith"] .
          " , ."
         편하 . . 하, , . , , .
  • 새싹교실/2012/아무거나/1회차 . . . . 205 matches
         [http://wiki.zeropage.org/wiki.php/%EC%83%88%EC%8B%B9%EA%B5%90%EC%8B%A4/2012/%EC%95%84%EB%AC%B4%EA%B1%B0%EB%82%98/1%ED%9A%8C%EC%B0%A8?action=edit 1회 ]
          * 3 30 7-8
         === ===
         || || [] ||O||
         ||<|2> 학 || [형] ||||
         || [] ||O||
         === ===
         형 학 Visual Studio .
         
         1. 한 f10
         2. f11 f10 .()
         3. , f5 .
         4. f5 shift f5 .
         === ===
  • AM/20040724다섯번째모임 . . . . 203 matches
         == ==
          * : 7 24 3:00 ~
          * :
          * :
          * :
          * : API 7()
         == ==
          * 7 27(화) AM - 회 8() 표, 테트
          * 테트 향 MFC
         == ==
          * 파 , ppt ... 2 . --
          * ㅋㅋ 하하-0- 테트 ㅋㅋ --
  • ProjectAR/회의/20030525 . . . . 203 matches
          * 툴 VS.net + DX 9.0
          *
          * 함 MFC .
          * m_ , 포 m_pComponent . .
          * 한 16*16.
          * 32*48.
          * .
          * .
          * , .
          * . CARItem*형 포 .
          * public.
          * .
          * .
  • ProjectPrometheus/Iteration6 . . . . 203 matches
         === ===
         |||| ||||
         || ||8/12 ||. ||
         || ||8/14 ||ZeroPageServer ||
         || ||8/15 || ; ||
         || ||8/16 ||Renaissance Club ||
         ||토 ||8/17 ||Python 3 ||
         || ||8/29 || ||
         || ||8/30 || ||
         ||토 ||8/31 || ||
         || Task || Point || ||
         || Object-RDB Relation 한 Gateway || 1 || . ||
         || || . || . ||
         || , || . || . ||
         |||||| User Story : Login Search . ||
         || Task || Point || ||
         || Login RS AT || . || . ||
         || Task || Point || ||
         || ["ProjectPrometheus/CollaborativeFiltering"] || . || . ||
         || Admin || . || . ||
  • RandomWalk2/질문 . . . . 203 matches
         RandomWalk2 4 , ( )
         (1) 5 ? 2 8 , 5 ?
         (2) 한 , ?
  • UserPreferences . . . . 203 matches
          . SeeAlso [""]
         ''' '''
         * 6 .
         * /!\ . .
         '''[[GetText(logout)]]''' , '''[[Gettext(Login)]]''' , . PC [] '''[[GetText(Logout)]]''' .
          '''[[GetText(Save)]]''' .
  • neocoin/SnakeBite . . . . 203 matches
          * 표 : SnakeBite .
          * : GP32 !
          * [[HTML(<strike> SnakeBite </strike>)]]
          * MFC GDI
          * DirectX : ["DirectDraw"]
          * GP32 ["neocoin/GP32"]
          * Cpp
          * STL
          * OOP
         == 트 ==
          * [http://zeropage.org/browsecvs/index.php?&dir=SnakeBite%2F Zp CVS SnakeBite] : CVS 통 .
         == ==
          * OOP ?
          * ?
          ''bidirectional association 화하 . back-pointer 함. MediatorPattern . --JuNe''
          * STL in C++ ?
          * ?
          * TDD 흉 . 히 GP32.
  • 숫자야구/손동일 . . . . 203 matches
         
         #include<iostream> // iostream 포함 .
         #include <ctime> // time(0) .
          // srand(time(0)); // rand() .
          // 하 행할 . -_-;;
          // int x = rand(); // rand()함 .
          // 0 ~ .
          // int x1 = rand() % 10; // % 10 x1 10
          // 0 ~ 9 .
          // int x2 = rand() % 9 + 1; // % 9 0~9
          // 1 1~10 .
          cout << " : " << endl;
          cout << " !!"<<endl;
          cout << " ~!!"<< endl;
         [] [2003/]
  • 파스칼삼각형/강희경 . . . . 203 matches
         
          .
         파 .
         void printArray(int *arr, int n); //
         void copyArray(int *fArr, int *arr); //
          cout << "한 파 (ex,6).";
          int *array = new int[column]; //
          int *foreArray = new int[column]; //() 행
          array[0] = 1; //행 1
          for(int j = 1; j < column-1; j++){ // 2
          array[i] = 1; //행 1
          printArray(array, i); //행 .
          copyArray(foreArray, array); // 화해.
          cout << " ."<< endl;
          for(int j = 0;j < blank; j++){ //행
          for(int i = 0; i <= n; i++){ //
  • 05학번만의C++Study/숙제제출4/최경현 . . . . 202 matches
         === ===
          cout << "클 ." << endl ;
          cout << m_number << " ." << endl ;
          . -_- []
          - 확히.ㅎㅎ . , 크하 .
          해 , i 1 .ㅎㅎ
          .ㅎㅎ 히 하~ - [태]
         [05학C++Study/]
  • 5인용C++스터디/메뉴와단축키 . . . . 202 matches
          *
          * ?
          * ?
          * 태(Grayed, Checked) ?
          * ?
          *
          * 팝 ?
         == 팝 ==
         클 .
          *cmenu .
         cmenu( ) 표 (point.x, point.y) .
         0 .
         point.x, point.y :
         [5C++]
  • CPPStudy_2005_1/STL성적처리_2 . . . . 202 matches
         {{| : 2005 08 01
          : 0회
         
          map
         
          sort|}}
          59 98 75 91
         탁 66 78 77 84
          52 50 63 72
          97 55 52 97
          78 82 63 73
          72 66 73 52
          95 62 94 53
          78 53 74 75
         태호 66 82 82 94
         한 86 65 62 68
         .. -_-;; map .. -_-;; spec sort. ;; .
          ;;
          * sorting map . ㅡ,.ㅡ; .
          * DS DS .
  • OurMajorLangIsCAndCPlusPlus/print/이도현 . . . . 202 matches
         ==== ====
          .
         ==== ====
          va_list vargs; //
          if (arg[arg_index] == 'd') //
          else if (arg[arg_index] == 's') // string(char *)형
          else if (arg[arg_index] == 'f') // float형
          // 7 0 .
          // 포함한
          //
          // 0.xxx 0 표)
          if (i == decimal) //
          if (arg[arg_index] == 'd') //
          else if (arg[arg_index] == 's') // string(char *)형
          else if (arg[arg_index] == 'f') // float형
          //
          // 0.xxx 0 표)
          // 7 0 .
          if (j == decimal) //
  • StacksOfFlapjacks/조현태 . . . . 202 matches
         == ==
          .. .. ..
          !! ...
          .. 한 , ..
          .ㅎ
          2 . ( .)
          한회 ....
          ..ㅎ
         == ==
          printf("팬 . (0 )\n>>");
          printf (" : ");
         == ==
  • TableOfContentsMacro . . . . 202 matches
         == 1 ==
         == 2 ==
         === 1 ===
         === 2 ===
         == 3 ==
         ''''''
         == 1 ==
         == 2 ==
         === 1 ===
         === 2 ===
         == 3 ==
         TableOfContentsMacro {{{[[TableOfContents]]}}} ,
          .
         ''''''
          * TableOfContentsMacro , .
         '''항'''
          * ''simple'' : , simple .
          * ''toggle'' : . {{{[[TableOfContents(toggle)]]}}}
          * ''title'' : . {{{[[TableOfContents(title=)]]}}}
  • 송수생 . . . . 202 matches
         = ZeroPage=(05학)
         학:
         학:05학
         :
         :21
         MSN :xtimexhotmail.
         :[http://cyworld.com/shusheng]
         : ,
         :..ㅋ
         == 트 ==
         = 1학 1학 =
         []
         = 1학 =
         [2005]
         []
         = 1학 2학 =
         [2005트]
         [트2005]
         [2005MFC]
         [05트]
  • 정모/2004.3.12 . . . . 202 matches
         == ==
         ||01|| ||
         ||03||환, , , , , 황, 휘||
         == 황 ==
          *
         == 2004 ==
          * 흥 - , ,
          * - (93) (99) (00) 택(00) (01) COW
          * , 3/31 6:00
          * 흥
          * - 통, , , 토크, , 하, 크, 함, 회, MSN
         == ==
          * ->
          * PC
         == ==
          * . 확 ; -[iruril]
         []
  • 페이지이름고치기 . . . . 202 matches
         페 . .
          1. .
          * .
          * <!> '''! ''', Full text search 해 .
          * DeletePage .
          DontDeleteThisPage
         DeleteMe NoSmok:페 .
         [""]
  • CincomSmalltalk . . . . 201 matches
         Cincom ["Smalltalk"] 툴
         === VisualWorks ===
          * [http://zeropage.org/pub/language/smalltalk_cincom/VM-Windows.tar.gz Windows VM]
         === VisualWorks ===
          * . (ex> c:\vw7)
          * VM, {{{~cpp VisualWorks}}} image, {{{~cpp VisualWorks base components}}} .
          * optional components, goodies, {{{~cpp VisualWorks documentation}}} .
          * image visualnc.im .
          * bin\win visual.exe .
          * {{{~cpp VisualWorks}}} 행하 visualnc.im .
         === ObjectStudio ===
         === ObjectStudio ===
          * {{{~cpp ObjectStudio}}} SETUP.EXE 행하 .
          * {{{~cpp ObjectStudio documentation}}} {{{~cpp ObjectStudio}}} .
  • QueryMethod . . . . 201 matches
          트하 ? . , .
          . . 하 Switch .
          해, 하 - Boolean - .
         Boolean , be 형태 .(is,was...)
  • StructureAndInterpretationOfComputerPrograms . . . . 201 matches
         MIT . " "
          Abstraction . Modularity, Objects, and State .
          . ( .) Scheme . ( 한 Abstraction .)
          [http://pl.changwon.ac.kr/sicp/sicp_data.html ] [http://ropas.kaist.ac.kr/~kwang/320/02/ 트] . . .
         []
  • SuperMarket/세연 . . . . 201 matches
         = =
          s_product[0].name = "";
          s_product[1].name = "";
          s_product[2].name = "";
         //
          cout << " : ";
         //
          cout << " 택 : ";
          cout << " : ";
          cout << " \n";
         //
         //
          cout << " 택 : ";
          cout << " : ";
          cout << " \n";
         //
          cout << " : " << money << "\n";
          cout << "\n";
          cout << "1. \n";
          cout << "2. \n";
  • zyint/articleTest . . . . 201 matches
          :"
          " "~" ' '
         태훈 :
         
          험해
         험해
         DeleteMe ) . [OrphanedPages] : ) --[]
  • 데블스캠프2005/화요일 . . . . 201 matches
         = [2005]/화 =
         SeeAlso) [2005/]
         == ==
          === 1 () ===
          ==== ====
          9 30 ~ 12 40 ( 3)
          ==== ====
          C .
          ==== ====
          9 30 ~ 10 30(1 ), 10 40 ~ 12 40 (2 )
          []
          [하탑]
          ==== MAZE ====
          (행 )
          0 , 1 , (1, 1) , 표.
          8향( 4향, 4향) .
          ==== 1 ====
          ==== 2 ====
          === 2 (Python) ===
          1 45 -
  • 몸짱프로젝트 . . . . 201 matches
          DataStructure 트페.
         SeeAlso [HowToStudyDataStructureAndAlgorithms] [DataStructure] [http://internet512.chonbuk.ac.kr/datastructure/data/ds1.htm ]
          * : [], [황]
          * : 2004 1학
          * : ProgrammingPearls( [])
         || BubbleSort || [트/BubbleSort] ||
         || BucketSort || [트/BucketSort] ||
         || BinarySearch || [트/BinarySearch] ||
         || Invert || [트/Invert] ||
         == ==
         [트/CrossReference]
         [트/BinarySearchTree]
         [트/MinimalCostSpanningTree]
         == ==
         || FindShortestPath || [트/ShortestPaths] ||
         || [Maze] || [트/Maze] ||
         || HanoiProblem || [트/HanoiProblem] ||
         || RandomWalk || [RandomWalk/황] ||
         || KnightTour || [트/KnightTour] ||
         || . || [트/DisplayPumutation] ||
  • 이재환 . . . . 201 matches
          . .
         ZeroPage 회, .
         E-Mail , .
         홍@zeropage.org , 홍 zeropage org , .
          04학...
         == 표 ==
          ..
         == 획 ==
          1
         == ==
         트 : ..1 쨰..
          : 6;;
          퇴 : 2 3;;
         == 하 ==
         [홈페], ZeroPagers, ZeroWikian ( DeleteMe 택해 . )
  • 2011년MT . . . . 200 matches
         == ==
          * 평 or
          * .
          * ? - [황]
          *
         == ==
          : Aug 5, 2011
         || || 회 (, ) || ||
         || || O (2) || X ||
         || || O (:D) || X ||
         || || O (2) || O ||
         || || O (2) || O ||
         || || O (1) || X ||
         || || O (2) || X ||
         || || O (2) || X ||
         || || O (2) || X ||
         || 혜 || O (2) || X ||
         || || O (2) || O ||
         || || O (2) || O ||
         || || O(2) || X ||
  • RabbitHunt/김태진 . . . . 200 matches
          // 해 a
          //a i -1
          //
          // a , C .
          * 5 . . 하 , . accept..... float a ..? ;;
         3 1 .
         1 3 .
         -100 101
         101 102
         [ACM_ICPC/2011]
  • 토이/숫자뒤집기/김정현 . . . . 200 matches
         == 표 ==
          int int
         
         == ==
         Java ..
         1.
         2.
         3. swap
         4. ;; Arrays 트 함 . ..
         5.
         6.String class
         7. . ;;
         8.
         9. Collections 클
         == ==
          ..ㅋ ..
         [토] [토/]
  • CPPStudy_2005_1/STL성적처리_3 . . . . 199 matches
         {{| : 2005 08 03
          : 0회
         
         
          59 98 75 91
         탁 66 78 77 84
          52 50 63 72
          97 55 52 97
          78 82 63 73
          72 66 73 52
          95 62 94 53
          78 53 74 75
         태호 66 82 82 94
         한 86 65 62 68
         void readdata(vector<student_type>& ztable); //파
         bool zcompare(const student_type ele1, const student_type ele2); //sort
         void printdata(vector<student_type>& ztable); //
         void operation(vector<student_type>& ztable); //
          // .
          //
  • EmbedAudioFilesForFireFox . . . . 199 matches
          Embed FireFox type .
         embed W3C 한 표 . 표 IE, Firefox .
         히 파.. . -
         == ==
          * embed태 MS embed태 . ? -
         []
  • Score/1002 . . . . 199 matches
         See Also [/Score]
         == ==
         1 .
         == 1 ==
         == 2 ==
         input . .
          sub "O" f(n) = f(n-1)+1 .
         f(n) sum(f(n)) = n(n+1)/2 , . .
          if e!='' , len(e) 0 화해 . "" "" 화.
         J.
  • SeedBackers . . . . 199 matches
         2005 2 . 해. (feed-back) (seed-back) 트 페
         == ( 5) ==
          || || || ( ) ||
          || [택] || OpenSource || SE ||
         == ( ) ==
          === ===
          || [http://dduk.idaizy.com/data/paper/1.hwp 1 ] || 택 ||
          === ===
         []
  • 글로벌CEO . . . . 199 matches
         = CEO =
          * . 7,8,9 10902 .. CEO . . .-[협]
         []
  • NumberBaseballGame/jeppy . . . . 198 matches
         void make_number(char *p); /* */
         void check_num(char *dest, char *src); /* */
          printf(" . .\n");
         /* ZeroWiki 함 해 --v
          .. ..
          ~ editplus .. ~
          .. ? --a
          ex) 223 ? 흐..
  • [Lovely]boy^_^/ExtremeAlgorithmStudy/MathematicalFoundations . . . . 198 matches
          * .. .
          * ..
          * , , notation .. , w() .
          * ,
          * (Floors), (Ceilings)
          *
          * , , 팩토,
          * (Series), (Summation), (Mathematical induction), ... .. .(Bounding the terms),
          * (... . )
          * 합, 함, , 트
          * , 합, 확(.. 확 ㅠ.ㅠ)
  • 정모/2004.8.9 . . . . 198 matches
         == ==
          || 03 || ||
          || 04 || ||
         == 회 ==
          === 학회 ===
          *
          * ([ZeroPageMagazine] [] )
          * (ex, , ..)
          *편
          === ===
          * 학하
          * .
          * ( , )
          *
          * ( )
          *
          === ===
          * .
         []
  • 조영준/다대다채팅 . . . . 198 matches
         [].
         = =
          * .
          * .
          * ... . :Q... .
          * . '' 하 .
          * ...
         = =
         == ==
         == 클트 ==
  • 김진아 . . . . 197 matches
         === ZeroPage 15☆05학 . ===
         ===== ☆ =====
         Upload:.jpg
         [[HTML(<PRE><SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: ; color:black; LETTER-SPACING: -1px">)]]
          :
          : []
          : jin-_-ahotmail.com
          : http://www.cyworld.com/jin__a/
         ===== ☆ =====
         [[HTML(<PRE><SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: ; color:black; LETTER-SPACING: -1px">)]]
         
          ㅠ_ㅠ[한]
          ?? ㅎㅎ --[]
         .....ㅡㅡ;;; --[하]
          V ㅎㅎㅎㅎ-[joosama]
         , ...... ? -[허]
         V ~ ㅋㅋㅋ ~ -[]
         ,ㅋㅋㅋ 하3~ ㅋㅋㅋ -[]
         pda ... -_-;; - [택]
         , ..ㅋㅋ -[]
  • 정모/2012.10.29 . . . . 197 matches
          * : [], [], [], [], [], [], [], [], [희], [황혜], [], [], [한]
          * [] 학
          * OMS: []
         == /트 ==
          * pinple
          * - [], [], [], []
         == ==
         == PC ==
          * [PC]
         == ==
          * 포함 ? - []
          * . -[]
         [2012], []
  • DueDateMacro . . . . 196 matches
          ( ...) (121) 0 . '' .. ^_^;; - stania
          + 1.0.5 . DueDateMacro . --WkPark
         DueDateMacro MM/DD/YY , YY-MM-DD YY MM DD ^^
          ... . - []
  • LinkedList . . . . 196 matches
         = ? =
          * .~
         = ? =
          * [0,1 형(포)] - [1, 2 형(포)] .... [N-1, N 형(포)] - [N, NULL] .
          *
          *
          *
          *
          *
         = =
         || || || ||
         || || ["LinkedList/"] || C++ ||
         || || ["LinkedList/"] || C++ ||
         || || ["LinkedList/StackQueue"] || C++ ||
         || 희 || ["LinkedList/학"] || C ||
         || 호 || ["LinkedList/"] || C ||
         || [] || ["LinkedList/C"] || C ||
         [""]
  • PyIde/BicycleRepairMan분석 . . . . 196 matches
         IDE 통합 , 테 .
         BicycleRepairMan_Idle.py . VIM Idle 통합 BRM facade .
         brm_xxx_event 행하 .
          Eclipse Ctrl + Alt + H Method call hierarchy . StepwiseRefinement .
          * BRM BRM . . :)
  • 창섭/통기타 . . . . 196 matches
          * ["zennith/bike"] ..;;
          * ZeroPage ZeroWiki '통' :)
         == 통? ==
          * 포크 .
          * . . () 포함한.
          *
         || [http://165.194.17.15/~wiz/cgi-bin/MoinMoin/wiki-moinmoin/moin.cgi/_c5_eb_b1_e2_c5_b8?action=highlight&value=#line23 키] ||
         || [http://cafe.daum.net/picatongjjang 페] ||
         || [http://cafe19.daum.net/_c21_/bbs_list?grpid=2Yce&fldid=V9D 통 10 판] ||
         || [http://cafe.daum.net/folkguitar 페 통] ||
         [""]
  • Hacking/20040930첫번째모임 . . . . 195 matches
         == ==
          * : 9 30 3:00 ~ 4:00
          * :
          * :
          *
          * ,
         == ==
          * Chapter1( ) Chapter2()
          - 포트
          * VMware
          -
          [http://fedora.redhat.com/ 페]
          [http://www.debian.org/ ]
          -
          [] --[]
          * [http://www.google.co.kr ] 활화합
  • 5인용C++스터디/템플릿스택 . . . . 194 matches
         템플 .
         || || || 평 ||
         || || Upload:Stack__SM.cpp || . ||
         || 화 || Upload:Mr.CHO_StackByTemplat.cpp || . ||
         || 화() || Upload:Mr.CHO_StackByTemplat2.cpp || .. . ||
         || || Upload:StackTemplateMwm.cpp || .. pop 함 ... ||
         || ( 함.) || Upload:stack_templete_Leonardong.cpp || .. . ||
         || 황 || Upload:TemplateStack_JS.cpp || exit 함 ..ㅋㅋ ||
         [5C++]
  • EdsgerDijkstra . . . . 194 matches
          * http://www.cs.utexas.edu/users/EWD/indexEWDnums.html - Dijkstra .
          Stepwise Program Construction The Humble Programmer . . , . --
         [http://www.cs.utexas.edu/users/UTCS/notices/dijkstra/ewdobit.html 2002 8 6 ]. , . . --["1002"]
         [""]
  • FileZilla . . . . 194 matches
         [http://filezilla.sourceforge.net 트 홈페]
         [택] ftp 클트. alftp , alftp FileZilla 환했. ftp sftp . 2.2.7 ftp 클 . 편한 .
         FileZilla FileZilla . :)
         === ===
         []
  • IdeaPool/PrivateIdea . . . . 194 matches
         = PrivateIdea ? =
          * Idea .( [IdeaPool/PublicIdea] )
         || || (Idea) || || || || ||
         || || PC cleaner || 2006.12.19. || - || - || - ||
         || 협 || || 2006.12.19 || Ready || || [WebMapBrowser], [ProjectWMB] ||
         || || 3DCube || 2006.12.20 || - || - || [3DCube] ||
         || || || 2007.3.13 || - || - || [WikiGardeningKit] ||
          * . Starting Point . :) --[]
          * . , . - []
  • 현종이 . . . . 194 matches
         ==헤==
         class SungJuk //클 .
          char m_szName[30]; //.
          //호,,, .
          int m_nTotal; // .
          double m_dAvg; //평 .
          SungJuk(); //폴트 .
          //.
          int GetTotal(); // .
          void PrintResult(); // .
          void Top_Print(); // .
          void TopKorean_Print(); // .
          void TopEnglish_Print(); // .
          void TopMath_Print(); // .
         == ==
          strcpy(m_szName, "");
          cout<<"\n " << "\t" << " 호 : "<< m_nNumber << "\n"
          <<"\t\t"<< " : "<< m_szName << "\n" <<"\t\t"<<" : "
          cout<<"\n " << "\t" << " 호 : "<< m_nNumber << "\n"
          <<"\t\t"<< " : "<< m_szName << endl <<"\t\t"<<" : "
  • DesignPattern2006 . . . . 193 matches
         = =
          * 1( )
         = =
          * : [] , []
         = =
         || || 할 || ||
         || 9/22 || GOF DesignPatterns || . ||
         || 10/13 || GOF DesignPatterns 2 || . ||
          * ... ... ? - []
         = =
         = =
          * GOF
          * Java
         = =
          * []
         = 트 =
          * 파 (...^^;;) - []
          * ... GOF ...;; - []
          * ..- []
         [2006], [FrontPage]
  • HowToEscapeFromMoniWiki . . . . 193 matches
          MoniWiki .
          ZeroPage MoniWiki (migration)하 .
          , MoniWiki .
  • Java/스레드재사용 . . . . 193 matches
          . ( run() run() ) 한 (unreachable statement) -
         waitfortarget() ?? .. 한 run ?
          .. .. wait.. .. ' ' ..??? (._.);
          .. .. .. ㅋㅋ;
         -해
         === ===
  • 서민관 . . . . 193 matches
         = =
         == ==
          * 09학
          *
          *
          * ..
          *
         == ==
          *
         ||(ANN, Artificial Neural Network) - 2||
         || (GA, Genetic Algorithm)||
         || - (Associative Rule based Classifier) : CPAR||
         ||[http://zeropage.org/seminar/95651 XML-RPC ]||
         == ==
          * 형한텐 항 . . . ㅎㅎ 형, . 형 ! ㅎㅎㅎ -[]
  • 정모/2003.12.27 . . . . 193 matches
         == ==
         ||01||, , ||
         ||02||||
         ||03||황, , 환, , , ||
         == ==
         === 회 ===
          * 화 3 함.()
         === 회 ===
          * 회
          ||03||, , , 협, , , 희, , , , 훈||
          ||02||훈, , , , , , ||
          * 함.
          * ZeroPagers ZeroWikian .
         [""]
  • 조현태/프로젝트 . . . . 193 matches
         == 태/트 ==
          === 트 ===
          * 키! - (?) 품..ㅎㅎ
          - [Wiki]
          * php - ??ㅎㅎ
          - []
          * MFC - MFC 한획!! ~!
          - [2005MFC]
          * - ....;;;;;;;;
          - [트2005]
          * - .. ..ㅠ.ㅜ ? .;;
          - [태//]
          === 트 ===
         [태]
  • 피보나치/조현태 . . . . 193 matches
         Describe /태 here.
          // .
          //
          cout << num <<" "<< prv_answer <<".\n";
          //..
          //- .
          cout << " .\n ?";
          cout << number <<" ?(1. 2.)";
          펙토 .^^; 해해.
          ..ㅎㅎ
          #
          #
          t= int (raw_input(' >>'))
          t= int (raw_input(' >>'))
  • 2006컴퓨터구조스터디 . . . . 192 matches
         ==== 1. ====
          : 10 4 4
          : 10 13 ??
         ==== 2. ====
         , , 허, ,
         ==== 3. ====
         * :
         * : ??
          - Adder Multiplex 하 ? 3 ..ㅡ.ㅜ - []
         == 할 ==
          ~~ ㅋㅋ -
          ...ㅡ.ㅜ ...ㅠ.ㅠ - []
         헉.. 흑흑 ㅠ ~~ - [허]
          ? ~ - []
  • CNight2011/윤종하 . . . . 192 matches
         == ==
          * .
          * .
          * 편함
          * 2 parameter
         == 포 ==
          * .
          * 하 편하
          * ... 포.
         == ==
          *
          clock_t ;
          *
          * typedef
          struct student ;
          * typedef
          STUDENT ;
          * Linked list
          * ADT
          * C
  • GoodNumber . . . . 192 matches
         ==== ====
         Good number . 포함 .
          22 (2+2=4). (2*11=22). (2+1+1=4). 22 good number.
         ==== ====
         1 32767 good number .
         ==== ====
         1 32767 .
         ==== 테 ====
         ==== ====
         see also ["2002"], [""]
         [""]
  • LogicCircuitClass/Exam2006_1 . . . . 192 matches
         = 2006 2학 =
          . 함. 120 .
          * Digital signal Analog signal .
          * 2 ,
          * 2, 8, 16, 10 .
          * BCD 2 .
          * 2, 16 , .()
          * 화 하.( )
          * . 하 checksum (). 하 3bit Full adder ..? adder . . 하하.
  • RUR-PLE . . . . 192 matches
          *
         = 1 =
          * . .
         ''''' . .. -[협]'''''
         = 2 =
          * .
         = 3 =
          * .
         == ==
         = 크 =
          * [http://rur-ple.sourceforge.net/ 플홈페]
          * [http://zeropage.org/pub/language/python/python-2.4.1.msi Python 2.4 ]
          * [http://prdownloads.sourceforge.net/wxpython/wxPython2.6-win32-unicode-2.6.1.0-py24.exe wxPython]
          * [http://prdownloads.sourceforge.net/rur-ple/rurple0.9.0.1b.zip?use_mirror=nchc ]
          * [2005/RUR-PLE]
  • XpWeek/20041223 . . . . 192 matches
         = 행 =
         11 53 : : Client( , 황, 한 ), Server( , )
         12 19 : : Server( , , 하 )
         1 .
         3 16 : 트. 패 . .
         4 : . 화. 클 . , 한 페 .
         5 : 한 C++ . . 태. .
         6 .
         = 크 =
         [http://zeropage.org/pub/upload/1223_1630.jar ] - 클 .ㅡㅡ;
         = =
          * [XpWeek/20041222] --
  • whiteblue . . . . 192 matches
         === ===
         ~ 02학 ~! 2003 ..^^;;;
          * : [[BR]]
          * : 1982 12 16[[BR]]
          * : 흰
          * 표 : 행
         === ===
          * ["RandomWalk/"]
          * ["Omok/"]
          * ["whiteblue/"]
          * ["whiteblue/파"]
          * ["whiteblue/"]
          * ["whiteblue/"]
         === ===
          * ["판"]
         === ===
          * ㅋㅋ -[]
         === ZeroPage ===
          *훈 : ["훈(K)~"] [[BR]]
          * : ["Yggdrasil"] [[BR]]
  • 오월의 노래 . . . . 192 matches
         ''' ..."'''
          학, 71 , 5 J.G.헤 (文藝) , < (Sturm und Drang)> .
          (牧師) F. < (Willkommen und Abschied)> <5 ('''Mailied''')> , (詩作) .
         DeleteMe) . --
  • 이정화 . . . . 192 matches
          +_+ 06학 .:)
          ^^
         Wiki ~
         ㅋㅋ ~??ㅋㅋㅋㅋㅋㅋ- -?
         = =
          ~
         
          ~? 한 포 ~
          ''syhyper@hotmail.com 탁~''
          .....ㅎㅎㅎㅎㅎㅎ .. ..
          . -_-; [http://165.194.87.227/zero/index.php?url=ZeroWiki&title=%B1%E8%C1%F8%C7%CF 클!]
          * !^^ 흐흣 ? ? ㅋㅋ 히히~ 키페 ! - [허]
  • 정규표현식/소프트웨어 . . . . 192 matches
         [[pagelist()]]
          * .
          * 확 , 2010 .
          * 트 플 .
          * grep, find regex .
          * regex-isearch(C-M-s) .
          * re-builder 행할 .
          * '/' .
          * -_- . - [한]
          * - []
  • DecomposingMessage . . . . 191 matches
          . 팩토 ExtractMethod. 토크 . 3-4 . 토크 . self .
          self smalltalk . .
  • EditPlus . . . . 191 matches
         == EditPlus? ==
         EditPlus .
         == ==
          2
         == ==
         ||||태||
         == 획 ==
         
         *파-
         *편-
         *- - 태표- URL
         *-
         *-
         *-
         *-
         == ==
  • FeedBack . . . . 191 matches
         '''ZeroWiki ?''' [[BR]]
          , , , XP 4
         ''''''[[BR]]
          n. [][] .
          1. 환, .
          * 心·社 .
          * [] .
          * (·) .
         
  • KeyNavigator . . . . 191 matches
          .
         ZeroWiki [] .
         == 항해 키 ==
          * IE ( Enter .), [Mozilla] .
          * .
         || 키 || ||
         || Alt + s || ||
         || Alt + z || Go ||
         || Alt + x || NoSmok:EditText 크 ||
         || Alt + c || UserPreferences ||
         || Alt + d || ||
         == ==
          화 했.
         .
          === ===
          1. Alt + c , Enter : UserPreferences
          * tab
          * Enter
          === ===
         []
  • MiningZeroWiki . . . . 191 matches
         2000페 [키] 탐험해 SeeAlso [2004/]
          :
          활 n * (OHP2, , IndexCard 1, 2 ),
         === ===
          * 1 : , 2 OHP MindMap . OHP.
          * 2 : , ZeroWiki .
          * 3 : [크]
          * 4 : ,
         [행]
  • lostship/MinGW . . . . 191 matches
          gcc STLport
         == ==
          * MinGW MSYS 톨 한. [http://www.mingw.org/index.shtml MinGW & MSYS]
          * 환 path /MinGW/bin .
          * STLport . [http://www.stlport.com/ STLport]
          * /STLport-4.5.3/doc/index.html .
          * STLport iostreams 행한.
          * /msys/1.0/msys.bat 행하 .
          * /mingw/STLport-4.5.3/src .
          * make -f gcc-mingw32.mak clean install 행한. /STLport-4.5.3/lib .
          * .dll.4.5 파 path .
         == application STLport library ==
         == ==
          * gcc 3.2 c++ 헤 STLport-4.5.3 .
          * /STLport-4.5.3/stlport/config stl_gcc.h .
          * ../g++-v3 c++/3.2 .
  • 공개선언/메세지 . . . . 191 matches
          []
         = [] =
         휘팅^^ --[허]
         = [허] =
         == [http://zeropage.org/zero/index.php?title=%B0%F8%B0%B3%BC%B1%BE%F0&url=zeropage#2.1 2007 1] ==
          ~ ~ --[]
         = [] =
         == [http://zeropage.org/zero/?url=zeropage&title=%B0%F8%B0%B3%BC%B1%BE%F0#3.1 2006~2007 학] ==
          ~! . , 패, , , ~ [템] ~
  • 박범용 . . . . 191 matches
         = Curse ware (04) (~) =
          || : (朴鎔)||
          ||포 ||
          || ||
          || ||
          || ing||
          || : 86 2 7||
          || : .. ||
          || : 흑..||
          || style : blue & jazz and rock||
          || : pantera ㅡㅡ^||
          || : ..||
          ||[http://cyworld.nate.com/plmmlq/ .. ]||
         == 표 ==
          === 5 Dimebag Darrell ===
          === ===
          .
         == 획 ==
          === ===
          확 .
  • 알고리즘2주숙제 . . . . 191 matches
         == 호 | ==
          3 n(2 ) . 2*1 . n .(Generating Function )
          n ( A, B, C). A C ( A B, B C .
         하 .
         (i=1~n)i*(Hi) = n*(n+1)/2*(Hn) -(n-1)*n/4
         == ==
  • 영어단어끝말잇기 . . . . 191 matches
          .
          ? --[]
          - , [] , 페 .. - [택]
          . , .
          ( [http://www.oup.com/elt/global/products/oald/lookup/ OALD]) .--[Leonardong]
          .--[]
         []?
  • EuclidProblem/이동현 . . . . 190 matches
         ==== ====
          . .
          ^^
         X, Y .
         ==== ====
         //Euclid Problem/ 2005.04.03
          if(a<b){ //a .
         long Eucl(long a, long b){ //a. a=bq+r 형 r=a-qb a,b
          if(tx==0 && ty==0){//
          xy[1][0] = 1, xy[1][1] = q*-1; // a 1.
          xy[1][0] = xy[0][0]*-1*q+tx; // q*-1 .
         ==== 한테 할 ====
  • TestDrivenDevelopmentBetweenTeams . . . . 190 matches
          : http://groups.yahoo.com/group/testdrivendevelopment/files Inter-team TDD.pdf
          TDD?
          TDD 통해 통 interface . MockObject , Object , 히 하 Object interface . Object MockObject .
         Java inteface 키 abstact class interface . Pair interface .
  • 정규표현식/모임 . . . . 190 matches
         [[pagelist(^/*)]]
         [[pagelist(^//*)]]
         = 2010/10/13 =
         == ==
          : 6 PC
          : 5
         == ==
         * .
         *
         1. to Wiki
         * [호] :
         * [] :
         * [] :
         * [한] : S/W ,
         2.
          .
          .
          4.
         == ==
         4
  • DebuggingSeminar_2005 . . . . 189 matches
         = =
         
          : 2005. 8. 10 () 15:00 ~ 19:00
          : (00)
          : 4352, 7
          :
          , 협, (01)
          황 (03)
          한 (04)
          '' . ;;'' - [eternalbleu]
         = =
         = (키) =
          || [DebuggingSeminar_2005/UndName] || UndName ||
          || [DebuggingSeminar_2005/DebugCRT] || Debug CRT . extracted from Debugging Application ||
          || [DebuggingSeminar_2005/AutoExp.dat] || VC IDE Watch ||
         = 트 () =
          || [http://www.compuware.com/products/numega.htm NuMega] || [SoftIce] , DevPartner ||
          || [http://www.compuware.com/products/devpartner/softice.htm SoftIce for DevPartner] || 파트 SoftIce, [http://www.softpedia.com/get/Programming/Debuggers-Decompilers-Dissasemblers/SoftICE.shtml Freeware Download] ||
          || [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html/_core_viewing_decorated_names.asp undname.exe] || C++ Name Undecorator, Map file 툴 ||
          || [http://www.vmware.com/ VMWARE] || ? ||
  • Monocycle/조현태 . . . . 189 matches
          == Monocycle/태 ==
          === ===
          .. .ㅋ
          ..;;;
          ~ .. 4-5 ..
          !! ;; .
          1 .ㅋ ? ? ㅎㅎㅎㅎ ( .ㅋ)
          === ===
  • 2010php/방명록만들기 . . . . 188 matches
         == 트 ==
         == (9 8) ==
         = ( index.php ) =
         <title></title>
           <input type='text' name='input_name' maxlength='10' size='10'>    
         호  <input type="password" name='input_pw'size='4' maxlength='4'>
         <input type='submit' value=''>
         == ( dbconnect.php ) ==
         == 해.. ( get_time.php ) ==
         == ... ( process.php ) ==
          *
          * .
         //
         //
         //
          *
          * 합.
         == , (페 ) ( print.php ) ==
         $scale = 10;//한 페
         //( $total_page )
  • Chopsticks/문보창 . . . . 188 matches
         == ==
          택한 , K + 8 , .
          택할 통해, 3 .
          a 택, n , k .
         {{| min<sub>i+2<=k</sub>{ D[a-1][k] } |}} O(1) , a K + 8 O(kn) .
         == ==
         static int nPerson, nStick; // ,
         static int stick[MAX_STICK+1]; //
         static int d[2][MAX_STICK+1]; //
  • EightQueenProblemSecondTry . . . . 188 matches
         EightQueenProblem ? .
          , . EightQueenProblem ( ) . EightQueenProblem (insight) , 한 해 .
          .
         || ||||||||||||LOC|||||| ||||
         || ||1st||2nd||3rd||1st||2nd||3rd||1st||2nd||3rd|| ||
         || ||4h:50m||1h:56m||.|| 135 lines || 130 lines || . || python || python || . ||
         || ||1h:05m||1h:52m||52m|| 114 lines || 147 lines(+ test code 28 lines) || 304 lines || java || java || java ||
         ||택|| 2h:00m||0h:10m || ||75 || 93 || || C++ || java || || ["EightQueenProblem/택/java"] ||
          * LOC - ''Lines of Code. 통 SLOC(Source Lines of Code) 함.''
  • RandomWalk/손동일 . . . . 188 matches
          srand(time(0)); // rand() .
          // 하 행할 . -_-;;
          int x = rand(); // rand()함 .
          // 0 ~ .
          int x1 = rand() % 10; // % 10 x1 10
          // 0 ~ 9 .
          int x2 = rand() % 9 + 1; // % 9 0~8
          // 1 1~9 .
         //함 ...
         // ...
          // ...
         // ...
         [RandomWalk] []
  • 김현종 . . . . 188 matches
          :
          : 011-9138-6208
          : 957-6 파트 321 901호
         == 표 ==
          ^^
         == 획 ==
          ... ^^
         == ==
          ^^
         == 하 ==
          C ... .. ...^^
  • 변형진 . . . . 188 matches
          * ''' ...!'''
          * ... - []
          * .. 2006 한 -[]
         = 행할 =
         [ RDBMS ]
         [ for PREG]
         [ for PHP]
         [PHP ]
         = [2006] =
         [2006////]
         = [06/ACM] =
         [/]
         [파형/]
         [/]
         [/]
         [BeeMaja/]
         [FromDuskTillDawn/]
         = 포함 =
         [[pagelist()]]
  • 임인택/내손을거친책들 . . . . 188 matches
          ( / ) .
          * 패
          * GE
          *
          *
          *
          * 하
          *
          *
          *
          *
          *
          * TCP/IP
          * 21
          * [포토]
          *
          *
         [택]
  • CppStudy_2002_2/객체와클래스 . . . . 187 matches
         DeleteMe) , page name . --["1002"]
         = =
          strcpy(m_beverage[0],"");
          strcpy(m_beverage[1],"");
          cout << " \n";
          cout << "10,50,100,500,1000 \n";
          cout << " !\n";
          cout << "\n";
          cout << "1. \n";
          cout << "2. \n";
          cout << "3. \n";
          cout << "4. \n";
          cout << "5. \n";
          cout << " : " << m_money << "\n";
          cout << "\n";
          cout << "1. " << m_beverage[0] << " " << m_price[0] << " " << m_quantity[0] << "\n";
          cout << "2. " << m_beverage[1] << " " << m_price[1] << " " << m_quantity[1] << "\n";
          cout << "3. " << m_beverage[2] << " " << m_price[2] << " " << m_quantity[2] << "\n";
          cout << " >> ";
          cout << m_beverage[choice-1] << " \n";
  • ProgrammingPartyPhotos . . . . 187 matches
         2002 5 19 ["파티"] .
          . ( )
         || . ZP#1 ||
         || 협, 희, , 희||
         ||(:) ) ZP#2 ||
         || JuNe, , , ||
         ||포 Moa ||
         ||, , 훈, , 환||
         || . Facilitator ||
         ||ZP#1 한 CrcCard ||
         || 협, 희, ||
  • STL/list . . . . 187 matches
          * .
          === ===
          === ===
         l.push_back(5); //
         l.push_front(4); //
          === 회 ===
          * iterator containter .
         // for
         // while
         === ===
          cout << "for 회" << endl;
          cout << "while 회" << endl;
         
         for
         while
         === ===
         list .
         AC++ 8 .
  • 데블스캠프2011/넷째날/Git/권순의 . . . . 187 matches
         == ==
         // myCmdBase.cpp : .
          //
          // .
          //
         // .
         // .
          * .
          * , . , . [http://photo2text.com photo2text] - []
  • 박효정 . . . . 187 matches
          . .
         ZeroPage 회, .
         E-Mail , .
         홍@zeropage.org , 홍 zeropage org , .
         10학
          10 ^ _ ^ !
         == 표 ==
          ㅠ_ㅠ!
         == 획 ==
         2학 / 한 활 ^,^
         == ==
          .... ....
         == 하 ==
         행ㅠ_ㅠ♥
         == 하 ==
          =_=!!ㅋㅋㅋ
         [홈페], ZeroPagers, ZeroWikian ( DeleteMe 택해 . )
  • 새싹교실/2011/무전취식 . . . . 187 matches
         
         == ==
          06 []
         == ==
          11
         == ==
         C
         == 크 ==
         [/2011//1]
         [/2011//2]
         [/2011//3]
         [/2011//4]
         [/2011//5]
         [/2011//6]
         [/2011//7]
         [/2011//8]
         [/2011//9]
         [/2011//10]
  • 성우용 . . . . 187 matches
         
         = =
         == ==
         === ===
         ==== ====
         06학
         []
         || || ||
         || || ||
         
          cout<<"x .";
          cout<<"y .";
          cout<<" .\n";
          cout<<" .\n";
          cout<<"!\n";
          cout<<"!\n";
          cout<<"!\n";
          cout<<"!\n";
          cout<<"!\n";
          cout<<"!\n";
  • Freemarker . . . . 186 matches
         Java Servlet HTML 템플 .
          HTML 템플 . HTML 템플 템플 . 템플 HTML . HTML . 템플 , HTML페 . ..하
         '' Programming Jakarta Struts ''
  • PaintBox . . . . 186 matches
         = =
          *
          * .
          * Java .
          * 12 21 ~ 23(3)
          * .
         = =
         = =
          *
          * 호([snowflower])
          * [허]
          - 3 ㅡㅡ;;; - [eternalbleu]
          - , 05학 , . 19 -[허]
          - 해 해.. 3 .. - [snowflower]
         - - [snowflower]
  • 경시대회준비반 . . . . 186 matches
         = =
         === ===
         ''' 1. .'''
         ''' 2. .'''
         == 큰 ==
         [/BigInteger]
         || [/] ||
         === ===
         ===== =====
         || [] ||
         ===== 1. =====
         ===== 2. =====
         ===== 3. 회 =====
         ===== 4. =====
         ===== 5. =====
         ===== 6. 하 =====
         ===== 7. 하 =====
         === 할 ===
         [http://www.topcoder.com/tc?module=Static&d1=tutorials&d2=dynProg Dynamic Programming: From novice to advanced] .
         [http://www.algorithmist.com/] ACM 파트 . .
  • 이영호/기술문서 . . . . 186 matches
         [C/C++]
         []
         [한C]
         [C99표C]
         []
         [http://wiki.kldp.org/wiki.php/CSocketFAQ] -
         [http://zeropage.org/wiki/_b7_e7_c7_c1_b4_c20_ba_ce_c5_cd_3f] - 0???
         [http://bbs.kldp.org/viewtopic.php?t=24407] - Reference 한 호 Pointer 한 호 (: Reference CallByValue .)
         [http://bbs.kldp.org/viewtopic.php?t=21671] - tip
         [http://bbs.kldp.org/viewtopic.php?t=20512] - Array ...
         [http://bbs.kldp.org/viewtopic.php?t=1244] - : malloc, free, new [], delete []
         [http://bbs.kldp.org/viewtopic.php?t=1133] - : hex dump
         [http://bbs.kldp.org/viewtopic.php?t=48059] - struct POS memcmp if ( : memory .)
         [http://bbs.kldp.org/viewtopic.php?t=2128] - GNU C printf locale
         [http://bbs.kldp.org/viewtopic.php?t=1045] - *NIX Debug 한 툴 (GNU/Linux strace = A system call tracer, ltrace = A library call tracer)
         [http://bbs.kldp.org/viewtopic.php?t=30832] - ()
  • 파스칼삼각형/김영록 . . . . 186 matches
         = 파형 =
         == ==
         LITTEL AOI
          ; ;;
          ;
         
         ..;; 행 50 25하 ㅠㅠ
         
         == ==
         int num_ret(int X, int Y) // 1(X=1,X=Y) 1
          cout << "===== △파 형△ =====" << endl;
          cout << "행 : " ;
          cout << " (1~" << Y << ") : " ;
          cout << num_ret(X,Y) <<"! ㅋㅋ" << endl;
         == 한테 할 ==
         
         ! - [트]
         [파형] [LittleAOI]
  • 페이지지우기 . . . . 186 matches
          , 해 '''DeleteThisPage''' . ZeroWiki 통해 페 .
         /!\ ''' ! DeleteMe .'''
         '''''' : NoSmok: .
         '''If you want to delete this page, YouNeedToLogin.''' ZeroWiki Delete''''''Page . ? security.py {{{~cpp self.delete = self.delete and user.valid}}} . --[""]
         []
  • ConstructorParameterMethod . . . . 185 matches
         Constructor Method , ? 해 setter . ,
          . 하 setter . set해 . set .
          void setXnY(int x, int y) // smalltalk setX:xNum y:yNum .
  • PragmaticVersionControlWithCVS . . . . 185 matches
         The Pragmatic Programmers . , .
          SubVersion .. -_- ;;
          * . - [eternalbleu]
          * 히 편 . - [eternalbleu]
          * 7 . - [eternalbleu]
          * . ㅡ.ㅡ;; TortoiseCVS 편한 . - [eternalbleu]
  • RandomWalk2/영동 . . . . 185 matches
          Random ... Scheduled .
          //====================================
          char way[20];// 향(8향: 0~7)
          int input_y, input_x;//
          int start_y, start_x;//
          int y, x;//
          int i, j;//for
          int count=0;//
          //x, y , 화===
          cout<<"\n x : ";
          cout<<"\n y : ";
          // , ===========================
          cout<<"\n x : ";
          cout<<"\n y : ";
          base[y][x]=1;// 1
          //===================================
          cout<<" : ";
          //===================================
          case '0'://
          case '1'://
  • WERTYU/1002 . . . . 185 matches
          한 함..
          환해
          .. char .
          , 화 하 트.
         JuNe doctest . ( 행) . test code 'test code == ' . .
  • 김정현 . . . . 185 matches
         = (01) =
         = (19) =
          * : 1999 6 6 19학
          *
         : kjh996601020@gmail.com
         : kdh4021200@naver.com
         == 활 ==
         2019.3.06
         2019.3.13
         2019.3.20
         2019.4.03
         2019.5.01
         2019.7.03
         2020.07.29
         2019학 1학 J
         2019 (C)
         2019 ,
         == ==
         
         
  • SimpleDesign . . . . 184 matches
          XP , TestDrivenDevelopment . TestDrivenDevelopment . 5 , 한 해 , .
         SimpleDesign [""] . [""] . --["1002"]
  • TheWarOfGenesis2R/ToDo . . . . 184 matches
         = 해 =
         == ==
          * . .
          * .
          * .
         == ==
          * 1 .
          * . -> Bitmap
          * (V) 틴 합
          * (트)
          * (V)
  • 토이/메일주소셀렉터/김남훈 . . . . 183 matches
          lex
         
          .
          FSA lex .
          : '.' . '.' . 2 .
          : . . 2 .
         co.co.kr .
         ..
         [토] [토/]
  • BirthdatCake/하기웅 . . . . 182 matches
         == ==
          ^^
          Accepted ^^
         ax+by=0 , x,y ax+by>0 -a/b
         ax+by<0 -a/b .
          a, b for 통해 .
         == ==
  • TravelSalesmanProblem . . . . 182 matches
         == ==
         AI . .
          TSP distance symmetric 하, triangular inequilty , ( ) .
         == ==
         1 . (1 )
         한 : 1 .
         == ==
         == ==
         || || || || 트Cost ||
  • 이승한/java . . . . 182 matches
         = 한/JAVA =
          .
         == ==
          : ( )
         public static void main(String [] args){} // C void main() . String [] args . 확하
         System.out.println(" str "); // .
         JAVA // .
          형 : boolean, byte
          : private, protected, public
         클 ; class, abstract, interface, extends, implements
          : new, instanceof, this, super, null
          : try, catch, finally, throw, throws
          : transient, volatile, package, import, synchronized, native, final, static, strictfp
         goto, const .
         == ==
         GUI : javax.swing
          JOptionPane.함
         [한], [트], [JavaStudy2004]
  • 타도코코아CppStudy/0818 . . . . 182 matches
         || || ||
         || [CppStudy/0811] || X ||
         == ==
          * []
          * []
         == ==
          .
          * . .. . --[희]
          * . 한테 , . . --[]
          * ....+_+ ~~~~ --[CherryBoy]
          * ~~~ ~~~ ^__*~~[]
         [CppStudy]
  • 파이썬->exe . . . . 182 matches
          : win32com 한 파 py2exe 행파
          -ㅇ-
         win32com ..
          (파 )
         py2exe 패키
         한 팁 .
         
         
         
          .
          setup.py
         :
         
  • DataStructure/Stack . . . . 181 matches
          * 택(Stack) : . . , ?^^;;
          * top 포 킴.
          * top포 ?^^;;
         == 택 ==
          cout<<" ";
          cout<<"";
         == Linked List Stack ==
          Node* Head; // ( 편함!)
          cout<<"";
  • IdeaPool . . . . 181 matches
         = IdeaPool ? =
          * ( ) . .
          * Pool .
         = IdeaPool =
          * ( [IdeaPool/PublicIdea] ) - 학, 학, .
          * ( [IdeaPool/PrivateIdea] ) - .
         []
  • StringOfCPlusPlus/세연 . . . . 181 matches
         = =
          .......
         , ....... 할텐......
         = =
         //파
          //
          //
          //
          //
          //
          //
         // 환, NULL
  • ZeroPageServer/계정신청방법 . . . . 181 matches
         [[include(:Deprecated)]]
         ZeroPageServer .
         === ===
         ZeroPagers , []
         === ===
          *
          * :
          * : , 학, , ID,
          * ID .
          *
          * gaggachi @ hotmail.com ( )
          ==== ( .) ====
         || ["ZeroPageServer/Telnet"] ||
         || ["ZeroPageServer/MySQL"] ||
         || ["ZeroPageServer/CVS"] ||
         === 항 ===
          ZeroPageServer 페 황,
         === CVS ===
  • [Lovely]boy^_^/Diary/2-2-14 . . . . 181 matches
          * ["PhotoShop2003"] .
          * 하
          * G-_-g
          * . .
          * . . ... 학 2 .
          * 10 4411-4413
          *
          *
          *
          * OCU XML
  • 송지훈 . . . . 181 matches
          : 1988 1 22 .
          1988 3 10 . ( ...)
          (할-- ...)
         학 : 20060913
          : 함. .
         페 : [http://www.facebook.com/teolex.song?ref=tn_tnmn 훈]
          : , , 페, ,
          :
          : 함.
          :
          : .
          : 크.
          * . ㅋㅋ -[]
  • 임지혜 . . . . 181 matches
         ZeroPage (학 ex- 07) =
         [★★]
          * :
          DeleteMe - 한테 ~~
         == 표 ==
         
         == 획 ==
         
         == ==
          학
         == 하 ==
          ( ..)
          , ..! ! !
         
          !
         == ==
         == 표 ==
          || 활 ||
          || || ||
          || || ||
  • 주민등록번호확인하기/정수민 . . . . 181 matches
         === ===
          =0=
         === ===
          printf(" \n");
          //
          if (k==a[12]) printf(" ~ ^^ !");
          else if (k==10) {if (a[12]==0) printf(" ~ ^^ !");}
          else printf(" ???? -_-;;");
         === 한테 할 ===
         .....ㅎㅎㅎ ..^^ ..ㅎㅎ ..^^;;ㅁ;;
         하.. ..ㅎㅎㅎ
          LittleAOI !! ㅎㅎㅎ - [태]
          'ㅅ'// - 태훈[zyint]
         [LittleAOI] [호확]
  • 피아노연주자 . . . . 181 matches
          == () ==
          === ===
          * 푸 해한.
          * MIDI 해하 .
          * (Ex 허, ) 환하 (Ex ) .
          === ===
          * 태,
          === ===
          * . ( 29 .)
          *
          || || 화 || || || ||
          === ===
          *
          === ===
          * ?ㅋㅋ
          * -_-;;
         [] [2007]
  • Thor . . . . 180 matches
         = Zeropage 학 =
         2002학 - >_</~♡
         - >_<
         - 히 할-[[BR]]
         (... -_-?!)[[BR]]
         ... .........(!!!)[[BR]]
         ; -_-a[[BR]]
         하하핫;; 하 ~~♡[[BR]]
         == 표 ==
         !!![[BR]]
         DeleteMe> ㅋㅋ... ???ㅋㅋㅋ
         == 획 ==
          !!!
         == ==
         흐 ;;
         == 하 ==
         &
          * 훈 : ["훈(K)~"]
          * : ["teruteruboz"]
          * : ["AstroAngel"]
  • [Lovely]boy^_^/Diary/7/29_8/3 . . . . 180 matches
         || || 한 || || 트 ||
         || 3D || || 100%? || .. ||
         = 7/31() =
          * 헉.. 3 3 ㅠ.ㅠ--;
         = 8/1() =
         || || 한 || || 트 ||
         || C++ || 힘 || 100%? || ||
         = 8/2() =
         || || 한 || || 트 ||
         || Python || || 10% || ||
         || 3D || || || : ,텍 ||
          * 10
  • 김동준 . . . . 180 matches
         == (teledong, 하 텔) ==
          * 07학 ZP -
          * 07학
          * 2016.06.13. 해
          * 트 24 (홈페 : [https://www.teledong.kr] )
          * 하 .
          * NAS (https://nas.teledong.kr)
         == Process ==
          #1
          #2 편하
          #3
          #4
         == ==
         [[pagelist()]]
          * ;;
          * ?? ㅎㅎ -[]
         [홈페], [ZeroPagers]
  • 데블스캠프2006/월요일/함수/문제풀이/김준석 . . . . 180 matches
         == ( ) ==
          cout << " 40 7 !" << endl;
          cout << " " << endl;
          cout << "" <<(rand()%(daewon/10) +1) * (int)(weapon_num/daewon) << " " << endl;
          cout << "!!" << endl;
          cout << (rand()%(weapon_num/10) +1) / daewon << " " << endl;
          cout << "패!!" << endl;
         == Dice() 1~6 ==
          cout << " " << dice() << "." <<endl;
         == ==
          cout << " -> ";
          cout << " ->";
          cout << " ->";
          cout << " ->" ;
          cout << " ->";
          cout << " ->";
          cout << " ->";
         void call_back(){ cout << "" << endl;
         [2006//함/]
  • 동영상처리세미나 . . . . 180 matches
         = 획 =
          * : 4
          * 2006.08.10, 2006.08.17 : input
          * :
          * 2 표, or.
         = 황 =
         || 2006.08.03 || ||
         || [/2006.08.17] || .. ||
         || 5 || .. ||
         = =
         17 (2) ~
          ->(open CV, ) process ->(OpenGL, direct ) output
          ..
          ..
         = =
          * . ? . 탁~ -[]
         [2006]
  • 셸정렬(ShellSort) . . . . 180 matches
          * : (트) . 2 , 2할한 . 환한. -
          * [http://www.youtube.com/watch?feature=player_embedded&v=CmPA7zE8mx0 ]
          * nlogn . -[]
  • 정모/2013.5.6/CodeRace . . . . 180 matches
          * 5 6 Code Race 행하.
          * 2006 행했 Code Race .
          * : [CodeRace/20060105]
          * : http://intra.zeropage.org:4000/CodeRace?presentation
          * 행 : []
         = =
         == , ==
         == , ==
         == , ==
         == 훈, 형 ==
          - 1 .
         == , 훈 ==
         == 08 , 13 ==
         1
         == 7 ==
         == [],[] ==
          1
          // .
         == , ==
          f=fopen(".txt","r");
  • Java/ServletFilter . . . . 179 matches
         Java Servlet 2.3 .
         Filter , 해 JSP,Servlet 화할 .
         Filter
          * EncodingFilter - 해 jsp/servlet
          * Logging & Performance
          * Data Compression
          EncodingFilter JSP .
          model 1 jsp/servlet 한 한 .
         === filter ===
         web.xml 함.
  • MineSweeper/황재선 . . . . 179 matches
         == ==
          1. . . RandomWalk .
          * . array arr, 키 input . .
          * console . c 편하.
          * tdd. 트해 . 키 트했. . .
  • OpenCamp . . . . 179 matches
         == ==
          * ZeroPage 한 학
         == 행 ==
          * [OpenCamp/]
          * : Web Conference
          * : 2012 9 15 1 ~
          * 행: ZeroPage 200 OK
          * [OpenCamp/]
          * : Java Conference
          * : 2012 11 17 1 ~
          * 행: ZeroPage
          * [OpenCamp/]
          * : Hackathon
          * : 2014 Spring Semester
          * 행: OpenCamp Task Force
          * [OpenCamp/] With CLUG
          * : Programming Language and its Application( )
          * : 2016 9 27, 29
          * 행: OpenCamp Task Force
         [활/2012] [활/2014] [활/2016]
  • ReverseAndAdd/황재선 . . . . 179 matches
         == ==
          튜플 ((4,9339), (5,45254), (3,6666)) 튜플 . --
         테 . ... 테 . --
          reverse shell . . tdd 화하 . --
  • 데블스캠프2009/수요일/OOP/서민관 . . . . 179 matches
         = 2009//OOP/ =
         //
          (n);
          (n1+n2);
          (n1*n2*n3);
         //
         class
          private int ;
          int (int x){ = x};
         class :
          int in();'
          ();
          void (int x);
          .();
          //
          int (int x){ = x +30};
         class
          int ;
          int ;
          int 태;
  • 방울뱀스터디/만두4개 . . . . 179 matches
         ' 4'? 파 . .
         === 4 항 ===
          * 3 (1p, 2p, 1 vs 2)
          * P2P 플
          * 5
          * 화 ', , '
          * - 60
          * 3
          *
          * 플
          * 5
          *
          *
          * 3
          *
         === ===
          400*300
         []
  • 그래픽스세미나/2주차 . . . . 178 matches
         === ===
          : 2003 3 10
          : 7 PC -
         === ===
          PPT파: Upload:CGseminar2.zip
         === ===
          *
         || || Upload:Arm.zip 팔(?) ||
         || || Upload:GL_Report2_Insu_MFC.zip 태형 ..||
         || || Upload:bborok.bmp . ||
         || || Upload:Cubic.zip 허... ||
         || || [http://165.194.17.15/~lsk8248/wiki/Seminar/%b1%d7%b7%a1%c7%c8%bd%ba%bc%bc%b9%cc%b3%aa/2%c1%d6%c2%f7/Space.zip Space] 향키 +,- 키 ^^ [[BR]] [http://165.194.17.15/~lsk8248/wiki/Seminar/%b1%d7%b7%a1%c7%c8%bd%ba%bc%bc%b9%cc%b3%aa/2%c1%d6%c2%f7/Space.exe Space 행 파] [http://165.194.17.15/~lsk8248/wiki/Seminar/%b1%d7%b7%a1%c7%c8%bd%ba%bc%bc%b9%cc%b3%aa/2%c1%d6%c2%f7/ErrorSpace.exe Space 행 파( ..ㅡ.ㅡ)]||
         || [] || Upload:Sun.exe . ...;; ||
         || || Upload:Open2.zip -.-;; ||
         || || Upload:Blending.zip ||
         [] ! --NeoCoin
         [1002] ; --[1002]
         []
  • 새싹교실/2013/록구록구/11회차 . . . . 178 matches
         = =
         = 크 =
         ||||||
         |||| o ||
         |||| o ||
         = 획 =
          * 포 ()
         == ==
          * 포?
          *
         == ==
          * 행해!
         == ==
         == ==
          * .
          . ㅎㅎ
         = =
          !!
         == [] ==
         == [] ==
  • 이진훈 . . . . 178 matches
         == !? ==
         -_- 페 ; ()
         학 03..
         .. 1stkiller At hanmail Dot net..
         == 표!? ==
          ..-_- (탕-)
          .
         ( .)
         히 하 ..
         
          ..
         .. ..? (탕탕-)
          -_-; ( ㅠ_ㅠ)
          Output ~
         할.. =ㅂ=..
  • 정규표현식/스터디/반복찾기/예제 . . . . 178 matches
         [[pagelist(^/*)]]
         == - 호 ==
         === - ===
         === - 한 ===
         === - 호 ===
         == - ==
         === - ===
         === - 한 ===
         === - 호 ===
         == - 한 ==
          * /etc 파 .
          *
          1. {{{rc0.d, rc1.d, rc2.d, rc3.d, rc4.d, rc5.d, rc6.d}}}
          1. {{{rc.local, rc0.d, rc1.d, rc2.d, rc3.d, rc4.d, rc5.d, rc6.d, rcS.d}}} .(rc.local )
          1. {{{rc.local, rc0.d, rc1.d, rc2.d, rc3.d, rc4.d, rc5.d, rc6.d}}} . (rcS.d )
          1. -(hypen) 2 . - -_-;;
         === - ===
         === - 한 ===
         === - 호 ===
  • Ajax . . . . 177 matches
          . RichInternetApplication Flash (MacromediaFlex ) .;
         MacromediaFlex ? . 2 . -_a -[1002]
          ㅎㅎ . ㅡ.ㅡ;; gmail, google map ajax ... 해했 . - [eternalbleu]
         []
  • AssemblyStudy . . . . 177 matches
          * 2009
          * !! 히!!
          * . 키:
         = 표 =
         || # || 표 || ||
         || 1 ||VMware || . ||
         || 2 || || . ||
         || .. ||... || . ||
         == ( . 페 .) ==
          *
          *
          *
         = 크 =
         == ==
          * [http://charsyam.springnote.com/pages/2429832 OS]
         == ==
          * [http://dada.pe.kr/200 ]
          * [http://iplusu.tistory.com/entry/OS-%EA%B5%AC%ED%98%84-%EC%8B%A4%EC%8A%B5-%EB%B6%80%ED%8A%B8%EC%8A%A4%ED%8A%B8%EB%9E%A9-%EA%B5%AC%ED%98%84-mongii-naska ]
         []
  • Bigtable/MasterServer . . . . 177 matches
         (MS) (TS) .
         MS TS 행하 .
         == ==
         1. TS
         1. TS
         1. 태
          1. TS
          1. 통한 TS
          1. 태 SSTABLE 함(?)
          * SSTABLE -> ?
  • RubyLanguage/Class . . . . 177 matches
         = 클 =
         = =
         = =
          * 화 할
          * Class 클 Module 클
          * 클 = +
          *
          *
          * Ruby .
          * .
          * .
          * '''Include''' : 클 .
          * Service 클 namespace , Service 클 Library .
         
         1 .
         
         2 .
  • ㄷㄷㄷ숙제1 . . . . 177 matches
         == ==
          ~~~~~~~~~~~
         = =
          printf(" \n");
          printf(" \n");
         = =
         -희 : 확히 ;;;ㅠㅠ
          ;;
         -희 : 포
          for(b=1;b<10;b++) for(b=1,b<10,b++) 30 ;;;ㅠㅠ
          [2006/] .
  • 가위바위보/영동 . . . . 177 matches
         //
          //파
          //
          //
          cout<<"sunho : "<<sunho_win<<endl;
          cout<<" : "<<sunho_draw<<endl;
          cout<<"sunho: "<<sunho_lose<<endl;
          cout<<"insu : "<<sunho_lose<<endl;
          cout<<" : "<<sunho_draw<<endl;
          cout<<"insu: "<<sunho_win<<endl;
          result=0; //sunho 0
          result=2; //insu 2
          result=0; //sunho 0
          result=0; //sunho 0
          result=2; //insu 2
          result=2; //insu 2
          result=1; // 1
          result=1; // 1
          result=1; // 1
         : ["Yggdrasil"]
  • 미로찾기/이규완오승혁 . . . . 177 matches
          cout << "(2< n < 40) :";
          cout << "\n. : ";
          cout << "\n (2 < m < 20) :";
          cout << "\n. : ";
          cout << " .";
          cout << "\n . ?\n";
          cout << " (" << i << ", " << j << ") .\n";
          cout << " (" << i << ", " << j << ") .\n";
          cout << " (" << i << ", " << j << ") .\n";
          cout << " (" << i << ", " << j << ") .\n";
          cout << " (" << i << ", " << j << ") .\n";
          cout << " (" << i << ", " << j << ") .\n";
          cout << " (" << i << ", " << j << ") .\n";
          cout << " (" << i << ", " << j << ") .\n";
          cout << " (" << i << ", " << j << ") .\n";
          cout << " 한 횟 " << walk << " .\n\n";
  • 삼총사CppStudy/숙제2 . . . . 177 matches
         2
         3 CVector 클 .
         1. 3 . x표, y표, z
         2. .
          || operator+ || 2 . ||
          || operator- || . ||
          || operator*(#1) || . ||
          || operator*(#2) || . ||
          || operator^ || . ||
          || Normalize || 1 . ||
          || Length || . ||
          화 할 .
         = =
         [CppStudy/2/환]
         [CppStudy]
  • 2006동계MT/사진1 . . . . 176 matches
         = =
          ..ㅜㅜ
         토 ㅋㅋ
          .ㅋ
         = MT =
          ^^
          ~
          -.-;;
         ..
          , ㅋㅋ
         
          * ( 함,큰, 태) 05 허 , .
         [2006MT]
  • C++Seminar03/SampleProblems . . . . 176 matches
         [C++Seminar03] ZeroWikian .
         == 1 : ==
          For ~
         == 2 : ==
          10000 for 1~50000 ~
         == 3 : 트 ==
          크 100 트~ (플! ~)
         == 4 : 2 ==
          ax^2+bx+c ~
         == 5: ==
         [C++Seminar03], []
  • FOURGODS/김태진 . . . . 176 matches
         = =
          * * [http://www.algospot.com/judge/problem/read/FOURGODS ]
          * A-B-C-D(-A)
          * .
          * A C .(n^2)
          * B D .(A,C ) (n)
          * . A-B-C-D .(e.g. )
          * A . B C , A-B-C-D A-C-B-D .
         // Copyright (c) 2013 Jereneal Kim. All rights reserved.
  • Jython . . . . 176 matches
         = encoding =
          * raw_input .
          * . , , , .
         = 크 =
         [Python] [Java] . Java OS (?) ;
          * [http://huniv.hongik.ac.kr/~yong/MoinMoin/wiki-moinmoin/moin.cgi/JythonTestCode PyUnit Java Class from 키]
          * [http://python.kwangwoon.ac.kr:8080/python/bbs/readArticlepy?bbsid=tips&article_id=242&items=title&searchstr=Jython Jython JApplet ]
          * [http://python.kwangwoon.ac.kr:8080/python/bbs/index_html_search?items=title&searchstr=Jython&bbsid=tips 파 Jython ]
          * [http://www.javaclue.org/jython/pyservlet.html JavaClue PyServlet]
          * http://www.xrath.com/devdoc/jython/api/ - 황 ; Jython API Document Java Doc ;
          * http://openlook.org/wiki/Articles - 6호 About Python - Jython
          * PyServlet - Jython 한 servlet
         []
  • LinuxServer . . . . 176 matches
          트.
         = 행 =
          : 한, , ,
         == ==
         == 황 ==
         || || . ||
         || 화 11/15 || . ||
         || 11/18, 11 - 1 || [11/18] ||
          ㅡㅡ;; . - [eternalbleu]
          GG -
          -
          편하.ㅋㅋ - [(shusheng)]
         []
  • SubVersionPractice . . . . 176 matches
         [http://zeropage.org/trac/project/browser/ Zeropage SVN ]
         
          .
          . .
          .
          .
          . ( )
         [CodeRace/20060105] checkout해
  • 김재현 . . . . 176 matches
         ..........
         . -ㅅ-;
          . ㅋ
         msn--- syniori hotmail.com
         --- syniori
         --- www.naver.com/syniori.do
         == ==
          .
         #define COUNT 6 //
          for (k=0; k < MAX; k++) //~(호..)
          for (k=0; k < COUNT; k++) { //
          while (used[n]); //
          used[n]=1; //
          printf("\n"); // 한 set
          ?
          학: 20050994 :
         ------포 -----------
         포 ,
          . ....
         하 . .
  • 새싹교실/2011/學高/7회차 . . . . 176 matches
         [/2011/學高]
         = =
          * .
          * 히하, 09, 10 . 학 .
         = 2011 4 18 =
         == : 하 ==
         === (fact) ===
          * 09, 10
         === (feeling/finds) ===
          * . C .
         == 학: ==
         === (fact) ===
         === (feeling/finds) ===
         === ===
  • JMSN . . . . 175 matches
         Java MSN 호환
          * http://cvs.linuxkorea.co.kr/cvs/py-msnm - Python 포팅 msnmlib
         DeleteMe) sourceforge xrath(http://xrath.com/) . -_-; . . (.. ;) --
         DeleteMe) ... --
         1. MSN Messenger Protocol
         * properties(Foward list, Reverse list, Allow list, Block list, GTC setting, BLP setting)-$1 . $1 client . client $1 .
         * client $1 retrieval .
          -List : FL, RL, AL, BL -Item# -TtlItems
         2. JMSN
         
         []
  • NeoZeropageWeb/기획안 . . . . 175 matches
         2006 홈페 .
         ''' .'''
         테 : BLUE
         ''' .'''
         테툴 : TRACKBACK CENTER
          [http://www.allblog.net]
         ''' 통합 '''
         테 : , TRAC, 통합 .
         '''UTF-8 향한'''
         테 : UTF-8
          획. . - [eternalbleu]
  • RandomWalk2/서상현 . . . . 175 matches
         파 함. 7/1 11 1 3. ["RandomWalk2/"]. 7/2 30 . . 함.
         판 3 . 해 .
         DoItAgainToLearn 할 . .
          [http://my.netian.com/~sshiskom/file/python/walk.py ].
         해 . [http://my.netian.com/~sshiskom/file/haskell/walk.hs ].
  • RunTimeTypeInformation . . . . 175 matches
          , . ( instanceof )
         MFC C++ , .
          RTTI .
          .
         MFC CRuntimeClass , DECLARE_DYNAMIC, IMPLEMENT_DYNAMIC, DECLARE_DYNCREATE, IMPLEMENT_DYNCREATE, RUNTIME_CLASS .
  • WinSock . . . . 175 matches
         Windows Socket API. Win32 API .
          Windows ( , IOCP) API .
          Winsock API . ( -_-; )
         === () ===
          1 user 1 thread .
         === (클트) ===
          SOCKADDR_IN ServerAddress; //
          //IP. INADDR_ANY . ^^;
          ServerAddress.sin_port = htons( 1002 ); //포트
         [""]
  • 김태진/Search . . . . 175 matches
          , , 2 .
          , 함 check static variable . thanks to. 힌트 .
          * . . static variable ㅋㅋ - [혜]
  • FooBarBaz . . . . 174 matches
         CS ( ) .
          * Programming Language Foo, Bar, Baz .
          foo baz ', ' , ''Excuse me'', . (PC통 )
          : 한
         []
  • JollyJumpers/황재선 . . . . 174 matches
         == ==
         == ==
          System.out.println("3000 . ");
          System.out.println(" " + size + " . ");
         == ==
         1. {{{~cpp TreeSet}}} . sort log(n) .
         2. main . 함 .
         3. test . 테트할 test클 field 행했. . 테 .
         --
  • Vaccine . . . . 174 matches
          . ... -_-a
         || || 투표 ||
         || V3 || 3 ||
         || || 1 ||
         || NAV ( )|| 1 ||
         || || 0 ||
         || PC || 0 ||
         || 함 || 1 ||
         ''' 투표 : 6'''
          v3 . .; --
          , . --[Leonardong]
         [], [투표]
  • 레밍즈프로젝트/프로토타입/마스크이미지 . . . . 174 matches
         SeeAlso) [트], [트/], [MFC], [(zeropage)bitblt]
         = =
         SeeAlso) [트//MFC]
          //
          //회
         = =
         = =
          .
         플, 포토ㅤㅅㅑㅍ .
          형태 , 한 . 형태 .
  • 문자열검색 . . . . 174 matches
         === ===
          : x y z .
         === ===
          y ,
          x x[40] = "His teaching method is very good.";
         === ===
          -> His teaching method is very good.
          -> method ( )
          -> His teaching method is very good.
          -> Hello
         === ===
          * (result.out) .
         === ===
          || || || || ||
          || 호 || C || 3 || [호/] ||
          || 태 || C/C++ || . || [/태] ||
          || 허 || C, C++ || || [/허] ||
         [LittleAOI] []
  • 최소정수의합/이규완 . . . . 174 matches
         === ===
         === ===
         === 한테 할 ===
         .^^ , .^^ -[태]
          └, ^^
          ..;;ㅁ;;
          행하 1 .^^ n 1 .^^
          [합/허] .^^ - [태]
          └, !!
          n 0 .^^ . ㅠ ㅋㅋ-[허]
         [LittleAOI] [합]
  • DesignPatternSmalltalkCompanion . . . . 173 matches
          DPSC . zeropage DesignPattern . ( 1650 . -_-;)
          DesignPatterns (하 GoF) .
          * GoF 한 C++ 해 DPSC Smalltalk .
          * DPSC GoF . GoF , .
         == 크 ==
         [""]
  • TheTrip/곽세환 . . . . 173 matches
         == ==
          * 통O
          * double형 ( 9.03 9.029999999999... ). 함. .
          * double형 함
          * - 평 (평 - 평)
         == ==
          int n; // 학
          int student[1000]; // 학
          int total; //
          int aver; // 평
          int studentExchanged[1000]; // 평하
          int exchange; //
          //
         == ==
  • [Lovely]boy^_^/USACO/PrimePalinDromes . . . . 173 matches
          * zp . ..;;
          * . ..
          * 테트 해 5 . .. 한 ..;; 9 5 . ㅠ.ㅠ 4.9xXX ;;--;
  • 서지혜/Calendar . . . . 173 matches
          * .. ..
          * attribute accessor 편한. lambda ( )..
          * ASP.NET 하 C# attribute accessor lambda C# ㅋㅋㅋㅋ - []
          * .. attribute accessor lambda ㅜㅜ attribute accessor public encapsulation ㅠㅠ code block .. - [혜]
          puts month.to_s + "", days, "\n"
  • 수학의정석/방정식 . . . . 173 matches
         = =
         : xkm/hr . ykm t . , .
         x, y, t .
         = =
         = =
         = =
          .
          . 한 효 .
         = =
         ||||Source(포함)||CPU_CLOCKS||UPDATE 1||UPDATE 2||UPDATE 3||
         || [태] || [//태] || 0 || || || ||
         []
  • 알고리즘5주숙제 . . . . 173 matches
         == ==
          ( )
         || || [5/] || ㅡㅜ ||
         || 하 || [5/하] || ~ ||
         == ==
         (x^2 / 4) + (y^2) = 1 ==> x -2~2, y -1~1
         == ==
          . ?
  • RubyLanguage/DataType . . . . 172 matches
         = =
         = =
          *
          * null, nil, true, false
          * Boolean클 . 한 true 1 , false 0 .
          *null nil
          * null .
          * nil nilClass 클톤 .
          * nil false nil, false true .
         DeleteMe).
  • SoftwareCraftsmanship . . . . 172 matches
          SoftwareEngineering. ProgrammersAtWork ' ? ?'. SoftwareEngineering . ApprenticeShip.
          Offline .
          * wiki:Wiki:SoftwareCraftsmanship , wiki:Wiki:QuestionsAboutSoftwareCraftsmanshipBook - OriginalWiki .
         [""]
  • [Lovely]boy^_^/Diary/2-2-1 . . . . 172 matches
         = 2-2 1 =
         == 9/2 ==
          * .
          * .. ..
          * ["EffectiveSTL"], HowToSolveIt([""] ) .
          * ["EffectiveSTL"] 1 &.
         == 9/4 ==
          * . 팩토.
         == 9/5 ==
          * ["EffectiveSTL"] 2,3,4 .
          * ObjectProgramming Report .(, until 9/12), .
          * 1 (DB, , ).
         == 9/6 ==
          * ["EffectiveSTL"] 2,3,4
          * 포트 .
          * ["EffectiveSTL"] 6
          * ["EffectiveSTL"] 5
          * .. . --;
         == 9/8 ==
          * 포트 .
  • [Lovely]boy^_^/Diary/2-2-6 . . . . 172 matches
         == 10/7 ==
          * --; .
          * 푸
          * .--;
         == 10/9 ==
          *
          *
          * Humble Programmer --; .
         == 10/10 ==
          * MMM 2 . .
          * Humble Programmer
          * 1,2
         == 10/11 ==
          * 7 형 환
          * 4,5
          * 3
          *
         == 10/13 ==
          * 토 5
          * 1
  • 데블스캠프2011/다섯째날/HowToWriteCodeWell/정의정,김태진 . . . . 172 matches
          Elevator elevator = new Elevator(-10, 100); //-10 100.
          elevator.emergencyButton(); // . shut down
          elevator.overMaxFloor(); // print 하.
          assertEquals(100,elevator.floor()); // .
          elevator.underMinFloor(); // print .
          elevator.callElevatorUp(40); // .
          assertEquals(40,elevator.floor()); //ㅋㅋ
          elevator.callElevatorDown(70); // .
          assertEquals(70,elevator.floor()); //ㅋㅋ
          elevator.emergencyCallButton(); //
          elevator.overWeight(); // . ~~~~~~~~~~~`
          assertEquals(70,elevator.floor()); //ㅋㅋ
          elevator.openButton(); // ??
          assertEquals(70,elevator.floor()); //
          elevator.transformer(); //
          * -- -[]
         [/2011/], [/2011]
  • 미로찾기 . . . . 172 matches
         == ==
         2005 한 ToyProblems
         === ===
         || || || ||
         ||[트] || C || [/태훈] ||
         ||[] || C || [/] ||
         ||[뷉] || C || [/] ||
         ||[태] || C++ || [/태] ||
         || [][] || C || [/] ||
         || [][혁] || C++ || [/혁] ||
         || [황][허] || C || [/황] ||
         || [] || C || [/] ||
         || || C++ || [/] ||
         [2005], [2005/화]
  • 정모/2006.12.20 . . . . 172 matches
          == [/2006.12.20] ==
          === ===
          * 1회 회 3
          === 회 ===
          * ( ) .
          === 트 ===
          * TDD/페
          * 2007
          *
          === 트 ===
          * - ACM(형)
          * 표(형)
          * (형)
          * (태) - 태,
          * (태) - 태, , ,
          * ()
          * ()
          * (훈) -
         키 활화.
         []
  • 최연웅 . . . . 172 matches
          * :
          *
          *
          * ( ..)
          * 13학
          * : (통학 1ㅠㅠ)
          * 할 : 한, , C
          * : 학, 학, 회, , , , 킨, 트, 토, ,
          * : , , ,
          * : , , ,
          * : yonsweng@gmail.com, yonsweng@cau.ac.kr
          '''~ ^^'''
  • MFC/HBitmapToBMP . . . . 171 matches
         = HBITMAP BMP 파 =
         // Purpose: [CBitmap Bmp파 .]
         // [type] : 1 픽 Bit
         // [*filename] : bmp파
         // [hBitmap] : CBitmap (HBITMAP 화하 )
         // [nWidth] :
         // [nHeight] :
         // Purpose: [ HBITMAP ]
         // [type] : 1픽 Bit
         // [w] :
         // [h] :
         // [hBitmap] : CBtimap
         // [*size] : File Size ( )
         [:GOSU.NET]
          .. -_-; . ㅋㅋㅋ - [eternalbleu]
  • 0PlayerProject . . . . 170 matches
          .
         : , , , , , , ,
          : 6,
         === ===
         === ===
         [http://zeropage.org/~mulli2/SSHWinClient-3.1.0-build235.exe ssh win client]
         (크 포함)
          트: http://kelp.or.kr
         [0PlayerProject/]
         [0PlayerProject/]
         ==== Sample 테 ====
         테 (320 x 240) xvid
         [http://psyche.cau.ac.kr/temp/junjihyun(xvid).avi] (size : 320 x 240, : 15.7M)
          (VirtualDub .)
         === ===
  • WindowsConsoleControl . . . . 170 matches
          C . MS , 편한 , .
         // n/1000 .
         //
         //0~n
         //
         // 화 .
         // x,y .
         // x .
         // y .
         []
  • jQuery . . . . 170 matches
         jQuery .
         jQuery , , , 통해 , 훌, 해하 .
          * CSS1~3 XPath
          * 10kb (pototype 46kb js 포함하 100kb ..)
          * Internet Explorer, Firefox, Safari, Opera
         ajax jscript ;; -_-;
  • 문제은행 . . . . 170 matches
          ([""]) See Also ["2002"]
         || || || 페 ||
         || ["택"] || Load Balancing || LoadBalancingProblem ||
          , ... . -
         see also ["판"]
         [""], [""]
  • 최소정수의합/임인택2 . . . . 170 matches
         1~N
          gauss ,
          type error . ,
          rnd Integer Integer ( ). haskell wiki toRational .
         HaskellLanguage . ?
         [합], [LittleAOI]
  • .vimrc . . . . 169 matches
         set autoindent " .
         set exrc " .exrc 파
         let TE_WinWidth = 20 " TagExplorer
         map <F7> :cn<CR> " ()
         map <F8> :cp<CR> " () ()
         map <F9> :noh<CR> " 하
         map <C-F10> gd "
         map <F11> ^] " ///함
         map <C-F11> :make<CR> "
         map <F12> ^T "
         map <C-F12> :make again<CR> "
         au BufWinLeave *.py mkview " .py 파
         au BufWinLeave *.c mkview " .c 파
  • C++스터디_2005여름/학점계산프로그램/정수민 . . . . 169 matches
         == ==
          T^T
          ;;
          한 =ㅅ=
         == ==
          cout << " \n";
          cout << "학 \n";
          cout << "학 : " << school_number << " 평 : " << average << endl;
         == 한테 할 ==
          헤... ~~>ㅁ<;;;
          C++ ~@0@ ~>ㅃ<;;
          ..ㅎ ...ㅎ ~>ㅁ<:;
          헤헤헤.. (;;) ..ㅎ
          ~~ ~'ㅇ')/ - [태]
         [C++_2005]
  • ZeroPageServer/FixDate . . . . 169 matches
         Linux
          rdate ,
         rdate -s time.kriss.re.kr <- 한 , .
          .
         , rdate . servername , . .
          편히 cron .
         root
          .
  • [Lovely]boy^_^/Diary/2-2-4 . . . . 169 matches
         == 9/23 ==
          * .. ..--;
          * EffectiveSTL
          * WPM : 226.74(.. .. 30 ?--;)
          * PushPush
         == 9/25 ==
          * TDDB
          * ZP
         == 9/26 ==
          * TDDB 1/3
         == 9/27 ==
          * 9
          * .
          * .
          * .
          * ..
         == 9/29 ==
          * 한 --; 태해 . 할텐
  • 그래픽스세미나/3주차 . . . . 169 matches
         === ===
          : 2003 3 17 8
          : 7 PC -
         === ===
          PPT파: Upload:CGseminar3.zip
         === ===
          *
          || || Upload:mathLib.zip .. ㅡㅡ;; ||
          || || [http://zeropage.org/wiki/moin.cgi/_5bLovely_5dboy_5e_5f_5e_2f3DLibrary ] ||
          || 태 || . C# struct형 함. 해.. ||
          * (nehe OpenGL tutorial 10 ..^^)
          || 태 || Upload:OpenGLATL03_Pkt.zip ATL(??) ATLTest.htm 행 ||
          || || Upload:world.zip ... ||
         === ===
         태호 . .
         ///트..
          for (int i =0;i<DG-1;i++)//homogenious coordinate system ..
         // define 합..
         []
  • 박수진 . . . . 169 matches
         = ZeroPage 15 =
          :
         학 :
          : dddury05hotmail.com
          : http://cyworld.nate.com/ddury05
          : []
         ① 히 하
         ② 한
         ① 8 :
         ② 9 :
         ③ 12 :
         ④ 18 ~ 22 :
         ⑤ 23 :
         ++ : 화,
          -_- ㅋㅋ [한]
          ... -[]
          05 . - [협]
         ..~ []
          -ㅅ-;; []
         헐!ㅋㅋㅋ ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ []
  • 블로그2007/송지훈 . . . . 169 matches
         color="white"><b> .</b></font></marquee>
         = =
          . php
          .
         = =
          .
          ...
          ?... localhost ?...
          localhost 함. (키) 통해 - [(namsang)]
  • Ajax/GoogleWebToolkit . . . . 168 matches
         ( : http://blog.izyou.net/eternalbleu/723 )
          jscript ajax java 툴킷. java .
          host eclipse jscript 환하 .
          편한 함. ㅡ.ㅡ;; - [eternalbleu]
  • DatabaseClass/Exam2004_1 . . . . 168 matches
         ESQL cursor , 한 Source Code
         
          * ESQL CLI
          * ODBC SQLBindCol
          * JDBC ResultSet next()
         
          - (튜플. 튜플 )
         
         (with, derived relation, view )
         1. , balance. from 2 한.
         6. balance -100 . 3 .
  • Delegation . . . . 168 matches
          ?
         토크 . A B ? . . ''. .
  • 서울대컴공대학원구술시험/05전기 . . . . 168 matches
         하
          .
          a) b)
         int max(int, int) 환하. a) 트 b) 2n + 1
         2 확하 max heap , max heap . 05.11.02 10:08
         3 확하 DMA DMA cash , 05.11.02
  • Ant/BuildTemplateExample . . . . 167 matches
         Ant Build Template . 히 해 .
         <project name="TestAnt(Ant Project )" default="dist" basedir=".">
          <!-- build (property) -->
          <!-- compile 하 . -->
          <!-- 해 build . -->
          <!-- compile -->
          <!-- , ${src} property 한 "." , ${build} "build". , init . -->
          <!-- -->
          <!-- ${build} class 화 /dist/TestAnt.jar 화 . -->
          <!-- build clean . make clean . -->
          <!-- build, dist . -->
  • AntTask . . . . 167 matches
         Ant Build Template . 히 해 .
         <project name="TestAnt(Ant Project )" default="dist" basedir=".">
          <!-- build (property) -->
          <!-- compile 하 . -->
          <!-- 해 build . -->
          <!-- compile -->
          <!-- , ${src} property 한 "." , ${build} "build". , init . -->
          <!-- -->
          <!-- ${build} class 화 /dist/TestAnt.jar 화 . -->
          <!-- build clean . make clean . -->
          <!-- build, dist . -->
  • C/Assembly/Main . . . . 167 matches
          .
          pushl %ebp // Counter Stack 함. stack .
          subl $8, %esp // 택 할
          leave // . stack %ebp 할.
          ret // .
         Windows OS DOS OS Kernel(OS Core) Program .
          (push)하 환(leave)해.
  • DefaultValueMethod . . . . 167 matches
          폴트 ?
          . .
          , .( .)
          . default .
          .
  • c++스터디_2005여름/실습코드 . . . . 167 matches
         [C++_2005] .
         === 허 ===
          while(ch[i])// .
         ==== ====
         === ===
         === ===
          cout <<" : ";
         === ===
          cout <<" : ";
          cout <<" : ";
          cout << find_moon_ja << " ." <<endl;
          cout << i+1 << " " << find_moon_ja << " ." <<endl;
          cout <<" ('0' ) : ";
          cout << find_moon_ja << " ." <<endl;
          cout << i+1 << " " << find_moon_ja << " ." <<endl;
          cout <<" : ";
          cout << " : ";
         [study C++/ 한]
         [study C++/]
         - .
  • 고한종/on-off를조절할수있는코드 . . . . 167 matches
         []
          printf("행 하? (y/n)\n\n");
          // scanf_s("%c",&keyOnOff); scanf_s scanf scanf ;
          . .
          ;
         char
          //
          =getch();
          if(==n) break;
          ㅡㅡ; n ?
         == ==
  • 보드카페 관리 프로그램 . . . . 167 matches
         
         
         
         - 테 3
         - 테 4
         - 3 (jenga, citadell, pit)
         - 1 30 800 ( 29 0 30 800)
         
         -
         - . 500. 함.
         
         [ /]
          .. - [택]
  • 임인택/CVSDelete . . . . 167 matches
         CVS , CVS 폴 . tortoise .
          deleteCVSDirs('C:\MyDocuments\Programming Source\Java\\neurogrid')
         CVS release ... CVS .ㅎㅎㅎ -- [Leonardong]
          ㅎㅎ subversion , -_-a
          , 1. 탐 CVS(하 포함) 2. 택 3. --[1002]
         [택]
  • 홈페이지분류 . . . . 167 matches
         ZeroWiki 홈페.
          , 확한 .
         ["홈페"] , , 포함 . -- [""]
         ["HomepageTemplate"] .
         [""]
  • 2002년도ACM문제샘플풀이/문제C . . . . 166 matches
          . . (, {{{~cpp (6,14,5)}}} 험해 ) MEA . --JuNe
          ''MEA ...? ..? --[""]''
          Means Ends Analysis . 하 . . 1975 (''The Sciences of the Artificial'' ) . --JuNe
         ["2002ACM"]
  • Favorite . . . . 166 matches
          - Daily <= n, Weekly <= 7*n, Monthly <= 30*n . 3*n . !
          .
         [http://oopsla.snu.ac.kr/english.php ]
         [http://cafe.daum.net/goMS 페()]
         [http://www.passioninside.com 키]
         [http://jeppy.cafe24.com 키]
         [http://zozo.pe.kr/ 호형 홈페]
         [http://xenbio.net/cgi/view/Xen/WebHome 키]
         [http://www.eip2k.com ]
         [http://groups.yahoo.com/group/testdrivendevelopment/ TDD ]
         [http://www.dasomnetwork.com/~leedw/ 키]
         [http://openlook.org/blog/ ]
         [http://www.cinsk.org/cfaqs/html/ C ]
         [http://www.ezdoum.com/ ]
         [http://www.tgedu.net/student/cho_math/ 학]
         [http://web.mit.edu/rhel-doc/4/RH-DOCS/rhel-isa-ko-4/s1-acctsgrps-rhlspec.html 한]
         [http://www.downloadexam.com/ 험]
         [http://www.postech.ac.kr/department/cse/n/ 포항 ]
         [http://kle.postech.ac.kr/ KLE]
  • StructuredProgramming . . . . 166 matches
          .
          OOP StepwiseRefinement . , . ProgrammingByIntention .
          ["ScheduledWalk/"] .
          . - [eternalbleu]
  • 결과물 올리는 방법 . . . . 166 matches
          .
         == 페 ==
          , .
         [/]
         == 페 ==
         페
         (페 )
         호 3 "{{{~cpp " "}}}" . copy & paste 해 .
         ([크] )
         [2003]
  • 김동준/Project/OOP_Preview/Chapter1 . . . . 166 matches
         == Chapter1 ==
         1.
          * 행하 .
          * . ( )
          * OCP . ( )
         2.
          1) .
          2) .
          3) .
          템 [50% ]
         [http://inyourheart.biz/zerowiki/wiki.php/%EA%B9%80%EB%8F%99%EC%A4%80/Project/OOP_Preview Main ]
  • 수학의정석/방정식/조현태 . . . . 166 matches
         == ==
          .
          .
         == ==
          int time_in; // .
          time_in = clock(); // .
          printf("CPU CLOCKS = %d\n", clock() - time_in); // - =
          return 0; // .
          printf(" >>");
          printf(" >>");
          printf(" >>");
         == ==
         [] [/]
  • 자리수알아내기/나휘동 . . . . 166 matches
         = 1 =
         한 .
         = 2 =
          . ?
         = 평 =
          1 . ?ㅋㅋ
          2 . . 2 300 . :(
         []
  • Benghun . . . . 165 matches
         
          [http://earth.uos.ac.kr/~puteri/cgi-bin/puteri/wiki.cgi?훈]
          nosmok - moin [FrontPage] . . 편해. --NeoCoin
          편하
          ? --NeoCoin
          --Benghun
          ㅇ. ^^; , . --NeoCoin
          ... ?
          홈페 ;; --NeoCoin
          ^^;
         ["홈페"],["ZeroWikian"]
  • ItNews . . . . 165 matches
         ItNews
         '''''''''' ? ( -- ItMagazine )
          * Tech News http://www.acm.org/technews/ : ACM " ItNews"
          * MIT Tech Review http://www.techreview.com/ : ,
          * SlashDotOrg http://slashdot.org : ( 3-4 히 훌)
          * Lambda the Ultimate http://lambda.weblogs.com/ : weblog
          * http://korea.internet.com
          * asdfnews ( '' -_-;) http://asdfnews.org
          * 한 크 http://network.hanbitbook.co.kr/
  • JavaStudy2002/입출력관련문제 . . . . 165 matches
         * C cin !? --[]
          * , . 해 static method , , 탭 환합. main , import해 . --["neocoin"]
          {{{~cpp
          System.out.println(" ");
          System.out.println("\n \n");
          {{{~cpp
         1
         1 2 3 <-
         
         123 <-
  • 새싹교실/2012/열반 . . . . 165 matches
         = =
          * :
          * 표 : C
         = =
          * [/2012//120319]
          * [/2012//120326]
          * [/2012//120402]
          * [/2012//120409]
          * [/2012//120507]
          * [/2012//120514]
          * [/2012//120521]
          * [/2012//120604]
         = 1 =
          * C . .
          * The if selection statementThe if...else selection statement ..[]
          * 함 if,else if, else . []
         = 2 =
  • 이승한/.vimrc . . . . 165 matches
         set sc "
         set sm "
         set hls "
         set ic "
         set scs "
         " 폴
         "화 protoType
         "
         "
         "///함 .
         " F12 .
         [[한]]
  • Velocity . . . . 164 matches
         Java TemplateLibrary. FreeMarker .
         JakartaStruts - VelocityTools .
          // Velocity 한 : properties .
          Velocity.init(prop); // properties 화(velocity.properties) 택할 .
          // 해
          con.put("data1", " ");
          // .
          // : System.out 함.
         simple.vm 화 - template.
         한트.
         DreamWeaver Plugin - http://java.techedu.net/phpBB2/viewtopic.php?t=138 - .. . :)
         === : Velocity ===
         Velocity !!!
  • WeightsAndMeasures/신재동 . . . . 164 matches
         === WeightsAndMeasures/ ===
         sort() ('''turtlesCompare''') 히 힘. C++ STL vector '''{-1, 0, 1}''' . --
          .
         클 .
  • comein2 . . . . 164 matches
          * :
          * : ZeroPage 9
          * 회 : ()
          * IP(회) : 211.232.155.157
          * 키 : http://comein2.xhot.net/moin/moin.cgi
         [http://165.194.17.15/moin/moin.cgi?action=userform&uid=1009955467.92.23121 comein2]
         == ==
          * ( QUERY )
          * ExtremeProgramming UnitTest , Refactoring
          * E-BANKING
          * J2EE 환 (EJB , SQLJ , SERVLET)
         == ==
          * Game Programming AI Server
         == CORBA STUDY() ==
          * OMA 해하
          * [""]
          * (["/"])
         == ==
         ["홈페"], [ZeroPagers]
  • 데블스캠프2010/다섯째날/ObjectCraft/미션2/허준 . . . . 164 matches
          printf("1 2 %d 2 HP %d .\n", zeli1.att, zeli2.HP);
          printf("2 .\n");
          printf("2 1 %d 1 HP %d .\n", zeli2.att, zeli1.HP);
          printf("1 .\n");
         == main.cpp() ==
          printf("%d %d %d %d HP %d .\n", a1.no, a2.no, damage, a2.no, a2.HP);
          printf("%d .\n", zeli2.no);
          printf("%d .\n", zeli1.no);
  • 정모/2004.9.3 . . . . 164 matches
         확하 . . --[Leonardong]
         == ==
         || 02 || ||
         || 03 || ||
         || 04 || ||
         == [] ? ==
          *
          * 회 , ( + )
          *
         == 04 ? ==
          * . ? . --
         []
  • 정모/2013.10.2 . . . . 164 matches
         = =
          * [], [], [], [훈], [], [], [], [], [], [], [], [], [형]
          * [] 학 "퓨팅"
          * : [태헌] 학
         = =
         == ==
          * '한' 행합.
         == 티 행 ==
          * 행하 .
         = =
  • BasicJAVA2005/실습2/허아영 . . . . 163 matches
         = BasicJAVA2005/2/허 =
         == ==
          .
          .
          int-> string 형 환해
          count, .ㅋㅋ
         Upload:2.bmp
         == ==
          //GUI
          // .
          //텐트 패 .
          //
          //Exit
          //클
          //
          // .
         ..ㅠ.ㅜ ..ㅠ.ㅜ .. 파..T.T
  • UpgradeC++ . . . . 163 matches
         == ==
          * : [AcceleratedC++]
          * Next : 7/28 3
          * : 3
          * : -
          .
          * : [태훈], [화], [], ([spaurh]), [택]
         == 획 ==
          * 5/27 Chapter 0-2 , : [화]
          * 6/3 Chapter 3 , : [황]
          * 7/21 Chapter 4
          * 7/28 Chapter 5
         == ==
          *[UpgradeC++/1]
          *[UpgradeC++/2]
          *[UpgradeC++/3]
         == 하 ==
          * ?7 14... []
         []
  • 새싹교실/2013/록구록구 . . . . 163 matches
         = =
         []
         []
         = =
          * 5 ~ 6
          * 11 ~ 12
         == 1회 ==
         [/2013//1회]
         == 2회 ==
         [/2013//2회]
         == 3회 ==
         [/2013//3회]
         == 4회 ==
         [/2013//4회]
         == 5회 ==
         [/2013//5회]
         == 6회 ==
         [/2013//6회]
         == 7회 ==
         [/2013//7회]
  • 자료병합하기 . . . . 163 matches
         === 합하 ===
          : a,b , .
         a (10, 40, 70, 80, 90, 99)
         b (20, 30, 40, 50, 60, 70, 85, 90, 95, 97, 99)
         a,b (Ascending) 합(Merge)하 .
         === ===
         === ===
         === ===
          * 99 .
         === ===
          || || || || ||
          || [택] || HaskellLanguage || 10 || [합하/택] ||
          || [태] || C/C++ || . || [합하/태] ||
          || [허] || C || 10 || [합하/허] ||
         [LittleAOI] [] [/]
  • 새싹교실/2012/절반/중간고사후 . . . . 162 matches
         == 5회 ==
          * {{{{color:#FF0000}5 7() 6 .}}}
         === ===
         ==== 형 ====
          *3
         함
         
         
         ==== ====
         ==== ====
         === ===
         == 6회 ==
         === ===
         ==== 형 ====
          *
         포
          *
          확히
         ==== ====
         *
  • 정모/2011.11.16 . . . . 162 matches
          * : [], [], [], [], [], [], []
         == ZeroPage ==
          * [http://onoffmix.com/event/4096 ZP]
         == ==
          * LG HE .
          * []학
          * : []
         == ==
          * [] - OMS ㅠㅠ OMS 행했 ㅋㅋ.
  • 1st Seminar . . . . 161 matches
         == ==
         ,
         == ==
         7 19 1 ( )
         == ==
         == 항 ==
         P.S - , .
         Upload:.ppt
          , . --[]
  • SoftwareEngineeringClass/Exam2002_1 . . . . 161 matches
          1. Sprial Model .
          * Quality Assurance V & V (verification & validation) .
          * Product, Service, Process Quality Assurance 표, , 표 .
          3 , Sprial Model . .. ;
          3 QA 황; Structured A&D . ( kaspa ; kaspa 회.) . 흑; --
         see also NoSmok:
  • TortoiseCVS . . . . 161 matches
          * [http://sourceforge.net/projects/tortoisecvs CVS Client. '''클트''']
         === Conflict ===
         TortoiseCVS CVS Conflict Editor Preference . [1002] WinMerge .
         Conflict . .
         Conflict . '''CVS Resolve conflicts'''
         WinMerge Diff 표 Compare tool CVS Conflict 편하. ( <<<< ________ >>>> . :) )
         WinMerge 통합하 TortoiseCVS .~
  • CProgramming . . . . 160 matches
         [http://myhome.hanafos.com/~kukdas/index.html C 홈페]
         [http://www.zikimi.co.kr/new_zikimi/z002/002_01.htm?code=37 ]
         [http://winapi.co.kr/clec/cpp1/cpp1.htm winapi.co.kr C] .
          Upload:zeropage:CampusC.zip .
         [PracticalC] . .
          5m
         해
          5m
          10m
          10m
         하 5m
         
         
         
         
         함
         
          포
  • HelpOnRules . . . . 160 matches
         == ==
          "-" . 10 .
         === ===
         --- ( )
         === ===
         --- ( )
         /!\ . config.php {{{$hr_type='fancy';}}} .
  • 데블스캠프2010/다섯째날/ObjectCraft/미션3/김상호 . . . . 160 matches
         = class =
          printf(" %d %d %d HP %d .\n", a.name, b.name, a.gong, b.hp);
          printf(" %d .\n", b.name);
          while(!((a[0].hp<=0 && a[1].hp<=0) || (a[2].hp<=0 && a[3].hp<=0))) //0 1 or 2 3
          printf(" !!\n");
          printf(" !!\n");
         = class =
         == ==
          while(!((a[0].is_dead() && a[1].is_dead()) || (a[2].is_dead() && a[3].is_dead()))) //0 1 or 2 3
          printf(" !!\n");
          printf(" !!\n");
          printf(" %d %d %d HP %d .\n", this->name, b.name, this->gong, b.hp);
          printf(" %d .\n", b.name);
  • . . . . 160 matches
         C .
          !!!!
         == ==
         || || MSN || 키 페 || 4/6 || 4/8 || 4/12 ||
         || [] || killerdieman@hotmail.com || :) || :) || :) || :( ||
         || [훈] || hondon198@hotmail.net || :) || :) || :) || :) ||
         || [] || cutlife@hotmail.com || :) || :) || :) || :) ||
         || [] || dark0917@hotmail.com || :) || :) || :) || :) ||
         || [한] || knight489@hotmail.com || :) || :) || :) || :( ||
         == 툴, ==
         [DevCppInstallationGuide] // . <- !!
         [http://165.194.17.15/pub/upload/CampusC.zip CampusC] // .
         [http://winapi.co.kr/clec/cpp1/cpp1.htm winapi.co.kr C]
         == ==
         [/]
         == ==
         4/12 화 3...
         == 하 ==
         헛;;; CampusC . ㅋㅋㅋㅋ - [호]
          └, ....
  • 윈도우단축키 . . . . 160 matches
         [] 한(?) 키 --[Leonardong]
         == 98 ==
         키(win), Ctrl, Alt
          * ctrl + space -
          * alt + space + x -
          * win + d - 탕화 , 한
          * win + m - 탕화 ,
          * win + e - 탐
          * F3, win + f - 파
          * win + r - Start
          * win + pause break -
         *
          * - Shift + 클( WikiSandBox 펌-_-)
          * - Ctrl + n
          * - Ctrl + w
          * - Alt +
          * - Alt +
         * 탐
          * - Ctrl + I
          * - Ctrl + F
  • 임다찬 . . . . 160 matches
         = =
         dachanism@핫.
         www..com/2wsx
         = =
         || || ||
         ||[]||||
         ||[한]||Old Trafford||
         = =
         || || ||
         ||||||
         ||Νοⓢⓐε||||
         = =
         || || || ||||
         ||2006/3/30||c||[/]||.||
         ||2006/3/30||c||[/]||.||
         ||2006/3/31||c||[/]||C||
         ||2006/4/6||c||[파형/]||.||
         ||2006/4/13||c||[합/]||.||
         ||2006/5/11||c||[Stack/]||.||
          [JollyJumpers] - dynamic programming ???
  • 정렬 . . . . 160 matches
         == ==
          10000 .
         파
          .
         === ===
          파 . SeeAlso FileInputOutput .
         == ==
         ||||||('''''')|||| Source ||
         ||.||.||.||.|| [/]||
         ||.||.||.||.|| [/]||
         ||.||.||.||.|| [/] ||
         ||.||.||.||.|| [/aekae] ||
         ||.||.||.||.|| [/환]||
         ||.||.||.||.|| [/희]||
         ||.||.||.||C++|| [/Leonardong]||
         ||.||.||.||.|| [/]||
         ||.||.||.||.|| [/화]||
         []
  • 3 N+1 Problem/조동영 . . . . 159 matches
          cout << "2 함" << endl;
          cout << "MAX cycle-length " << CheckCount(num1,num2) << "." << endl;
         == ==
          함 해
         ㅠㅠ ... 하 ... .. 1 1000000 ...
          흔히 . . ㅋ --[]
  • 3N+1Problem/강희경 . . . . 159 matches
         == 파 ==
         파 , .
         === ===
         1. 22 22, 11, 34... 22 11, 34 포함 .
         2. 2 ( (x - 1)/3 ) 1 .
         (Range) .
         === ===
          min, max = input(', : ')
          min, max = input(', : ')
  • ClipMacro . . . . 159 matches
          . 테트해. -- 211.106.173.4 [[Date(2005-03-09T17:15:41)]]
          . XP pro !SP2 , Internet Explore 6.0 !SP2 트 했. paste copy , Unload ^^;
         클 . 포토7.0 copy했 ...
          ? ^^ -- -- Anonymous [[DateTime(2005-03-31T10:58:46)]]
         MozillaFirefox . -- WkPark [[DateTime(2005-03-31T16:51:27)]]
          XP SP2 . print screen키 paste해 -- Anonymous [[DateTime(2005-03-31T16:55:09)]]
          * 훈 테
         테트 -- Anonymous [[DateTime(2005-05-11T13:02:46)]]
  • HardcoreCppStudy/두번째숙제/ConstructorAndDestructor/김아영 . . . . 159 matches
         '''* ?'''
         - (Constructor) 클
         - 클 ,
         -
         - 형
         {{{~cpp class 클{
          //private
          클( ){ } //
          //클
         '''* ?'''
         - 행해 한 함
         -
         - 형
         {{{~cpp class 클{
          //private
          ~클( ){ } //
          //클
  • Java/JDBC . . . . 159 matches
         = JDBC =
          * jre/lib/ext 폴 , .
          * 9i, release2 , oracle .
          * . NSH2 , .
          resin tomcat jdbc ... -_-; - eternalbleu
  • Lotto/송지원 . . . . 159 matches
         == ==
          || 크 ||[http://poj.org/problem?id=2245] ||
          || || 호 6 . ||
          || || , 6 13 , . ||
          || || 해, . . ||
          * 확히 C -_-;;
         int nc6( int n ) { // nC6 함
  • OurMajorLangIsCAndCPlusPlus/print/조현태 . . . . 159 matches
         == OurMajorLangIsCAndCPlusPlus/print/태 ==
          === ===
          * .. ! %f 0 0.0 .. %f .. !!!!! ( !! 퍽!)
          * 해하.ㅋ
          === ===
          //// ////
          //// . ////
          //// . ////
          //// . ////
          //// . ////
          //// . ////
          //// . ////
  • 논문검색 . . . . 159 matches
          * [http://society.kordic.re.kr/ 학회]
          * [http://www.dlibrary.go.kr/index.html ]
          * [http://www.nl.go.kr/index.php3 ]
          * [http://www.nanet.go.kr/index.html ]
          * [http://www.kisti.re.kr/ (KINITI)]
          * [http://www.lg.or.kr/ ]
          * [http://pasteur.kaist.ac.kr/ ]
          * [http://www.kric.ac.kr/ 학(KRIC)]
          * [http://kric.kist.re.kr 한(KIST)]
          * [http://www.kosef.re.kr/ 한(KOSEF)]
          * [http://www.keris.or.kr/ 한(KERIS)]
          * [http://www.kins.co.kr/ 한(KINS)]
          * [http://www.krf.or.kr/ 한(KRF)]
          * [http://www.libra.titech.ac.jp/online.html ONLINE JOURNAL ()]
          * [http://ostin.oasis.or.kr/pls/oasis2/ohome 해크]
         See Also NoSmok: , Moa:
         [""]
  • 데블스캠프2009/목요일 . . . . 159 matches
         = 2009/ =
         == ==
         == ==
         || || || || ||
         || 태 || MFC & MIDI || || ||
         || || || || ||
         == ==
         || 09 || , 호 ||
         || 08 || , 호, , , , ||
         || 06 || , ||
         || 05 || 태 ||
         = =
         || || || ||
         = =
         = =
         [2009//]
         = =
         [http://inyourheart.biz/Midiout.zip Midi] - [태]
         = =
         [2009/]
  • 정모/2006.2.2 . . . . 159 matches
         = /2006.2 =
         == ==
          호 허
         == ==
          * 회 .
          - , , .
          * .
          - 2 16 .
          *
          - 3 & ZeroPage .
         == CodeRace ==
          히 하 함.
          Point 1 .
         []
  • 2002년도ACM문제샘플풀이/문제B . . . . 158 matches
         = , =
          * STL STL . 해...^^
         = =
          * , --; . STL
          * 10
          * --;
         ["2002ACM"]
  • ReverseAndAdd/신재동 . . . . 158 matches
         === ReverseAndAdd/ ===
          . --
         reverse 히 할 :
         >>> int(str(n)[::-1]) #python 2.3
         >>> int(''.join(reversed(str(d)))) #python 2.4
         파 for , .
          ...
         ''all tests data will be computable with less than 1000 iterations (additions)'' .
          ''pseudo code'' . --
  • Ruby/2011년스터디/김수경 . . . . 158 matches
         [[pagelist(^Ruby/2011)]]
         = Ruby 트 =
          * ZeroPage Ruby .
          *
          *
          *
          *
          * Quiz
          *
          *
          *
          *
          *
          * : 통해
          * 편해 함.
  • ZPBoard/HTMLStudy . . . . 158 matches
         HTML .
         === 9 26 ===
          *
          *
          * MySQL PHP
          * MySQL zp2002
          * HTML PHP
          * ...^^
          [http://165.194.17.15/~bestjn83/babo.php "~~~^^ㅋ"]
          * 형~ ...ㅡ.ㅡ;;; - [""]
          * ㅋㅋㅋㅋ ...^^ --[""]
          * ?? ... --[""]
  • 시간맞추기/조현태 . . . . 158 matches
         === ===
         .. . time ..
         .. for ..ㅠ.ㅜ while ..
          for for .^^;;;
          . 확하..1/1000 ?? 1/100??
          1.ㅎㅎ 8-9 .^^
         === ===
         === 한테 할 ===
         [] [LittleAOI]
  • 정모/2006.3.16 . . . . 158 matches
         == 2006.3.16 ==
         = =
         3 23 5
          : C
         = 트 =
         OST
         트: 학, , ()
         = ~! =
         17 3
         
         = =
          7
         []
  • ProjectPrometheus/AcceptanceTestServer . . . . 157 matches
         Acceptance Test 환 - Python . 165.194.17.55 AcceptanceTest .
          )
         Customer WEB
         AcceptanceTest / Search Test One , Two , .
         해 AcceptanceTest Run , WEB AcceptanceTest (UnitTest ) 행하, . .
          Python CGI Acceptance Test -> Acceptance Test . AcceptanceTest .
          JSP + Java + Servlet. .
  • [Lovely]boy^_^/Diary/2-2-12 . . . . 157 matches
          * MMM 9,10 (Until 24 )
         === 11/18 ===
          * PhotoShop2003 . .
          * Unix C Report . .
         === 11/20 ===
         === 11/21 ===
          * .. .
         === 11/22 ===
          * MMM . .. . .
         === 11/24 ===
          * 615 . --; 700. , 확 .
  • 강석우 . . . . 157 matches
          * :
          * 호 : 841104-*******
          * 학 : 20030951
          * 홈페 : http://superksw.ce.ro
         = =
          * [MedusaCppStudy]
          * [ ]
          * 키 탐험
         = - =
          * 하합. ~ -(["whiteblue"])
          * . -(["whiteblue"])
          * ...-[Leonardong]
          - []
          ..--[]
         ZeroWikian, [홈페]
  • 경시대회준비반/BigInteger . . . . 157 matches
         C++ BigInteger 클 . UVA (?) , 한 훌. , , . . . .
         []
  • 데블스캠프2006/월요일/함수/문제풀이/임다찬 . . . . 157 matches
         = =
         함
         
         
          cout << " " << endl;
          cout << " " << endl;
          cout << " " << endl;
          cout << " " << endl;
          cout << " " << endl;
          cout << " " << endl;
          cout << " " << endl;
          cout << "" << endl;
  • 여름방학프로젝트 . . . . 157 matches
         = 트 =
         || . || || ||
         || [LittleAOI] || [] || . ||
         || [] || [한] || [], [], , ||
         || [MFCStudy_2005_1] || [협] [eternalbleu] || ||
         || [Wiki] - || [협] || - ||
         || [AOI] || [] || . ||
         || [CPPStudy_2005_1] || [협], [eternalbleu], || , 태훈, 희 ||
         || [C++_2005] || [] || [허], [한], [], [], [] ||
         == ==
          .
         = =
         []
  • Perforce . . . . 156 matches
          RC , 한해 .
          , 클트 환 , . , , MSWin . 클 GUI, CMD 한 OS . 한 IDE . (IDE 3dmax, maya, photoshop, office 템)
          Rational ClearCase, MS Team Foundation, Borland StarTeam .
  • TowerOfCubes/조현태 . . . . 156 matches
          == [TowerOfCubes/태] ==
          === ===
          .. ..T.T
          .ㅋ
          .. 환하 ^^;
          === ===
          //// . ////
          //// . ////
          //// . ////
          //// . ////
          if (0 == boxNumber) // -ㅡV
  • CrcCard . . . . 155 matches
         Class - Responsibility - Collaboration Card. 한 3 x 5 inch (IndexCard) .
         XP CrcCard . . ( ? . ^^)
         ResponsibilityDrivenDesign OOP ' 화'한. CrcCard Play . .
         [""]
  • HowManyZerosAndDigits/허아영 . . . . 155 matches
         = =
          // < >
          // N 팩토
          // 0 .
          // -> N 팩토 % B 0 , N/B 한 % B 0 .
          // ->N/8 1 . count .
          .
          ..-_-;
         . 0 2^31-1 , N .
          ?
         팩토-> 120, 12: A0
          1, 2
         = =
  • InterMap . . . . 155 matches
         # ,
         # wiki:Upload/
         # Upload:
         # 형태 . .
         Acup http://zeropage.org/~gochi/cgi-bin/wiki/moin.cgi/ # ()트,
         SmallGaia http://neocoin.nameip.net:8000/w / #NeoCoin
         PurePond http://purepond.cafe24.com/wiki/moin.cgi/ #
         Wiz http://zeropage.org/~wiz/cgi-bin/MoinMoin/wiki-moinmoin/moin.cgi/ # Wiz()
         ZDic http://dic.zdnet.co.kr/frame_desc.html?key= # ZDnet IT
         NaverDic http://dic.naver.com/endic?where=dic&mode=srch_ke&query= # Naver
         PcixWiki http://pcix.net/pcixwiki/ #
         PyKug http://www.python.or.kr/pykug/ # 파
         NowThen2004 http://zeropage.org/wikis/nowthen2004/ #2004
         NaverDic http://dic.naver.com/endic?where=dic&mode=srch_ke&query= # Naver
  • OurMajorLangIsCAndCPlusPlus/Variable . . . . 155 matches
         === ===
          - 해 효함 ( ), BSS
          - 해 효함
         static - 해 효함 ( )
         === ===
         
         register - CPU
         auto -
         static - BSS
         extern -
         === const 키 ===
         === volatile 키 ===
  • OurMajorLangIsCAndCPlusPlus/XML . . . . 155 matches
         || || || ||
         || [태] || [OurMajorLangIsCAndCPlusPlus/XML/태] || ? ||
         || [] || [OurMajorLangIsCAndCPlusPlus/XML/] || ..ㅡㅜ ||
          C ! (확 .c )
         === 테트 1 ===
         XML
          <instructor></instructor>
          <name></name>
          <name></name>
          <name></name>
          <name>태</name>
          <instructor>호</instructor>
          <name></name>
          <name></name>
          <name>태</name>
          - zeropage//name
         <name></name>
         <name></name>
         <name></name>
         <name>태</name>
  • StringOfCPlusPlus/상협 . . . . 155 matches
         = =
          * 01
         = =
          void n_set() {n=0;}//n 0
          void lenstr() {while(st[n]!='\0') n++;}// n
          char* stval() {return st;}// : * ..
          int nval() const {return n;}// .
          void reverse();//
          int search(char se);//
          void delspace();//
          //
          //
          delete [] temp;// ...
          int n1=s.nval();// ;
          sum.st[n+n1]='\0';// ..
          nam.reverse();//
          cout<<"nam class n "<<nam.search('n')<<" \n";
          nam.delspace();//
  • WeightsAndMeasures/황재선 . . . . 155 matches
         == ==
          * 트하. 테 . ? 테 펙토 .
          * 행하 . 테 ,,
          * .
          *
  • 정모/2003.12.1 . . . . 155 matches
         == ==
         || 01 || ||
         || 02 || ||
         || 03 || 환 ||
         == ==
          * 12 26.27 .
         == ==
          *
         == ==
          * Java - 5
          * Linux - 2
          * MFC - 2
         == 회 ==
          * 학 .. (02, 03 )
         == 회 ==
          * . ( 27 )
          * E-mail, .
         == ==
          * 회 : 03
          * : 03
  • 최소정수의합/남도연 . . . . 155 matches
         === ===
         === ===
         === 한테 할 ===
          ..;;ㅁ;; sum n , n 1 .^^
          [합/허] 페 , .^^
         ..ㅎㅎ .^^ .-[태]
         [LittleAOI] [합]
  • C언어정복/3월30일 . . . . 154 matches
         ==== ====
         1. C
         2. ( )
         3. C
         4.
         5. I/O
         6. Escape Sequence (\n, \b )
         7.
         8.
         9.
         10. Visual Studio
         11. printf() scanf() 함
         12.
         13. for ( : 1~10 )
         [C]
  • JavaStudy2003/세번째과제 . . . . 154 matches
         '' Java Stduy 2003 ''
         == ==
          * ''' 험''' . .
         == ==
         [JavaStudy2003//환]
         [JavaStudy2003//]
         == ==
         [JavaStudy2003/]
          * ... . ..ㅡ.ㅡ; -[]
          * ~~ -
  • PPProject/20041001FM . . . . 154 matches
         [PPProject]
         == ==
          2. B
         n 1 i .
          === ===
         == ==
          :
          . 회 PairProgramming .
          . (psuedo code) .
  • VimSettingForPython . . . . 154 matches
         Python Programming 한 VIM Setting.
         === 팅 ===
         http://bioinfo.sarang.net/wiki/VimRc .
         Seminar:VimEditor .
         Python extension .
         Python extension , BicycleRepairMan install 한. BRM ide-integration/bike.vim VIM .
         _vimrc 화 .
         BRM 팩토 팩토 BRM Import 해.
          팅하 . .
  • ZPBoard . . . . 154 matches
         APM 판 '''ZPBoard''' 트.
         === ===
          * [""]
          * ["mc²"]
          * [""]
         === ===
          * ["ZPBoard/APM"] - APM(Apache+PHP+MySQL)
          * ["ZPBoard/MySQLStudy"] - MySQL
          * ["ZPBoard/PHPStudy"] - PHP
          * ["ZPBoard/HTMLStudy"] - HTML
          * ["ZPBoard/MemoBoard"] -
          * ["ZPBoard/Diary"] -
          * ["ZPBoard/Board"] -
          * ["ZPBoard/Poll"] -
          * ["ZPBoard/AuthenticationBySession"] - Session 한 회
          * ["ZPBoard/AuthenticationBySession"] ...^^ ~ --[""]
          * . ( ....ㅋㅋ) --[""]
         [""]
  • ZPBoardHistory . . . . 154 matches
          *Zeropage 홈페
          * ~~
          * ~~~
          * 판 : .
          * 판 : .
          *판 : 행하 .
          * 판 : .
         [""]
  • 일공환 . . . . 154 matches
          . .
         ZeroPage 회, .
         E-Mail , .
         홍@zeropage.org , 홍 zeropage org , .
         = ZeroPage (학 ex- 07) =
          .
         == 표 ==
         
         == 획 ==
         
         == ==
         
         == 하 ==
         
         == 하 ==
         
         [홈페], ZeroPagers, ZeroWikian ( DeleteMe 택해 . )
  • SPICE . . . . 153 matches
         ISO/IEE 15504. 한 ISO 표.
          (.. KSPICE 회 ;) SE 함.
          * [http://kspice.co.kr/main5/main5_6.html SPICE ]
          * [http://kspice.co.kr/main3/pds/SPICE_.zip SPICE] - [http://kspice.co.kr/main3/content.asp?tbname=t_down&menuname=판&gotopage=1&Fnum=21&Fref=21# SPICE ] .
         -- ~ --
         -- ..
  • SWEBOK . . . . 153 matches
         [http://object.cau.ac.kr/selab/lecture/undergrad/20021//SWEBOKv095.pdf SWEBOK] - Software Engineering Body of Knowledge
          * SWEBOK . SWEBOK SE . SWEBOK SE Knowledge Area , 해 Reference . (Reference . -_-;) --
  • [Lovely]boy^_^/Diary/2-2-11 . . . . 153 matches
          * 5-1, 5-14, 5-15 (11/17)
         === 11/11 ===
          * XB .
         === 11/13 ===
         === 11/14 ===
          * ["PhotoShop2003"]
          * ["TheWarOfGenesis2R"] . BMP 파 .
          * XB . .
         === 11/15 ===
          * . 3파2 .
          * 3파2 . ㅠ.ㅠ
          * 포토
         [""]
  • 김민경 . . . . 153 matches
          . .
         ZeroPage 회, .
         E-Mail , .
         홍@zeropage.org , 홍 zeropage org , .
         = ZeroPage (학 ex- 07) = 20050983
         
         == 표 ==
          !
         == 획 ==
         
         == ==
         == 하 ==
         [홈페], ZeroPagers, ZeroWikian ( DeleteMe 택해 . )
  • 데블스캠프2005/FLASH키워드정리 . . . . 153 matches
         = [2005/]/FLASH키 =
         플 C Java .
         if, else, switch, goto .
         
         플 .
          //TODO.
          on(release), on(press)
          onClipEvent(load), onClipEvent(enterFrame)...
         [], [2005]
  • 만년달력/손동일,aekae . . . . 153 matches
         
          cin >> year >> month; //
          for (i=1; i<month; i++) // ThirtyOne : month 31
          a = 0; // a : .
          int two = year / 4 - year / 100 + year / 400; // year
          if (month > 2) //
          // first // 1 1
          int y = 1; // .. 1-28,29,30,31
          for (first; first<7; first++) //
          for (i=1; i<6; i++) //
          for (j=0; j<7; j++) //first 1+ 7 ..
          cout << "\t\t화\t\t\t\t토" << endl;
          for (first_; first_<7; first_++) //
          for (i=1; i<6; i++) //
          for (j=0; j<7; j++) //first 1+ 7 ..
         [], [aekae]
  • Yggdrasil/020523세미나 . . . . 152 matches
         == ==
         //
          cout<<" .";
          cout<<" \n";
         == 택 ==
         //
          cout<<" 택합?: \n";
          cout<<"1. \n";
          cout<<"2. \n";
          cout<<"3. \n";
          cout<<"4. \n";
          cout<<" .\n";
          cout<<"?\n";
          cout<<array[k]<<" .\n";
          cout<<" .\n";
          cout<<array[k-1]<<" .\n";
          cout<<"\n";
          cout<<" 택합?: \n";
          cout<<"1. \n";
          cout<<"2. \n";
  • zennith/dummyfile . . . . 152 matches
         한 크
         === ===
         === . 1.1? ===
         12389523 0.991 0.37 . .. 함 .. ; .
  • 김동준/Project/Data_Structure_Overview/Chapter1 . . . . 152 matches
         == ==
          // : A include Array, i include index, x include item
          Array Create(j, list) => return j
          list i i
          크 j-tuple item .
          return A i
          else reutrn
          return (i,x) A.
          else return
         C
         
          1, 2 .
          . 2
         [http://inyourheart.biz/zerowiki/wiki.php/%EA%B9%80%EB%8F%99%EC%A4%80/Project/Data_Structure_Overview Main ]
  • 악성아이피 . . . . 152 matches
          * : 61.172.102.100, 71.116.181.226, 221.186.137.64
          * ... , ..
          . robot.txt . , . -- 휘
  • 중위수구하기/김태훈zyint . . . . 152 matches
         === ===
          php;;
          +ㅁ+
         === ===
         <INPUT TYPE="hidden" name=mode value=action><INPUT TYPE="submit" name=submit value=>
          $value = array($_POST['a'], $_POST['b'], $_POST['c']); //
          sort($value); //
          echo " = $value[1]"; // +ㅁ+
         === 한테 할 ===
          * +_+ PHP.. 해 ㅋㅋ;; ㅠㅠ --
          해 +ㅁ+ switch while, if, for -태훈
          * PHP PHP 트 Hacking 하 . C 해. C -_-ㅋㅋ --
          C .. 크크 -태훈
         [LittleAOI] []
  • OurMajorLangIsCAndCPlusPlus/time.h . . . . 151 matches
          : 허
         time.h - time date
         == tiem (tm) ==
         == time 함 ==
         == 함 (Functions) ==
         || 함 || ||
         || char *asctime(const struct tm *timeptr); || tm . ||
         || clock_t clock(void); || processor clock time 환한 ||
         || double difftime(time_t time1, time_t time2); || . ||
         || struct tm *gmtime(const time_t *timer); || timer GMT tm 환한. ||
         || struct tm *localtime(const time_t *timer); || timer local time tm 환한. ||
         || time_t mktime(struct tm *timeptr); || tm time_t 환한. ||
         || size_t strftime(char *str, size_t maxsize, const char *format, const struct tm *timeptr); || time date . ||
         || time_t time(time_t *timer); || time_t 형태 환한. ||
         || struct tm *getdate(const char *); || tm 환한. ||
  • 데블스캠프2003/다섯째날 . . . . 151 matches
         == ==
         ||학||||
         ||00||||
         ||01||||
         ||01||호||
         ||02||||
         ||02||||
         ||03||||
         ||03||황||
         ||03||||
         ||03||||
         ||03||환||
         ||03||훈||
         ||03||||
         ||03||||
         ||03||희||
         ||03||화||
         ||03||||
         ||03||||
         ||03||||
  • 데블스캠프2009/월요일/연습문제/svn코드레이스/서민관 . . . . 151 matches
         = 2009///svn/ =
          printf(" .(%d~%d) => ", min, max);
          printf(" . ?\n");
          printf(" . ?\n");
          printf(" .\n");
          printf(".\n");
          printf(".\n");
          printf(" . .\n");
         . .
  • 데블스캠프2012/셋째날/코드 . . . . 151 matches
         = , , OpenAPI =
          * []
          * -> -> MapAPI . -> N -> Mark .
         = 테 한 CTIP =
         = LLVM+Clang ! && Blocks ? && 퓨팅 Grand Central Dispatch =
         = =
          * [2012//]
  • 지금그때2003/ToDo . . . . 151 matches
          * . [2003/] (V)
          * NeoCoin (V) [2003/]
          * [2003/] 테트 1 (V)
          * CGI - [1002] 행 (V)
          NeoCoin .
          * CGI (V)
          * 행 (V) [2003/홍]
          * 확한 획 (V) [2003/획]
          * 2 (V)
          * 획 Test (X)
          * (V)
          * [2003/] 테트 2 (X)
         [2003]
  • 파스칼삼각형/구자겸 . . . . 151 matches
          int colum, row; // 행
          int i,j; //
          int array[MAX][MAX]; //
          . , . n . .( -_-) 파 pascal.py "pascal.py 10" .
         [파형]
  • 포항공대전산대학원ReadigList . . . . 151 matches
          ① ,
          ② /
          ③
         ♣ 1 (, )
         ◊
         Data Structures and Algorithms in C++, Mitchael T. Goodrich et al., John Wiley & Sons, 2004.
         Data Structures and Algorithms", Alfred V. Aho, John E. Hopcroft, Jeffrey D. Ullman, Addison-Wesley.
         ◊
         An Introduction to Formal Languages and Automata, Peter Linz.
         Introduction to Automata Theory, Languages, and Computation, J. E. Hopcroft, R. Motwani,
         ♣ 2 ( / )
         ◊ /
         Principles of Computer Architecture, Miles J. Murdocca and Vincent P. Heurinng, Prentice Hall, 2000.
         Computer Organization, The HW/SW interface, D. Patterson and J. Hennesey, Morgan Kaufman, 1994.
         ◊
          Digital Design, Morris Mano, Prentice Hall, 3-rd Ed, 2002.
          Contemporary Logic Design, Randy H. Katz, Benjamin/Cummings 1994.
         ♣ 3 ( )
         ◊
         Operating System Concepts: 6th Edition, Silberschatz, Galvin, and Gagne John Wiley & Sons, 2004.
  • 현재시간 . . . . 151 matches
         
         ? 탈?
         = =
          * ? --[iruril]
          * [http://www.yugop.com/ ] - '' ~^^;; W . ;; ...ㅠ_ㅠ - [한]
  • AudioFormatSummary . . . . 150 matches
         || Format Name || License || Contributor (Vendor) || ||
         || mp3 || ? || [http://www.ipm.fraunhofer.de/fhg/ipm_en/profil/lab_equipment/index.jsp Fraunhofer] || . . ||
         || ogg || Free (확히..) || [http://vorbis.com] || . mp3 ||
         || flac || BSD || [http://flac.sourceforge.net] || . iAudio X5 ||
         || ape || ? || [http://www.monkeysaudio.com/] || . flac ||
         || mpc || ? || [http://www.musepack.net/] || . ogg ||
         || wav || ? || ? || ||
          [http://foobar2000.org foobar]. 3rd party plug-in (M$ ). beep-media-player ( 함) -
         []
  • Java/CapacityIsChangedByDataIO . . . . 150 matches
          ["Java"] Container Capacity
         === ===
         capacity {{{~cpp StringBuffer }}}, Vector . .
         === ===
         capacity
         data length: 17 capacity: 34 <--
         data length: 1,000,000 capacity: 1,179,646 <-- .
         data length: 0 capacity: 1,179,646 <--
         data length: 11 capacity: 20 <-- capacity
         data length: 1,000,000 capacity: 1,310,720 <-- .
         data length: 0 capacity: 1,310,720 <--
         === ===
          ;; .
  • 수학의정석/행렬 . . . . 150 matches
         = =
         행 .
          3 3 .
         행
          .
         = (case 1) =
         = (case 1) =
         :
         15 22 // 2행 2 .
         = (case 2) =
         = (case 2) =
         
         :
         = =
          "" .
         = =
         ||||Source(포함)||CPU_CLOCKS||UPDATE 1||UPDATE 2||UPDATE 3||
         || [태] || [/행/태] || 0?() || || || ||
         []
  • 지금그때2004/토론20040324 . . . . 150 matches
         == 행 ==
          * 학
         == ==
         [2004/획]
         == ==
          *
          * , ?
         == ==
          * 1학 ' 회'
          * [2004/]
         == ==
          *
         [2004]
  • C++0x . . . . 149 matches
         == ==
          * C++ .
          * 0x 2010 10
         == ==
          *
          *
         == ==
          * GCC 4.5 (4.1 )
         
         = 트 =
  • HanoiTowerTroublesAgain!/이도현 . . . . 149 matches
         ==== ====
         :B(A,B,C), :(,통,), :3(1~4)
         ==== ====
         하 .
          Closed Form ㅋㅋ
          , Closed Form .
         , Closed Form 5 -.-;;
          : 2n<sup>2</sup> - 1
          : 2n<sup>2</sup> + 2n - 1
         ==== ====
          -.-;
          ㅋㅋ
         ==== ====
         // closed form
          //
         ==== ====
  • PokerHands/Celfin . . . . 149 matches
         //////
         ////////////////////////////// 팅 ////////////////////////////////////
         /////////////////////////////// //////////////////////////////////
         ///////////////////////////// ////////////////////////////
         ///////////////////////////// 포 ////////////////////////////
          if(turn==1) //
          if(turn==1) //
         ///////////////////////////// 트 ////////////////////////////
          if(turn==1) //
          if(turn==1) //
          if(turn==1) //
         ///////////////////////////// 투페 ////////////////////////////
          if(turn==1) //
          if(turn==1) //
          if(turn==1) //
         ///////////////////////////// ////////////////////////////
          if(turn==1) //
          if(turn==1) //
          if(turn==1) //
          if(turn==1) //
  • Reverse Engineering처음화면 . . . . 149 matches
          .
          /확/ .
         :
         1. .
         2. .
         3. Crack .
         4. Debugging .
         5. Pack . Pack . .
         6. Driver .
         한:
         1. crack .
         2. . ( 300 .)
         :
          :
  • [Lovely]boy^_^/3DLibrary . . . . 149 matches
         //////// 60 . ////////
         ///////// /////////
         //////// ////////
         //////// 행 /////////
         ///////// 행 합 ////////////
         ///////////// 행 - 행 /////////////
         /////////// -행 //////////////
         //////////// 행 * 행 /////////////
         ///////////// 행 * //////////////
         //////////// * 행 ////////////////
         //////////// x //////////
         //////////// y //////////
         //////////// z //////////
         //////////// 행 * (3 ) /////////////
         //////////// /////////////
         ///////////// //////////////
         ///////////// * ////////////////
         ////////////// ////////////////
         ///////////// * ////////////////
         //////////// ////////////////
  • apache/mod_python . . . . 149 matches
          * [moinmoin] [apache] [python] .
          * DeleteMe) mod_python mod module ...-_-ㅋ;;
         === ===
          * mod_python . [http://www.nzeo.com/bbs/zboard.php?id=tag_tip&no=5]
          * [ftp://ring.aist.go.jp/archives/net/apache/dist/httpd/modpython/win/] : Apache . Apache 함.( 함)
          * [http://www.modpython.org/live/current/doc-html/inst-testing.html] : 톨 테
          * mod_pyhton 홈페 [http://www.modpython.org/]
  • 데블스캠프2010/다섯째날/ObjectCraft/미션2/김상호 . . . . 149 matches
         = =
          printf(" 0 1 %d HP %d .\n", a[0].gong, a[1].hp);
          printf(" 1 0 %d HP %d .\n", a[1].gong, a[0].hp);
          printf(" 0 .\n");
          printf(" 1 .\n");
         = =
          printf(" %d %d %d HP %d .\n", a.name, b.name, a.gong, b.hp);
          printf(" 0 .\n");
          printf(" 1 .\n");
  • 조현태의자바교실 . . . . 149 matches
          = ? =
          * 2학 1학 GUI .
          = =
         ||학||||
         ||05||태||
         ||02||||
         ||06||||
         ||06||형||
         ||06||||
          ... .
          = / =
          * 5 7
          = =
          * . GUI .
          * GUI .
          * 트 핸
          * /
         [""]
  • 프로그래밍/장보기 . . . . 149 matches
         [http://acm.kaist.ac.kr/Problems/2005oa.pdf ]
          : 30m
          Refactoring . . main 화하 . 하 환하 화하 .
         []
  • JTDStudy/첫번째과제/정현 . . . . 148 matches
         == ==
         ;; JTD .. ㅋㅋ
         TDD 행했.
         == : java ==
         테
         
         
         황판
         
         === 펙토 ===
          -
         == ==
         if for ;
          ,
         [JTDStudy] [JTDStudy/]
  • Ones . . . . 148 matches
         [http://acm.uva.es/p/v101/10127.html ]
         :A(A,B,C), :(,통,), :2(1~4)
         2 5 0 10,000 n , n 10 1 . 한 n ?
         === ===
          || || || || ||
          || [] || C++ || 30 || [Ones/] ||
          || [1002] || Python || 25 || [Ones/1002] ||
          || [] || C || ? || [Ones/] ||
         === ===
         [] [AOI], [/]
  • OperatingSystem . . . . 148 matches
         [[include(:OperatingSystems)]]
          . ([[http://wikipedia.org wikipedia]] )
         , [[SeparationOfConcerns]] . OperatingSystem ( , [[Kernel]]) memory I/O . ( :) )
         == OS ==
         == OS ==
         [[택]] : , , ...-_-a
         [[]]
  • 박정근 . . . . 148 matches
          . .
         ZeroPage 회, .
         E-Mail , .
         홍@zeropage.org , 홍 zeropage org , .
         = ZeroPage (학 ex- 07) =10
         
         
         == 표 ==
         !
         == 획 ==
          ....ㅠ
         == ==
         ..?
         == 하 ==
         == 하 ==
         히.. 해
         [홈페], ZeroPagers, ZeroWikian
  • 윤성준 . . . . 148 matches
          printf(" ?\n");
          printf(" ~\n");
         }}}.
         == ==
         == ~~ .. ..ㅋㅋ ==
          [http://cyworld.nate.com/sjyunk !] '''!!!'''
         []
         || || || || ||
         || 1 || || 3 || [/] ||
          ??? ..; .;;
  • 하노이탑/윤성복 . . . . 148 matches
         int Mcount = 0; //
          Mcount++; //함 1
          // 1 start finish
          cout << start << " " << finish << endl;
          // 1
          hanoi(disk-1,start,finish,other); // 큰 other
          cout << start << " " << finish << endl;
          hanoi(disk-1,other,start,finish); // other finish
          cout << " : ";
          cout << endl << " " << MoveCount << endl;
         [하탑] [2005]
  • 2006신입생/연락처 . . . . 147 matches
         || || || 핸폰 ||
         || 형 || softmax@hotmail.com || 010-7272-4384 ||
         || 희 || stxit msn.com stxit naver.com || 팔 ||
         || || sayiii at hotmail dot com || 010-8927-0036 ||
         || 희 || wonhee87 at hotmail dot com || 010-3072-5514 ||
         || 형 || leech8757 at hotmail dot com || 011-9288-5619 ||
         || [] || starz416 at hotmail dot com || 010-7138-4689 ||
         || || zeldababo at naver dot com || 010-9191-3530 ||
         || || wooyongyi at hotmail dot com || 011-9263-6315 ||
         || || dachanism at hotmail dot com || 011-9254-0604 ||
         || || saver at anti-k dot com || 010-6760-2946 ||
         || || syhyper at hotmail dot com || 010-3099-4172 ||
         || || 1006kds at naver dot com || 011-1703-8375 ||
         || [http://165.194.17.5/zero/?url=zeropage&title=%BE%C8%B3%E7%C7%CF%BC%BC%BF%E4 ] || kofboy at dreamwiz dot com || 010-4691-5179 ||
         || 한 || jyhjohn at msn dot com || 010-6621-6670 ||
         || 화 || minhwa119 at hotmail dot com || 010-2616-4900 ||
         || 황 || hphsy at hanmail dot net || 016-9310-0780 ||
         || || YFL at lycos.co.kr || 010-9460-4587 ||
         || || onlysun87 at hotmail dot com || 010-9770-7065 ||
         || || gojoyo at unitel.co.kr || 016-9870-0913 ||
  • CssMarket . . . . 147 matches
         CSS . UploadFile .
          CSS Upload 하, /pub/upload/*.css .
          ?
          http://zeropage.org/pub/upload/hirenn.css .
         히 평.
         || CSS URL || 파 ||평||
         || /pub/upload/hirenn.css || Upload:hirenn.css || 한 파? ||
         || /pub/upload/narsil.css || Upload:narsil.css || (?) ||
         || /pub/upload/clean.css || Upload:clean.css || . ||
         || /~gochi/cgi-bin/moin/css/wiki.css || [http://zeropage.org/~gochi/cgi-bin/moin/css/wiki.css wiki.css] || ~ ||
         || /~dduk/css/red_fix.css || [http://zeropage.org/~dduk/css/red_fix.css red_fix.css] || red.css ||
         || /~dduk/css/red_fix_mozilla.css || [http://zeropage.org/~dduk/css/red_fix.css red_fix_mozilla.css] || red_fix [Mozilla] ||
         ||/pub/upload/l2.css || [http://zeropage.org/~iruril/l2.css] || 킨~ ||
  • C언어정복 . . . . 147 matches
         == C ==
          : 04학
         학 : 06학 , 06학
         표 : ㅋㅋ ( )
          : 4 6 () 5 7
          ~~
         ==== ====
         [C/330]
         [C/46]
         ==== ====
         [C/330-]
         [C/460-]
         ==== ====
         [C/330-]
  • ProjectGaia/요구사항 . . . . 147 matches
         === 키 ===
          * 화
          *
          * (1-n) - .
          *
          *
          *
          * 편
         === 확 ===
          * 화
          *
          *
          *
          *
          *
          * 편
  • TicTacToe . . . . 147 matches
          * O X 3 .
          Player1 Player2 .
         ||||크||
         ||[택]||[TicTacToe/택]||
         ||[]||[TicTacToe/]||
         ||,하||[TicTacToe/,하]||
         ||[]||[TicTacToe/]||
         ||,환||[TicTacToe/,환]||
         ||,황||[TicTacToe/,황]||
         ||,||[TicTacToe/,]||
         ||화,||[TicTacToe/화,]||
         []
  • Yggdrasil/가속된씨플플/0장 . . . . 147 matches
         = 0 =
          * , .
         == ==
          * 함: ,
          * : 합. 표 std .
         [Yggdrasil/플플]
  • 건대컴공 . . . . 147 matches
         http://andro.konkuk.ac.kr/newhome/ 홈페
         ... GDT ~~
          .. ..
          ..
         활 .. 한 ~.. pcix wiki~
         || PcixWiki || PcixWiki:FrontPage || 템 ||
  • ProjectGaia . . . . 146 matches
         학 .
         === ===
          *
          * [""]
          *
          * ["ProjectGaia/항"]
          * ["ProjectGaia/"]
          * ["ProjectGaia/"]
          * ["ProjectGaia/트"]
          * [http://165.194.17.15/~neocoin/jsboard/list.php?table=ProjectGaia ]
          * [http://camellia.cse.cau.ac.kr/fs/FSBBS/board.asp?tb=fs_table&code=05484 판]
         === ===
          * [""] : DB Dump 한 . . , .
          * 호 : , . ^^
         [""]
  • 데블스캠프2006/예산 . . . . 146 matches
         = 2006/ =
         == ==
          (50,000) - (28,000) - (3,600) + (10,000) + (20,000)
         = 48,400
         ( ~^_^*)
          .
         == 화 ==
          (48,400) - (69,000) + (110,000)
         = 89,400
         ( ~^_^*)
         == ==
          (89,400) + (40,000) - (100,500)
         = 28,900
         ( ^_^* 호호)
          ㅋㅋ
         [2006]
  • 하욱주 . . . . 146 matches
         ~~~ ~
          └ i . -[]
          └ ~ㅋ
          .
         Upload:.jpg [한]
         ~ !!
         Upload:.jpg []
          ~
         Upload:.jpg []
          _ . ㅋ
         Upload:.jpg []
          -ㅅ-;;;; []
  • 0 . . . . 146 matches
          * 홈페 . ZeroPage?! ㅋㅋㅋㅋ - []
          * 흠 . ?? - []
  • 새싹교실/2012/열반/120409 . . . . 146 matches
         = 행 =
          *
          *
          *
          * 3 1 30 행했
         = =
          * 행했.
         == ==
          *
         == 7 ==
         = =
          *
          * .
         = =
          * .. - []
  • AM/20040629첫번째모임 . . . . 145 matches
         == 토 ==
          * : , 3 - 6 .
          * : . .
          * 2 API(1~9)
          6/29 ~ 7/5 : API 1-3
          7/6 ~ 7/8 : API 4-5
          7/9 ~ 7/12 : API 6-7
          7/12 ~ 7/15 : API 8-9
          * 표 : window 테트
          * 6 MFC(part2.)
          * 표 : MFC 해하 .
  • Data전송 . . . . 145 matches
         클트(form) ->
         html 한 텍
          2
         1. Get : data
         2. post :
         // form method="get" or "post" . action="receive.jsp" //
         3. html .html .
         <input type="submit" value="">
          <%=hobby_list%> <br>
          <%=season%>
  • DylanProgrammingLanguage . . . . 145 matches
         == Dylan ==
         == 홈페 ==
         == Hello world ==
          토해 (*nix ) 행파 .
         == ==
          * dynamic language .. dynamic programming .. -_-a [택]
          * 통 '' dynamic languages . . , 97 ... --[]
          * '형' loosely-typed ..; -
         []
  • Linux/탄생과의미 . . . . 145 matches
          * [http://ko.wikipedia.org/wiki/%EB%A6%AC%EB%88%85%EC%8A%A4 한]
          * [http://en.wikipedia.org/wiki/Linux ]
          *
          * 1991 (Linus Tovalds) Unix Minix PC .
          * Ver.0.01 ,
          * - :)
          - ;; ;; - [eternalbleu]
  • 삼총사CppStudy/20030731 . . . . 145 matches
         == 한 ==
          *
          *
          * ()
         == ==
          * , --snowflower
          * .. ..;; 탕 3 ~~ ^^ --
          * ... ...--
         [CppStudy]
  • 2005summerMT . . . . 144 matches
         2005 학 [MT]
         = =
         16 - 17. ㅎㅎㅎ
         = =
         
         = =
         20
         == ==
          * 16(토) 12
          * 회 : 15000
          * : (3 - ,,)
         = =
          한 회?? --
          ?
          20 해. . --
         [행]
  • CodingStandard . . . . 144 matches
          .
          , 편하, CollectiveOwnership .
          . .
         행해 , , Python Smalltalk Style . --["1002"]
  • ExtremeBear . . . . 144 matches
         == ==
         ["ExtremeProgramming"] 험해 .
         == ==
          * -
          * ["협"]
          * [""]
          * [""]
          * [""]
          * Moa:
          * Pair Bear (ExtremeBear 트!!)
         == ==
          * ["ExtremeBear/Plan"] - 획 ( ..)
          * ["ExtremeBear/OdeloProject"] -
          * ["ExtremeBear/VideoShop"] -
         == ==
          * Xper:ToolsForXp : XP
          * Xper:XpDiary : XP . XP .
          * .
         [""]
  • One/구구단 . . . . 144 matches
         
         == 태형 ==
         int number; /* */
         int count; /* 2 9 */
         printf(" !!!\n");
          printf(" !!!\n");
          printf(" %d .\n", number);
         == ==
          printf(" ");scanf("%d",&a);
         == ==
          printf(" ."); scanf("%d",&i);
          printf(" .");
         == ==
          printf(" ?");
         == ==
         {{{~cpp
  • STL/set . . . . 144 matches
          * (STL containter).
          * .
          * . STL map .
          === ===
          === ===
         // 3 5 하 .
          === 회 ===
          * STL container .
          * set
         // for
          cout << *i << endl; // .
         === ===
          cout << *i << endl; // .
         
  • SisterSites . . . . 144 matches
         === ZeroWiki SisterSite 항 ===
          1. bsddb 팅 - python 2.1 shell .
          * MoinMoin .
          * sisters.py WIKINAME_DIR
          * MoinMoin/wikiutil.py
          * MoinMoin/config.py .
          * .sistersites
          * SisterSite bsddb db 화 . 1 .
          * sister_site . moin_config.py . ( .. -_-;)
          * SisterSite Patch .
  • TkinterProgramming . . . . 144 matches
         Tkinter Tk GUI 툴킷 . Tkinter GUI 툴킷.
         Tk GUI 툴킷.
         파 GUI 툴킷 PyGTK, wxPython, Jython QtPython .
          . -_-;
          GUI Tkinter !!!! -_-
          . - [eternalbleu]
  • Trace . . . . 144 matches
         MFC {{{~cpp TRACE }}} VC . , .
         ( {{{~cpp TRACE}}} {{{~cpp TRACE}}} 한 함 )
         = 함 body =
          //_tprintf(szBuffer); // console window .
          OutputDebugString(szBuffer); // debug output window string
         [], []
  • 로그인하기 . . . . 144 matches
         ZeroWiki [""] ...
         UserPreferences 페 Profile . ChangeYourCss 페 CssMarket .
         01학 . "협" ?
         [""]
  • 이승한/tip . . . . 144 matches
         
         
         == >> ==
         ??ㅋㅋㅋ
          함.
          XOR .
          #pragma . . . .
          pragma once - [택]
         [한]
  • AcceleratedC++/Chapter15 . . . . 143 matches
         15 5 .
          .
          ...
  • 박성현 . . . . 143 matches
         = =
          * 09 학
          * 2010
          *
          * 2010 ~ 2012
         == 활 ==
         ==== ====
          * 2010, 2011
         ==== ====
          * NOS (Nexon Open Studio) 3 - 2010,
         == 트 ==
          1. INS ( Image Network Service ) - ( 2010 )
          *
          * [http://project.oss.kr 2010SW회] - (SK C&C) -_-;
         == ==
          1. Win32API - ( 2010 ~ 2011 )
          * .
         == ==
          * [QuestionsAboutMultiProcessAndThread] - O/S Multi-Process Multi-Thread ...
         == ==
  • 삼미슈퍼스타즈의마지막팬클럽 . . . . 143 matches
          . . 1할 2 5 , . 9할 ? .
  • SOLDIERS/정진경 . . . . 142 matches
         Describe SOLDIERS/ here
         8 9 ACM . ㅜㅜ
         X Y .
          , 통해 .( 형 탐)
          * --! !!
  • 데블스캠프2006/월요일/함수/문제풀이/이장길 . . . . 142 matches
         == ==
         
          cout<<", , ."<<endl;
         
         
          cout<<""<<endl<<endl;
          cout<<""<<endl<<endl;
          cout<<""<<endl<<endl;
          cout<<""<<endl<<endl;
          cout<<""<<endl<<endl;
          cout<<""<<endl<<endl;
          cout<<""<<endl<<endl;
          cout<<""<<endl<<endl;
          cout<<"."<<endl;
          cout<<"."<<endl;
          cout<<"."<<endl;
          cout<<"."<<endl;
          cout<<"."<<endl;
          cout<<"."<<endl;
          cout<<"."<<endl;
  • 자리수알아내기 . . . . 142 matches
          .
         = =
          n . ?
          화해 . n b ?
         = =
         || || || || & ||
         || || Haskell || 10 || [/] ||
         []
  • Hacking/20041104세번째모임 . . . . 141 matches
         == ==
          * : 11 4 3:00 ~ 4:00
          * :
          * : 환,
         == ==
         
         cd
         pwd
         find --name --user --group
         id uid gid - -.-;
         == ==
          * 해 1 통...
  • ReverseAndAdd/1002 . . . . 141 matches
         == ==
         == ==
          * matlab python . python ,
          reverse matlab . .
          * 한 한 . bot . (196 )
  • ZeroPageServer/계정신청상황2 . . . . 141 matches
         === From OneWiki : 황 2 ===
          * 태 ( . 확 . )
          * z:ZeroPage Server Telnet m: MySQL c:CVS r: , j : jsp
         || || id || 학 || join |||| email || 태() ||
         ||[]|| rdk49 || 03 || 2003 ||z || rkd49 || zrc ||
         || || june || 93 || 1993 ||z || juneaftn || zr ||
         ||[]|| iruril || 03 || 2003 ||zm || 2ruril || zrmr ||
         || || leonardong || 03 || 2003 ||c || leonardong 한 || ||
         || 황 || aekae || 03 || 2003 ||zm || aekae || zrmr ||
         || 환 || darkduck || 03 || 2003 ||zm || gaggachi || zrmr ||
          [ZeroPageServer/황]페 통합하 .
  • [Lovely]boy^_^/USACO/BrokenNecklace . . . . 141 matches
          * 흠. ;;
          * ;; ;;
          * ;;
          * ;;
          * 테 ..;; ;;
          * ..
  • 김준영 . . . . 141 matches
         = ZeroPage 20 =
         == ==
          * '''''' :
          * '''''' :
          * '''학''' : 1학
          * '''''' : , , .
          * '''Blog''' : '''''[http://hanginggardens.pe.kr/ http://hanginggardens.pe.kr]''''' ( 함)
         == 표 ==
         
         == 획 ==
          * .
          * . ( ㅜㅜ)
          * JLPT 2 .
         == ==
         .
         == 하 ==
         .
         == 하 ==
         . 항
         [:%ED%99%88%ED%8E%98%EC%9D%B4%EC%A7%80%EB%B6%84%EB%A5%98 홈페], ZeroPagers, ZeroWikian
  • 만년달력/방선희,장창재 . . . . 141 matches
          태클.
          DeleteMe) 태클 ...ㅡ.ㅡ;; - [""]
          cout << " = " ;
          cout << " = " ;
          for (int y = 1 ; y < year ; y++) // (1)
          temp_sum = temp_sum + array[year][b]; // (1)
          // 함.
         int def_max_month(int temp_year, int temp_month) //
         [] [희] [] [?]
         [2003/]
  • 이영호/한게임 테트리스 . . . . 141 matches
          .
          ...
         Reverse Engineering 한 ... ...
          .
         447234 <- argument 3 .
         arg2
         0 = ()
         1 =
         2 =
         3 =
         4 =
         5 =
         6 =
         // 1 .
  • ActiveTemplateLibrary . . . . 140 matches
         ATL 템플 C++ 클 . COM . VisualC++ COM 한 COM, Automation , ActiveX .
         OLE String PSTR 환 할 .
         ATL string {{{~cpp USES_CONVERSION}}} macro함.
         {{{~cpp QueryInterface}}} smart pointer class
         //CComQIPtr
         // COM interface
  • Eclipse/PluginUrls . . . . 140 matches
          * ["Subversion"] Plugin
          * .
         ==== 황 해 ====
          * Windows -> preference -> Team -> SVN SVN interface JavaSVN -> JavaHL
          * Memory ["GarbageCollection"] Plugin, GC.
          * [http://wiki.kldp.org/wiki.php/Eclipse/CDT CDT]
          * [http://yg0772.egloos.com/1032362 CDT_]
          * [http://www.phpeclipse.de/tiki-view_articles.php] 홈페
          * [http://phpeclipse.sourceforge.net/update/releases]
          * [http://www-128.ibm.com/developerworks/opensource/library/os-debug ]
          * [http://www.myeclipseide.com/Downloads%2Bindex-req-viewsdownload-sid-10.html] 홈페
  • OurMajorLangIsCAndCPlusPlus/limits.h . . . . 140 matches
          : [하]
         || || || ||
         ||CHAR_BIT || char형 ||8 ||
         ||SCHAR_MIN || char형 ||–128 ||
         ||SCHAR_MAX || char형 ||127 ||
         ||UCHAR_MAX || char형 ||255 (0xff) ||
         ||CHAR_MIN ||char형 ||–128; 0 if /J option used ||
         ||CHAR_MAX ||char형 ||127; 255 if /J option used ||
         ||MB_LEN_MAX || ||2 ||
         ||SHRT_MIN ||short형 ||–32768 ||
         ||SHRT_MAX ||short형 ||32767 ||
         ||USHRT_MAX || short형 ||65535 (0xffff) ||
         ||INT_MIN ||int형 ||–2147483648 ||
         ||INT_MAX ||int형 ||2147483647 ||
         ||UINT_MAX || int형 ||4294967295 (0xffffffff) ||
         ||LONG_MIN ||long형 ||–2147483648 ||
         ||LONG_MAX ||long형 ||2147483647 ||
         ||ULONG_MAX || long형 ||4294967295 (0xffffffff) ||
  • 이영호/문자열검색 . . . . 140 matches
          strstr함
         strstr, strcase, strspn 한 함 .
         // while . while Ctrl-C .
          fprintf(stderr, "\n .\n");
          fprintf(fp, " -> %s\n", x);
          fprintf(fp, " -> ");
          printf(" -> ");
          fgets(buf, sizeof(buf), stdin); // space 포함한.
          buf[strlen(buf)-1] = '\0'; // stream \n .
          -> His teaching method is very good.
          -> method
          -> His teaching method is very good.
          -> test
  • 정모/2012.11.5 . . . . 140 matches
          * : [], [], [], [], [], [], [], [], [], [], []
          * []학 ACM_ICPC with algorithms
          * OMS: []
         == /트 ==
          *
          * - [], [], [], []
         == ACM_ICPC ==
          * [], []
         == ==
          *
         == ==
         [2012], []
  • 캠이랑놀자/051229 . . . . 140 matches
         = /051229 =
         = =
          * R,G,B
          * 3 - Channel
          *
          * : R,G,B
         == Channel ==
          * B .
          * SrcPixel1, SrcPixel2 SrcPixel1*0.5 + SrcPixel2*0.5
  • EightQueenProblem/lasy0901 . . . . 139 matches
          x y .
          . -_-a
          ... .. #include <stdafx.h> (VC6.0) 패-_-a
         == 하 ==
          {is_finished=1; // 하 <-
         == ==
  • KIN . . . . 139 matches
         
          : kkn5475@hotmail.com
         핸폰 : 011-9217-5475
         ======
         Major Lieutenant Colonel Colonel : ,,,, ㅋㅋ -_-
          ...
          ....
          키... 하하
          키,,,
          ...
          ... ... ....... .....................-_-
         [홈페] ZeroWikian
  • RandomWalk2/TestCase2 . . . . 139 matches
         
         test.exe 행 파 .
         {{{~cpp C:\RandomWalk2Test> fc output1.txt e-output1.txt}}} 통해 .
         1. ,
         2. ,
         3. ,
         4. ,
  • java/reflection . . . . 139 matches
         = =
          * classpath class 패키 class method .
          * jar 패키.
          * jar파 class .
          * .
          * ORM(Object-Relational-MApping) DAO .
         = =
          * 플 클.
          * jar파 패키. (.java .class 패키 [http://kldp.org/node/75924 ])
  • 새싹교실/2013/양반 . . . . 139 matches
         = =
         [],[훈],[]
         = 표 =
          > ''' 통해 , , !!'''
         = =
          * C .
          * 한해 .
          * 2 .
          * [/2013//1회]
          * [/2013//2회]
          * [/2013//3회]
          * [/2013//4회]
         [/2013]
  • 정서 . . . . 139 matches
         .
         
         :avengerjs@핫
         /avenger7 ..
         == ==
          해!!!ㅋ --
          - [협]
          ㅋㅋㅋ ? - []
          ^^ []
          .. ... 휴 ! --[]
          ㅋㅋㅋ 흐흐흐 -[허]
         흐흐.. -[]
         [홈페], [ZeroWikian]
  • PNGFileFormat/ImageData . . . . 138 matches
          compression method 0 . zlib inflate, deflate . 32768
          * zip, gzip, pkzip LZ777 파 .
          * zlib PNG
         === ===
          * . width트 +1byte 1 .
         {filter type} RGB, RGB, RGB,,,,,
          * [PNGFileFotmat/FilterAlgorithms] .
         === ===
  • [Lovely]boy^_^/Diary/8/6_8/10 . . . . 138 matches
         || || 한 || || 트 ||
         = 8/7() =
          *
          *
          *
         = 8/8() =
          * 하
         = 8/9() =
         || || 한 || || 트 ||
         || C++ || STL || 70% || . ||
         || 3D || 3D MAX GL || || ||
         || Python || || 한 회, || --; ||
          *
  • 데블스캠프2011/다섯째날/HowToWriteCodeWell . . . . 138 matches
          * [2011//How To Write Code Well/, ]
          * [2011//How To Write Code Well/, ]
          * [2011//How To Write Code Well/, ]
          * [2011//How To Write Code Well/, ]
          * [2011//How To Write Code Well/, ]
          * [2011//How To Write Code Well/, ]
          * [2011//How To Write Code Well/, ]
  • ChangeYourCss . . . . 137 matches
         UserPreferences css . , . ^^;
         || 흰탕, 푸 || /~gochi/cgi-bin/moin/css/blue.css ||
         || 흰탕, 푸, || /~gochi/cgi-bin/moin/css/smallblue.css ||
         || 흰탕, , , || /~gochi/cgi-bin/moin/css/wiki.css ||
         || 탕. 폴트 . 한..^^; || /~wizardhacker/cgi-bin/MoinMoin/wiki-moinmoin/wizneo.css ||
         [""]
  • EcologicalBinPacking/강희경 . . . . 137 matches
         == 팩토 ==
         == 팩토 ==
          cout << " .\n";
         == 팩토 ==
          * (memory)
          *
          * ()
          *
          cout << " .\n";
         output() 함 펙토 . --
          ~ --[]
  • LogicCircuitClass . . . . 137 matches
          * 2001 .
          * .
          * 2001(1학) -
          * 2005(??) -
          * 2006(2학) -
          * 2006 - Digital Design(3rd) by M.Morris Mano
          * 2006(2학) - , term project(10 . altera 툴 .)
  • [Lovely]boy^_^/Diary/8/11_8/17 . . . . 137 matches
         = 8/11() =
         || || 한 || || 트 ||
         || C++ || STL || 100% || . ||
         = 8/12() =
         = 8/14() =
         = 8/15() =
         || || 한 || || 트 ||
         || 3D || 3D MAX || 100% || ||
         = 8/16() =
          * 2( ㅠ.ㅠ)
          * 3d ( ㅠ.ㅠ)
          *
          * 파 ( ..--; )
         = 8/18() =
          * 향
          *
  • 문자반대출력/변형진 . . . . 137 matches
         = =
         PHP strrev() , PHP Multibyte String .
         preg_split() Perl Perl 호환 (Regular Expressions) .
          , .
         = =
         []
  • 문자열연결 . . . . 137 matches
         === ===
          .
          : x y .
         === ===
         === ===
         === ===
          * x y .
          * (result.out) .
         === ===
          || || || || ||
          || [허] || C || 10 || [/허] ||
          || [태] || C/C++ || . || [/태] ||
         [LittleAOI] []
  • 신기훈 . . . . 137 matches
         ...
         
          profile?
          ...
          ;;;
          ZP (6-21 0:30) ...
          ?
          -_-;;;
          ......
  • SummationOfFourPrimes/곽세환 . . . . 136 matches
         == 2 ==
          * 통O
          * 3 .( ) 3 .
          * impossible Impossible. .
         == 2 ==
         == 1 ==
         통X
          . .
         == 1 ==
         == ==
  • TheJavaMan/지뢰찾기 . . . . 136 matches
          ㅋㅋㅋ
         
         
         
         
         
         [http://zeropage.org/~darkduck/mine.html 행]
          private int numClick; //
          // numClick + numMines == row * col =>
          private int numFlags; //
          // numMines - numFlags =
          private boolean state = false; // false
          // true
          // -1 폭
  • k7y8j2 . . . . 136 matches
         
         97학 2002
         == 표 ==
         
         == 획 ==
         
         C++클
         토
         
         == ==
         
         == 하 ==
          , ZeroPagers ZeroWikian . . --NeoCoin
         ["홈페"], ["ZeroWikian"]
  • 레밍즈프로젝트/다이어그램 . . . . 136 matches
         [트]
         = =
         == ==
         크 .
          .
          ITEM, ACTION ActionManager.
         Upload:트_Ver2.gif
         = =
         == ==
         Upload:트_.gif
         == ==
         Upload:트_.gif
  • 만년달력/이진훈,문원명 . . . . 136 matches
         .
          bool fyun = 0; // . 0 . 1 .
          int countday = 0; // .
          int findday = 1; // .
          int endmonth, endline; // , .
          cout << " , , !!";
          for (int i = 2;i<=year;i++)//
          for (int k = 1;k<month;k++)//
          findday = (findday%7+countday)%7;// .
          cout << year << "\t\t\t" << month << "" << endl;
          for(int n = 2 ; n <= endmonth; n++)//. endline .
  • 시간맞추기/남도연 . . . . 136 matches
         ㅡㅡ 한 time kbhit() 황했 ;;
          time(0) .. ㅠㅠ
          └time(0), time(NULL) .. 1970 1 1 . unsigned long 형 , 히 1 1 . . - [태]
  • 신혜지 . . . . 136 matches
          . .
         ZeroPage 회, .
         E-Mail , .
         홍@zeropage.org , 홍 zeropage org , .
         = ZeroPage (05학) =
         ?
         == 표 ==
         == 획 ==
         == ==
         == 하 ==
         == 하 ==
          * 혜 , ` ^^ -[허]
         [홈페], ZeroPagers, ZeroWikian ( DeleteMe 택해 . )
  • 언제나왼손에는책 . . . . 136 matches
         [2005] .
          ().
         == ==
          .
          ...
         [] .
         == ==
          .
         한 .
         [학]
  • 임민수 . . . . 136 matches
         == ==
          * ZeroPage 03학 .
          * ( 크) . :)
         == ==
         === ===
          * []
         === ===
          * [티플트]
          * [2학]
         == ==
          * []
          * [3D]
         == 크 ==
         == 하 ==
          * ~ ~ -[iruril]
          * ?? ㅋㅋ -
          *~ ~ ~~ -
         [홈페], [ZeroPagers]
  • Map연습문제/임영동 . . . . 135 matches
         //,
          // decoder
          // rule
          //
          //
          //해
          //
          //
          {// . 하 .
         [STL], [2004/]
  • NumberBaseballGame/정훈 . . . . 135 matches
         !! ~~ ~!
          cout <<" ?? !\n";
          cout << " : " << rbaek << rsib << ril << endl;
          cout <<" ~! 3.-> ";
          cout << " ~!";
          cout << "3??--^ ";
          cout << " ~!";
          cout << "3??--^ ";
          cout << " ~!";
          cout << " ->";
          cout << " ~!";
          cout << " ->";
          cout << " ~!";
          cout << "크 " << str << "!\n";
          cout << " " << ball << "!\n";
          cout << "\n";
  • tempOCU . . . . 135 matches
         
         페 .
         
          : "EditText" or
         = =
         
         = =
         == 1 ==
          :
          :
         == 2 ==
          :
          :
         = =
          험. :) -
  • 데블스캠프2003/둘째날 . . . . 135 matches
         == ==
         ||학||||
         ||03||||
         ||03||화||
         ||03||황||
         ||03||||
         ||03||||
         ||03||||
         ||03||환||
         ||03||||
         ||03||||
         ||03||훈||
         ||03||희||
         ||03||||
         ||02||||
         ||02||||
         ||02||||
         ||01||||
         ||01||||
         == ==
  • 데블스캠프2006/금요일후기 . . . . 135 matches
         {{| :
          .. 4 ....16..... .....
          j . 5
          . .
  • 데블스캠프2006/월요일/연습문제 . . . . 135 matches
         == 2006// ==
         [2006///if-else]
         [2006///switch]
         [2006///for]
         [2006///do-while]
         [2006///]
         [2006//함/]
         DeleteMe) 함 [2006/] .
         [2006/] [2006]
  • 문자반대출력/Microsoft . . . . 135 matches
         n byte n byte . 1 byte ch . '포 ' . --[]
          ^^ swap하 ~~ ~~ ㅋ -- []
  • 시간관리인생관리 . . . . 135 matches
          * Title : ? !
          * : Get everything done and still have time to play
          * Author : 크 포 (), 형호 ()
          * Publisher :
          * Release : 2002 12 16
          * [협] : B) B) B) B)
          . --NeoCoin
          . . . -- [협]
         [/]
         [""]
  • 정의정 . . . . 135 matches
          * 07' -koalacousin
          * 14'
          *
          * 핵
          * LG MC
          * 21-2
          * (12')
          * ACM ICPC Daejeon regional(11) : AtttackOnKoala - Honorable Mention
          *
          * [/2012/]
          * [/2013/]
          *
          * [2012] - UI
          * [2013] - MVC Observer 패 한 UI
  • 지금그때2007/아이디어 . . . . 135 matches
          == [2007/] ==
          === ===
          * ~
          === ===
          *
          === ===
          === ===
          * (?)
         [2007]
  • C 로배우는패턴의이해와활용 . . . . 134 matches
         = GoF ! :C++ =
          * . . DesignPatternsJavaWorkBook .
          * .. ㅤㅉㅗㅈ . - [eternalbleu]
         []
  • JSP . . . . 134 matches
         1. http://tomcat.apache.org 4.1 v Install
         2. Programfile Start Tomcat
         3. htp://localhost:7070 (host 7070 ) OK
         == port ==
         2. server 편
         3. port
         1. hello. jsp
         2. start Tomcat
         3. C:\Program Files\Apache Group\Tomcat 4.1\bin startup
         4. C:\Program Files\Apache Group\Tomcat 4.1\webapps\ROOT hello.jsp 파
         5. htp://localhost:7070/hello.jsp refresh
         == JSP ==
          -> jsp -> () -> jsp 파 jsp ! -> ()
         ->servlet 환 -> "" -> -> () ->
         == Eclipse ==
         [Eclipse JSP]
         1. [Data]
  • KIV봉사활동/개인준비물 . . . . 134 matches
         [[pagelist(KIV)]]
          * .
          * .
         == ==
          *
          *
          *
          *
          * , , ()
          *
          * , , , 푸,
          * 한 - -_ -ㅋ
          * ,
          *
          * 펜
  • VisualSourceSafe . . . . 134 matches
         Microsoft Visual Studio 포함
          * ["CVS"] , 해 . VS 편하. VS . VS 6.0 7.0 --[""]
          * 7.0 VSS 6.0c ... VSS 6.0 UI .. --[""]
         [""]
  • Westside . . . . 134 matches
         * : 학평 *
         * 학 : 20041064 *
         == 표 ==
         * 하 . . *
         == 획 ==
         * . *
         == ==
         * . 해 . . *
         == 하 ==
         * , . , . *
         [홈페], ZeroPagers, ZeroWikian ( DeleteMe 택해 . )
  • fm_jsung . . . . 134 matches
          :
          : 011-9653-8641
          MSN : fm_jsung@hotmail.com
          : , 핑,
         == 획 ==
          C++
         
         == ==
          ''', 할 .'''
         == 하 ==
          .
         == 한~ ==
          ? SeeAlso ZeroPage <-- ~~
          * fm_jsung ? -0- free style mc jin sung , ^^
          ~
         == 크 ==
         [홈페],ZeroPagers
  • 정모/2002.10.9 . . . . 134 matches
         10 9
          * 14
         || 99 || ||
         || 00 || 택 ||
         || 01 || ||
         || 02 || ||
          * 한
          * ...;;
          * 02 ?? 한 ....-,-;;; --
          * --; . " ?"--; --
          * ...^^;;; --
  • AcceleratedC++/Chapter1 . . . . 133 matches
         === ===
         interface : , 해 (operation) . name string ( ) , string name 포하 .
         화, end-of-file, buffer, flush, overload, const, associativity(), , , (built-in type)
  • AstroAngel . . . . 133 matches
         = ZeroPage 02학 ! ^-^ =
         ~~
         02학 . [[BR]] [[BR]]
          * 02학.
          * ('91) → ('94) → ('96) → ('99) → ('02) with KJSE('02)
          * KJSE 한('03)
         = =
          ......;;;
         = 홈페 =
         = ZeroPagers =
          * 훈 : ["훈(K)~"]
          * : ["teruteruboz"]
          * : ["AstroAngel"]
          * : ["whiteblue"]
          * : ["Dantert"]
          * : ["CherryBoy"]
          * : ["ricoder"]
          * : ["Yggdrasil"]
          * : ["mc²"]
          * : ["Thor"]
  • English Speaking/The Simpsons/S01E04 . . . . 133 matches
         == ==
         == Script ==
          * : 한 호 회하 . 행히 호 .
          *
          * Homer : []
          * Moe, Barney : []
          * Police Officer 1, 2 : []
         [English Speaking/2011]
  • ItMagazine . . . . 133 matches
          IT (학 ):
          :
          * [""]
          * [""]
          IT .
  • ZeroPage/임원/회의/2011-01-19 . . . . 133 matches
         = 2011 =
          * 1 19 6 행.
          * @ 6
          * : [], [혜], [하], [황]
         = 회 =
         == ==
          * .
          * .
          * .
         == 회 ==
         == 학회 ==
          * 표, , .
          * 2 함.
         [ZeroPage//회]
  • 김희성/MTFREADER . . . . 133 matches
          int LastErrorCode(); // 환한.
          void MakeBinaryFile(char* filename); //MFT Binary .
          void MakeTextFile(char* filename, long flag); //MFT text 파 .
          point=*((unsigned short*)((unsigned char*)$MFT+20));//Offset
          fprintf(fp,"File %d %d %d\n",time.wYear,time.wMonth,time.wDay);
          fprintf(fp,"File %d %d %d\n",time.wYear,time.wMonth,time.wDay);
          fprintf(fp,"File %d %d %d\n",time.wYear,time.wMonth,time.wDay);
          fprintf(fp,"File %d %d %d\n",time.wYear,time.wMonth,time.wDay);
          fprintf(fp,"File %d %d %d\n",time.wYear,time.wMonth,time.wDay);
          fprintf(fp,"File %d %d %d\n",time.wYear,time.wMonth,time.wDay);
          temp=offset; //* .
          //하
         = : 5/1 =
  • 데블스캠프2011/둘째날/Machine-Learning . . . . 133 matches
         == ==
          *
          *
          *
          * : http://office.buzzni.com/media/svm_data.tar.gz
          * Naive Bayes classifier http://en.wikipedia.org/wiki/Naive_Bayes_classifier
          * [2011//Machine-Learning/NaiveBayesClassifier/namsangboy]
          * [2011//Machine-Learning/NaiveBayesClassifier/]
          * [2011//Machine-Learning/NaiveBayesClassifier/]
          * [2011//Machine-Learning/NaiveBayesClassifier/]
          * [2011//Machine-Learning/NaiveBayesClassifier/]
          * [2011//Machine-Learning/NaiveBayesClassifier/]
          * SVM / SVMLight
          * SVMLight http://svmlight.joachims.org/svm_multiclass.html
          * [2011//Machine-Learning/SVM/namsangboy]
  • 05학번만의C++Study/숙제제출1/윤정훈 . . . . 132 matches
          cout << " . \n " << endl;
          cout << " " << Ftemp << "." << endl;
          * main() 함 . --[]
          * ..ㅎ ~;;ㅁ;; - [태]
  • DebuggingTip . . . . 132 matches
          험해 .
          .
          .
          . :)
         }}}--NeoCoin .
          . ?
  • Hacking/첫번째과제 . . . . 132 matches
         
          , 통해
         
         == ==
          PHP (형, , )
          12/2() 0
  • StephaneDucasse . . . . 132 matches
         OORP(ObjectOrientedReengineeringPatterns) .
          Stephane Squeak . http://scgwiki.iam.unibe.ch:8080/StephaneDucasseWiki . Turtle Graphics 한 튜토 ! Smalltalk .!
         OOP Squeak .
         Refactoring acknowledgement StephaneDucasse . . . --[1002]
         []
  • 토이/숫자뒤집기/임영동 . . . . 132 matches
          * 환한 10 String . .
          int reversedNumber=reverse(inputNumber);// reverse()호
          {// 10
          }//10 . 0
          return returnNumber;//
         [토] [토/]
  • Blink . . . . 131 matches
          . , . , .
  • Button/영동 . . . . 131 matches
         ... .
          ^^ ^^ --[""]
          JButton 1, 2 ;
          Icon ;
          1 = new JButton("1");
          1.addActionListener(this);
          2 = new JButton("2");
          2.addActionListener(this);
          = new ImageIcon("aaa.jpg");
          panel.add(1);
          panel.add(2);
          if (ae.getSource() == 1) {
          "1",
          "1택",
          );
          } else if (ae.getSource() == 2) {
          "2",
          "2택",
          ,
          "택한 : " + res,
  • CommentMacro . . . . 131 matches
          {{{[[Comment]]}}} http://moniwiki.kldp.net/'''''' CommentMacro .
          Comment config.php .
         /!\ Comment . [[FootNoteMacro]] [[CommentMacro]] .
         /!\ 1.0.8 .
  • FileInputOutput . . . . 131 matches
          ifstream fin("input.txt"); // fin input.txt
          ofstream fout("output.txt"); // fout output.txt
          fin >> a >> b; // cin , fin .
          fout << a+b << endl; // cout , fout output.txt a+b
          행하 output.txt 11 .
         print >> fout,(a+b) # fout.writeline( str(a+b)+'n' )
          행하 output.txt 11 .
         ["JavaStudy2002/"]
         []
  • PyGame . . . . 131 matches
         ["SDL"] ["Python"] .
          . [Python] Interpreter .
          * PyGame 홈페: http://pygame.org
         [""] PyGame 3D Viewing System .
         pygame.Surface . Attribute . .
          back.clearSurface() <-- Attribute
  • ThePracticeOfProgramming . . . . 131 matches
         [TheElementsOfProgrammingStyle] , . TEOPS . -_-a
          , . . . -
         []
  • eXtensibleStylesheetLanguageTransformations . . . . 131 matches
         XSLT feedburner . 한 MS XSLT ... .
         MSXML XML HTML 환하 함. MSDN
         XML+CSS XSLT XML . - [eternalbleu]
  • hanoitowertroublesagain/이도현 . . . . 131 matches
         ==== ====
         ==== ====
         하 .
          Closed Form ㅋㅋ
          , Closed Form .
         , Closed Form 5 -.-;;
          : 2n<sup>2</sup> - 1
          : 2n<sup>2</sup> + 2n - 1
         ==== ====
          -.-;
          ㅋㅋ
         ==== ====
         // closed form
          //
         ==== ====
  • 데블스캠프2011/다섯째날/HowToWriteCodeWell/권순의,김호동 . . . . 131 matches
          Elevator elevator = new Elevator(65, -10); // default : 1
          //
          //
          // .
          //
          //
          //
          //
  • 만년달력/김정현 . . . . 131 matches
         = =
         
         == ==
         TimeInfo
         CalendarMaker
         == ==
          * ?
          * 4 100 해.
          * 400 .
         == 테 ==
         [토] []
  • Ant/JUnitAndFtp . . . . 130 matches
         ant script JUnit FTP junit reporting .
          ["1002"] . .
          cron job windows ' ' .
          XP Process , CustomerTest(AcceptanceTest) / 통 Test , .
  • LinkedList/영동 . . . . 130 matches
          * 1학 (?) . ...
         == 트 ==
          cout<<"Node .";
         == 트(?) ==
          * 펙(트) . ...
         : ["Yggdrasil"]
  • UML/CaseTool . . . . 130 matches
         UML Case 툴 3 . round-trip case tools . .
          .
         Rational Software Architect, Together , Argo, Violet .
         UML Visio Diagramming . Diagramming Tool .
  • iText . . . . 130 matches
         [Java] PDF 파 . [http://www.mozilla.org/MPL/MPL-1.1.html MPL] [http://www.gnu.org/copyleft/lesser.html LGPL].
          RefactorMe [페] [페]해 . 트() .
         === 크 ===
          * [http://www.lowagie.com/iText/ 트 홈페]
          * [http://sourceforge.net/projects/itext/ 트 홈페(SourceForge)]
         === ===
          : Upload:Hello.pdf
         [], []
  • 데블스캠프2010/다섯째날/ObjectCraft/미션2/박재홍 . . . . 130 matches
          printf(" b a %d HP %d .\n",dam1,a.HP);
          printf(" a b %d HP %d .\n",dam2,b.HP);
          printf(" a ㅠㅠ.\n");
          printf(" %d %d %d HP %d .\n",a.no,b.no,damage,b.HP);
          printf(" %d \n",b.no);
          printf(" %d \n",a.no);
  • JavaStudy2002/진행상황 . . . . 129 matches
         ["JavaStudy2002"] .
          * 09/13 - 페 &
          * 09/26 -
          * 10/01 -
          * 10/08 - ( 한...^^/~)
          * 10/15 - .
          * 11/06() 5 - 크,
          * 11/14() 1 - TDD Airport ( See Also ["VonNeumannAirport"]), ["Eclipse"], ["CVS"]
          * 11/21() 1 - Airport , ["CVS"] , TDD 토,
  • MineSweeper/곽세환 . . . . 129 matches
         MineSweeper
         == ==
         
          30 + 30
         VC++
          i , main int
         
          ...
         == ==
         // .
  • Python/DataBase . . . . 129 matches
          * [http://sourceforge.net/projects/mysql-python Mysql]
          * [http://www.python.org/topics/database/modules.html ]
         == ==
          * DB API Spec 2.0 함( )
          * connect
         unix_socket - TCP 할 unix
         client_flag - integer, 한 flag (0)
          .
         == ==
          * [http://www.python.org/peps/pep-0249.html APISpec2.0]
         zeropage . - [eternalbleu]
  • WorldCupNoise/권순의 . . . . 129 matches
         == 태 ==
         == ==
         == ==
          * Presentation Error -_-;; Terminate the output for the scenario with a blank line 해하 -ㅅ-;; ,, Visual Studio . -ㅅ-
          * ... .. .. -_-a
          *
  • 윤성복 . . . . 129 matches
          . .
         ZeroPage 회, .
         E-Mail , .
         홍@zeropage.org , 홍 zeropage org , .
         = ZeroPage (학 ex- 07) =
         == 표 ==
         == 획 ==
         == ==
         == 하 ==
         == 하 ==
         [홈페], ZeroPagers, ZeroWikian ( DeleteMe 택해 . )
  • 정규표현식/스터디/예제문제/이승한 . . . . 129 matches
         [[pagelist(^/*)]]
         [[pagelist(^//*)]]
         == ==
         1. t .txt
         2. 1410 .
         3. 1300 .
         4. p 1300 .
         == ==
         === ===
          * [] - [///한/1/]
         === 한 ===
         === 호 ===
         1
         2
         3
         4
         === ===
  • 3학년강의교재/2002 . . . . 128 matches
         == 1학 ==
         == 2학 ==
          || || || || ||
          || 퓨팅 || ()wireless internet & mobile business || Harvey M. Deitel || DEITEL(?) ||
          || || ()foundations of algorithms || Neapolitan/Naimpour || Jones and Bartlett ||
          || " || () || Neapolitan/Naimpor || ||
          || || () || ? || ||
          || || The Essential Guide to Wireless Communications Applications || Andy Dornan || Prentice-Hall ||
          || 화 || 화 || 호 || ||
          ~ . 형. ..^^; .. -
  • JollyJumpers/임인택3 . . . . 128 matches
         % sort 해 합(?) .
         % io 함.
         % 함..
          , .
  • MoniCalendar . . . . 128 matches
         [[MoniCalendar(column,oneweek,,표)]]
          * 9/9 (!) 6:00am
          * 9/10 /!\
          * 05/9/11 :(
          * 9/11-9/15 {*}
          * 9/13-9/18 /!\ ..
          * 9/12-9/17 gray :( ...
         [[MoniCalendar(,표)]]
         == ==
          * MozillaFirefox "overflow:hidden" , colorbar ( ) hover
          * Firefox 1.0.6 , 1.5 beta .
         See also [], [표]
         http://chemie.skku.ac.kr/wiki/monket-calendar/monket-cal/ 테
          http://chemie.skku.ac.kr/wiki/monket-calendar/monket-cal/t.html ...
  • ProjectPrometheus/Iteration7 . . . . 128 matches
         || Task || Point || ||
         |||||| login ||
         || Login DB || . ||○||
         |||||| Controller RS ||
         || Task || Point || ||
         || RSView JSP Page || 0.5 || ○ ||
         || Searched List 한 Total Point || . || ○ ||
         || view page || . || ○ ||
         || View point || . || ○ ||
         || Rating( Light View) || . || ○ ||
         || 평( heavy view ) || . || ○ ||
         || || . || ○ ||
         || , || 0.5 || ○||
         || sessoin view point || 0.5 || ○||
         || || 0.5 || ○ ||
         || Task || Point || ||
         || + || . || ○ ||
         || + , (x2) + viewpoint|| . || ○ ||
         || + + Rating(lightView)|| . || ○ ||
         || + + 평(heavyView)|| . || ○ ||
  • ThePriestMathematician/문보창 . . . . 128 matches
         == ==
         {{| 0.5a(a + 1) ≤ n, (a ≥ 0 , ) |}}
          n . a n ?
         p.s. k , k . k .
         == ==
  • 꼴찌에게보내는갈채 . . . . 128 matches
          . , , 팔 .
          . .
  • 남도연 . . . . 128 matches
          . .
         ZeroPage 회, .
         E-Mail , .
         홍@zeropage.org , 홍 zeropage org , .
         = 05 =
         == 표 ==
         == 획 ==
         == ==
         == 하 ==
         == 하 ==
         [홈페], ZeroPagers, ZeroWikian ( DeleteMe 택해 . )
  • 데블스캠프2010/넷째날/DHTML . . . . 128 matches
         2010 6 25() 13:00
          *Dynamic HTML ( HTML)
          *html , User
          * DHTML
         == ? ==
          *[2010//]
         == ==
         
         <input type="button" value="">
  • JollyJumpers/허아영 . . . . 127 matches
         = =
          .
          30 runtime .
          --;;
          .!!
          .
          ..
         = =
  • MatLab . . . . 127 matches
         [1002] OCU 툴. , 툴. Visualization 험해 .
          .
         []
  • OekakiMacro . . . . 127 matches
         {{{[[OeKaki(파)]]}}} "OeKaki_파.png" .
         {{{[[OeKaki]]}}} OeKaki . , .
         (!) . Comment 플 , Blog Vote .
  • RandomWalk/신진영 . . . . 127 matches
          ....;; -ㅅ-a
          for(i=0; i<12; i++) // ()
          for(j=0; j<12; j++) // (||)
          for(i=1; i<11; i++) // 10 X 10 행
          srand((time(0))); //
          land[row][col]++; //
          case 1: if(land[row-1][col-1] != -1) // ↖
          case 2: if(land[row-1][col] != -1) // ↑
          case 3: if(land[row-1][col+1] != -1) // ↗
          case 4: if(land[row][col-1] != -1) // ←
          case 5: if(land[row][col+1] != -1) // →
          case 6: if(land[row+1][col-1] != -1) // ↙
          case 7: if(land[row+1][col] != -1) // ↓
          case 8: if(land[row+1][col+1] != -1) // ↘
          cout << " " << walk << " ";
          cout << ".\n ! 풉!" << endl;
          cout << "...\n ..." << endl;
          cout << "....;;\n ...;" << endl;
          cout << ".......;;\n ...?" << endl;
          cout << "... 헥헥..;;;\n히, 힘... ;□;" << endl;
  • 걸스패닉/디자인 . . . . 127 matches
         :
          * Upload:man2.gif . .
          * Upload:apple.gif : .
          * Upload:coin.gif : . , .
          * Upload:tile1.gif : .
          ... --[]
         []
  • 데블스캠프2006/월요일/함수/문제풀이/이차형 . . . . 127 matches
          == 형 ==
         함
          cout << " : ";
          cout << " : ";
          cout << " : ";
          cout << " .\n\n";
          cout << " .\n\n";
          cout << " .\n\n";
          cout << " .\n\n";
          cout << " .\n\n";
          cout << " 패하.\n\n";
         
         
  • 데블스캠프2011/둘째날/Machine-Learning/NaiveBayesClassifier/강성현 . . . . 127 matches
         == ==
          * HashMap 함. 2 int형 2 Int2 클 .
          * 파 FileData 클 . java.util.Scanner .
          * train csv 파 . Analyze 클 csv 파 test .
  • 보드카페 관리 프로그램/강석우 . . . . 127 matches
          throw domain_error(" .");
          throw domain_error(" .");
          throw domain_error(" 4 .");
          throw domain_error("테 3 .");
          throw domain_error(" .");
          throw domain_error(" . ");
          throw domain_error("in .");
          throw domain_error(" .");
          throw domain_error("in .");
          throw domain_error("in .");
         [ ], []
  • 테트리스만들기2006/뒷반 . . . . 127 matches
          == [테트2006/] ==
          == ==
          : 태, (?), , 형,
          회 : ?
         
          , , 10 , , 효, , (1), 2 한화, 템(, , , 화;;)
          ..^^
         [테트2006]
  • 피보나치/고준영 . . . . 127 matches
         === ===
          .. 트한 20 gg....;;;;;;
          2,3 .. .. --;;; .
         PHP 통해 품(?) ..
         === ===
          if ($n <= 0) echo " .";
  • FortuneMacro . . . . 126 matches
         Fortune GNU fortune .
         <!> .
          1. fortune . {{{/usr/bin/fortune, /usr/share/games/fortune/}}}
          1. {{{plugin/fortune.php}}} .
         == ==
         == ==
         Fortune fortune파 FortuneCookies RandomQuoteMacro . :)
  • SVN 사용법 . . . . 126 matches
         1. -> add 택 -> Debug 한 폴 Add
         2. refo brower 택 -> 해 -> Delete
         1. Add Commit
         1. Update !
         2. Showlog :
         4. cpp 파 택 -> Diff 택하 .
         1.
         2. -> Check Out
         3. 택하 ( ..)
         4. -> code commit
         [2006/SVN]
  • 미로찾기/정수민 . . . . 126 matches
         Describe / here.
          printf("");
          printf("");
          printf("%d \n",j);
          -_-;;;;
         팩토!! -_-!!!!
          * 키패. 키 키페 향! 5 .
          find2(); /* .*/
          printf("탈!!! %d \n",j);
          ... -_-;;;
          -_-;;
         []
  • 신기호 . . . . 126 matches
         == '''10학 호''' ==
         || 3학 ||
         ||할 ;;||
         == 표 ==
         || (+ ) ||
         == 획 ==
         ||C,C++,API ||
         == ==
         ||1. Unity .||
         ||2. ([/2012/해])||
         == 하 ==
         ||1. 3D Max ||
         == 하 ==
         ||? || ㅋㅋ -||
         ||하 RPG ㅋㅋㅋ|| [하] ||
         == 크 ==
         ||[호/rpg(ver1.0)]||
         [홈페], ZeroPagers, ZeroWikian
  • 지금그때2004/홍보 . . . . 126 matches
         == 홍 ==
         DeleteMe) 해 , 크합.
         ''' : '''
         |||||| 1학 표 ||
         || (4.1) || 7,8,9 - 환,,휘(A) / ,,(B) || x ||
         || (4.2) || 1,2 - 휘 || x ||
         || 화(4.6) || 5 - ,,,() || x ||
          [2004] 15~20 .
         [2004]
  • 5인용C++스터디/마우스로그림그리기 . . . . 125 matches
          .
         API
         || || || 평 ||
         || || UploadZero:PaintApiMwm.zip || . ||
         || || UploadZero:MousePaintAPI_SM.zip|| . ||
         || 화 || UploadZero:Test_2.zip|| . ||
         || 황 || UploadZero:API_DROW_JS.zip|| . ||
         || || Upload:Leonardong_APIdrawing.zip || . ||
         MFC
         || || || 평 ||
         || || UploadZero:PaintMfcMwm.zip || . ||
         || 화 || Upload:TestPenTool.zip || . ||
         || 황 || Upload:MFC_DROW_JS.zip || . ||
         || || Upload:Leonardong_MFCdrawing.zip|| . ||
         || || [http://165.194.17.15/pub/upload/MousePaintMFC_SM.zip]|| . ||
         [5C++]
  • CeeThreadProgramming . . . . 125 matches
          . .
         MSDN . VS.NET . VS6.0 .
         VS.NET MFC .
  • InformationStandardizationClass/Exam2006_1 . . . . 125 matches
         === ===
         1. 표 ?
         2. ISO, JTC1, ITU
         3. 표 투표 .
         4. ISO/IEC 10646-1 .
         5. .
         === ===
          . 3,4 ㅠ.ㅠ --[]
  • MultiplyingByRotation/문보창 . . . . 125 matches
         ==== ====
         1학 . , . 0 .
         ==== ====
          int base, lsd, factor; // , ,
         [MultiplyingByRotation] []
  • OutlineProcessorMarkupLanguage . . . . 125 matches
          RSS , Radio UserLand DaveWiner .
          OPML (idea) , ,
          rss .
  • ProjectAR/진행상황 . . . . 125 matches
          * 크 - . !
          * 크 - .
          * . 4향. ? .
  • 정모/2012.11.12 . . . . 125 matches
          * : [], [], [], [], [], [], [], [], [], [], [환]
          * []학
          * OMS: []
         == G-Star ==
          * ....
         == /트 ==
          *
          *
          * [], [], [], []
         == ==
         [2012], []
  • 즐겨찾기 . . . . 125 matches
          - Daily <= n, Weekly <= 7*n, Monthly <= 30*n . 3*n . !
          .
         [http://www.passioninside.com 키]
         [http://jeppy.cafe24.com 키]
         [http://zozo.pe.kr/ 호형 홈페]
         [http://xenbio.net/cgi/view/Xen/WebHome 키]
         [http://www.eip2k.com ]
         [http://groups.yahoo.com/group/testdrivendevelopment/ TDD ]
         [http://www.dasomnetwork.com/~leedw/ 키]
         [http://no-smok.net/nsmk/ComputerCurriculum ]
         [http://dbmain.snu.ac.kr/maro/books.html ]
         [http://www.cinsk.org/cfaqs/html/ C ]
  • 희경/엘레베이터 . . . . 125 matches
          1
          cout << number << " ." << endl;
          cout << " " << floor << " " << endl
          << in << " " << out << " " << endl
          << people << " " << endl
         ?
          cout << number << " ." << endl;
          cout << " " << temp << " " << endl
          cout << " " << temp << " " << endl
          cout << " " << floor << " " << endl
          << in << " " << out << " " << endl
          << people << " " << endl;
          cout << "\a." << endl
          << people - 10 << " ." <<endl;
  • ProjectPrometheus/CollaborativeFiltering . . . . 124 matches
          CF "Customers who bought this book also bought" . Clustering -- Clustering 휘하 (NoSmok:CriticalMass ) , . JuNe . Item-to-Item Correlation Recommendation.
         Iteration 2 Prototype & ( )
  • 지금그때2007 . . . . 124 matches
          == [2007] ==
          *
          - , , 태, , 훈, 희,
          *
          - 2007 4 13() 6
          *
          - 2 .
          - [2007/]
          - [2007/]
          - [2007/]
          - [2007/]
          - [2007/]
          - [2007/]
          == 회 ==
         [2007/회327]
         []
  • 홈페이지Template . . . . 124 matches
          . .
         ZeroPage 회, .
         E-Mail , .
         홍@zeropage.org , 홍 zeropage org , .
         = ZeroPage (학 ex- 07) =
         == 표 ==
         == 획 ==
         == ==
         == 하 ==
         [홈페], ZeroPagers, ZeroWikian ( DeleteMe 택해 . )
  • BlueZ . . . . 123 matches
         The overall goal of this project is to make an implementation of the Bluetooth wireless standards specifications for Linux. The code is licensed under the GNU General Public License (GPL) and is now included in the Linux 2.4 and Linux 2.6 kernel series.
         == BlueZ ==
          BlueZ 함.
         ) 2.4 RFCOMM 함.
         == Bluetooth ==
         = 트 =
         http://tistory.izyou.net/entry/BlueZ--한--Bluetooth-
  • EmbeddedGogo . . . . 123 matches
          : 한,
          -_-~ ~
         == ==
          * 9 23
          *
          * . 하 ?
          * NASM .
          * NASM document 트. [http://nasm.sourceforge.net/doc/html/nasmdoc0.html]
          * NASM, NASM-IDE [http://uk.geocities.com/rob_anderton/]
          텔 CPU ---[fnwinter]
         []
  • JollyJumpers/이승한 . . . . 123 matches
         = Jolly Jumpers/한 =
          ...ㅠ.ㅠㅋ
          .
         abs ;;
         히 해 ;;
          int differ; // 10 9 .
         int checkJolly(int * array, int differ, bool programEnd){ //differ n-1 .
          static bool boolJolly[10]={1,1,1,1,1,1,1,1,1,1}; // jolly .
          // .
          //jolly jumper 판
          if( ( differ < ( array[i] - array[i-1])) || (differ < ( array[i-1] - array[i])) || (differ < ( array[i] - array[i+1]) ) || (differ < ( array[i+1] - array[i]) ) ) { //
          boolJolly[ line ] = 0; // NOTjolly boolJolly
  • LinkedList/세연 . . . . 123 matches
          DeleteMe ) LinkedList Stack , LinkedList.
          //
          //
          //
          cout << " !!\n";
          cout << "\n !!\n";
         //
          //
         //
          //
  • One/김태형 . . . . 123 matches
         int number; /* */
         {{|1 - 10 |}}
         int number=1; /* 1 10 */
          int number; /* */
         int number; /*1 10 */
         int total=0; /*1 10 합*/
          printf("1 10 %d .", total);
         {{| . 1 64, 2 10, 3 23, "error" |}}
         int number; /* */
         printf(" \n");
         {{| 10 () |}}
  • XpWeek/20041220 . . . . 123 matches
         == 획 ==
         10 30~12 : [http://www.okjsp.pe.kr/upload/Agile_Voice.zip PPT]
         4 ~ 6 : TDD
          . [http://www-903.ibm.com/developerworks/kr/java/library/j-xp042203.html Test-driven ]
         == 크 ==
          : [http://zeropage.org/pub/language/java/j2re-1_4_2_01-windows-i586.exe Java 1.4.2]
          : [http://zeropage.org/~neocoin/eclipse3.0/eclipse-SDK-3.0-win32.zip Eclipse]
         == ==
          . . TDD . --[Leonardong]
  • 몸짱프로젝트/BinarySearchTree . . . . 123 matches
          * :
          * TDD , 테 . ...
          * 펙토.
         === [황] ===
          * ...
          * ~
          * .
          * 할 : Delete 함 펙토, parent 포
          cout << " " << endl;
          cout << aNum << " Tree " << endl;
          cout << aNum << " Tree " << endl;
          cout << aNum << " Tree ." << endl;
          cout << aNum << " Tree ." << endl;
          cout << aNum << "" << endl;
         [트]
  • 선의나침반 . . . . 123 matches
         = =
         == ==
          * 1,2 . ..
          * ' ' . ...
          * ' ' .
          *[(ancientlore)]
         []
  • CNight2011/송지원 . . . . 122 matches
         == Round 0 by [] ==
          * 트 - 하 vs
          * 하 ...
          * 11학 풋풋한 malloc , 포
         == Round 1 - , by [하] ==
          * 2 parameter
          * ( )
          * 포
          * typedef
          * - []
          * Linked List - []
          * Linked List ADT - [하]
          * Linked List Interface Code - []
         == Round 3 - to the ==
  • EasyPhpStudy . . . . 122 matches
          PHP
          *PHP Zeropage ..
          * 5月 ..
         ==== ====
          || 02학 || (["CherryBoy"]) ||
          || 02학 || ||
          || 02학 || ||
          - !
          * :
         === 황 ===
          * 3 27, PHP 키 페....
         === ===
          * (030524).. ? ECHO .. 하하~ - (["CherryBoy"])
         []
  • MineSweeper/문보창 . . . . 122 matches
         ==== ====
         STL . , .
         ==== ====
          vector<int> mine; //
          int size[MAX]; // 행
          int nField = 0; //
          while(cin >> n >> m) //
          int mineSweep[MAX + 2][MAX + 2]; // start point (1,1)
          int row, col; // 행,
          if (*pr) //
         [MineSweeper] []
  • 2ndPCinCAUCSE . . . . 121 matches
         2회 .
         === ===
         === ===
          * [2ndPCinCAUCSE/ProblemA] - A ""
          * [2ndPCinCAUCSE/ProblemB] - B " "
          * [2ndPCinCAUCSE/ProblemC] - C " "
         === ===
          * . ~
         === 해 ===
         === ===
         [회]
  • JollyJumpers/곽세환 . . . . 121 matches
         JollyJumpers
         == ==
         
          히 해
         == ==
          bool diff[3000]; //
          // 1 ~ n-1
         == ==
          n , ? --[]
          ... --[환]
  • Refactoring/SimplifyingConditionalExpressions . . . . 121 matches
          ┌
          ├
          └
          ┌
         ┌┐ ┌┐ ┌
         ├┤ ├┤ ├
         └┘ └┘ └
          ┌
          ├
          └
          ┌
          ├
          └
  • 대순이 . . . . 121 matches
          == TEST ==
         --
          2006 ..ㅡㅡ; ㅎㅎㅎ
         .ㅋ
         "..."
         06학 ...^^
         == ▽ ==
          , ^^ - []
          == 06 ==
         
         == 06 ==
         ~~~ㅋㅋㅋ
         == 06 ==
         ~~ ..~!!Surprise!! [http://cyworld.nate.com/sjyunk !]
         == 06하 ==
          . [http://165.194.87.227/zero/index.php?url=ZeroWiki&title=%B1%E8%C1%F8%C7%CF 클!]
         == 06 ==
         하? [http://imagebingo.naver.com/album/image_view.htm?user_id=suk9214&board_no=28496&nid=13589]
  • 데블스캠프2003/넷째날 . . . . 121 matches
         == ==
         ||학||||
         ||03||희||
         ||03||||
         ||03||훈||
         ||02||||
         ||02||||
         ||02||||
         ||03||황||
         ||03||||
         ||03||||
         ||03||||
         ||03||화||
         ||03||환||
         ||03||||
         ||03||||
         == ==
         ["2003//Linux"]
         == ==
         [/환,화]
  • 데블스캠프2006/화요일 . . . . 121 matches
         = 2006/화 =
         == ==
         호, 허, ,
         == ==
         == ==
         || || || ||
         || 19:30 ~ 21:00 || 포 + || 호 ||
         || 21:00 ~ 22:00 || 파 + || ||
         || 22:00 ~ 22:30 || arg + || ||
         || 23:30 ~ 01:30|| . || . ||
         || 03:30 ~ || untar || . ||
         == 파 ==
         == Code ==
         [2006/화/pointer]
         [2006/화/fileio]
         [2006/화/arg]
         [2006/화/tar]
         [2006]
  • 자료병합하기/조현태 . . . . 121 matches
         === ===
          ..
         함 . (히 함 .)
         ~ ~ ?ㅎ
         === ===
          //
          //
          //
          //
         === ===
         .. ..?..
         === ===
         == ==
         [LittleAOI] [합하]
  • 정모/2004.11.30 . . . . 121 matches
         == ==
         || 01 || ||
         || 02 || ||
         || 03 || ||
         || 04 || ||
         == ==
          : 5
          :
         || || ||
         || || 포토 ||
         || 한 || ||
         == 회 ==
          * ,
          *
         []
  • 지금그때2004/연락 . . . . 121 matches
         |||| 01 - ||
         || || 00 - 혜, 훈||
         || 환 || 00 - , , ||
         || || 99 - , (JStorm ), ||
         || 휘 || 93 - || 7 ||
         || || COW || 홍 ||
         || || 99 - ||
         || || 98 - 호(NETORY +파) ||
         || || 97 - ||
         || || 95 - ||
          00 --; iruril . --[]
          ;; 형 ㅠ_ㅜ
         패 --[Leonardong]
         [2004]
  • ITConversationsDotCom . . . . 120 matches
         IT , . SeeAlso : NoSmok:CourseVod
         KentBeck . Toeic L/C . 해하 , . - [택]
         [학]
  • JavaHTMLParsing/2011년프로젝트 . . . . 120 matches
         = =
         API Java HTML파 통해 TEXT .
         = 행 =
         == 페 ==
          .
          URL url;//URL
          URLConnection connection;//URL
          InputStream is;//URL 한 Stream
          //URL URL ..
          // 한 InputStream ..
          // ..
          System.err.println(" URL. : java URLConn http://hostname/path]");
  • jinahut . . . . 120 matches
         == ㅋㅋ ==
         하'
          ,
          -_-
          ,
          , jinahut .
          .
         [http://jinahut.idaizy.net 한, , ]
  • wiz네처음화면 . . . . 120 matches
          * wizneo1 @
          * Develope Bookshelf making me Management System[(zeropage)템]
         || [(zeropage)템] || ▶▷▷▷▷ ||
         || Study Chiness(한험3) || ▷▷▷▷▷ ||
          * Collage Library: Book Number 0000507310 , 0000494011 , 0000387354 학, 0000476065 팅하, 0000317364 , 0000345061 화...., 학..? 0000553812 : MK택 학!
  • 강희경/그림판 . . . . 120 matches
          [] 포토 .
         === ===
          .
         === ===
         === ===
         === ===
          .
         === ===
         [] 트.
         === ===
          트 [] .
         === ===
         []
  • 데블스캠프2003/셋째날 . . . . 120 matches
         == ==
         || 학||||
         || 01||||
         || 01||||
         || 02||||
         || 03||화||
         || 03||희||
         || 03||||
         || 03||황||
         || 03||||
         || 03||훈||
         || 03||환||
         || 03||||
         || 03||||
         || 03||||
         || 03||||
         || 03||||
         == ==
         [2003//]
         [2003//J2ME]
  • 반복문자열/이강희 . . . . 120 matches
         == ; ==
         할 ;
          ㅋㅋㅋ
          ;
          ~
         [/허] . 함 해하 . 함 ? -- [Leonardong]
  • JavaScript/2011년스터디/CanvasPaint . . . . 119 matches
          *
         === ===
         === ===
         //
          //
          // .
          //
         //
          //
          // .
          //
         [JavaScript/2011]
  • JollyJumpers/1002 . . . . 119 matches
         == ==
          matlab 합. 5, 5 . 해
         ,. parsing .;
  • PyOpenGL . . . . 119 matches
         PyKug:PyOpenGL Python OpenGL Binding. Python [OpenGL] .
         2.3x NumericPython numpy .
          [PyOpenGL] . xxxFuncCallback 함 xxxFunc . Nehe [PyOpenGL] Nehe Demo .
  • 데블스캠프2006/월요일/연습문제/if-else/이장길 . . . . 119 matches
         == 2006///if-else/ ==
         1
          cout<<"50~100 .\n";
          cout<<".";
         2
          cout<<" .";
          cout<<" .";
          cout<<" .";
          cout<<" .";
          cout<<" .";
  • 마샬링 . . . . 119 matches
          , , 화하, 환하 .
  • 새싹교실/2011/學高/10회차 . . . . 119 matches
         = =
          * selection sort . 1 한테 ( )
         = : 하 =
         == ==
          * bubble sort , selection sort
         == ==
          * .
         = : =
         == ==
         == ==
         == ==
  • 새싹교실/2011/學高/9회차 . . . . 119 matches
         = =
          * selection sort . 1 한테 ( )
         = : 하 =
         == ==
          * bubble sort , selection sort
         == ==
          * .
         = : =
         == ==
         == ==
         == ==
  • 임시분류 . . . . 119 matches
          .DeleteThisPage . . . DeleteThisPage .
         || [[FullSearch("")]] ||
         []
  • 정모/2004.2.17 . . . . 119 matches
         == ==
         || 03 || ||
         == - 20 ==
          * OneWiki:RummikubProject
          * OneWiki:TheJavaMan .
         == 학 - 10 ==
          *
          *
         == ==
          == ZP ==
          * URL
          * ,
          == ==
         * 7 . 회 . . --휘
         []
  • 파스칼삼각형/김태훈zyint . . . . 119 matches
         == ==
          -_-
         == ==
          printf(" : "); scanf("%d",&col);
         == 한테 할 ==
          ~ +.+ .. ..;;
          함 .. ~!!
          .. ..ㅎㅎ - [태]
          헐헐;;; 'ㅅ';; - 태훈[zyint]
         [파형] [LittleAOI]
  • 호너의법칙/박영창 . . . . 119 matches
         = =
          , 히 100 파;;
         //
          // index .
         horner_func 호 .
         @param x_param .
         @param coefficient .
         @param exponential .
         @return 호 + 호
  • CarmichaelNumbers/문보창 . . . . 118 matches
         ==== ====
          . 65000 65000 int형 . ㅡㅡ; 한 함 .
         Carmichael Numbers Theorem . (?) . .
         ==== ====
  • CheckTheCheck/곽세환 . . . . 118 matches
         == ==
          .
          .
         toupper ctype.h include해.
          팩토.
         == ==
         == ==
  • MoniWikiTheme . . . . 118 matches
         MoniWiki header.php footer.php
          .
          header.php, footer.php . .
          * header.php, footer.php .
          * '''include''' .
         === Theme ===
         {{{[[Theme]]}}} 한 Theme .
  • ReverseEngineering/책장사 . . . . 118 matches
         1. C .
         2. Assembly . . 함.,
         3. API . ( API . MSDN 편하.)
         4. Windows .
         .
         Assemble .
  • 데블스캠프2009/목요일/연습문제/MFC/서민관 . . . . 118 matches
         = 2009///MFC/ =
          . * / ... 9
          CWnd* pWnd = FindWindow(NULL, ".txt - ");
         키 midi . MidiOut.cpp MidiOut.h .
  • ApplicationProgrammingInterface . . . . 117 matches
         API 통하 . , 하 .
         = =
          * [API/ISAPI] : IIS API.
          * [API/WindowsAPI] : API
          '' . -_-;''
  • Cocos2d . . . . 117 matches
         = =
          * Code S , [] [협] "트 TV " 함.
          * 트 TV Cocos2d 함.
          * Cocos2d 함.
         = Cocos2d? =
          * []
  • CubicSpline/1002 . . . . 117 matches
          : Python 2.2, wxPython 2.3 for Python 2.2, Numerical Python 21.0 ( 함)
          .
         === Libraries and Python ===
         === ===
          * NumericalAnalysisClass Lagrange, Piecewise Lagrange, Cubic Spline 해.
          * NumericalAnalysisClass LU Decomposition (LU 해) 해.
          * NumericalAnalysisClass Tri-Diagonal Matrix Problem LU Decomposition .
          * Python 해. UnitTest, TestFirstProgramming 해.
          * ["CubicSpline/1002/GraphPanel.py"] - Graph Control
          * ["CubicSpline/1002/LuDecomposition.py"] - LU
          * ["CubicSpline/1002/TriDiagonal.py"] - Tri-Diagonal Matrix
          * ["CubicSpline/1002/NaCurves.py"] - Lagrange, Piecewise Lagrange, Cubic Spline ( .)
  • JavaStudy2004/콤보박스와리스트 . . . . 117 matches
          *
          * ?
          * ?
          * ?
          * ?
          * ?
          * ?
          *
          * ...
  • WritingOS . . . . 117 matches
          :
          : 2005 ( )
          : , ,
          OS
         흠 -_-;; ? 할 ... 1 ? - [eternalbleu]
         ~ . ,, - [namsang]
  • 데블스캠프2006/월요일/연습문제/if-else/이경록 . . . . 117 matches
         == 2006///if-else/ ==
         
          cout<<"50~100 \n";
          cout<<" .\n";
         2 !
          cout<<",, 1 !\n";
          if(a>=48 && a<=57) cout<<" \n";
          else if(a>=65 && a<= 90) cout<<" \n";
          else if(a>=97 && a<= 122) cout<<" \n";
          else cout<<" \n";
  • 압축알고리즘/정욱&자겸 . . . . 117 matches
         == /& ==
         === /& ===
          cout << " :";
         === 해/& ===
          cout << "해 :";
         === 해 ===
          cout << "해(Ver.2) :";
         === ===
          cout << "(Ver.2) :";
         === ===
          cout << "(Ver.3) :";
         === 해 ===
         []
  • 임인택/RealVNCPatcher . . . . 117 matches
          * RealVNC 한화 패 ....-_-a
         === ===
          * VNC Server Version 4 . ( )
          - 9x ? -> ...? -_-;;
          * 해
          * 한
          *
         2004.9.14 . [http://radiohead.egloos.com/718212/ 한]
         [택]
  • AM/20040720네번째모임 . . . . 116 matches
         == ==
          * : 7 20 화 3:00 ~ 4:30
          * :
          * :
          * :
          * : API 5() - 6(DC 해)
         == ==
          * 7 24 AM , 7()표()
          * 7 27 AM , 테트 표()
  • CPPStudy_2005_1/STL성적처리_1 . . . . 116 matches
         = CPPStudy_2005_1/STL =
          * 01
          * ..
         
          59 98 75 91
         탁 66 78 77 84
          52 50 63 72
          97 55 52 97
          78 82 63 73
          72 66 73 52
          95 62 94 53
          78 53 74 75
         태호 66 82 82 94
          * . s.begin() s.end() .
  • DebuggingSeminar_2005/AutoExp.dat . . . . 116 matches
         = 파 =
         Watch 한 파. (파 VC .)
          형태 . ( .)
         Visual C++ .net . {{{~cpp C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Packages\Debugger}}} .
          MFC, ATL, STL Watch 형태 .
  • Factorial2 . . . . 116 matches
         == ==
         Factorial of Number A A! , A .
         A! = A * (A-1)! , 1! = 1 .
         == ==
          A 한 Factorial . (A 20 .)
         Hint. .
         == ==
          .
         ) Enter Number :
         == ==
          .
         [""]
  • LC-Display/문보창 . . . . 116 matches
         ==== ====
          , . , . 펙토 .
         ==== ====
         const int MAX_LINE = 2000; // test case
         struct Digit //
          int size; // 크
          char num[9]; //
          Digit digits[MAX_LINE]; // Analoge
          int line = inAnaloge(digits); //
          char display[MAX_ROW][MAX_COL]; // display Digital
          for (j=0; j<MAX_ROW; j++) //
         [LC-Display] []
  • Map/임영동 . . . . 116 matches
         //,
          // decoder
          // rule
          //
          //해
          //
          //
          {// . 하 .
         [STL], [2004/]
  • ShellSort/문보창 . . . . 116 matches
         ==== ====
          . , . . .
         ==== ====
         [ShellSort] []
  • TortoiseSVN/IgnorePattern . . . . 116 matches
          형태 . IDE 트 파 .
         ''' . .. -_-'''
  • [Lovely]boy^_^/ExtremeAlgorithmStudy . . . . 116 matches
         = =
         = =
          * ... ;;
          * .
         = =
          * ["[Lovely]boy^_^"]
         = =
         = =
          * ... .
         = =
  • 데블스캠프2006/월요일/연습문제/if-else/이차형 . . . . 116 matches
         == 2006///if-else/형 ==
         1
          cout<<"n 3 \n";
          cout<<"n 5 \n";
          cout<<" .";
         if else 2
          cout<<"하 . : ";
          cout<<" .\n";
          cout<<" .\n";
          cout<<" .\n";
          cout<<" .\n";
  • 데블스캠프2009/금요일/연습문제 . . . . 116 matches
         = 2009// =
         == ACM & Short Coding - ==
          * [2009///ACM2453/]
          * [2009///ACM2453/태]
          * [2009///ACM2453/훈]
          * [2009///ACM2453/]
          * [2009///ACM2453/]
          * [2009///ACM2453/]
  • 데블스캠프2011/다섯째날/HowToWriteCodeWell/송지원,성화수 . . . . 116 matches
          // 행할 .
          // down
          // .
          // -1
          // move행해
          //
          elevator.drill(); // 행할 .
  • 저글링 4마리 . . . . 116 matches
          : :) : :(
         ||||MSN||키 페||4/5||4/12||
         ||[]|| || :) || :) || ||
         ||[훈]|||| :( || :) || ||
         ||[]||freexteen_hotmail.com|| :) || :) || ||
         ||[]|||| :( || :) || ||
         ||[]||ttalgi35@hotmail.com|| :) || :) || ||
         ||[]||nihillovehotmail.com|| :) || :( || :) ||
         ||[]||0o-hyun-o0(a)hanmail.net|| :) || :( || :) ||
         == 하 ==
          4 ...ㅎ 6 ...ㅋ~ --[]
         _ 표 하 ~~~~~~~~~ ㅠㅠ 흑흑 _05.04.12 18:16 _[]
  • 조영준/CodeRace/130506 . . . . 116 matches
         [] .
         = =
          * : C#
          *
          * List .
          * Compare ? ...
          * C# .
         = =
         [/2013.5.6/CodeRace#s-2.2]
  • DeleteThisPage . . . . 115 matches
         페 .
          DeleteThisPage -> (, 해 history, RecentChanges 통한 황 파) & .
          * ''' : DeleteMe .'''
         []
  • GTK+ . . . . 115 matches
          * GTK+ . Hello, World Hello, World
          gcc . .
          !!
         []
  • JavaStudy2004/이용재 . . . . 115 matches
         === ===
          name = JOptionPane.showInputDialog(" ");
         함 mynameis 해하 myNameIs my_name_is . --[]
         , 04학 '' . --[]
  • One/박원석 . . . . 115 matches
          10
         1 10
          printf("1 10 %d.",sum);
         1 10
          printf("1 10 %d.",sum);
          . 1 64, 2 10, 3 23, "error" |}}
          printf(" .");scanf("%d",&c);
         1 20
  • OurMajorLangIsCAndCPlusPlus/2005.12.22 . . . . 115 matches
         : , , , , ,
          한 토
         
         - , , ,
         -
         -
         - 함
         - (, , 택, 힙)
         
         stdio.h -
         stdlib -
         string.h -
  • SqLite . . . . 115 matches
          포함(Embedding) 한 DB. Java HypersonicSql 할. C/C++ .
         [http://www.int64.org/sqlite.html - SQLite C++ Wrapper]. , long long 형 VC6 . long long 형 __int64 VC6 .
  • 경태 . . . . 115 matches
         '''태''' : ZeroPage.org/
         === ===
          * , 99, 태, 80.9.2, mokhigh7, ZeroPagers, , Netory , SSM
          * 토: , , ,
          * : 019-629-9002
         === 크 ===
          [http://NeoM7.ssm.samsung.co.kr 키] (..)
          [http://netory.80port.org/wiki/wiki.php/]
         ["홈페"],["ZeroPagers"]
  • 빵페이지/구구단 . . . . 115 matches
         == 황 ==
          cout<<"************************* ****************************"<<endl;
         //by (,! ^^)
         == ==
         // -_-;;
         == ==
          cout << "< >" << "\n\n";
         ......
          ~
         == ==
          ..
          ? 한 ㅎㅎ
         []
  • 안성진 . . . . 115 matches
         = =
         ○
         == 크 ==
         [2005]
         = 2005 =
         ○ C++ .
         ○ MFC .
         ○ ( ..)
         ○ 10....
         ○ .... ??
         = =
         ○ ....
         = =
         ○
         = 하 =
  • 창섭 . . . . 115 matches
         = =
         || ZeroPage 11 || 통 10 || 2001학 || || ||
         |||| : (guitar), , , 투 |||||| : , , , , , , 학, 한학 ||
         || [http://165.194.17.5/zero/?url=wizneo 키] |||||||| wizneo1 @ mail.com ||
         = =
          * []
         == ==
         ["linux"][[BR]]
         [http://165.194.17.15/pds/200232993449/SSHWinClient-3.1.0-build235.exe ssh ][[BR]]
         [""][[BR]]
         [http://my.dreamwiz.com/bicter/index.htm PC 팁]
         [http://user.chollian.net/~bioman/ilban/ilban.htm ]
         == ==
         ["홈페"], [ZeroPagers]
  • ComponentBasedDevelopment . . . . 114 matches
          SW .
          (Service Oriented Development) .
         == 크 ==
         http://ww5.introcom.net/~nkcho/ 크해 .
         [], []
  • DatabaseManagementSystem . . . . 114 matches
         DBMS DB . . DBMS back-end 히 통합.
         = Database =
  • NS2 . . . . 114 matches
         Networking 험해 . 99% .
         === ===
         === ===
         [http://www.isi.edu/nsnam/ns/ 홈페]
         [], []
  • PyIde/Scintilla . . . . 114 matches
         Scintilla . (Refactoring )
         PythonCard .
         === syntax hilighting 팅 ===
         Boa Constructor Pythoncard, wxPython samples StyleEditor STCStyleEditor . initSTC 함 .
         환 STCStyleEditDlg .
         === ===
         === Refactor 할 ===
         GetModify() -
  • 구공주 나라 . . . . 114 matches
          < >
         
          85 10 4
          : Goo,Sam-ryong
         = 표 =
          ~!
         = 획 =
          히 할~~
         = =
          ~~ ..ㅋㅋ~~~
         = 하 =
          !!
         = 크 =
         []
         []
         []
         [홈페], ZeroWikian
  • 데블스캠프2006/연습문제 . . . . 114 matches
         = 2006/ =
         == ==
          ^^
         == ==
         [2006//]
         [2006/화/]
         [2006//]
         [2006//]
         [2006//]
         [2006] []
  • 병희 . . . . 114 matches
         = Zeropage 01 희 =
          ...-_-
          * ["트"]
         == 하 ==
         == ==
          * ㅋㅋ 히 해~~ -[[BR]]
          * 회 . 01학 ...ㅋㅋ ^^;; [[BR]]
          *
          , ZeroPagers ZeroWikian . . --NeoCoin
         ["홈페"], ["ZeroWikian"]
  • 상욱 . . . . 114 matches
         ''~! ( .)''
         === ===
          * ~ 02학 ~!
          * : [[BR]]
          * : 1982 12 16[[BR]]
          * : 흰
          * 표 : 행
         === 표 ===
          * !
          * !
         === ===
          * .
         === ===
          * 휴~ ^^;
         ["홈페"],["ZeroPagers"]
  • 윤정훈 . . . . 114 matches
          05학 .
         == 표 ==
         ! C !
         == 획 ==
         
         99 ~
         == ==
         99
         printf("1 9 .\n");
          ..
         == 하 ==
          히 하 !
         == 하 ==
          ~!!
         [홈페], ZeroPagers
  • 찜질방원정대 . . . . 114 matches
         == ==
         2007 3 23
         == 한 ==
         []
          .
          .
         행 .
          .
  • 2005Fall수업 . . . . 113 matches
         == ==
         [http://ec.cse.cau.ac.kr:8080/jspboard/board.jsp?bbs=bbs20052 판]
         [http://inst.eecs.berkeley.edu/~cs61c . ppt ]
         == 퓨팅 ==
         [http://cslab.cse.cau.ac.kr 홈페]
         [http://people.cs.vt.edu/~irchen/6204/ ]
         == 파 ==
         [http://dblab.cse.cau.ac.kr/FS 홈페]
         [http://aekae.cafe24.com/wiki/project ]
          IO & NIO
          ,
          한
         == ==
         [http://165.194.9.6/bbs/zboard.php?id=052_17182_01_46 판]
         [http://aima.cs.berkeley.edu/ Artificial Intelligence: A Modern Approach ]
         == ==
         == (2) ==
         == (2) ==
         [http://cauds.ez.ro ]
         == ==
  • Conversion . . . . 113 matches
          . ... .
          환하 .
  • Java/SwingCookBook . . . . 113 matches
         Java Swing .
          트 : http://www.indiwiz.com/web/Java/Swing/
         === Window Size ===
         1. pack - content pane , .
         2. setSize
         === JFrame Title Bar ===
          .
          ..
         === Layout Manager ===
          pixel layout .
         === UI ===
  • JavaStudyInVacation . . . . 113 matches
          행할 Java Study
         === 1st ===
          * ["JavaStudy2002/"]
          * ["JavaStudy2002/황"]
          * ["JavaStudy2002/해"]
          * ["JavaStudy2002/"]
         === ===
         || 학 || ||
         || 02학 || (["whiteblue"]) ||
         || 02학 || (["AstroAngel"]) ||
         || 02학 || (["Yggdrasil"]) ||
          * : [""]
         === ===
         === ===
          * 2003 1 20() ~
         === 황 ===
          * ["JavaStudyInVacation/황"]
          * ["JavaStudyInVacation/"]
          * . . --[""]
         [""]
  • Lotto/강소현 . . . . 113 matches
         [AnEasyProblem/] 함.
         (ex) k = 7 , 1 0 한
         k = 8 1 0 ... k = 12
          * Presentation Error - 함.
         [ACM_ICPC/2011]
  • SceneDotOrg . . . . 113 matches
         Demo Art . . ;)
          - .. [1002]형 '' .. :) - [택]
          - , ; :) --[1002]
  • SmalltalkBestPracticePatterns/Behavior/Conversion . . . . 113 matches
          . ... .
          환하 .
  • cyflux . . . . 113 matches
         
          , , .
         한, Flash . , .
          tech design !
         []
  • 주민등록번호확인하기/김영록 . . . . 113 matches
         == ==
          ASCII -48 하 if =하 ==
         === ===
          cout << " '-' " << endl;
          cout << " ~ ^^ !" << endl;
          cout << " ???? -_-;; " << endl;
         == ==
          ㅡ,.ㅡ [LittleAOI] ㅠㅠ
          히 하 `ㅎㅎ ~ ㅋㅋ --
         [LittleAOI] [호확]
  • 튜터링/2013/고딩같은어셈 . . . . 113 matches
         = Assembly 튜 =
          * 행하 해 튜
          * 튜 : []
          * 튜티 : [],[훈],[태헌],[]
         == 1 ==
         === ===
          *
          *
         === ===
          *
         == 2 ==
         === ===
         === ===
         [2013]
  • GoodMusic . . . . 112 matches
          .-_-a . InterestingCartoon 페 . 키 활..^^;
         || - || :D || 1 ||
         || - || :D || 1 ||
         || - Rain || :D || 1 ||
         || - || :D || 1 ||
         || & - || :D || 1 ||
         || - || :( || -3 ||
  • HostFile . . . . 112 matches
         windows system32/drivers/etc/host .
         ( .. -_-;)
         host 화 , DNS Server . virtual host .
  • Park . . . . 112 matches
         = ZeroPage (학 ex- 07) =
          04학 ~~~~!!!!!!!!
         Email:p0111jw@핫
         == 표 ==
          !!
         
         == 획 ==
         
         == ==
         
         
         == 하 ==
         ~ P.S. !! You too.zzzㅋ re :
         [홈페], ZeroWikian ( DeleteMe 택해 . )
         ||||ㅋㅋㅋ||
         ||||||
  • RecentChanges . . . . 112 matches
         ''' ip id . ''' [[PageCount()]] .
         ||||<tablealign="center"> [[Icon(diff)]] ||한 .||
         |||| [[Icon(updated)]] ||크하 .||
         |||| [[Icon(new)]] ||크하 .||
  • TicTacToe/유주영 . . . . 112 matches
          int count=0; // .
          count++; // .
          System.out.println("x 표 : " + x);
          System.out.println("y 표 : " + y);
          //g.drawString("X !",100,450);
          g.drawString("X !",100,450);
          g.drawString("O !",300,450);
          g.drawString("X !",100,450);
          g.drawString("O !",300,450);
          g.drawString("X !",100,450);
          g.drawString("O !",300,450);
          g.drawString("X !",100,450);
          g.drawString("O !",300,450);
         == GG -_- ==
  • VonNeumannAirport/남상협 . . . . 112 matches
         Input output 해 하 . testCase . .
  • [Lovely]boy^_^/Diary/2-2-5 . . . . 112 matches
         == 9/30 ==
          * ~ .!
          *
         == 10/2 ==
          *
         == 10/3 ==
          * 푸 . . !
          * MOA . ..
         == 10/4 ==
         == 10/6 ==
          * 5
  • 데블스캠프2005/RUR-PLE/Harvest . . . . 112 matches
         = [2005/RUR-PLE]/Harvest =
         || ||
         || [2005/RUR-PLE/Harvest/한] ||
         == ==
         == ==
         == 태 ==
         == ==
         == 태훈([zyint]) ==
         ==태==
         팩토 함..ㅎㅎ
         == ==
         == [] ==
         #
         #
         # 5
         == ==
         [2005/RUR-PLE/Harvest/]
         == ==
         []
         [2005/RUR-PLE]
  • 박소연 . . . . 112 matches
         = ZeroPage (10학) =
          :
         향 : ( !!!! )
         == 표 ==
         파 !!ㅋㅋㅋㅋ
         == 획 ==
          트 + + ㅋㅋㅋㅋㅋㅋ
         == ==
          ing?????????ㅋㅋ
         == 하 ==
         행 , ........ ㅠㅠ
         == 하 ==
         !!!!!!!!
         *^^*
         [홈페], ZeroPagers, ZeroWikian
  • Expat . . . . 111 matches
         MS XML 파 MSXML SDK , OpenSource XML 파 Expat 통한 .
         파 XML 파 . MS . ㅡ.ㅡ;; ( . ㅋㅋ)
  • SearchAndReplaceTool . . . . 111 matches
          팩토 (C/C++, HTML ) 한 텍 & 환 툴.
          함.
         Actual Search & Replace . . ( python script , ) --[1002]
         []
  • aekae/code . . . . 111 matches
         == 표(*) ==
         === 팩토 ===
          srand(time(0)); // .
         === 팩토 ===
          srand(time(0)); // .
          DeleteMe - {{{~cpp IsExitZero }}} .. ? [택]
         == 택 ==
          cout << "1.\n"
          "2.\n"
          "3.\n"
          "4.\n"
          "택하 : ";
          cout << " ." << endl;
          cout << i+1 << " : ";
          cout << i << " " << endl;
          cout << j+1 << " : ";
  • zeropageBlog . . . . 111 matches
          * [http://blog.zeropage.org/zeropageBlog/] .
          * [http://services.nexodyne.com/email/icon/XS9S2vaD8Dp0Nwul/3jgUDRo%3D/R01haWw%3D/0/image.png] .
          * [http://www.tattertools.com 태 홈페] .
         == ==
          * .
          *
          || || || ||
         == ==
         
  • 데블스캠프2009/수요일/연습문제 . . . . 111 matches
         == OOP - ==
          *
          * [2009//OOP/호]
          * [2009//OOP/]
          * [2009//OOP/]
          * [2009//OOP/]
          * [2009//OOP/]
         == Java & TDD - ==
          * [2009//JUnit/]
          * [2009//JUnit/]
  • 데블스캠프2010/다섯째날/ObjectCraft/미션2/강소현 . . . . 111 matches
         Describe 2010//ObjectCraft/2/ here
          zerg zerg1={"1",5,0,50}, zerg2={"2",5,0,50};
          printf("%s %s %d HP %d .\n",zerg1.name, zerg2.name, zerg1.attack, zerg2.HP);
          printf("%s %s %d HP %d .\n",zerg2.name, zerg1.name, zerg2.attack, zerg1.HP);
          printf(" ㅇㅇ\n");
          printf("%s %s %d HP %d .\n",a->name, b->name, a->attack, b->HP);
          printf("%s %s %d HP %d .\n",b->name, a->name, b->attack, a->HP);
          printf(" ㅇㅇ\n");
  • 레밍즈프로젝트/프로토타입/SetBit . . . . 111 matches
         SeeAlso) [트], [트/], [MFC]
         = =
         SeeAlso) [트//MFC]
         = =
         == 행화 ==
         = =
          .
          형태 [트//MFC].
  • 새싹교실/2012/아우토반/앞반/복습란 . . . . 111 matches
         *
         1. == <-> =
         2.for (; ; ) ;
         3. 0
         4. or scanf
  • 오목/곽세환,조재화 . . . . 111 matches
         == ==
         . ~~
          pDC->MoveTo(50 ,50+30*i); //
          //MessageBox(" .", "1");
          //MessageBox(" .", "2");
          Invalidate();//
          //
          //
          // 1
          // 2
          MessageBox("","");
          MessageBox("흑 .","");
          MessageBox(" .","");
  • 유정석 . . . . 111 matches
         === ZeroPage (-) ===
         
         == 표 ==
         C .
         == 획 ==
         C .
         == ==
         ( )-> 6 10()
         ( ) -> 포 .
         == ==
         ->
  • 호너의법칙/남도연 . . . . 111 matches
         === ===
          int j=a[0];//j an .
          cout <<"X :";
          int t=a[i+1];//t an-1 .
          j=function_value;//j . j an, an*X+an-1 .
         === ===
          ㅡㅡ;; 1 33 ㅡㅜ ... ... 1 33,10,10 ;;
  • CooperativeLinux . . . . 110 matches
         . . BeOS (OS on OS) .. .... !
         === 크 ===
          * [http://www.colinux.org/ 트 홈페]
          * [http://nullnull.com/blog/index.php?pl=16&nc=1&ct1=4 ]
         === (Vnc X-Window) ===
         []
  • ErdosNumbers/황재선 . . . . 110 matches
         == ==
         == ==
          * 1.5 . 클 Scanner 편한 . for loop Eclipse .
          ?! -[]
          latest stable . ~ :) --
  • RandomWalk/은지 . . . . 110 matches
          cout << " : " ;
          // walk판
          // check판
          //
          direct = rand() % 8; //
          move(direct); //
          end = check_all(size); //
          //
          cout << " : " << count << "\n";
         .. switch ..
          check판 .
         ..
  • RandomWalk2/Leonardong . . . . 110 matches
         
          cout << " : " << x << ", " << y << endl;
          int tempx=x, tempy=y;//
          cin.get(input);//한
          if (x >= Asize || y >= Asize || x < 0 || y < 0)//
          board[x][y] -= 1;// ...ㅡㅡ;
          : 0,0 1117661 2,0 2 ..ㅡㅡ; ??
         [RandomWalk2] [2003/]
  • STL/참고사이트 . . . . 110 matches
         C++ Programming HOW-TO
         [http://www.cs.rpi.edu/projects/STL/stl/stl.html C++ STL 트]
         [http://dmoz.org/Computers/Programming/Languages/C++/Class_Libraries/STL C++ STL site ODP for STL] [http://dir.lycos.com/Computers/Programming/Languages/C%2B%2B/Class_Libraries/STL ]
          - [http://www.decompile.com/html/tut.html] : [http://mip.ups-tlse.fr/~grundman/stl-tutorial/tutorial.html]
         The Code Project, C++/STL/MFC http://www.codeproject.com/cpp/stlintroduction.asp
         
         iterator http://www.cs.trinity.edu/~joldham/1321/lectures/iterators/
         Mumits STL ( ) http://www.xraylith.wisc.edu/~khan/software/stl/STL.newbie.html
         ObjectSpace : ObjectSpace 300 , . ftp://butler.hpl.hp.com/stl/examples.zip
  • TheJavaMan/로보코드 . . . . 110 matches
         
         * 홈페: http://www-903.ibm.com/developerworks/kr/robocode/robocode.html
         ||||||
         ||Upload:leonardong.Friend_1.0.jar||||
         == ==
          .. .. ;; --[]
          . ~ -[Leonardong]
          ㅋㅋ ~ -
  • 김상협 . . . . 110 matches
         :
         학: 03
          : sainthyup@ 핫
          : 016-222-3794
          : sainthyup@ 핫
         : , , 파, ^^;;
         : ,
         :
         :
         == 표 ==
          ..ㅠ.ㅠ
         == 획 ==
         
         == ==
          ..^^ 하하하^o^
         == 하 ==
         ...^o^
         === ===
         [홈페], ZeroWikian
  • 테트리스만들기2006/예제1 . . . . 110 matches
         == [테트2006/1] ==
          === ===
          테트 . .
          .
          === ===
          ==== 1 1 ====
          ==== ====
         [테트2006]
  • AppletVSApplication/진영 . . . . 109 matches
          ...
          * "'''Application'''" main()함 포함하
          * "'''Applet'''" main()함 html .
          DeleteMe html ? --NeoCoin
          '한 ' 행해 ...;;[[BR]]
         [[BR]]
         [[BR]]
         [[BR]]
         ["JavaStudyInVacation/황"]
  • Code/RPGMaker . . . . 109 matches
         = Orthogonal projection coordinate system =
         = Table 클 =
         = Color 클 =
          Color 클.
          java.awt.Color 클 .
          Color Color Color .
  • MedusaCppStudy/세람 . . . . 109 matches
         === Medusa Cpp Study ===
         형..
          cout << " :" ;
         
          cout<< " :" ;
         
          cout << " :" ;
         큰 4
          cout << " :";
         
          cout << " :";
          cout << " : ";
          cout << " . :";
  • MedusaCppStudy/신애 . . . . 109 matches
         === MedusaCppStudy ===
         **
          cout << " : ";
         **
          cout << " : ";
         **
          cout << " :";
         * 4*
          cout << " :";
         *string *
          cout << " :";
         * *
          cout << " :";
  • SummationOfFourPrimes/김회영 . . . . 109 matches
         == ==
         int count=0; // .
          cout<<" (. 0<N<10000000) :";
         bool check_prime_number(int n)// .
          else if(n==2 || n==3) // 1,2,3 .
          return false; // ...
          return true; // .
          cout<<" .!!!!";
  • ThreeFs . . . . 109 matches
         Facts, Feelings, Findings. (, , 훈/ )
          ,
         '' 트 했. . , .''
  • 금고/조현태 . . . . 109 matches
          == [/태] ==
          === ===
          .. .. ㅡㅡV ( 함~!!)
          ?? ( ??)
          !!
          === ===
         []
  • 김홍선 . . . . 109 matches
         = ZeroPage (04학) =
          :
         e- : scienfun ! hotmail . com
         == 표 ==
          -_-
         == 획 ==
          -_-...
         === ===
          포트
         == 하 ==
          ~.~
         == 향 ==
         2학 화(?)...
          -
         [홈페], [ZeroWikian]
  • 중위수구하기/문보창 . . . . 109 matches
         == ==
         == ==
         == 한테 할 ==
          * .. java . ?
          C ... java ?--
          * 파 .
         [] [LittleAOI]
  • 토이/숫자뒤집기 . . . . 109 matches
         = =
         == ==
         
          -> 12345
          -> 54321
          int int
         
         == ==
         [토//]
         [토//훈]
         [토//]
         [토]
  • Euclid'sGame/강소현 . . . . 108 matches
          * [11 7] . 31 ,
         [ACM_ICPC/2011]
  • OperatingSystemClass/Exam2002_2 . . . . 108 matches
         2002 1학 .
         1. race condition .
         2. Java class .
          * countable semaphore class . , default 0 .
          * class binary semaphore class .
         3. .
  • OurMajorLangIsCAndCPlusPlus/2006.1.12 . . . . 108 matches
         : 태, , , , , 허,
         
         템플 [OurMajorLangIsCAndCPlusPlus/Function]
         , template -
         void -
         fmod % -
         
         
         
         locale.h - 허
         limits.h, float.h - 하
         assert.h -
         errno.h -
         signal.h -
  • PNGFileFormat/FormatUnitTestInPythonLanguage . . . . 108 matches
          self.png.nextChunk() # IHDR
          # .
          # CRC 테
          # PIL . scanline by scanline .
          def makeInfo(self, chunk): #width, height
          self.nextChunk() # IHDR
          # PLTE ..
          def makeScanline(self, basepixel, ypos, stream, rgbmap): # method PNG filter type, stream zlib decomposite
          if i > 0 : # 0 .
          if ypos > 0 : # y 0 0
  • [Lovely]boy^_^/WPM . . . . 108 matches
         WPM = * 60 /
         || || WPM ||
          * ..--; .
          * .. . .. .
          * 헉.. 폭 하..--;
  • nautes . . . . 108 matches
         = Zeropage 7 =
         = =
          * ZP ZP .(5 ZP .)
          * WebServer
          * Embedded WebServer(:Squirrel)
          *
          * IPv6
         = 1 표 =
          * 토 750
          * 73kg
         ["홈페"]
  • 유럽여행 . . . . 108 matches
         = =
         == 히 하 ==
          .
          * 한
          * 팅해...
          , 힘 .
         = =
         = =
         ->행 2006
  • Genie . . . . 107 matches
         = ZeroPage 02 =
         *msn: bestjn83
         *: 흑 1
         *06.6.2 & 07
         == 트 & ==
         == ==
         [/]
         [/]
         [NumberBaseballGame/]
         [MagicSquare/]
         [/]
         [SpiralArray/&]
         [ScheduledWalk/&]
         [RandomWalk/]
         [TermProject/]
         [SuperMarket/]
         [VendingMachine/]
         [KnightTour/]
         [/]
         [Omok/]
  • JavaStudy2004/버튼과체크박스 . . . . 107 matches
          *
          * 푸 ?
          * 푸 ?
          * ?
          * ?
          * ?
          * ?
  • Lotto/김태진 . . . . 107 matches
          * . 한테 .
          * ...... accept .
          * , .-
  • RandomWalk/대근 . . . . 107 matches
         // ...( 크...)
          cout << " ..\n";
          cout << " ?\n";
          cout<<"\n\n " << sum << " .\n";
          ...
          ...
         1. ..
         2. x y ..
  • 정모/2003.1.29 . . . . 107 matches
         = & =
          * 2003.1.29 5 7 ()
         = =
         || 02 || ||
         || 01 || ||
         = =
          *
          *
          * ["MT"]
          * 회.
         = =
          * 헉.. .. -_-;;; . -
          * ... 허탈했. -_- --
         [""]
  • 정모/2006.9.7 . . . . 107 matches
          == 트 ==
          DP - ,
          Haskell - 휘, 훈, , , , , , ,
          환 - ,
          MFC - , , 태, , , , 협, , , ,
          HTML+CSS+JAVAS+PHP+PYTHON > - , 협, 훈, ,
          Ruby On Rails - 태, 협, , ,
          - , , , ,
         []
  • 3N+1Problem/문보창 . . . . 106 matches
         ==== ====
          .
          (1, 999999) .
         ==== ====
          int a, b; //
          int maxCycle = findMaxCycle(a, b); //
          int nCycle; //
          long temp; // 32 .
          int maxCycle = 0; //
         [3N+1Problem] []
  • Google/GoogleTalk . . . . 106 matches
         http://douweosinga.com/projects/googletalk kldp.net aero .
         google_talks.pl " "
         
         한
         
         
         
         
         
         
         한
         
         
         하
         
         
         
         
         
         
  • OpenGL . . . . 106 matches
         3D Programming 한 API. 행하 3D Game Programming [Direct3D] [OpenGL] .
         http://nehe.gamedev.net - OpenGL Tutorial . & 플(C++ - Visual C++ Project, C++ Builder , Java, Java/SWT, Linux SDL, Python ) 튜토 . OpenGL 트.
         http://www.xmission.com/~nate/tutors.html - ! OpenGL 해 해할 .
         Upload:mfc+opengl.zip MFC
  • 데블스캠프2005/언어디자인/그까이꺼 . . . . 106 matches
         ...
          -_-
         loop
         viewer . . ',' .
         viewer<-star (*) .
         viewer<-star,ent * .
         loop(viewer<-star,ent)x5 5 .
         [2005]
  • 맞춤교육 . . . . 106 matches
         [http://news.kbs.co.kr/news.php?id=694145&kind=c , '' ]
          . .. 한 - [택]
          - SeeAlso [http://ucc.media.daum.net/uccmix/news/foreign/others/200502/24/fnnews/v8451147.html?u_b1.valuecate=4&u_b1.svcid=02y&u_b1.objid1=16602&u_b1.targetcate=4&u_b1.targetkey1=17161&u_b1.targetkey2=845114 한 ]
         []
  • 비밀키/권정욱 . . . . 106 matches
         == 키/ ==
         === string ===
          cout << "호화할 텍 : ";
          cout << "호키 : ";
          cout << "호화 행합.\n";
          cout << "호화할 텍 : ";
          cout << "호키 : ";
          cout << "키 .\n";
          cout << "호화 행합.\n";
         === string ===
          cout << "호화할 텍 : ";
          cout << "호키 : ";
          cout << "호화 행합.\n";
          cout << "키 : " << key << ".\n";
          fout << "키 : " << key << ".\n";
         [호화]
  • 새싹교실/2013/록구록구/10회차 . . . . 106 matches
         = =
         = 크 =
         ||||||
         |||| o ||
         |||| o ||
         = 획 =
          * 포
         == ==
          * 포
         == ==
         == ==
         == ==
         = =
          !!
         == [] ==
         == [] ==
         [[/2013/]] // [/2013] // : [호] 파 : [] []
  • 4rdPCinCAUCSE . . . . 105 matches
         = =
         [회] 4회
         = =
         [포]
         - ;; 한 파 ;; 3 . . - [한]
         = =
         = 해 =
         = =
  • EditStepLadders/황재선 . . . . 105 matches
         == ==
          * 해 1~n . 행[1...n][1...n] . , 1 2 mat[1][2] = 1 0 . depth path vertex .
         == ==
  • Genie/CppStudy . . . . 105 matches
          * C++
          * : 한 '''C++ 4판 / Stephen Prata'''
          *
         = =
          * . ..-_-
         [],[]
  • KIV봉사활동/출국준비 . . . . 105 matches
         [[pagelist(KIV)]]
         == ==
          * ㅠㅠ .
         == ==
          * 7/5
         == 호텔 ==
          * 1 . 10 . 호텔 .
          * 화해
  • UglyNumbers/곽세환 . . . . 105 matches
         == 2 ==
         통O
          * . .
          * STL 편하
          * ''The 1500'th ugly number is <>.'' 형.
         == 2 ==
         == 1 ==
         통X
         1500 2 ㅡ.ㅡ
          ...
         == 1 ==
         == ==
  • 구구단/임인택2 . . . . 105 matches
         [] J.
         , 형 verb table .
          .
          [] 페 함. 행.
          .
         []
  • 문자반대출력/임인택2 . . . . 105 matches
          J . 함. built-in ..--;
         J . [HaskellLanguage] J .
         []
  • 서지혜/2012 . . . . 105 matches
          * {{{{color:#FF0000; font-weight:bold} 2012 . 한.}}}
          * 5
          * , ...
          *
          * 12
          * .
          * 19 . .
          * 2012 ..?! -[]
          * - [혜]
  • 위키를 써보고 싶고나처음화면 . . . . 105 matches
         = =
         ''' ?'''
         
         == 해 할 ==
         *
         * .
         === ===
         * 펩
  • AM/20040727여섯번째모임 . . . . 104 matches
         == ==
          * : 7 27 2:30 ~ 4:30
          * : 4314
          * :
          * : 희 황
          * : API 8() - 9(테트)
         == ==
          * API . MFC .
          * 7 30 AM , 황 MFC 1표()
  • HelpOnAdministration . . . . 104 matches
         == MoniWiki ==
          .~
          :
          * HelpOnInstallation -
          * HelpOnConfiguration -
          * HelpOnUpdating - 트 하
          * HelpOnCvsInstallation - CVS
  • OurMajorLangIsCAndCPlusPlus . . . . 104 matches
         C/C++
         === ===
          * Supporter:
          * Participants: , 태, , 허, 하
         === ===
          * 1 7 .
         === ===
         ==== ====
         ==== ====
         ==== ====
         ==== C ====
         ==== ====
         === Q&A ===
  • ProjectIdea . . . . 104 matches
          ..~ .
         === ===
         ["ProjectPrometheus/"]
         [""]
         [""]
  • SnakeBite . . . . 104 matches
          * GW-BASIC .
          * .
          * .
          * , , , .
         See Also ["SnakeBite/"]
         [""]
  • html5practice/즐겨찾기목록만들기 . . . . 104 matches
         == ==
          * naver api . . ajax cross domain . 하향. . UI , . .
  • 곽세환 . . . . 104 matches
          * :
          * 학 : 20030955
          * & : gaggachihotmailcom
          * :
          * (2005/10/20 ~ ?)
         == 트 ==
         === ===
          * [CppStudy]
          * [2학]
         === ===
         == 하 ==
          *
          *
         == ==
         [홈페], ZeroPagers
  • 데블스캠프2003/ToyProblems . . . . 104 matches
         1st DAY : , Toy problem
         hello world 10
          30
         sort 20
         recursive problem 120
         (factorial, , hanoi tower)
         
         
         
          ...
         
         폰 포트
         (gui)
          (abcdfe 2 ...)
         *
         *
         FileInputOutput [파] RandomFunction
         [2003]
  • 삼총사CppStudy/숙제2/곽세환 . . . . 104 matches
          cout << "v1 v2 : ";
          cout << "v1 v2 : " << (v1 ^ v2) << endl;
          cout << "v1 : " << v1.Length() << endl;
          cout << "v1 화 : ";
          .. ^_^ v3 = 5 * v1; ... friend함 .
         = 판 2 =
          cout << "v1 v2 : " << v1 * v2 << endl;
          cout << "v1 v2 : " << (v1 ^ v2) << endl;
          cout << "v1 : " << v1.Length() << endl;
          cout << "v1 화 : " << v1 << endl;
         [CppStudy/2]
  • 7피관리 . . . . 103 matches
         7 PC .
         = =
          * [PC/트]
          * [PC/트/한OS]
          PC : 76-119, 121 (120 .)
          : 68-75
         === ===
         || || || CPU || MEM || ||
         || GP10 || 21 || 1.8 || 256M || 형Mem ||
         || GP30 || 7 || 3.0 || 512 || . ||
         || GP25 || 3 || 2.67 || 512 || . ||
         || || 14 || 3.0 || 512-64 = 448 || . ||
         []
  • AM/20040803여덟번째모임 . . . . 103 matches
         == ==
          * : 8 3 3:00 ~ 4:30
          * : 4551
          * :
          * :
          * : MFC 2( )
         == ==
          * 8 6 AM , MFC 3표()
          * , MFC 4표()
  • Class로 계산기 짜기 . . . . 103 matches
          cout << " ." << endl;
          ;;;
          * . ^^; - []
         MFCStudy2006/Class <- ^^ -
  • Flex . . . . 103 matches
         = =
          Adobe 한 툴.
          (RIA) .
          ActionScript Flash . ActionScript Flash 환해 .
          2.0 .
          * 홈페 : http://www.adobe.com/kr/products/flex/
          * : http://www.adobe.com/kr/products/flex/productinfo/overview/flex_datasheet.html
         []
  • LightMoreLight/문보창 . . . . 103 matches
         ==== ====
         , . . . .
         ==== ====
         [LightMoreLight] []
  • UglyNumbers/남훈 . . . . 103 matches
         == ==
         === ===
         1500 "" ugly number 1499 ugly number .
         === ===
         === ===
         
         == ==
         === ===
          ,
         === ===
         === ===
         .
  • aekae/* . . . . 103 matches
         == Code ==
         == 하 ==
         허;; for . . -- [aekae]
          . For . -
         ~ ? For 해했 ?? ^^; - ([whiteblue])
  • sisay . . . . 103 matches
         = ZeroPage (학 ex- 07) =
         하 ㅋㅋㅋㅋ
         == 표 ==
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         == 획 ==
         == ==
         == 하 ==
          ? [joosama]
          joosama ..ㅋㅋㅋㅋ []
          ? ㅎㅎ ... ............. [허]
          ㅋㅋㅋㅋ -[]
         == 크 ==
         []
         [홈페], ZeroPagers, ZeroWikian ( DeleteMe 택해 . )
  • 꼬마혜성 . . . . 103 matches
          . ^^; [[BR]]
          DeleteMe . . . zp . --[""]
  • 5인용C++스터디/스택 . . . . 102 matches
         클 .
         || || || 평 ||
         || || Upload:homework-stack_withclass.cpp || ㅋㅋ ||
         || || Upload:stackMwm.cpp || ! ||
         || || Upload:Stack_SM.cpp || . ||
         || 화 || Upload:Stack-Mr.CHO.cpp|| . ||
         || 황 || Upload:Stack_JS.cpp|| .. exit .. ||
         [5C++]
  • ProjectPrometheus/Estimation . . . . 102 matches
          1
          * UI
          * Spider
          * Best Seller(, )
          *
          *
          * (ref)
          * ()
          *
          * 평 UI,
          * UI,
         Performance 10
         
          * UI
          * Spider
          *
          * Spider
  • 구글을지탱하는기술 . . . . 102 matches
         
          * [Bigtable] :
          * [Map&Reduce] :
          * [GFS(Google File System)] :
          * [Sawzall] : .
          :
         
  • 구자겸 . . . . 102 matches
         :
         학: 03
          : dolly84
          : 016-9226-6808
          : gyum84 핫
         : ,
         :
         == 트 ==
         [http://jaku.ivyro.net]; - 홈페
         == 트 ==
         == Deaf ==
          --
          - -_- --
         [홈페], ZeroWikian, ZeroPagers
  • 데블스캠프2005/월요일/번지점프를했다 . . . . 102 matches
         #
         bobst = Building("", 7)
         bobst.floors(("1","2","3","4","5","6","7"))
         bobst.floor(1).buildRooms((("","","1-2"),
          ("1-1","","1-3"),
          ("","",""))
         #
         bobst.floor(1).room(2,2).connectRoom(bobst.floor(2).room(2,2),"up") #
         bobst.floor(2).room(2,2).connectRoom(bobst.floor(1).room(2,2),"down") #
         #
         playground = Building("", 1)
         bok = Character("",playground)
          return ' '
          print ' %s ' % self.currentPosition
  • 소수구하기/임인택 . . . . 102 matches
         ''DeleteMe 50000 5133. . sqrt .''
         
          . 호하 . - 택 (["radiohead4us"])
         [""]
  • 윤현수 . . . . 102 matches
         ''... .. ''
         == 표 ==
         c
         == 획 ==
         ''''' c '''''
         == ==
         == 하 ==
         == 하 ==
         ''''
          A.
          *
         []
         [태형]
         []
         []
         [http://www.caucse.net/ ]
         || || || 태형 ||
         || || || ||
         == ==
          ㅅㅂㅁ - []
  • 정모/2011.12.30 . . . . 102 matches
          * : [], [], [혜], [], [], []
         == ==
          * .
          * , .
         == 2011 ==
          * 12 한 해 회 .
          * [2011]
         == ==
         [2011], []
  • 정혜진 . . . . 102 matches
         = ZeroPage (04학) =
         :
         email: aspiry
         == 표 ==
          ^^
         == 획 ==
         할 ..^^
         == ==
          !!
         == 하 ==
         
         == ==
         플^^;;
         == 표 ..ㅋ ==
         || ?? ||ㅋㅋ||
         || ..|| ^^;;||
         [홈페], ZeroWikian
  • 파스칼삼각형/김홍기 . . . . 102 matches
         == ==
          * -_-;
          * 팩토
          *
         == ==
          cout<<"파 "<<endl;
          cout<<"행?";
          cout<<"?";
  • BasicJAVA2005/실습1 . . . . 101 matches
         == [BasicJAVA2005/1] ==
          *
          - 3 크, 3 (3크)
         || || 페 ||
         || [태] || [BasicJAVA2005/1/태] ||
         || [] || [BasicJAVA2005/1/] ||
  • MagicSquare/정훈 . . . . 101 matches
          .. 2 ...
          2 ~~..[[BR]]
          ~..^^;
          .
          cout << " ??(9 ) ";
          cout << soo << "*" << soo << "??\n";
  • 문자열검색/조현태 . . . . 101 matches
         === ===
          , . .
         === ===
          cout << " "<< x << ".\n . \n >>>";
          outputFile << " -> " << original << "\n -> " << such_word << "\n";
         === ===
         === ===
         == ==
         [LittleAOI] []
  • 상협 . . . . 101 matches
         = Zeropage 11 협 =
         = =
          * 01학
          * : ,
         = =
          *
         = 키 =
         = =
          * [협/100100]
          * ["협/"]
          * ["협/"]
          * ["MFCStudy_2001/"]
          * ["협/"]
          * ["협/"]
          * ["협/Diary"]
         = =
          ㅋㅋ
         ["홈페"],["ZeroPagers"]
  • 이슬이 . . . . 101 matches
          03학
         == 표 ==
          , 히 하 ,
         
         
         == 획 ==
          히 할
         == ==
         == 하 ==
         [홈페], ZeroWikian
  • 이현정 . . . . 101 matches
         힝~ ㅎㅎ
         == ▣플_ ==
          _ :
          _ : 20
          _ : 1학
          05학
          학 -_-;;;
         == ▣한 한_ ==
          ...
          ㅡ.ㅡ;;
          ...
          ...
          ^^
  • 05학번만의C++Study/숙제제출1/최경현 . . . . 100 matches
         === ===
          std::cout << " Enter 키 : ";
          std::cout <<" "<<celsius<<" "<<convert(celsius)<<" .";
         convert 함 long float double . ? - [혁]
          .~ ~~ ~ []
         [05학C++Study/]
  • C/Assembly . . . . 100 matches
          C Assembly ,
         C .
         (C , .)
         -fomit-frame-pointer 함 call 할 fp (pushl %ebp, leave) .
         [C/Assembly/]
         [C/Assembly/포]
  • CuttingSticks/하기웅 . . . . 100 matches
         == ==
          ...
          ~~ .
         == ==
  • DrawMacro . . . . 100 matches
         gif
         Q: Mac drawing 화 .
         == ==
         {{{applets/TWikiDrawPlugin/}}} {{{gmake}}} {{{make}}} .
          . {{{applets/TWikiDrawPlugin/}}}twikidraw.jar *gif 파 .
  • JavaStudy2003/첫번째수업 . . . . 100 matches
         2003 .
         = =
          * .
         == ==
          *
          * C++ .
          * J2SE , 행, .
          *
         == ==
  • PythonMultiThreading . . . . 100 matches
         Python 2 thread interface . 하 C API , 하 Java Thread Object.
          . Thread class Java start run multithread .
          .
          Seminar:LightWeightThreads .
  • ServiceOrientedProgramming . . . . 100 matches
         Adrian Tang UbiquitousComputing . UbiquitousComputing SemanticWeb . - [택]
         === ===
         []
  • Technorati . . . . 100 matches
         RSS . 포탈 top-down 합해 bottom-up 트.
          .
  • 남상혁 . . . . 100 matches
         = 혁? =
          * 10학 ㅋㅋ 01 ㅇㅇ
          * Zeropage 20.
          * 트 @nsh0425
          * http://lenerd.tistory.com
         = ? =
          * 트 -
          * with SDL/OpenGL
          * 2.1 port for GW620/KH5200(LG Eve/)
         = 해? =
          * 폰 App
         = ? =
          * !
          * 행하!
         
         *
  • 데블스캠프2006/전체일정 . . . . 100 matches
         ----
         = 2006/ =
         DeleteMe) .
         || || Page || 19:00 ~ 22:00 || 21:00 ~ 00:00 || 1:00 ~ 3:00 || . || . ||
         || || [2006/] || || 함 || . || . || . ||
         || 화 || [2006/화] || . || . || . || . || . ||
         || || [2006/] || . || . || . || . || . ||
         || || [2006/] || . || . || . || . || . ||
         || || [2006/] || . || . || . || . || . ||
  • 데블스캠프2009/월요일/연습문제/svn코드레이스/박근수 . . . . 100 matches
         = 2009///svn/ =
         == 1 ==
          printf(" ~\n %d\n",number);
          printf(" (: %d~%d): ",min+1,max-1);
          printf("%d %d !!!\n",min+1,max-1);
          printf("\n");
          printf(" ㅇㅇ\n");
          printf("패 \n");
          printf("!\n");
         == 2 ==
  • 좌뇌우뇌문제해결지향 . . . . 100 matches
         [http://prome.snu.ac.kr/~instps/board2/crgtest/crgtest.cgi?action=read ] 트 할 . .
         === ? ===
          || || Left brain || Right brain ||
          || [협] || 24 || 35 ||
          || [택] || 30 || 29 ||
          || [] || 30 || 29 ||
          || [황] || 32 || 27 ||
          || [] || 31 || 28 ||
          || [] || 26 || 33 ||
          || [허] || 32 || 27 ||
          || [] || 23 || 36 ||
          || 태훈 || 24 || 35 ||
          || || 25 || 34 ||
          || [] || 29 || 30 ||
         []
  • 최대공약수/김태훈zyint . . . . 100 matches
         === ===
          call by value -;;
          while ..;
          ver2 ;;
         === ===
          // x, y .
          // GCD .
          //a>b .
          // 0
          //
         === 한테 할 ===
         [] [LittleAOI]
  • 홍길동 . . . . 100 matches
          . , .
         = ZeroPage (04 학) =
         홍 ^___^ :) :)
         E-MAIL : 홍 AT hanmail . net
         === 할 ===
         == 표 ==
         홍
         == 획 ==
         홍
         == ==
         || || 트 || ||
         || || 판 || ||
         || . || . || 크 ||
         == 하 ==
         홍
         == 크 ==
         [], [http://caucse.net]
         [홈페], ZeroPagers
  • JavaStudy2003/세번째수업 . . . . 99 matches
         == (Overloading) 팩토 ==
          * - C++ cin cin.get(), cin.get(ch), cin.get(ch,50) .
          * Point(int xValue, int yValue) -> 편하 .
         || & Pair || Upload:JavaStudy2003.zip||
  • Plex . . . . 99 matches
         Pyrex . [1002] Regular Expression Text Analysis Library.
          State Machine . HTML span 태 해 파 <span - span - </span> .~
  • ProjectGaia/기록 . . . . 99 matches
          * Key Sequential Page , Spec
          * Extendible Hash 합,
          * Sort STL
          * , [""]
          * 12/9 : Pc Key Sequential File , Extendible Hash
          *
          * , , , 트 페
  • TugOfWar/강희경 . . . . 99 matches
         === ===
         === ===
         파 험하 해 파 .
          . 하 .
          ,
  • 그림으로설명하기 . . . . 99 matches
          . " " .
         = =
         ( ...)
         = =
          ?
          . (한 ?)
  • 반복문자열/김정현 . . . . 99 matches
         === ===
         === ===
         === 한테 할 ===
          . .. 하 []
         - ^^
          - [/허] . -- [허]
         [LittleAOI] []
  • 숫자야구/ 변준원 . . . . 99 matches
         #include <iostream> // iostream 포함 .
          srand(time(0)); // rand() .
          // 하 행할 . -_-;;
          int base = rand() % 1000; // % 9 0~9
          // 1 1~10 .
          cout << " .\n";
          cout << " .\n" ;
  • 쪽지:인수와상협 . . . . 99 matches
         , 페 . -_-; \ ..
          키홈 키홈 ,
          , 키홈 ~ -
  • 하노이탑 . . . . 99 matches
         == 하탑 ==
         === ===
         [2005] 한 [ToyProblems]
         || || || ||
         || [태] || C++ || [하탑/태] ||
         || 태훈 || C || [하탑/태훈] ||
         || [혁][] || C++ || [하탑/] ||
         || [][] || C++ || [하탑/] ||
         || [한][] || C++ || [하탑/한] ||
         [2005]
  • AutomatedJudgeScript/문보창 . . . . 98 matches
         ==== ====
          . Presentation Error Accepted .
         ==== ====
          char answer[MAX*MAX]; //
          char reply[MAX*MAX]; //
         [AutomatedJudgeScript] []
  • Doublets/황재선 . . . . 98 matches
         == ==
          * Sample Input .. SE5.0 ..
          * Graph . path dfs .
         == ==
          // Stack 2 (String) item to
          // ( ) continue
  • JavaStudy2003/두번째과제/입출력예제 . . . . 98 matches
         '''Java Swing JOptionPane .'''
         '' . .''
         == ==
          * . -_-+
         [JavaStudy2003/]
  • ProjectZephyrus/PacketForm . . . . 98 matches
          cvs {{{~cpp ProjectZephyrusServer/document/PacketForm.txt}}} .
          [http://zeropage.org/browsecvs/index.php?&cvsrep=ZeroPage&dir=ProjectZephyrusServer%2Fdocument%2F&file=PacketForm.txt CVS-PacketForm]
          # .
         Login
         Logout
         1:1 Message
          # message # RceiverID # String()
          # message # SenderID # Stirng()
          Server -> Receiver( )
          # message # SenderID # String()
         Insert Buddy
          # 1 - Fail : 해 ID .
         Delete Buddy
          패킷
  • 데블스캠프2006/화요일/pointer/문제3/정승희 . . . . 98 matches
          int*c=new int[4];//4
          delete [] a;//a .
          a=NULL;//a .
         //c////a=(int*)malloc(sizeof(int))
         // a a .
         //NULL=0 . .
         DeleteMe) ~ ^^; - []
         [2006/화/pointer]
  • 데블스캠프2009/수요일/OOP/박준호 . . . . 98 matches
         = 2009//OOP/호 =
         class : { , , ,
         class
          ( C + 30);
         class { , , 태, 화, 화}
  • 3N+1Problem/김회영 . . . . 97 matches
         //1. 3n+1 [[[[AOI]]]]
          int n1; // 1
          int n2; // 2
          int max=0; // .
          cout<<" ( .n1<n2 )"<<endl;
          cout<<""<<n1<<""<<n2<<" "<<max<<"."<<endl;
         int check(int n)//
          int count = 1;//
          if(temp==0)//temp ..
          else //temp ..
  • CPPStudy_2005_1/STL성적처리_1_class . . . . 97 matches
         = CPPStudy_2005_1/STL_1_class =
          * 01
         
          59 98 75 91
         탁 66 78 77 84
          52 50 63 72
          97 55 52 97
          78 82 63 73
          72 66 73 52
          95 62 94 53
          78 53 74 75
         태호 66 82 82 94
         한 86 65 62 68
         = =
          * C++ 클 . 황 -_-;
  • DevelopmentinWindows/UI . . . . 97 matches
          .
         === ===
         === ===
         === ===
          * , , [[BR]]
          * [[BR]]
          * [[BR]]
          * [[BR]]
          * [[BR]]
         === ===
          * 트 [[BR]]
          * [[BR]]
          * 트 [[BR]]
         === ===
          * 파 [[BR]]
          * [[BR]]
          * [[BR]]
          * [[BR]]
          * [[BR]]
          * [[BR]]
  • HelpOnInstalling . . . . 97 matches
          moniwiki tarball .
          , tarball 포해 .
          INSTALL파 향하 . :p
  • RandomQuoteMacro . . . . 97 matches
         '''Q''' : Calendar .
          ?
          . -- lordmiss
         '''A''' : FortuneCookies .
  • 노상현 . . . . 97 matches
         = ZeroPage 05학 =
         Upload:함.jpg
         [[HTML(<PRE><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: ; color:black; LETTER-SPACING: -1px"></pre>)]]
          05학 [] .
          [stuck!!] ~ ^^;;
         MSN : red20ckhotmail.com
          : http://cyworld.com/applyjoy
         === !! ===
          []
         [] [형] [태] [] [] [] []
  • 안녕하세요 . . . . 97 matches
          ["http://dory.mncast.com/mnc_movie.swf?movieID=75|N20063522627' == == ] <- ..; ?;;
          == 06학 '''''' . ==
         === ~ ===
         *,.*.ㅎ --
         ^^: - []
         === ===
         === ~ ㅋㅋㅋ [http://165.194.87.227/zero/index.php?url=ZeroWiki&title=%B1%E8%C1%F8%C7%CF 클!] ===
          ㅡㅡ;?? ....
          []
  • 정윤선 . . . . 97 matches
          : ^^
          : mdoongemsncom
         == 표 ==
          ;;
         == 획 ==
          ..
         == ==
          ..
         == 하 ==
         
         == 하 ==
         ~~
          ㅎㅎㅎ ?ㅎㅎㅎ -[joosama]
         [홈페], ZeroPagers
  • CPPStudy_2005_1/STL성적처리_4 . . . . 96 matches
          ifstream fin("input.txt"); // fin input.txt
          //ofstream fout("output.txt"); // fout output.txt
          //fin >> a >> b; // cin , fin .
          //fout << a+b << endl; // cout , fout output.txt a+b
          ..ㅡㅜ
          ? ㅡ.ㅡ socre ? - [eternalbleu]
          ㅡㅜ... -
  • EnglishWritingClass/Exam2006_1 . . . . 96 matches
          : Mark Turnoy
         = =
          ...
          "Ready To Write" . ( )
         1. Prewriting .
          . --[]
  • GenericProgramming . . . . 96 matches
         한 type
          type compile time compiler .
         C++ 템플 .
          OOP .
         === 트 ===
         [""]
  • ZPBoard/MemoBoard . . . . 96 matches
          .
         === 펙 ===
          * , .
          * 한 화 12 .
          * 페 .
         === 펙 ===
          * .
         === ===
          * [http://165.194.17.15/~bestjn83/Memo/memo.php by ]
          * [http://165.194.17.15/~bestjn83/Memo/memo2.php by ]
          * [http://165.194.17.15/~wiz/php/memo.php by ]
  • spaurh . . . . 96 matches
          * :
          * 학 : 04
          * :
          * : spaurh
          * E-mail : jungyo1 hotmail com
         == 표 ==
          *
         == 획 ==
          *
          *
         == ==
          * Nappingin:
          *
          *
          *
         == 하 ==
         [홈페], ZeroPagers, ZeroWikian ( DeleteMe 택해 . )
  • 데블스캠프2005/금요일/OneCard/이동현 . . . . 96 matches
         = =
         
          //52
          // 10
          System.out.println("");
          System.out.println(" ");
          System.out.println("플");
          //
          System.out.println("");
          //플
          System.out.println("플");
  • 생각 . . . . 96 matches
          - . ? ? 한 , 휘표 해. --v ["nautes"]
         SeeAlso []
  • 순수원서 . . . . 96 matches
         = ZeroPage [] (20041088) =
         ? ? ~
         
         E-mail : choiwscj at intizen com
         == 표 ==
         100
         == 획 ==
         
         == ==
         
         == 하 ==
         || || 90 || () ||
         || ||5 || ||
         || || 5 || ||
         || 합 || 100 || ㅎㅎ ||
         = [http://cyworld.nate.com/wonsercj] <- =
         = !! =
         [홈페], ZeroPagers, ZeroWikian
  • Ieee754Standard . . . . 95 matches
          /표 한 IEEE 표. (Java, C++, ...) ( ) .
          * [http://docs.sun.com/htmlcoll/coll.648.2/iso-8859-1/NUMCOMPGD/ncg_goldberg.html What Every Computer Scientist Should Know About Floating-Point Arithmetic] ('''')
         / NumericalAnalysisClass . --JuNe
         []
  • MoniWikiProcessor . . . . 95 matches
         MoinMoin 1.1 Processor Parser , 1.3 Processor Parser Parser 통합.
         MoniWiki Processor Parser 통합 화 하 Processor .
         MoinMoin Processor Parser , {{{plugin/processor/}}}하 .
         1.1.2 function 형태 . ) PhpProcessor, VimProcessor
         1.1.3 . ) TextileProcessor
  • OurMajorLangIsCAndCPlusPlus/2006.1.5 . . . . 95 matches
         : , 태, , , , 하, 허,
         함 ... [OurMajorLangIsCAndCPlusPlus/Function]
         
         
         
         time.h, locale.h - 허
         limits.h, float.h - 하
         setjmp.h -
         태 - , template
          - void
          - fmod %
  • PrimaryArithmetic/허아영 . . . . 95 matches
         = =
          . ~ ㅋㅋ
          1.
          - ( )
         1 -> . .
          !!!
         = =
          for(i = 0; i < numlen(big_num); i++) //
          for(i = 0; i < numlen(small_num); i++) //
  • 새싹교실/2012/사과나무/과제방 . . . . 95 matches
         == 1회 ==
          * printf() scanf() .
          * .
          * .
         [//1회/]
         [//1회/]
         == 2회 ==
         [/2012/]
  • 시간맞추기/김태훈zyint . . . . 95 matches
         === ===
         kbhit time 함 -_- .
         8 ...... 1 +ㅁ+
         === ===
          //
          //!
          // == (time(0) - last)
         === 한테 할 ===
         [] [LittleAOI]
  • 정지윤 . . . . 95 matches
         == ZeroPage (04학) ==
          ~~~*
         ★
         E-mail : 포트1004_2000
          ~~~* 호호호 ^^
         == 표 ==
         == 획 ==
         == ==
         ||태혁||~||||
         ||혜||||||
         ||||크||?||
         == 하 ==
         == 크 ==
         [홈페], ZeroWikian
  • CPPStudy_2005_1/STL성적처리_3_class . . . . 94 matches
         Describe CPPStudy_2005_1/STL_3_class here.
          void readdata();//파
          void printdata(); //
          void operation(); //
         bool zcompare(student_table& x,student_table& y); //sort
          // .
          //
          //평
          //
         //파
         //sort
         //
          cout << "\t\t\t학\t학\t\t평" << endl;
  • DesignPatterns . . . . 94 matches
         [""] (Reference) . OOP . T_T
         ftp://ftp.aw.com/cp/Gamma/dp.zip.gz HTML .
         [""]
  • EightQueenProblem/허아영 . . . . 94 matches
         == ==
          ..
         함-_- ...
         == ==
         // 8 .. .
          cout<< ".";
          //
          //
          board[i][j] = 1; // . -1
          // ,, 함, -_-
          // .
         [허] [EightQueenProblem]
  • EuclidProblem/곽세환 . . . . 94 matches
         == ==
         통 함( )
         
         == ==
          //
          // 1 but
          //
         == ==
  • JavaScript/2011년스터디/윤종하 . . . . 94 matches
         [[pagelist(^JavaScript/2011)]]
         == 11 ==
         <head><title>파 형 (Pascal's triangle by javascript)</title></head>
          if, for, 함
         == 18 ==
         [http://happyzoo.tistory.com/124 ]
         Anonymous Function .
         scope ;;
  • UglyNumbers/김회영 . . . . 94 matches
         == ==
          long number=1;//1 ..
          cout<<" .?";
          while(count!=situation)//2
          cout<<"The "<<situation<<" "<<number;
         bool check(long number)// .
          // ?????
          else //2,3,5 .
         == ==
  • travelsky . . . . 94 matches
          * :
          * : 017-344-1492
          * : , ,
         == 획 ==
          *
          * Diet & ㅋㅋ
          *
         == 하 ==
          *
         == 하 ==
          * ..
         [홈페], ZeroWikian
  • uCOS-II . . . . 94 matches
         ["Chapter I - Sample Code"]
         ["Chapter II - Real-Time Systems Concepts"]
          , . .. 할텐. zp moin . --택 [[BR]]
         . -- [[BR]]
          fnwinter (02/08)
         []
  • 문자열연결/허아영 . . . . 94 matches
         === ===
          .
          .
          택, 큐 .
          .
         === ===
         === 한테 할 ===
         [LittleAOI] []
  • 빠빠안녕 . . . . 94 matches
         Describe here.
         ~~~~
         = , ~! =
         
         == ? ==
         태혁.
         85 5 5
         == 할 ==
          1000
         == 표 ==
          10000
         == 크 ==
         [ ]
         []
         []
         [홈페], ZeroPagers
  • 소수구하기/재니 . . . . 94 matches
         = =
         02 [Genie]
         = =
          cout << (double)end/CLOCKS_PER_SEC << "\n";
         = .. =
          iostream.h
         iostream ....
          ?^^
         ....... .. 0.9 ...
         형~~ ^_____^
         [""]
  • 프로젝트지도 . . . . 94 matches
         = Project or Study =
          * [2015]
          * [2014]
          * [2013]
          * [2012]
          * [2011]
          * [2010]
          * [2009]
          * [2008]
          * [2007]
          * [2006]
          * [2005]
          * [2004]
         [""]
  • 2005MFC스터디 . . . . 93 matches
         == 2005MFC ? ==
         
         == ==
          1 7
         == ==
         || [태] || [] || [허] || [] ||
         == ==
         Upload:visual c++6 .gif
         Visual C++6 2nd Edition
          : [http://kangcom.com/common/bookinfo/bookinfo.asp?sku=200401310006]
         :23100
         == 획 ==
         == ==
  • MFCStudy2006/Client . . . . 93 matches
          * MFCStudy2006 Client .
         == ==
          * User 할 Client
         == ==
          * [], []
         == ==
          * 3회
         == ==
          * 2006. 7. 11.(화) - 클 UI (Dialog Box, BMP, ) ,
  • RubyOnRails . . . . 93 matches
         = Ruby On Rails ? =
          * Ruby Framework
         = =
          || || ||
          || 태 || 1 . OR 6 ||
         = 튜토 =
          * [http://beyond.daesan.com/articles/2006/07/28/learning-rails-1 튜토]
  • StringCompression . . . . 93 matches
         ==== ... ====
         Solution , 해 크(StringCompression하크) . --
          O(n^3) . String Matching ... --
         []
  • TheKnightsOfTheRoundTable/하기웅 . . . . 93 matches
         == ==
          .
         헤
         헤 = ( x 합)/2 .
         == ==
  • 날아라병아리 . . . . 93 matches
         C , !
         = ! =
         == ==
          : 허
          :
         == 팅 ==
         == ==
         || No. || ||
         || 1. || [] ||
         || 2. || [] ||
         || 3. || [] ||
         [2006]
  • 데블스캠프2006/목요일/winapi . . . . 93 matches
         = PT =
         = =
         ~ 7 ??? ㅋㅋㅋ - [eternalbleu]
          ;;; - [ljh131]
          .. 한테 . ㅋㅋ ㅡoㅡ - [eternalbleu]
          ㅋㅋ -[]
         [2006/]
  • 데블스캠프2011/넷째날/루비 . . . . 93 matches
         == ==
          * [http://zeropage.org/?document_srl=50701 irb]
          * [:RubyLanguage ]
          * [:Ruby/2011 ]
          * [http://nightshadow.tistory.com/entry/%EA%B0%9D%EC%B2%B4%EC%A7%80%ED%96%A5-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EC%96%B8%EC%96%B4-%EB%A3%A8%EB%B9%84 ]
         == ==
         [2011///]
         [2011///]
         [2011///]
  • 자유게시판 . . . . 93 matches
         홈페 함 --[환]
          - , , RecentChanges ? ... ( http://zeropage.org/wiki/RecentChanges ) - [택]
  • 지금그때2003/홍보 . . . . 93 matches
         == 홍 ==
         |||||| 1학 표 ||
         || 화 || 1,2-4251 5,(,, (V) 6-4551 ) 7,(, (V) 8,9-4552 ) || 6 ||
         || || 7,8-4251 5,6-4251 || 홍 ||
         || || 3,4-4412 7,8,9-4251( (V) )|| 10 ||
         || || 5-4551 7,8-4251 || 홍 . ||
          [2003] [] 합해 15~20 .
         [2003]
  • BeeMaja/조현태 . . . . 92 matches
         == [BeeMaja/태] ==
          === ===
          .. 히..
          . ..
          === ===
          cout << "0 . .\n>>";
  • Erlang . . . . 92 matches
         [http://en.wikipedia.org/wiki/High_availability#Percentage_calculation Nine Nines(99.99999%)] . 헌트 [http://blog.toolshed.com/2007/09/999999999-uptim.html ].
         === ==
          * .
          * 함 험해
         === ===
          [Erlang/]
          [Erlang/]
         [[include(:ProgrammingLanguage)]]
         []
  • JoelOnSoftware . . . . 92 matches
         === ===
          [택] ZPHomePage ZeroWiki , JoelOnSoftware . , RecentChanges ...
         []
  • MacromediaFlash . . . . 92 matches
          interactive 한 화 & 툴.
         http://www.ultrashock.com/ - Flash Mx 2004 Tutorial .~ .
         === Flash Server Side Script ===
         XML loadVariables . Flex . SOAP .
         []
  • ProjectPrometheus/Iteration4 . . . . 92 matches
         7.30 ~ 8.04 : XpWorkshop .
         8.05 ~ 8.10 : Iteration 4 .
         |||||| User Story : Login Search . ||
         || ["ProjectPrometheus/AcceptanceTestServer"] || 2 || ○ ||
         || Iteration 1, 2 AcceptanceTest WEB || 1 || ○ ||
         || Cookie SS || 1 || ○ ||
         |||||| ViewPage, RS ||
         || RS Data Base || 0.5 || ○ ||
         || RS Data Base || . || ○ ||
         || Data Base SpikeSolution || 1 || ○ ||
         || Task || Point || ||
         || ( 탐험) || . || ○ ||
  • Self-describingSequence/황재선 . . . . 92 matches
         == ==
          * close form ;
          * . . .
         == ==
  • SibichiSeminar . . . . 92 matches
         [wiki: Sibichi] ~
          ~
         '''''' +_+ - []
          * ~ - []
          * Sibichi OOP 해 함. 2... - 7/17
  • [Lovely]boy^_^/Diary/2-2-8 . . . . 92 matches
         = 10/21 =
          *
          *
         = 10/23 =
          *
         = 10/24 =
          * MythicalManMonth 3
          * AccelratedC++ 3
          * UnixC
         = 10/25 =
          * 2 UNIXC 험 -
          * 7
          * 회 9 7
          * . !--;
         = 10/27 =
          * 7 XML
  • 박진하 . . . . 92 matches
         -_-
         ..
         **********12 21. XPweek..
         **********..키 한
          .
          홈페ㅠㅠ
          .+_+
          ㅎㅎ
  • 수/정렬 . . . . 92 matches
          5 .
         1. : 2
         2. : 1
         3. : 3
         4. : 5
         5. : 4
          : 5, 4, 3, 2, 1
         == [] ==
         == [] ==
         == [] ==
         == [] ==
  • CommonPermutation/문보창 . . . . 91 matches
         ==== ====
         ASCII 0~26 . .
         ==== ====
          /* */
          /* */
         [CommonPermutation] []
  • JTDStudy/첫번째과제 . . . . 91 matches
         = =
          * . ?
         = =
          * [JTDStudy//]
          * [JTDStudy//]
          * [JTDStudy//희]
          * [JTDStudy//]
          * [JTDStudy//]
          * [JTDStudy//]
  • Java/ReflectionForInnerClass . . . . 91 matches
         [http://groups.google.co.kr/groups?hl=ko&lr=&ie=UTF-8&oe=UTF-8&newwindow=1&threadm=3A1C1C6E.37E63FFD%40cwcom.net&rnum=4&prev=/groups%3Fq%3Djava%2Breflection%2Binnerclass%26hl%3Dko%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26newwindow%3D1%26selm%3D3A1C1C6E.37E63FFD%2540cwcom.net%26rnum%3D4 ]
         innerclass Inner Class 포함하 . C++ 해 this .
  • MineSweeper/Leonardong . . . . 91 matches
          TDD . . 파 . . --[Leonardong]
  • SmithNumbers/남상협 . . . . 91 matches
         = SmithNumbers/협 =
          * 한테 ..
          * 팩토 , . ..
         ''DeleteMe) C ;; ;; - [eternalbleu]''
  • neocoin/MilestoneOfReport . . . . 91 matches
         [""] , Report , Report 크해
          * 표(Goal)
          * (Basic Development Concept)
          * 항(Specification)
          * (Schedule)
          * (Development Environment)
          * , (Process of Executing)
          * (Result)
          * (Concolusion)
          * (?)
          * (Source)
          * (Comment)
          * (Algorithm Explanation)
          * (Design Explanation)
  • ssulsamo . . . . 91 matches
          * 템플 . .
         = Zeropage 10? =
         1 ...[[BR]]
         Ghost . 핫 -- [[BR]]
         DeleteMe ) !!! --[[BR]]
          ! ㅎㅎㅎ[[BR]]
         == ==
          Java~
         == ==
         ! -_-
         ["홈페"]
  • 김신애 . . . . 91 matches
         
         == 표 ==
          .
         == 획 ==
          히 하
         == ==
         
         == 하 ==
         .
         == ==
         [/for1]
         == Dear ==
          * -_-/~
          * - - 히 해>_< - [희]
          * 팅~!!
         [홈페], ZeroWikian
  • 데블스캠프2009/월요일/연습문제/svn코드레이스/박준호 . . . . 91 matches
         = 2009///svn/호 =
         //
          printf(" . You Win\n");
          printf(" %d %d . \n", minnum, maxnum);
          printf(" , \n");
          printf(" . . \n");
         //
         //
          printf(" ");
  • 상협/삽질일지 . . . . 91 matches
         = =
          * .. ㅡㅡ;
          * ..
         = =
          * 01
         = =
         || ||
         || [협//2002] ||
         || [협//2005] ||
  • 오빠가돌아왔다 . . . . 91 matches
          . . .
          .
  • 임인책/북마크 . . . . 91 matches
         === ===
          * [http://feature.media.daum.net/economic/article0146.shtm ...]
         === ===
          * [http://sourceforge.net/projects/v4all/ eclipse gui designer] -> [http://www.eclipse.org/vep/ ] ..-_-a
          * http://sangam.sourceforge.net/ -> Xper:RemotePairProgramming [Eclipse]!! 한 험해 !!
         === ===
          * [http://www.mozilla.or.kr/zine/?no=291 FireFox 트]
         === ===
          * [택/]
         === 학 ===
         [택]
  • JavaStudy2004/클래스 . . . . 90 matches
         === ===
          * -
          * 클 - OOP
         === ===
          *
          *
          * 태 ( 휴, )
          *
          *
          * 휴
          *
          *
         ||||||
         ||한||[JavaStudy2004/한]||
         ||||[JavaStudy2004/]||
         === ===
  • ReverseAndAdd/이승한 . . . . 90 matches
         = [ReverseAndAdd]/[한] =
         int reverse(int number); // -1
          int chipers = 0; //a number of five chipers ,
          // .
          // .
          // .
          //returnNum .
          * ...ㅠ.ㅠㅋ;
  • Vending Machine/dooly . . . . 90 matches
         = =
          vm.add("", GREEN_TEA_PRICE);
          vm.add("", COFFEE_PRICE);
          vm.add("홍", TEA_PRICE);
          assertEquals("", vm.getItem(""));
          assertEquals("", vm.getItem(""));
          assertEquals("", vm.getItem(""));
          assertEquals("", vm.getItem(""));
          assertEquals("", vm.getItem(""));
          assertEquals("", vm.getItem(""));
          vm.add("", 500);
          vm.add("", 500);
          assertEquals(500, vm.getPrice(""));
          vm.add("", 500);
          assertEquals(0, vm.getPrice(""));
          assertEquals(500, vm.getPrice(""));
          vm.add("", 100);
          assertEquals(100, vm.getPrice(""));
          tdd .
         See Also ["CppStudy_2002_2"] , ["VendingMachine//"] , ["VendingMachine//1002"] , [Vending Machine/]
  • planetjalim . . . . 90 matches
          * :
          * : 011 - 9929 - 2938
          * MSN : planetjalim @ 핫
          * : ㅡ.ㅡ;; ...
         == 획 ==
          * ..
          * ..ㅡㅡ^
          * Buzz
         == ==
         == 하 ==
          * ,,,,,.... .;;
         == 한~ ==
         [홈페], ZeroWikian
  • 강규영 . . . . 90 matches
          . ["1002"], [""] .
          * NoSmoke:jania at
          * Xper: at Xper.org
          * DeleteMe ? ;; --NeoCoin
          * :)
          * DeleteMe ;; --NeoCoin
         ["홈페"], ["ZeroWikian"]
  • 김동경 . . . . 90 matches
         * :
         * : 010-3158-2181
         * : Sing!
         * : HuGuo
         == 획 ==
         * . 65Kg!
         == ==
         *
         * C++
         *
         == 하 ==
         *
         *
         == 한~ ==
         * ~
          ~^^
         == 크 ==
         [한]
         [홈페], ZeroWikian
  • 식인종과선교사문제/조현태 . . . . 90 matches
          == [/태] ==
          === ===
          * ..OTL.ㅋ
          * .. ..?
          === ===
          //// 화 ////
          cout << " : " << moveData[i].white << " , : " << moveData[i].black << " " << endl;
         []
  • 캠이랑놀자/아영/숙제1 . . . . 90 matches
         = //1 =
         == RGB channel ==
          . editPlus ,ㅠ cmd 행한 ^^
         # 512 size.
         == RGB Gray화 ==
          .
         == ==
         == 크 ==
         []
  • 06 SVN . . . . 89 matches
         7.
         8. 해
         9. 해 트 파
         10. . .
         svn
          ->
         
          -> debug 해,
  • JCreator . . . . 89 matches
         Visual Studio IDE. IDE 해, ["JCreator"] C++ . Visual C++ 6.0 하 Tool .
         ["Java"],[""]
  • SystemEngineeringTeam . . . . 89 matches
          * [], [], [], [], [혜]
          * OS
          * 톨할 usb 2.0포트 .
          * .
          * RAID 5
          *
         [2012]
  • 자바와자료구조2006 . . . . 89 matches
         == 2006 ==
         == ==
         ,한,
         = =
         : ,, 4
         ,
         
         = =
         || || || || ||
         = =
          - ~ ㅋㅋ -
  • AM/20040730일곱번째모임 . . . . 88 matches
         == ==
          * : 7 30 3:00 ~
          * : 4552
          * :
          * :
          * : MFC 1()
         == ==
          * 8 3 AM , MFC 2표()
  • DocumentMode . . . . 88 matches
         해 , , .
         wiki:NoSmok:, wiki:NoSmok: .
         [""]
  • History지도 . . . . 88 matches
         ZeroPage .
          * ["WikiBackupHistory"] - 키페
          * ["WikiProjectHistory"] -
          * ["ZPBoardHistory"] - ZeroPage 홈페
          * ["Z&D토/History"] - ZeroPage & Devils 통합. ( )
          * [""] - ZeroPage .
          * [ZeroPageHistory] - ZeroPage
         [""]
  • PythonFeedParser . . . . 88 matches
          feedParser . 훨 . 한 . .. - [(namsang)]
         Python RSS Parser Library. RSS 파 .
         PHP ? MagpieRSS . http://magpierss.sourceforge.net/
  • SoftwareEngineeringClass/Exam2006_2 . . . . 88 matches
         1. Spice Level2 2.1 2.2 .
         2. .
         3. , 포트 .
         4. Software Engineer , .
  • TugOfWar/문보창 . . . . 88 matches
         ==== ====
         . .
         ==== ====
          if (gap < 0) //
          else //
         [TugOfWar] []
  • woodpage . . . . 88 matches
         = Zeropage =
          * 학하 . ^^;;
         DeleteMe) ~!! 하해. .. . .. ㅋ ^^ --
         == -- 2003 4 12 (토) ==
         == 훈 -- 2004 12 6 () ==
         == -- 2005 6 28 (화) ==
         * 6
         ["홈페"]
  • 김상윤 . . . . 88 matches
          * :
          * 학 : 03
          * : 019-9236-4563
          * : yuniboy1@hanmailnet
         == 표 ==
         == 획 ==
         == ==
         == 하 ==
          * ~~~
          * ..............
         == ==
         [홈페], [ZeroWikian], [화],[],[]
          cout<<".\n";
          cout<<" \n";
  • 데블스캠프2009/목요일/연습문제/다빈치코드/서민관 . . . . 88 matches
         = 2009//// =
          // scan
          //
          , , .
  • 데블스캠프2010/다섯째날/ObjectCraft/미션1/김정욱 . . . . 88 matches
         Describe 2010//ObjectCraft/1/ here
          printf("1-->0 [0] hp = %d \n",zergling[0].hp) ;
          printf("0-->1 [1] hp = %d \n",zergling[1].hp) ;
          printf("[0] \n");
          printf("[1] \n");
  • 임인택/농활준비 . . . . 88 matches
         === ===
          * , , , , 3~4, -_-
         === ===
          * (, , 하), (팔,), , 2~3,
         === ===
          * , CDP, 휴, , ,
         [택]
  • 3DGraphicsFoundation/INSU/SolarSystem . . . . 87 matches
         // 템플 //
         // 템플 //
         // 태
         //
         //
          //
         //
         // 화
         //
         // 토
         //
         // 해
         //
         //.. . ? ~
         //형 temp 페 --; format python .
  • HowToReadIt . . . . 87 matches
         [한] ;; 한 350페 . - [한]
         ["학"]
  • MoniWiki/HotKeys . . . . 87 matches
          GnomeKorea, KLE .
          HotKeys .
          || '''핫키''' || '''''' || '''''' ||
          ||D||action=diff ||[[Icon(diff)]] ||
          ||I||action=info ||[[Icon(info)]] 파 i||
          ||E W||action=edit ||[[Icon(edit)]] 펜||
          ||P||action=print ||[[Icon(print)]] ||
          ||F H||action=home ||FrontPage ||
          ||Q, S, R(Safari only)[[BR]] F3(Firefox only)|| ||[[Icon(search)]] FindPage ||
          * [Nsmk:항해]
  • PracticalPython . . . . 87 matches
         Python . , .
         2006 .
  • 새싹교실/2012/절반 . . . . 87 matches
          * [] [형], [] .
         == ==
         || || [] || [형] || [] ||
         || 4/24 |||||| ||
         || 5/1 |||||| ||
         == 행 ==
          * [/2012//]
          * [/2012//]
         [/2012]
  • 조현태/놀이 . . . . 87 matches
         == [태/] ==
         [태//]
         [태//]
         [태//]
         [태//]
         [태//]
         [태//]
         [태//]
         == 하 ==
         [태]
  • HowManyFibs?/황재선 . . . . 86 matches
         == ==
          , bottom-up . . Dynamic Programming :)
         == ==
  • Komodo . . . . 86 matches
          IDE. PHP, Python, Perl, Tcl .
          Rx(Regular Expression) Toolkit . Regular Expression .
         [""]
  • REAL_LIBOS . . . . 86 matches
         2학 2학 .[[BR]]
         :: LIB OS :: [[BR]]
         Little Basic Operating System .
         :: :: [[BR]]
         INTEL 80X86 (DOS)
         :: BASED uCOS-II ::
         :: :: 흐흐 [[BR]]
         ["LIB_1"] [[BR]]
         ["LIB_2"] [[BR]]
         ["LIB_3"] [[BR]]
         ["LIB_4"]
  • XMLStudy_2002 . . . . 86 matches
         : (woodpage)
         XML [[BR]]
         : 3~6 1학 [[BR]]
          XML COMPLETE XML . (400p). .
         == 1.XML ==
         == 2.XML 항 ==
         == 3.XML ==
         == 4.XML ==
         [[""]]
  • ZPBoard/APM . . . . 86 matches
         APM(Apache+PHP+MySQL) .
         === ===
          * http://www.apache.org - Apache 홈페
          * http://www.apache.kr.net - Apache 한 홈페
          * http://www.php.net - PHP 홈페
          * http://www.mysql.com - MySQL 홈페
         === ===
          * http://www.php.net/manual/en - PHP
          * http://www.php.net/manual/kr - PHP 한
          * http://www.mysql.com/doc/en/index.html - MySQL
         === APM ===
          * ["ZPBoard/APM/Install"] - APM
         === ... ===
          * 한
          * http://www.phpschool.com - PHP 한 트^^
          * http://kltp.kldp.org - 트(search PHP apache )
          *
  • ZPHomePage/20050103 . . . . 86 matches
         홈페
         == ==
          환, , 하, ,
         == 회 ==
         === ===
          * 회
          *
         === 해 ===
          * - 1(1/10)
          * JSP - 1(1/10)
  • 상규 . . . . 86 matches
         [ZeroPage] 01학 .
         === & 트 & ===
         ==== ====
         ==== ====
         ==== ====
          * [] (2003.3.6 ~ 2003.4.7)
          * [판] (2003.3.5 ~ )
          * [5C++] (2003.7.16 ~ 2003.8.27)
         === ===
          * [Omok/]
          * [RandomWalk2/]
          * [ScheduledWalk/&]
          * [ClassifyByAnagram/]
         === ===
         === To ===
         [홈페], [ZeroPagers]
  • 이상태 . . . . 86 matches
         == ==
          * 11학 ~ ~ ㅎㅎ
          ||하||||||
          ||태||||||
          ||||||||
         == ==
          * , ~ / 3.16
          * ! /3.30
  • 정모/2002.8.22 . . . . 86 matches
         = =
         || 02 || , || 2 ||
         || 01 || 협, , || 3 ||
         || 00 || 훈 || 2 ||
         || 99 || , || 2 ||
         = =
         == 홈페 ==
          * -
         == , ==
          * - ,
         == 황 ==
          [""]
  • 정우 . . . . 86 matches
         == ==
         == ==
          * [CppStudy]
         DeleteMe ZeroPagers , [홈페Template] . --NeoCoin
         [홈페], ZeroWikian
         == ==
          03학 ^^
         == ==
          *[CppStudy]
         [홈페], ZeroWikian
  • DermubaTriangle/허준수 . . . . 85 matches
         == ==
          .. ~
         
          파한 ..-..ㅡ;; ! ㅋ
         == ==
  • Design Pattern(2007-1) Study . . . . 85 matches
         = =
         [] [] [훈] [] []
         DeleteMe) ;;; - []
         = 활 =
          ..-_-a
          * ?^^; - []
         = =
          ~
  • Hacking . . . . 85 matches
         == DDOS(Distributed Denial of Service) ==
          * tcpdump, windump, sniffit Tool .
          * Sniffing
          * ssh(Secure Shell) .
          * Packet 호화 .
         == ==
          * [http://www.insecure.org/nmap/] - port scan OS .
          * [http://packetstormsecurity.org 패킷톰]
          * [http://securityfocus.com 티포]
          * ( ㅡ.ㅡ)
         == ==
  • Where's_Waldorf/곽병학_미완.. . . . . 85 matches
          BF ....
         하 ㅠㅠ
          length = 1; //
          for(int i=0; i<str.length; i++) { //
          index = 0; //
          if(grid[row][col] == str[i].charAt(index)) { //
          for(int i=0; i<8; i++) { //
          temp_r += y[i]; //
         [ACM_ICPC/2012]
  • EuclidProblem/문보창 . . . . 84 matches
         ==== ====
          . AX + BY = GCD gcd x, y []페 한 copy&paste .
         ==== ====
          int x1, y1; //
         ==== 한테 할 ====
         [EuclidProblem] [AOI] []
  • RecentChangesMacro . . . . 84 matches
         table TABLE TD class CSS .
          class ? MoinMoin class . --WkPark
          , .rcTable, .icon, .page, .timestamp.
  • UglyNumbers/구자겸 . . . . 84 matches
         int unum(int num); //
          int i,j; //
          int uarr[2000] = {0,}; //
          int ind; //
          scanf("%d", &ind); //
          printf("%d %d\n",ind,uarr[ind-1]);
          3 . .
  • ZeroPageServer/MySQL계정 . . . . 84 matches
         == ==
         ["ZeroPageServer"] ["MySQL"] ["MySQL"] .
         === 할 ===
          * ["MySQL"] DB .
          * ["MySQL"] DB . , DB .
  • 데블스캠프2011/넷째날/루비/서민관 . . . . 84 matches
          randNum attr_writer -_-
         
         
  • 파스칼삼각형/김수경 . . . . 84 matches
         == ==
         
          C, C++, Java.. gg.
          printf("행, ex/3,2\n>>>>");
          printf("%d행 %d %d .\n",m, n, Pascal(m,n));
  • 한재만 . . . . 84 matches
         Describe 한 here.
         == 표 ==
         == 획 ==
         == ==
         == 하 ==
         == 하 ==
          ;;
          ~ +_+;;
         [홈페], ZeroPagers
  • AM/20040824열두번째모임 . . . . 83 matches
         == ==
          * : 8 24 3:00 ~ 4:30
          * :
          * :
          * :
          * : MFC 6( )
         == ==
          *
  • ReverseAndAdd/곽세환 . . . . 83 matches
         == ==
          4294967295
         int형 unsigned
         == ==
         // .
          unsigned int p; //
          unsigned int re; //
          int iter = 0; // 한 횟
         == ==
  • TheGrandDinner/조현태 . . . . 83 matches
         == TheGrandDinner/태 ==
          === ===
          ~!!
          === ===
          //// 테 ////
          //// ////
          //// 행한. ////
          //// . ////
  • 김범준 . . . . 83 matches
         : []
         : 1986 03 31
         학: 05학
         : anrocud
         anrocud :
         duco ornamentum( 함)
         -> ducorna
         -> anrocud
         msn: anrocud
         ( =at, = naver.com)
  • 서로간의 참조 . . . . 83 matches
         == 트/ ==
         1.
          CFrameWnd::GetActiveDocument 함
         2.
         == / ==
         1.
         2.
         == 트 클 / ==
         1.
         2.
  • 최소정수의합/이도현 . . . . 83 matches
         === ===
          1 한 for ㅋㅋ
          loop .
         === ===
         === 한테 할 ===
         [LittleAOI] []
  • 5인용C++스터디/타이머보충 . . . . 82 matches
          .
         === ===
         Project -> Settings -> Link -> Object/library modules: winmm.lib
         === ===
         StdAfx.h ...
         === ===
         
         === ===
         
         === ===
         WM_USER
         [5C++]
  • EmbeddedC++ . . . . 82 matches
          * EC++ 함.
          * 한 C++
          * [http://www.google.co.kr/search?hl=ko&newwindow=1&q=embedded+C%2B%2B&btnG=%EA%B2%80%EC%83%89&lr= Embedded C++ ]
          * C++ [EmbeddedSystem] C++ .
         []
  • RummikubProject . . . . 82 matches
          [http://www.rummikub.com/ Rummikub] .
         : [], []
         : 2004 2 20
         || 할 || 했? ||
         || || (V) ||
         || || (V) ||
         || || . ||
         || ||
         : 2004 2 20
          ^^ ~~ -
         []
  • [Lovely]boy^_^/USACO/GreedyGiftGivers . . . . 82 matches
          * 해 ㅠ.ㅠ 해 ..;;
          * map ?;; string ;; ;;
  • matlab . . . . 82 matches
         == Matlab 한 tip ==
         - Matlab 한 class
          - classdef .
          - .
          - .
          - .
          *
  • 데블스캠프2006/월요일/연습문제/if-else/윤영준 . . . . 82 matches
         == 2006///if-else/ ==
         1
          cout<<" .";
          cout<< i <<" 3";
          cout<< i <<" 5";
          cout <<" .";
         if else 2
          cout <<".";
          cout <<"";}
          cout <<"";}
          cout <<"";}
          cout <<"";
  • 데블스캠프2011/셋째날/RUR-PLE . . . . 82 matches
         == ==
          * [2011//RUR-PLE/]
          * [2011//RUR-PLE/]
          * [2011//RUR-PLE/]
          * [2011//RUR-PLE/]
          * [2011//RUR-PLE/,]
          * [2011//RUR-PLE/]
  • 05학번만의C++Study/숙제제출1/정서 . . . . 81 matches
         == ==
          cout << " ENTER 키 : ";
          cout << " " << celsius << " " << fahrenheit << " " << endl ;
         == ==
          .. {{{ ~cpp .ㅎ ..;;ㅁ;; - [태]
         [05학C++Study//1]
  • CppStudy_2002_2/STL과제/성적처리 . . . . 81 matches
          cout << "\t\t\t학\t학\t\t평\n";
          cout << "STL " << endl;
          cout << "1. " << endl;
          cout << "2. 트해 " << endl;
          cout << "3. 트해 " << endl;
          cout << "4. " << endl;
          switch(getInputNumber()) // --;
  • MagicSquare/성재 . . . . 81 matches
         ...........-_-;;
         허 .. . ..-_-;;
          ??? ^-^;;
          cout<<" ~ .(1-10)\n";
          cout << " ~\n";
  • RenameThisPage . . . . 81 matches
         페 .
          , ["페"] .
  • TheJavaMan/스네이크바이트 . . . . 81 matches
          System.out.println(" ");
          System.out.println("a : " + "d : " + "w : " + "x : ");
         AWT BETA
          Menu m1 = new Menu("");
          Menu m2 = new Menu("");
          Menu m3 = new Menu("");
          MenuItem diff1 = new MenuItem("");
          MenuItem diff2 = new MenuItem("");
          MenuItem diff3 = new MenuItem("");
          Label l1 = new Label(" ");
          if(e.getActionCommand()=="")
          else if(e.getActionCommand()=="")
          else if(e.getActionCommand()=="")
          Board bo = new Board("트");
          // bo.l1.setText(" : " + String.valueOf(v.size()));
          } //
          JOptionPane.showMessageDialog(null, ".");
          }while(true); //
  • UML . . . . 81 matches
         == ==
         [UML] - [1002] 형 OP 판 펌
         == ==
         [http://www.codeproject.com/cpp/oopuml.asp] - UML
         [http://blog.empas.com/huikyun/] - UML
         [http://www.sparxsystems.com.au/resources/uml2_tutorial/] - UML 튜토
         == ==
          . . -
         []
  • oracle . . . . 81 matches
         2006.3.19
          C:\oracle\product\10.2.0 택한 C:\oracle\product\10.2.0\db_2 . .
  • 데블스캠프2006/월요일/연습문제/if-else/김준석 . . . . 81 matches
          == 2006///if-else/ ==
         1
          cout << "50 ~ 100 3 5 ." << "\n";
          else cout << "허" << "\n";
         if else 2
          cout << " " << "\n";
          if('a'<=i && i<='z') cout << "" << "\n";
          else if('A'<= i && i<='Z') cout << "" << "\n";
          else if('0' <= i && i <= '9') cout << "" << "\n";
          else cout << " " << "\n";
  • 오목/재니형준원 . . . . 81 matches
         = =
          * 02 [Genie]
          * [""]
         = =
          //
          // (天元), 화(點)
          //
          MessageBox("흰 !!");
          MessageBox(" !!");
         = 할 ? =
          * 형 ;;
          * ..ㅡㅡ;; - [""]
          * Array .. [""]
  • Ant/TaskOne . . . . 80 matches
         Task build.xml 파 .
          Task .? task . javac,mkdir,jar,delete Task .
  • DebuggingApplication . . . . 80 matches
         == ==
         == CRT Debugging ==
         == ==
         == ==
         == 툴 ==
          ,
  • STL/Tutorial/연습문제규칙 . . . . 80 matches
          * .
         , .
         26 <-- 호표1 key, value
         26 <-- 호표 2 key, value
         ,w
         -999 <-
          * , ... T_T --
  • html . . . . 80 matches
         = =
         Document Type Definition(Doctype). HTML . [http://hooney.net/2007/08/21/438/ ].
         [http://www.w3.org/WAI/UA/TS/html401/cp0301/0301-CSS-DIV-BACKGROUND-IMAGE.html ]
         = form =
          *
          * HTTP 헤 포함
         []
  • 구구단/송지훈 . . . . 80 matches
          2 3 4 5
         한
          .
          .....
  • 프로그래밍 . . . . 80 matches
          : [http://zeropage.org/pub/upload/Timer.exe ]
          팅 :
          1 :
          2 : 5 count down
         == ==
          * 2005.11.18 [/Score]
          * 2005.11.18 [/DigitGenerator]
          * 2005.11.18 [/Pinary]
          * 2005.11.20 [/]
         [/ACM]
          .
  • 05학번만의C Study/숙제제출1/이형노 . . . . 79 matches
         === ===
          float cel; //
          float fah; //화
          cout << " Enter 키 : " ;
          cout << " " << cel << " " << fah << " ." << endl;
         ... fah ... ?? ...ㅋㅋ -- [(laciel)형]
         ----[05학C++Study] [05학C++Study/]
  • 05학번만의C++Study/숙제제출1/이형노 . . . . 79 matches
         === ===
          float cel; //
          float fah; //화
          cout << " Enter 키 : " ;
          cout << " " << cel << " " << fah << " ." << endl;
         ... fah ... ?? ...ㅋㅋ -- [(laciel)형]
         ----[05학C++Study] [05학C++Study/]
  • DPSCChapter5 . . . . 79 matches
         '''Command(245)''' (request) (operation) object . , queue , 한형태 .
  • JollyJumpers/iruril . . . . 79 matches
          // input() getIntArray()
          // (n)
          // int형
          // 1 ~ n-1
          // checkDifferArray[] 화한
          * [MineSweeper/황]
          *
  • ProjectPrometheus/Iteration . . . . 79 matches
          * Release 1 : Iteration 1 ~ 3 (I1 ~ I3). Login , Recommendation System (하 RS) .
          * Release 2 : I4 ~ I6 ( I7). My Page Personalization (하 MPP), RS 한 UI, Admin . 한 Performance . ( - , )
         || Iteration || || Story Point ||
         || 1 || ( UI, Spider) || 1 ||
         || 2 || RS Study (Prototype ) || 1.5 (1) ~ ||
         || (7) || , , || 1 ||
  • PyIde/FeatureList . . . . 79 matches
          * project
          * project find / replace
          * Ctag . stack navigating method .
          . BRM, Smalltalk Refactoring Browser .
          * override .
         === ===
          * CVS
          * py shell editor
  • SVN/Server . . . . 79 matches
         = =
         == ==
          * [TortoiseSVN]
          * [http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91] svn-1.3.1-setup.exe
          * [http://www.pyrasis.com/main/SVNSERVEManager SVNSERVEManager]
          * svn_root -> SVNServer Manager
          * 폴 - create repository here . conf 폴 passwd
         == ==
  • ScheduledWalk/재니&영동 . . . . 79 matches
         = =
         02 [Genie]
         02 [Yggdrasil]
         = =
          int col, row; // 판 크
          int startx, starty; //
          char journey[30]; //
          cout<<"판 : (x y)";
          cout<<" : (x y)";
          cout << " . : ";
          for (int j = 0 ; j < maxRow * maxCol ; j++) //
          direction = (CurrentMove - '0') % 8; //
          cout << " : " << count - 1 << endl;
  • jeppy . . . . 79 matches
         = Zeropage 9 =
         == ==
          * 99학
          * 4학 1학
         == 하 ==
         == 할 ==
         == 한 ==
          * ( 한 회)
         0'wiki Edittext ;;
          page EditText --[1002]
         ["홈페"] ["ZeroPagers"]
  • 김태형 . . . . 79 matches
         = ZeroPage (학 ex- 07) =
         ''. 05학 태형.''
         === 표 ===
         C ..ㅋㅋ.
         ==== 획 ====
         C ..ㅎㅎ
         ===== =====
         ==== 하 ====
         === 하 ===
         ''' 탁합.'''
          : //kthyung1
          *
          *
          *
          *
         [http://www.caucse.net/ ]
         || 태형 || 1 || 2 || 3 ||
         [홈페], ZeroPagers
  • 데블스캠프2005/게임만들기 . . . . 79 matches
          PPT
         테트 (.dsw파 행하, user.cpp파 .)
         테트
         [2005//]
         [2005/] [2005]
  • AM/20040817열한번째모임 . . . . 78 matches
         == ==
          * : 8 17 3:00 ~ 4:30
          * :
          * :
          * :
          * : MFC 5( )
         == ==
          * 파트1 () ??
  • BruteForce . . . . 78 matches
          '' . 행해 .
          .. ...ㅡㅡ; --
  • CNight2011/권순의 . . . . 78 matches
         == Round 1 - , 포, ==
          * 2
          * = 포?
          *
          * []
          *
          * Linked List
          * Linked List
          * Linked List
          * [하]
          * Linked List Interface
          * []
          * Linked List
          * ?
  • CodeConvention . . . . 78 matches
         Coding 할,
          * [http://network.hanbitbook.co.kr/view_news.htm?serial=161 CTS(Common Type System) CLS(Common Language Specification)]
         === 헝 해 ===
          * 1980 charles simonyi Meta-programming : A Software Prodution Method
          * , Code Convention or Style, Notation, Naming Convention --["neocoin"]
         Answer Me ?
         [패] ?--[Leonardong]
  • CompilerTheory/ManBoyTest . . . . 78 matches
         Donald Knuth Algol 60 . 테 scoping rule, call-by-name boys(algol 60 ) men () .
  • JoltAward . . . . 78 matches
         SoftwareDevelopmentMagazine . , , .
          JoltAward , 한 해 . --JuNe
  • MythicalManMonth . . . . 78 matches
         SE , .
         MentorOfArts [""] .
          키 (Wiki:MythicalManMonth) ;
         See Also Moa:TheMythicalManMonth, Moa:ConceptualIntegrity , [""]
         [""]
  • NumberBaseballGame/성재 . . . . 78 matches
          cout<<"! . .\n" ;
          {cout<< endl <<strike << ":크\n";
          cout<< ball << ":\n";}
          cout<<" ~\n";
         ~ ~ ㅜ_ㅜ 한 ...~
  • OurMajorLangIsCAndCPlusPlus/Class . . . . 78 matches
         === ===
         === ===
         private - 클
         public -
         === ===
         === ===
         === static ===
         -
         -
         === const ===
         === this 포 ===
  • ProgrammingLanguageClass/Exam2002_2 . . . . 78 matches
          ;
          * pass by value-result, pass by reference, pass by name actual parameter Binding Time
          * abstaction design issue .
          * Overload Generic , .
          * functional side effects
          * (functional side effects ) .
  • whiteblue/만년달력 . . . . 78 matches
         int addMonth[12] = {0,3,0,3,2,3,2,3,3,2,3,2}; // 1
          cout << " :";
          cout << " :";
          for (int x = 0 ; x < monthInput ; x++) // 1 1
          } else { // 1
         void judgeYundal() //
         void calanderoutput() //
          cout << "\t\t" << yearInput << "\t" << monthInput << " \n\n";
          cout << "\t\t화\t\t\t\t토" << endl;
  • 데블스캠프2005/목요일 . . . . 78 matches
         = [2005]/ =
         SeeAlso) [2005/]
         == ==
          * [1002] [VPython] + [RUR-PLE]
          === 1 ===
          * [2005/RUR-PLE] 4
          * 09:00 ~ 01:00
          * 09:00 .
          === 2 ===
         == ==
          * [2005/RUR-PLE]
         [2005]
  • 새싹교실/2012/홍보 . . . . 78 matches
          *
          * 통해 .
          * .
          * 6 PC, , , , 학 .
          *
          *
  • AnEasyProblem/강성현 . . . . 77 matches
          * 1 i 1
          * . 편하 . accept
         [ACM_ICPC/2011]
  • FastSearchMacro . . . . 77 matches
         5000 FastSearch 2 . php FullSearchMacro 15 . , wiki_indexer.pl , 5 .
  • HardcoreCppStudy/세번째숙제 . . . . 77 matches
         == ==
          * . ZeroWiki:ScheduledWalk ! , ZeroWiki:RandomWalk2.
          * ...
          * : ZeroWiki:RandomWalk/ .
  • PNGFileFormat/FilterAlgorithms . . . . 77 matches
         === ===
          * Raw(x) :
          * Sub(x) : zlib decompress한
          * Prior(x) : RGB . x<0 0.
          * Prior(x-bpp) : RGB . x<0 0.
          * .
         Sub(x) = Raw(x) - Raw(x-bpp) , Raw(x) = Sub(x) + Raw(x-bpp)
  • ProjectPrometheus/Iteration8 . . . . 77 matches
         || Task || Point || ||
         || My Page || 0.5 || ○||
         || Admin || 0.5 || ○ ||
         || My Page || 0.5 || ○||
         || Shoping Cart() || . || . ||
         |||||| Admin ||
         || 회 / || . || . ||
         || Review / || . || . ||
         || UI Design ( ; )|| . || . ||
         || ZeroPageServer Release ||
         || ["ProjectPrometheus/CollaborativeFiltering"] ||
         || ||
         || ||
  • ReverseAndAdd/문보창 . . . . 77 matches
         ==== ====
          , . .
         ==== (C++) ====
          int n; // test
          int * nAdd = new int[n]; // add
          int nadd = 0; // add
          unsigned int reverseN; // reverse한
          int len, i; //
         === (Python) ===
         [ReverseAndAdd] []
  • 김병남 . . . . 77 matches
          ㅋㅋㅋㅋ
          -_-;
          ~ ~ ~ ~ ~
          ????/
         = =
         ! !ㅎㅎ ,,
          // ^^
          - [허]
  • 반복문자열/임다찬 . . . . 77 matches
         [Refactoring] . ?
         const char* const char* .-- [Leonardong]
         const char* - []
  • 유주영 . . . . 77 matches
         = =
         04학 !
          2학
         E-mail,MSN : darkljy@.com
         == 표 ==
          !
         == 획 ==
          (?).!
         || |||| 태 ||
         || |||| 해 ||
         || |||| 해 ..-_- ||
         || |||| 해-_- ||
         [홈페], ZeroPagers, ZeroWikian
  • 최소정수의합/김소현 . . . . 77 matches
         === ===
          ......
         === ===
         === ===
         === 한테 할 ===
         [허] .^^
          .( n 1 .)
          , n=1 n=0 .^^ - [태]
         [LittleAOI] [합]
  • 코드레이스출동/밥묵자 . . . . 77 matches
         = =
         == ==
          * , , , 태, 허
         == ==
         === ===
         === ===
          * 11 23() 7 - 9 :
         === ===
          * ㅋㅋ - [허]
         []
  • 파스칼삼각형/송지원 . . . . 77 matches
          ㅠㅠ
          .
          ..
          MFC ..-
          cout << " ?";
  • Functor . . . . 76 matches
         [BuildingParserWithJava] 12 . FunctionObject .
          OO MethodObject 함. (Refactoring ) CommandPattern, C++ Functor .; --[1002]
  • Java/숫자와문자사이변환 . . . . 76 matches
         1.
         2.
          :
          01, 02, ... , 09 String
          int i_month = Integer.parseInt(s_month); 하 1, 2, 3 ... ...
         3.
          Float Integer
          double d = ( double ) i; // 플트형
          Object int 환 하 ... String int환 한.
  • Omok/유상욱 . . . . 76 matches
          cout << " . ";
          cout << " (x y) ->";
          cout << "흑 (x y) ->";
          cout << " \n";
          cout << " .\n";
          cout << "흑 .\n";
          for (i = -5 ; i <= 5 ; i++) //
          for (i = -5 ; i <= 5 ; i++) //
          for (i = -5 ; i <= 5 ; i++) //
          for (i = -5 ; i <= 5 ; i++) //
  • PowerOfCryptography/Hint . . . . 76 matches
         1. 102 p . ?
          - .
         2. ?
          - 통해 O(1) . Log .
  • TemplateLibrary . . . . 76 matches
         text code generation .
         템플 .
          * template - , text .
          * template
  • dlaza . . . . 76 matches
          * :
          * : 011-9058-2325
          * : ( , ;;)
          == 획 ==
          1. 학
          2.
          == 하 ==
          c++
         
          == 한 ==
         [홈페], ZeroWikian
  • 숫자야구/조재화 . . . . 76 matches
         == ==
         
          .
         #include <iostream> // iostream 포함 .
         #include <ctime> // time(0) .
          cout<<i<<"크 "<<j<<"."<<endl;
         [] [화]
  • 호너의법칙/김태훈zyint . . . . 76 matches
         === ===
         흠.. ..
         === ===
         //
          //호
          addcount--; // -1
          //파
         === ~'ㅇ')/ ===
         [LittleAOI] [호]
  • ContestScoreBoard/차영권 . . . . 75 matches
         ==== ====
          Time 패 .
         ==== ====
         #define nTeam 101 //
         #define nProblem 9 //
         // Team
          int solvedProblem; //
          int timePenalty; //
          bestTeam = i; //
  • C프로그래밍 . . . . 75 matches
         
         
         
         X
         1 X
         printf 포
         
  • EightQueenProblem/용쟁호투SQL . . . . 75 matches
         = ? ? =
         Powerbuilder MS-SQL.
         --@x
         --@y
         --@x,@y @x+n,@y+n
         --@x,@y @x-n,@y+n
  • NSIS/예제1 . . . . 75 matches
         ;
         ;
         ;
         ; 톨 할
          ; 톨 할 output path
          ; 할 화 .
         SectionEnd ; section
         ==== makensis ====
         ==== TestInstallSetup.exe ====
  • OurMajorLangIsCAndCPlusPlus/stdarg.h . . . . 75 matches
         -
         - [OurMajorLangIsCAndCPlusPlus/Function]
         === ===
         || va_list || ||
         === ===
         || void va_start(va_list list, prev) || 화 ||
         || type va_arg(va_list list, type) || ||
         || void va_end(va_list list) || ||
  • PokerHands/문보창 . . . . 75 matches
         ==== ====
          . ?
         ==== ====
          //
          //
          //
         [PokerHands] []
  • RandomWalk/성재 . . . . 75 matches
          .
          ..
          히 해..
          ...~~~
          cout<<" .(0-5)\n";
  • code regulation . . . . 75 matches
          -
         = =
          형태
         == 함 ==
          형태
         == ==
         == 클 ==
         = =
  • 다이어리효율적으로사용하는방법 . . . . 75 matches
         [http://zine.media.daum.net/weekdonga/200612/26/weekdonga/v15180584.html ]
          * . ,,
         []
  • 데블스캠프2005/java . . . . 75 matches
         = [2005]/[java] =
         == ==
         == ==
         JAVA : J2ME, J2SE, J2EE, , jsp .
          , , , class
         [2005]
  • 데블스캠프2006/월요일/연습문제/switch/이경록 . . . . 75 matches
         ..ㅠㅠ;;;
          cout<<" 10 \n";
          cout<<"A "<<A<<"\n";
          cout<<"B "<<B<<"\n";
          cout<<"C "<<C<<"\n";
          cout<<"D "<<D<<"\n";
          cout<<"F "<<F<<"\n";
          cout<<"999 10"<<jul<<" .\n";
  • 회비/2002년이전 . . . . 75 matches
          !!!!!()
         == ==
         == ==
         == ==
         == ==
         == 훈 ==
         == ==
         == ==
         == 택 ==
         == ==
         == ==
         == 협 ==
         == ==
         == ==
         == ==
         == ==
         == ==
         2002.8.30 16
         [회]
  • 5인용C++스터디/작은그림판 . . . . 74 matches
         , 형, .
         || || || 평 ||
         || || Upload:MinipaintMwm.zip || . ||
         || 황 || Upload:MiniPaintHJS.zip || . ||
         || 화 || Upload:TestPenTool_0.1.zip || . ||
         || || Upload:Leonardong_paintingboard.zip || . ||
         || || [http://165.194.17.15/pub/upload/MiniPaintMFC_SM.zip] || . ||
         [5C++]
  • WikiGardeningKit . . . . 74 matches
         [] 편하
         http://no-smok.net/nsmk/WikiGardening
         
         = 포 =
         ()
         표 편
         = [] =
         페
         페
  • lostship . . . . 74 matches
         
         = =
          * 99학.
          * ^^;;
         == ==
          || ["lostship/MinGW"] || gcc STLport ||
          || ["Boost"] || Boost ||
          || ["Boost/SmartPointer"] || 트 포 ||
          || [" "] ||
         == ==
          || ["CivaProject"] || ... ||
         ["홈페"], ["ZeroWikian"]
  • neocoin/CodeScrap . . . . 74 matches
         [""] ,
         ostream iterator ;;
         헤, VC++, MFC
          // error
          // console .
         win32 api
  • 데블스캠프2006/월요일/연습문제/if-else/주소영 . . . . 74 matches
         == 2006///if-else/ ==
         
          cout << "50~100 ";
          cout << " \n";
         if else 2
          cout << " \n";
          cout << " \n";
          cout << " \n";
          cout << " \n";
          cout << " \n";
  • 동일동일짱 . . . . 74 matches
         == .. 해 .. ==
         === .. ===
         HTML .. 홈페 ..
         홈페 ... ~~ ^^
  • 마름모출력/조현태 . . . . 74 matches
          . . 회할 .
          ......
          pat= str (raw_input('패 >>'))
          size=input('크 >>')
  • 박재홍 . . . . 74 matches
         = 홍 ( 10학 ) =
         ~~
         E-mail : xf23t naver com
         == 표 ==
          해하 ㅜㅜ
         == 획 ==
          ㅋㅋ
          C c++
         == ==
          .
         == 하 ==
          +_+
         == 하 ==
          !!! ㅎ
  • 박치하 . . . . 74 matches
         = 06학 =
         ''''''
         = ㅋㅋ =
         = =
         === 凸 from. ===
         ~ [http://165.194.87.227/zero/index.php?url=ZeroWiki&title=%B1%E8%C1%F8%C7%CF 클!]
         == ==
          * ! ~ㅎㅎ 키페 ^-^ - [허]
  • 온라인서점 . . . . 74 matches
         [http://wowbook.com/ ]
         [http://yes24.com/ 24]
         [http://alladin.co.kr ]
         [http://kangcom.com/ ]
         [http://morning365.com/ 365]
         [http://www.bandibook.com/ ] [http://www.bandibook.com/c2c/index.php ]
         [http://www.bandibook.com/ ]
         [http://dicibook.com/ ] : . 20%할
         [http://www.amazon.com ]
         [http://www.barnesandnoble.com/ ]
  • 제안 . . . . 74 matches
         [""] ["페"] 호하 . ["ZeroWiki/"] ["페"]하. --[""]
          2004 7 25 ["ZeroWiki/"] ["페"]하. --[Leonardong]
         [""]
  • 1 . . . . 74 matches
          * ?
          * 10 -[]
  • Class/2006Fall . . . . 73 matches
          * [http://hsc.cse.cau.ac.kr/HSC/prod04.htm ]
          * 1st presentation of project is on 28 Sep. -
          * 2nd presentation of project is on 12 Oct. - ( )
          * 3rd presentation of project is on 31 Oct. - ( )
          * 4th presentation of project is on 14 Nov. - API,
          * Final demonstration is on 5 Dec -
          * csemc / mc0905\
         == ==
          * [http://cafe24.daum.net/causkier 페]
          * 11 28
          * 11 29
  • ClassifyByAnagram/박응주 . . . . 73 matches
          1.35. test2 test3 . . :(
         _signature _signature .
         P3 700MGhz 384MB Win2000 Python 2.2.1 17 행하 8.8.
  • 데블스캠프2009/연습문제 . . . . 73 matches
         = 2009/ =
          * [2009//]
          * [2009/화/]
          * [2009//]
          * [2009//]
          * [2009//]
  • Basic알고리즘/팰린드롬/허아영 . . . . 72 matches
         = =
          AOI .
         한 , .,
         = =
         = 2. + 한 + =
         [Basic/팰]
  • CryptKicker2/문보창 . . . . 72 matches
         ==== ====
         호화 . . .
         ==== ====
         /* 평
         43
          4, 3, 2, 2, 2, 2, 1, ...
          if (len != PROPER_LEN) // 1 -
          //
          if (!(count2 == 4 && count3 == 1 && count4 == 1)) //
         [CryptKicker2] []
  • EnglishSpeaking/TheSimpsons . . . . 72 matches
         = =
          * 화 ' ' .
          * 4 4 회화 Script .
         == 1 ==
         [EnglishSpeaking/2011]
  • ExtremeSlayer . . . . 72 matches
          * . 23.
          * Zeropage 11
          * Curse Ware 3 Bassist
          * : nuburizzang at hotmail dot com
         === 황 ===
          * ICube (2003/10/27)
          * (2003/12/3). ? (2006/2/2 ?;)
         === ===
          DeleteMe) ~ .. ㅋㅋ - [eternalbleu]
         ["홈페"],["ZeroPagers"]
  • JTD 야구게임 짜던 코드. . . . . 72 matches
         
         
          ...
         
          .
         
  • JavaStudy2003/세번째과제/곽세환 . . . . 72 matches
         = 클 () (1 + 2) =
          hello1.setName("환");
         = (1 + 2) =
          info += "" + "\n" +
          " x 표 : " + left_top.getX() + "\n" +
          " y 표 : " + left_top.getY() + "\n" +
          " x 표 : " + right_bottom.getX() + "\n" +
          " y 표 : " + right_bottom.getY() + "\n";
          info += "형" + "\n" +
          "left 표 : " + left_top.getX() + "\n" +
          "top 표 : " + left_top.getY() + "\n" +
          "right 표 : " + right_bottom.getX() + "\n" +
          "bottom 표 : " + right_bottom.getY() + "\n" +
         [JavaStudy2003/]
  • OurMajorLangIsCAndCPlusPlus/2005.12.29 . . . . 72 matches
         : 태, , , ,
          ... [OurMajorLangIsCAndCPlusPlus/Variable]
         
         
         
         string.h -
         ctype.h -
         math.h -
  • ProjectVirush/ZoneData . . . . 72 matches
         == ==
          Name 호
         0 Inchon 2475139 2475139 0
         1 Seoul 9895217 9895217 0
         2 Gyeonggi 8984134 8984134 0
         3 Gangwon 1487011 1487011 0
         4 Chungnam 1845321 1845321 0
         5 Daejeon 1368207 1368207 0
         6 Chungbuk 1466567 1466567 0
         7 Gyeongbuk 2724931 2724931 0
         8 Jeonbuk 1890669 1890669 0
         9 Daegu 2480578 2480578 0
         10 Gyeongnam 2978502 2978502 0
         11 Ulsan 1014428 1014428 0
         12 Gwangju 1352797 1352797 0
         13 Jeonnam 1996456 1996456 0
         14 Busan 3662884 3662884 0
         15 Jeju 513260 513260 0
         합 46136101 46136101 0
         == ==
  • SimpleTextIndexerUsingSQLite . . . . 72 matches
         = index.db =
         = setting.ini =
          * . 해
         = 한 =
          * : D:\test 폴 . setting.ini
  • 김건영 . . . . 72 matches
         == ==
          04학 . . ^^
          : gun0123 empal
         MSN : gun0123 hitel
  • 데블스캠프2006/월요일/함수 . . . . 72 matches
         == 함 ==
         [2006//함/]
         [파]
          [DeleteMe] ) 파 , 2006//함/파 .
         [2006] [2006/]
  • AM/20040813열번째모임 . . . . 71 matches
         == ==
          * : 8 13 3:00 ~ 4:30
          * :
          * :
          * :
          * : MFC 4( )
         == ==
          * ??
  • AnswerMe . . . . 71 matches
          ! , . , AnswerMe 테 .
         [""]
  • ConvertAppIntoApplet/영동 . . . . 71 matches
          JButton 1, 2 ;
          Icon ;
          1 = new JButton("1");
          1.addActionListener(this);
          2 = new JButton("2");
          2.addActionListener(this);
          = new ImageIcon("aaa.jpg");
          panel.add(1);
          panel.add(2);
          if (ae.getSource() == 1) {
          "1",
          "1택",
          );
          } else if (ae.getSource() == 2) {
          "2",
          "2택",
          ,
          "택한 : " + res,
          "",
          );
  • ExtremeProgrammingExplained . . . . 71 matches
         ExtremeProgramming . KentBeck. TheThreeExtremos . 2판 .
         [택] . ( ...-_-. .. ㅎㅎ)
          .ㅡㅡㅋ --[(Leonardong)]
         [] [ExtremeProgramming] [ExtremeProgrammingInstalled] [ExtremeProgrammingExplained2/E]
  • JollyJumpers/문보창 . . . . 71 matches
         ==== ====
         한 1 n Jolly?
         ==== ====
          int n; //
          showJolly(true); // n 1 Jully . ?
          bool bitJolly[MAX]; // bitJolly[0] .
          int ftemp, ltemp; // ,
         [JollyJumpers] []
  • MFC_ . . . . 71 matches
         1. [ ]
         3. []
         4. [CxImage ]
         5. [ ]
         6. []
         7. [Error ]
         8. [ ]
         9. [ ]
  • NumericalAnalysisClass/Report2002_1 . . . . 71 matches
         == Project #1 ==
          * :
         == ==
         Cubic Spline 함 Tri-Diagonal Matrix 한 해 . Tri-Diagonal Matrix .
  • RandomWalk/재니 . . . . 71 matches
         = =
         02 [Genie]
         = =
          cout << "Random-Walker 행하. . ";
          cout << count << "회 .\n";
         = .. =
          8 ..ㅡㅡ;;
  • zennith/source . . . . 71 matches
         === ===
         === ===
         === ===
          .. . 6c3 트 해 .
  • 데블스캠프2011/셋째날/String만들기 . . . . 71 matches
          * : C++
         || 함 || ||
         || format || String::format(" : %d", 8) == " : 8" ||
         == ==
          * [2011//String/]
          * [2011//String/]
          * [2011//String/혜]
  • 드릴러2004 . . . . 71 matches
          ~
          ...
          ...
         
         [2004]
  • 조현태 . . . . 71 matches
         = >>키판<< =
         == ==
          * :
          * 학: 05학
          * : , , ZeroPage......
         == .. ==
         [태/]
         [태/]
         [태/트]
         [홈페], ZeroPagers, [SoJu], [C2005]
  • 지금그때2007/연락 . . . . 71 matches
          == [2007/] ==
          === ===
          -
          -
          -
          -
          -
          - 태훈
          -
          -
          -
          -
          -
          -
          -
          -
          -
         [2007]
  • 피보나치/김홍선 . . . . 71 matches
          ㅠ_ㅠ
         -홍-}}}
          cout << " ?" << endl;
          cout << " !" << endl;
         C++ -_-;
         -홍-
         []
  • 1thPCinCAUCSE/ProblemA/Solution/zennith . . . . 70 matches
          , . , 패했.
  • Ellysavet . . . . 70 matches
         = =
          * . 01학 .
         -- . ^^;
          , ZeroPagers ZeroWikian . . --NeoCoin
         ["홈페"],["ZeroWikian"]
  • ImmediateDecodability/문보창 . . . . 70 matches
         ==== ====
          Decodablility . , .
         ==== ====
         [ImmediateDecodability] []
  • SolarSystem/상협 . . . . 70 matches
         GLfloat o2_rot2 = 0.0f; //
         GLfloat o3_rot = 0.0f; //
         GLfloat o4_rot = 0.0f;//
         GLfloat o5_rot = 0.0f;//화
         GLfloat o6_rot = 0.0f;//
         GLfloat o7_rot = 0.0f;//토
         GLfloat o8_rot = 0.0f;//
         GLfloat o9_rot = 0.0f;//해
         GLfloat o10_rot = 0.0f;//
         GLfloat distance1 = 2.0f;//
         GLfloat distance2 = 3.2f;//
         GLfloat distance3 = 4.2f;//
         GLfloat distance4 = 5.2f;//화
         GLfloat distance5 = 6.2f;//
         GLfloat distance6 = 7.2f;//토
         GLfloat distance7 = 8.2f;//
         GLfloat distance8 = 9.2f;//해
         GLfloat distance9 = 10.2f;//
  • XPlanner . . . . 70 matches
          ExtremeProgramming - , .
          홈페 : http://xplanner.org
         === ===
          ZP ..^^
         []
  • 구구단/Leonardong . . . . 70 matches
         ==== ====
         C++
         ==== ====
         Scheme - when
         Scheme - if
         Squeak
          * Niner 클
          * Niner2to9
         [""] [2003/] [2003/]
  • 정모/2011.4.4/CodeRace/강소현 . . . . 70 matches
         = =
          System.out.println("Luke ㅠㅠ");
          System.out.print(" (0~2)? ");
          System.out.print(" ?(Layton: 1, Luke: 2, Bad: 3)->");
          System.out.println("[Error] 2!");
          if(num == 1 && name[0]==2){//Luke
          System.out.println("[Error] Luke 탐ㅋ");
         = =
          * ... /ㅁ/ - []
         [/2011.4.4/CodeRace]
  • 피보나치/김재성,황재선 . . . . 70 matches
         
          printf(" Made in Korea \n");
          printf(" ~ \n ");
          printf(" ");
         []
  • 5인용C++스터디/떨림없이움직이는공 . . . . 69 matches
         [http://165.194.17.15/~lsk8248/wiki/Study/5%c0%ce%bf%ebC++%bd%ba%c5%cd%b5%f0/%b6%b3%b8%b2%be%f8%b4%c2%bf%f2%c1%f7%c0%cc%b4%c2%b0%f8/Ball.exe ]
         || || || 평 ||
         ||황|| Upload:DB_MovingBall_JS.zip || . ||
         |||| [http://zeropage.org/pub/upload/MovingBall_SM.zip] || . ||
         ||화|| [http://zeropage.org/pub/upload/MoveCircle_CHO2.zip] || . ||
         |||| [http://zeropage.org/pub/upload/BounceDouMwm.zip] || . ||
         |||| [http://zeropage.org/pub/upload/Leonardong_NonVibratingBall.zip] || . ||
         [5C++]
  • AdventuresInMoving:PartIV/김상섭 . . . . 69 matches
         === ===
         static int totalLength; /* */
         static int numStation; /* */
         static Station station[MAX_SIZE]; /* */
          //
          //
          //
  • EightQueenProblem/조현태2 . . . . 69 matches
          ..ㅎㅎ
          .. ..;;ㅁ;;
          mark[x[qeen]][i]=1;//
          mark[x[qeen]+i][qeen+i]=1;//
          mark[x[qeen]+i][qeen-i]=1;//
          // .
          cout << " 패하.";
         [EightQueenProblem] [EightQueenProblem/태]
  • Hacking/20041118네번째모임 . . . . 69 matches
         == ==
          * : 11 18 3:00 ~ 4:00
          * :
          * : 환,
         == ==
          * Windows 98 Hacking -
          * 패킷
         == ==
          *
  • MacroMarket . . . . 69 matches
         moinmoin Macro . {{{~cpp [[TableOfContents]], [[BR]] }}} moinmoin 플 , 향 .
          moinmoin Macro http://purl.net/wiki/moin/MacroMarket .
         [""]
  • RandomWalk/변준원 . . . . 69 matches
          srand(time(0)); //
          int count=0, number=0;//,
          if (moving==0) //
          else if(moving == 1) //
          else if(moving == 2)//
          else if(moving == 3) //
          else if(moving == 4) //
          else if(moving == 5) //
          else if(moving == 6) //
          else if(moving == 7) //
          if((x<=4 && x>=0) && (y<=4 && y>=0)) //
          if(matrix[x][y]==0) //
          else //
          cout << " " << number << "." << endl;
  • Struts . . . . 69 matches
          [[PageList()]] [[ISBN(ISBN ,KR]] [[RSS(RSS,5)]] Wiki .
          ''':.'''
         ''''''
         ::.
          '''''' ㅇㅇㅇㅇ ---- [페 URL] [()] [[TableOfContents]] == (2) == * || 표-1 || 2||
         ..
         }}} [[ISBN(ISBN ,KR]]
          Upload::파
          *
         || 표-1 || 2||
         || 표-1 || 2||
  • ZIM/CRCCard . . . . 69 matches
         || || Session ||
         || ZimmerList || ZimmerListViewer ||
         || || Session ||
         || MessageWindow || MessageWindow ||
         || Message || MessageWindow, Session ||
         || || ZIMServer, ZIMControl ||
         || , || ZIMServer, ZIMControl ||
         || / || . ||
         || 화 / & || FileSender, FileReceiver ||
         || 화 || . ||
         || 화 택 || . ||
         || 화 || . ||
         || OnlineZimmerList 표 || Session, OnlineZimmerList ||
         || ZimmerPopupMenu || . ||
  • source . . . . 69 matches
          * []
          [50~100 3 5 ]
         []
         [1~10 , 5 (continue )]
         [파 ]
         [파 _1]
         [포 swap]
         [파 _2]
         [파 _3]
         [ ]
  • 구구단/문원명 . . . . 69 matches
          (c++)
          cout<<"\t\n";
          (scheme)
          (Squeak)
         SeeAlso []
         DeleteMe [] [페] , , . 하 [크].
         []
  • 이주영 . . . . 69 matches
         {*} ㅠㅠㅠㅠㅠㅠㅠ
         ''' ?'''
          * 키페 . ㅋㅋㅋ -[]
          * [/2013/] 헤헤하하 ? ㅋㅋㅋㅋ -[호]
  • 5인용C++스터디/타이머 . . . . 68 matches
         *
          * ?
          * ?
          * ?
          * ?
         || || Upload:Timer.zip ||
  • BasicJAVA2005/실습1/조현태 . . . . 68 matches
          == ..ㅎㅎ ==
          //// . ////
          //// . ////
          //// 크 ////
          //// 크 ////
          System.out.println(" . .");
          //// ////
          //// ////
         [BasicJAVA2005] [BasicJAVA2005/1]
  • ClassifyByAnagram/1002 . . . . 68 matches
         hotspot . Anagram.register, {{{~cpp WordElement}}} ( input n 해 n 행)
          Psyco bind 하 4.4 .
         P3 933, 128 RAM Win98 Python2.2 + Psyco .
  • Factorial/영동 . . . . 68 matches
          if (num <= 1) /*->*/
          else /*-> */
         : ["mugh1(mugh1@yahoo.co.kr)"]
         /* if 1
         
          */
  • GIMP . . . . 68 matches
         GNU Image Manipulation Program. GNU 픽 편.
          * [http://www.gimp.org 홈페]
         === ===
          * Linux
          * Unix
          *
          * 킨토
         === 플 ===
          * [http://plasticbugs.com/?page_id=294 GIMPShop] : script-fu.exe . . 포토 .
         [], []
  • One/실습 . . . . 68 matches
         
         
          1. 1 - 10 for, do-while, while
          * . 1 64, 2 10, 3 23, "error"
          * int형 10
          10, 9, 8, .. 1
  • PyDev . . . . 68 matches
         [Eclipse] [Python] . 2004 8 Outline , [팩토] .
         [http://pydev.sourceforge.net/ 트 홈페]
         []
  • 데블스캠프2006/SVN . . . . 68 matches
          * : http://zeropage.org/svn/namsangboy/
         7.
         8. 해
         9. 해 트 파
         10. . .
  • 삼총사CppStudy/숙제1/곽세환 . . . . 68 matches
          cout << "rect1 : " << rect1.GetWidth() << endl;
          cout << "rect1 : " << rect1.GetHeight() << endl;
          cout << "rect1 : " << rect1.GetBorderLength() << endl;
          cout << "rect1 : " << rect1.GetArea() << endl;
          cout << "rect2 : " << rect2.GetWidth() << endl;
          cout << "rect2 : " << rect2.GetHeight() << endl;
          cout << "rect2 : " << rect2.GetBorderLength() << endl;
          cout << "rect2 : " << rect2.GetArea() << endl;
         100. 태클 ^_^ --[snowflower]
         [CppStudy/1]
  • FoundationOfASP . . . . 67 matches
         = ASP =
          * ASP .
         == PWS(Personal Web Server) ==
         [http://www.taeyo.pe.kr/] : .
         == ==
          * : hello.asp 파 100
         see Also ["2002"],["2002/황"]
         [""]
  • MoinMoin . . . . 67 matches
          * 키 : [http://wikipedia.org], [http://no-smok.net]
          * : [http://moinmoin.wikiwikiweb.de/MoinMoinScreenShots]
         === ===
          * . -
  • WhatToExpectFromDesignPatterns . . . . 67 matches
          . - DesignPatterns Chapter 6 Conclusion .
         편화 .
          .
          .
         펙토 표.
  • kairen . . . . 67 matches
         === 혁 ===
          * 00학
          * .. ?
          * ? ㅡ.ㅡ;
          * .. 키 페 .. ..
         ["홈페"] ["ZeroPagers"]
  • 서지혜/MyJavaUtils . . . . 67 matches
         
          * String List
          Arrays.asList();
          * String String StringBuilder .
          StringBuilder (String) .
  • 황세중 . . . . 67 matches
         = 황 ( 11학 ) =
          1. : 20 (93) 19
          2. 학 : 1학 ()
          3. :
         == 획 ==
          1.
          2. 폰 5
          3.
         == 하 ==
          1.
          2.
  • AM/20040806아홉번째모임 . . . . 66 matches
         == ==
          * : 8 6 3:00 ~ 4:30
          * : 4353
          * :
          * :
          * : MFC 3(GDI 픽)
         == ==
          *
  • TestDrivenDevelopmentByExample/xUnitExample . . . . 66 matches
         C++ UnitTest . .
          ..;;
  • TestSuiteExamples . . . . 66 matches
          UnitTestFramework TestSuite
          return suit # ..
         # AllTests . from import * .
         
         [], TestDrivenDevelopment, UnitTest
  • callusedHand/projects/messenger . . . . 66 matches
         (Java 트)
          * : callusedHand
          * : 5
         1.
          * /클
         2.
          * : Java
          * : MSNP7
          * :["JMSN"]
         3.
         4.
          * 5.31 - 1
         5.
          * GUI
          *
         7.
          * Swing .
  • warbler . . . . 66 matches
          * 회 IT Project ( ? . 함.) [[BR]]
          * : 1995 [[BR]]
          * 홈페 : http://warbler.com.ne.kr (3 --;)
          * E : NO____SPAM__warbler9@sinbiro.com
         ["홈페"]
  • 데블스캠프2006/화요일/tar . . . . 66 matches
         = [2006/화/tar] =
          ~
         2006/화/tar/
         [2006/화/tar/]
         [2006/화/tar/]
  • 로보코드/베이비 . . . . 66 matches
         = =
         = =
         = =
         = =
         = =
         Upload:baby.Ah_Young_1.0.jar - 통.
         Upload:baby.Ah_Young_2.0.jar - , , .
         Upload:baby.BoChang_1.0.jar - , ㅋㅋ
  • 비밀키/나휘동 . . . . 66 matches
          호화 하
          cout << "파 : ";
          cout << "키 : ";
          cout << "..."<< endl;
          ch += key;//호화
          cout << "파 : ";
          cout << "키 : ";
          cout << "..."<< endl;
          ch -= key;//호화
         [호화]
  • 유선 . . . . 66 matches
         한.
         [study C++/ 한]
         [/]
         [하탑/한]
         [CodeRace/20060105/]
         []
         [3D]
          * spell with flickr ... - [eternalbleu]
          * ~ ㅋㅋㅋㅋㅋ - []
  • 장용운/템플릿 . . . . 66 matches
         == ==
          템플 .
         == ==
         == ==
         템플 , .
  • AnC . . . . 65 matches
         Ability and Community
          티 형
         FreeStyle .
          ZP 07학 [] 학 .
  • CPPStudy . . . . 65 matches
          * Zeropage C++ Study .
          * , 패한 , .
         = =
         = =
         || ||
         || [CppStudy] ||
         || [CppStudy] ||
         || [5C++] ||
  • DirectDraw/APIBasisSource . . . . 65 matches
          !
          // .
          // 픽 표.. ..
  • EnglishSpeaking/TheSimpsons/S01E05 . . . . 65 matches
         == ==
         == Script ==
          * : , 함()
          *
          * [] :
          * [] :
         [English Speaking/2011]
  • EnterpriseJavaBeans . . . . 65 matches
         Java . RMI + Transaction + @
          MasteringEJB 행해 .
         Lomboz - ["Eclipse"] 플. XDoclet , Home & Remote & Local Interface .
  • ErdosNumbers/문보창 . . . . 65 matches
         == ==
         == ==
          //
          /* 1 . */
          bool isMake = make_map(name, num_person + 1); //
          if (isCheck) //
          if (isInserted[i] == false) //
         == 한테 할 ==
  • FromDuskTillDawn/변형진 . . . . 65 matches
         = =
          2 , 트해... . :)
         = =
  • HanoiTowerTroublesAgain!/황재선 . . . . 65 matches
         == ==
          * -_-; 한 크했.ㅡㅜ
          * .
         == ==
  • NumericPython . . . . 65 matches
         Python .
         행 포합.
          numarray 0.9 .
         1.0 .
  • OeKaki . . . . 65 matches
         == ==
         {{{[[OeKaki(파)]]}}} , `OeKaki_파.png` .
          , `test_1.png` `test_2.png` .
  • ProjectPrometheus/AcceptanceTest . . . . 65 matches
         
          * .
          * 테 .
          * 테 testserver.py 행하.
  • TheTrip/황재선 . . . . 65 matches
          System.out.println("$10000.00 해");
          System.out.println("학 1000 해");
         === ===
          * double형 --
  • TugOfWar/이승한 . . . . 65 matches
         = TugOfWar/[한] =
         150/200 . .
          ...-_-ㅋ;;
         int maxToZero(int input[]); // 0
  • 소수구하기/영록 . . . . 65 matches
         1 50000 ..
          cout << (double)end/CLOCKS_PER_SEC << "\n";
         } 68.77 ........ ........
          ..... ㅠ_ㅠ
         -_-;; .... . .. -_-;
  • 이덕준 . . . . 65 matches
         . . [] .
          9 SDS /NCW .
         ["홈페"] [ZeroWikian]
  • 최소정수의합/최경현 . . . . 65 matches
         === ===
         === ===
         // : 1 + 2 + 3 + ..... + n >= 3000 n .
          int number = 1 ; // 1
         === 한테 할 ===
         ㅋㅋ main ~~ []
         [LittleAOI] []
  • 테트리스만들기2006 . . . . 65 matches
          == [테트2006] ==
          * 06학 !! 테트... .. ( ..ㅠㅠㅠㅠㅠ)
         [테트2006/1]
         [테트2006/]
         [테트2006/]
  • 2002년도ACM문제샘플풀이/문제D . . . . 64 matches
         = , =
         = =
          *
          * 1 --;
         ["2002ACM"]
  • A_Multiplication_Game/김태진 . . . . 64 matches
         == ==
          * accept , ? ??
         [ACM_ICPC/2012]
  • HowManyZerosAndDigits/문보창 . . . . 64 matches
         ==== ====
          1 . Digits 히 해, Zeros .
         ==== ====
         [HowManyZerosAndDigits] []
  • LC-Display/곽세환 . . . . 64 matches
         == ==
          * 통O (P.E.)
          *
         == ==
         bool display[8][7]; // 8, 한 7
         void makeDisplay(string n) //
         void showDisplay(int s, int length) // 크
          int s; //
          string n; //
         == ==
  • MFCStudy2006/Server . . . . 64 matches
          * MFCStudy2006 Server .
         == ==
          * 한 Server
         == ==
          * Server : ,
         == ==
          * ;;
         == ==
          * ;;
         == ==
          * [http://165.194.17.5/zero/data/zeropage/pds/MFC.pdf MFC]
  • study C++/남도연 . . . . 64 matches
          cout<<" "<<endl;
          cout<<" ?"<<endl;
          cout<<" "<<i+1<<"."<<endl;
          cout<<" "<<A.a<<B.a<<""<<endl;
          cout<<"할 횟 "<<endl;
         [C++_2005]
  • 로고캐릭터공모/문의 . . . . 64 matches
         == 항 ==
         (하 EditText )
          ? 크 ? --[]
         []
  • 빠빠안뇽 . . . . 64 matches
         ZeroPage (04) Profile 태혁
         55 5 5
         ~!
          .
         
         하 ~♡
          HomepageTemplate ~~ 해~ - [택]
          [★★] <-- 크 ㅋㅋ
         [홈페], ZeroWikian
  • 여사모/과제/패턴인식 . . . . 64 matches
         == ==
          .
         == ==
  • 최소정수의합/나휘동 . . . . 64 matches
         = 1 =
          ...
         = 2 =
         sum ...
         = 3 =
         [합/훈] , lazy evaluation
         [합]
  • AirSpeedTemplateLibrary . . . . 63 matches
          , TemplateLibrary
          subversion . (해 키 페 . [Trac] )
  • CartesianCoordinateSystem . . . . 63 matches
          트(Descastes) . Cartesian .
          2 통해.
  • Hartals/조현태 . . . . 63 matches
         == ==
         == ==
          printf("횟 .\n>>");
          printf(" .\n>>");
          printf(" .\n>>");
          printf(" .\n");
         == ==
  • JavaScript/2011년스터디/URLHunter . . . . 63 matches
         [http://probablyinteractive.com/url-hunter URLHunter] !!
         == ==
          alert(" .");
         == ==
         == ==
         //Refactoring
          //lenght
         
         == ==
         == ==
         == ==
          !!! ! </body>
         [JavaScript/2011]
  • Self-describingSequence/문보창 . . . . 63 matches
         == ==
         Sorted List Search Linear Search Binary Search , . ?
         == ==
  • ZeroPage_200_OK/소스 . . . . 63 matches
          * ...;;
          * - - []
          aaa<div class="alert">1 .</div><div class="alert">2 .</div>bbb
          <input type="submit" value="" /><br/>
          <input type="reset" value="" /><br/>
         [2012], [ZeroPage_200_OK]
  • 김도현 . . . . 63 matches
          05학 ~
         MSN~: tkffuwnj5hotmailcom
          ~~
         폰 010-4666-8858 ~~
         [홈페], ZeroPagers, ZeroWikian ( DeleteMe 택해 . )
  • 레밍즈프로젝트/프로토타입/에니메이션버튼 . . . . 63 matches
         SeeAlso) [트], [트/]
         = =
          함. -_- . -_- -
  • 수/마름모출력 . . . . 63 matches
         패 .
         패 : $
          : 3
         == [] ==
         == [] ==
         == [] ==
         == [] ==
         == [호] ==
          printf("\n패? ");
          printf("\n? ");
          for(i=1; i<=num; i++){ //
          for(i=num-1; i>=1; i--){ // 하
  • 수/숙제제출 . . . . 63 matches
          * [/] ( 4.4. ZeroPage )
          * [/] ( 4.6. [] )
          * [/학] ( 4.11. ZeroPage )
          * [/] ( ZeroPage )
          * [/] ( ZeroPage )
  • 이재영 . . . . 63 matches
         == ==
         05학
         : michin1213@hotmail.com
          : cyworld.com/michin1213
          ㅠㅠ 헬 ,,
         == 할ㅋ ==
         헬 - []
         == ~ ==
          ㅡ,,ㅡ
          printf("");
          printf("학");
          printf("학");
  • 장용운/알파벳놀이 . . . . 63 matches
         
         == ==
         ()
         == ==
          * - []
          * , . , 한 -[]
          * 해 - []
  • 장혁수 . . . . 63 matches
          * 황 : . ...?
          * .. -[]
          * 혁 .
  • 지금그때/도우미참고 . . . . 63 matches
         === 2003 ===
         팽
         []
         100( )
         
         === 2004 ===
         [힘]
         === 2005 ===
         
         []
  • 큰수찾아저장하기/김영록 . . . . 63 matches
         === ===
          .
          .
         === ===
         //
         === ===
         Upload:1.JPG
         === 한테 할 ===
          [LittleAOI] .-,.-;;
         [큰] [LittleAOI]
  • 3N+1Problem/구자겸 . . . . 62 matches
         int cycle_length(int n); // cycle_length
          int i_num, j_num; //
          int max = 0; // 0
          scanf("%d %d", &i_num, &j_num); //
          for ( ;i_num<j_num;i_num++ ) // cycle_length
          //
          printf("%d\n", max); //
          int count = 1; //
  • BeeMaja/하기웅 . . . . 62 matches
         == ==
         30 ^^
          ^^ (0.016)
          !!
         == ==
  • TugOfWar/신재동 . . . . 62 matches
         === TugOfWar/ ===
          . 하 . --
  • 문자열연결/조현태 . . . . 62 matches
         === ===
          .
          .ㅎ
         === ===
         === ===
          ~_~
         === ===
         == ==
         [LittleAOI] []
  • 정모/2006.9.13 . . . . 62 matches
          == [/2006.9.13] ==
         1 6
          *
          - C++/MFC 06 3~4,5
          - 하 - .
          - Design Patterns - Gof , ~~
          7 : , ,
         []
  • 파스칼삼각형/변형진 . . . . 62 matches
         = =
          합(Combination) .
         n+1행 n+1 합 nCr , n!/r!(n-r)! .
         = =
         [파형]
  • 05학번만의C++Study/숙제제출2/허아영 . . . . 61 matches
         == ==
          .
          0 .
         == ==
         == 한테 할 ==
         [05학C++Study//2] [05학C++Study]
  • DataSmog . . . . 61 matches
         http://image.wowbook.com/book/large_image/89-374-2705-2.gif [[BR]][http://www.wowbook.com/generic/book/info/book_detail.asp?isbn=ISBN89-374-2705-2 ]
          . DataSmog 호하 .
         [""]
  • Fmt/문보창 . . . . 61 matches
         == ==
          .!!!!!!!!!!!! , ㅡㅡ;
         == ==
          //
          //
         == 한테 할 ==
  • LongestNap/문보창 . . . . 61 matches
         ==== ====
          . , . 01 1 .
         ==== ====
         [LongestNap] []
  • Slurpys/곽세환 . . . . 61 matches
         == ==
          * 통O
          * string 함
         == ==
          int i, j, temp = -1; // temp Slimp
          // Slimp Slump
         == ==
         [Slurpys/환]
  • 계정만들기 . . . . 61 matches
         
          :
         해
         1. php
         2.
  • 나를만든책장/책 . . . . 61 matches
          == [/] ==
          == ==
          * (01)
          - .
          == ==
          * 테 ,
         []
  • 피보나치/이태양 . . . . 61 matches
         printf(":"); scanf("%d",&n);
          printf(" %d %d ",n,no3);
         == ==
         ~ 태 ! ㅎㅎ - [허]
         ? ;;;;;;;;;;;- []
         []
  • ClassifyByAnagram/재동 . . . . 60 matches
         == ==
          * . '' --
  • DuplicatedPage . . . . 60 matches
         ZeroWiki OneWiki 통합 .
         DuplicatedPage ZeroWiki , 하 OneWiki . 히 통합해
         []
  • LuaLanguage . . . . 60 matches
          embedding language 호하 . (embedding 편하)
         http://www.redwiki.net/wiki/wiki.php/Lua - redpixel 키 페. Lua 한 한 .
         [[include(:ProgrammingLanguage)]]
  • RandomWalk/현민 . . . . 60 matches
         //
          cout << " 행하. : ";
          int line,col,count=0; // count
          direction = rand() % 8; //
          //
          cout << " " << count << " .\n";
  • [Lovely]boy^_^/USACO/MixingMilk . . . . 60 matches
          * assert .
          * 훌 .
          * assert .
  • 김미란 . . . . 60 matches
         = ZeroPage (04학) =
          :
         /:/20
         E-mail:kmr0527@핫
         = ..................................!! =
         []
         []
         [ ]
         [홈페], ZeroWikian
  • 데블스캠프2010/다섯째날/ObjectCraft/미션1/박재홍 . . . . 60 matches
         Describe 2010//ObjectCraft/1/홍 here
          printf(" b a %d HP %d .\n",dam1,a.HP);
          printf(" a .\n");
  • 이승한/임시 . . . . 60 matches
          * ON_COMMAND_RANGE ...
          * CalcCtrl
          * CM + L :
          * C + K W :
          * C + K N :
          * C + K P :
          * CS + C : 클
          * CS + E : resource
          * C + KE :
         []
  • 컨설팅의비밀 . . . . 60 matches
          해하 . . .
         []
  • 피보나치/김영록 . . . . 60 matches
         Describe / here.
          a,b,c a,b c
         printf(" : ");
  • Bicoloring/문보창 . . . . 59 matches
         ==== ====
         평. . if...else 포함하 .
         ==== ====
          if (check[i] == false) // check
  • C++/SmartPointer . . . . 59 matches
          C++ ? - [eternalbleu]
          Python . (하 Extending .. 흑) --[1002]
  • CPP_Study_2005_1/Basic Bus Simulation/김태훈 . . . . 59 matches
          //
          fin >> lanelen; //
          for(i=1;i<=BUS_NO;++i) { //
          cout << " ?" << endl << " : ";
          cout << " : ";
  • ErdosNumbers/차영권 . . . . 59 matches
         ==== ====
         Time Limit . .
         ==== ====
          /* */
          // ..
         ==== 한테 할 ====
  • LoadBalancingProblem/임인택 . . . . 59 matches
          System.out.println(pos + " " + (pos-1) + " ");
          System.out.println(pos + " " + (pos+1) + " ");
          // <
          System.out.println("트");
          // >
          System.out.println(" : " + index );
          System.out.println("평 : " + _processor[index] + ":" + (leftSum%average)
          + " : " + (rightSum%average) );
          System.out.println("트");
          System.out.println(": " + getMovedJob() );
  • MineSweeper/허아영 . . . . 59 matches
         = =
          if(inputField[i][j] == '*') // : * + 1
          outputField[i-1][j-1] += 1; //
          outputField[i-1][j] += 1; //
          outputField[i-1][j+1] += 1; //
          outputField[i][j+1] += 1; //
          outputField[i+1][j+1] += 1; //
          outputField[i+1][j] += 1; //
          outputField[i+1][j-1] += 1; //
          outputField[i][j-1] += 1; //
  • OurMajorLangIsCAndCPlusPlus/setjmp.h . . . . 59 matches
          형 : jmp_buf
          : setjmp() - : jmp_buf . longjmp .
          함 : void longjmp(jmp_buf, int) - : jmp_buf .
          : 2 한하 .
  • WeightsAndMeasures/문보창 . . . . 59 matches
         ==== ====
          . n! O(n^2) . .
         ==== ====
         [WeightsAndMeasures] []
  • 구구단/이진훈 . . . . 59 matches
          토크 .
         {{{~cpp 토크.. ..7 ㅡㅡ 편한 ..
          판=ㅂ=;;
         [""]
  • 김세영 . . . . 59 matches
         = (11학) =
         = =
         1. 女학:)
         2. 911테ㅋㅋㅋ
         3.
         4.
         = 표 =
         1. ㅋㅋㅋㅋ
         2.
         = 획 =
         1. 학
         2. 해
  • 데블스캠프2005/RUR-PLE/Harvest/Refactoring . . . . 59 matches
         = [2005/RUR-PLE]/Harvest/[Refactoring] =
         [2005/RUR-PLE/Harvest/한]
         [2005/RUR-PLE/Harvest/태훈-zyint]
         == ==
         == 황 ==
         == ==
         == ==
         == ==
         == 태 ==
         == ==
         == [] ==
         [2005/RUR-PLE]
  • 데블스캠프2010/다섯째날/ObjectCraft/미션1/변형진 . . . . 59 matches
          printf(" 0 1 %d HP %d .\n", damage, zerglings[1].hitP);
          printf(" 1 .\n");
         == ==
          * [wiki:2010//ObjectCraft ObjectCraft]
  • 데블스캠프2011/첫째날/Java . . . . 59 matches
          * [], []
          * [], [하]
          * [], [혜]
          * [], []
          * [], []
          * [], []
          * [], []
  • 안혁준/class.js . . . . 59 matches
         == ==
         Javascript .
         ~~ .~~ MIT .
         == ==
          throw new SyntaxError(" superclass .");
  • 오목/재선,동일 . . . . 59 matches
          MessageBox(".", "");
          MessageBox(".", "");
          MessageBox(".", "");
          MessageBox(".", "");
          // 클 1 .
         ==== 행파 ====
         Upload:.exe
  • 조응택 . . . . 59 matches
         04학 .
         == 표 ==
          ~!
         
         토
         == 획 ==
         
         == /? ==
          C++ [http://www.zeropage.org/wiki/UpgradeC_2b_2b]
         == 하 ==
         .
         [홈페], ZeroPagers, ZeroWikian
  • 조현태/놀이/치이/기능명세/화면 장식 . . . . 59 matches
          == /화 ==
          === ===
          *
          === ===
          * .
          * 한 폰트 폰트 .
         [태//]
  • 지금그때2004/회의20040322 . . . . 59 matches
          * ? --[Leonardong]
          . ;) --[1002]
          ; --NeoCoin
         [2004]
  • MagicSquare/재니 . . . . 58 matches
         = =
         02 [Genie]
         = =
          cout << " . 한 . ";
          cout << " .\n한 . ";
  • VisualBasicClass . . . . 58 matches
          -_-;; . OCU 흔히 .
         VB Office 통합 ... .
  • 남상재 . . . . 58 matches
         ''''''
         == 표 ==
         
         == 획 ==
         == ==
         == 하 ==
         == 하 ==
         [http://cyworld.com/turtle4u ]
         || || 1 ||
         || || 2 ||
         [홈페], ZeroPagers
  • 숫자야구/방선희 . . . . 58 matches
         [/희]
          ^^
          cout << " . : ";
          cout << " . : ";
          ..
         []
  • 테트리스만들기2006/앞반 . . . . 58 matches
          == [테트2006/] ==
          == ==
          : 태,
          회 : 테트 .. ( )
         [테트2006]
  • 파스칼삼각형/이태양 . . . . 58 matches
         printf("행 :"); scanf("%d",&c);
         printf(" :"); scanf("%d",&r);
          - ...
          - 행하 ;;
         [파형]
  • 5인용C++스터디/움직이는공 . . . . 57 matches
         [http://165.194.17.15/~lsk8248/wiki/Study/5%c0%ce%bf%ebC++%bd%ba%c5%cd%b5%f0/%bf%f2%c1%f7%c0%cc%b4%c2%b0%f8/Ball.exe ]
         || || || 평 ||
         ||황|| Upload:MovingBall_JS.zip || . ||
         |||| [http://zeropage.org/pub/upload/MovingBall_SM.zip] || . ||
         ||화|| [http://zeropage.org/pub/upload/MoveCircle_CHO.zip] || . ||
         |||| [http://zeropage.org/pub/upload/BounceMwm.zip] || . ||
         |||| [http://zeropage.org/pub/upload/Leonardong_VibratingBall.zip] || . ||
         [5C++]
  • AcceleratedC++/Chapter16 . . . . 57 matches
          ?? 10페 ..@,.@
         ㅋㅋ . 1 .. .
  • EightQueenProblem/이덕준소스 . . . . 57 matches
          . --
  • EightQueenProblem/임인택/java . . . . 57 matches
          . ~ 호호..-.-;;
          for(y=j-1; y>=0 && sum==0; y--) /* */
          for(x=i-1; x>=0 && sum==0; x--) /* */
          for(x=i-1, y=j-1; x>=0 && y>=0 && sum==0; x--, y--) /* */
          for(x=i+1, y=j-1; x<QUEEN && y>=0 && sum==0; x++, y--) /* */
  • HardcoreCppStudy/첫숙제/Overloading/김아영 . . . . 57 matches
          cout << "판 (행, ) : " ;
          cout << " (행, ) : " ;
          cout << " (0 향, 1~7, 999) : " ;
          cout << " " << total << ". " << endl ;
  • HowManyOpenSourceSoftwaresDoYouUse . . . . 57 matches
          OpenSource ? (, OpenSource FreeWare .). [투표패] .
          || . || ||
          || 11 || 1 ||
         [투표]
  • MineSweeper/zyint . . . . 57 matches
         # .
         #. 0 .
         #
         [MineSweeper] [2005] [2005/Python]
  • ScaleFreeNetwork/OpenSource . . . . 57 matches
         = =
          * [] 2012
         = 툴 =
          * titan - DSM
         = 헌 =
         [2012활]
  • ThinkWeek . . . . 57 matches
         [http://www.hani.co.kr/section-007000000/2005/03/007000000200503291804218.html 1 · ]
          .. 흔 .
         []
  • radeon256 . . . . 57 matches
         * :
         * : 010-4575-2280
         * :
         == 획 ==
         * 히 하!!
         == ==
         == 하 ==
         *
         == 한~ ==
         [홈페], ZeroWikian
  • 레밍즈프로젝트/드래프트버전 . . . . 57 matches
         [트], [트/]
         21
         = 표 =
          .
          .
         포트
  • 주승범 . . . . 57 matches
         ///획///
         ''''''''''
         == 표 ==
         
         == 획 ==
         .
         == ==
         == 하 ==
         []
         == 하 ==
         [http://www.cyworld.com/jooreung87 ]
         [홈페], ZeroPagers
  • 피보나치/김상섭 . . . . 57 matches
          cout << " ( )? ";
          cout << num << " " << fibonachi(num) <<" .\n";
          cout << " ( )? ";
         []
         []
  • BasicJAVA2005/8주차 . . . . 56 matches
          - ?
          -
          -
         2. Socket
          - ?
          - TCP . : Socket ServerSocket
          - : DataInputStream, DataOutputStream
  • Omok/재니 . . . . 56 matches
         = =
         02 [Genie]
         = =
          cout << " .\n";
          cout << " .\n";
          cout << turn % 2 << " .\n";
          ? ㅋㅋ -[]
  • UDK/2012년스터디/소스 . . . . 56 matches
         = 2012.07.10 =
         = 2012.07.16 kismet =
          .
         [2012], [UDK/2012]
  • ZeroPageServer/set2001 . . . . 56 matches
          * 확한 , .
         === 2001 ZeroPage Server Spec ===
          * : (97 ["sun"]), (97, [""])
         === Software (2002.8.15 펙) ===
  • iPhone . . . . 56 matches
          *
          * [http://blog.naver.com/musicnet?Redirect=Log&logNo=10032895978 iphone환]
         === ===
          * 품.
          * .
         []
  • study C++/ 한유선 . . . . 56 matches
         === ===
         
         
          -_-
          {{{~cpp {{{~cpp }}} }}} 편하 .^^ - [태]
  • 단식자바 . . . . 56 matches
         = [트]/ =
         [Java], [http://zeropage.org/~iruril/jdk-1_5_0_01-windows-i586-p.exe ZP pub JDK]
         [Eclipse], [http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.1-200506271435/eclipse-SDK-3.1-win32.zip&url=http://eclipse.areum.biz/downloads/drops/R-3.1-200506271435/eclipse-SDK-3.1-win32.zip&mirror_id=26 3.1]
         == 7 13 ==
         한, , , , ,
         [http://gigamail8.paran.com:8080/gigamail_pop.php?file=/D8/1/20050713/16/07/beonit@paran.com/1121238649_29721_x0.zip&filename=javaJava.zip ]
         []
  • 단어순서/방선희 . . . . 56 matches
         [/희]
          ..흐흐 -ㅁ-; 100% ..^^;
          cout << " .:" ;
          cout << input << " " << content << " .\n";
  • 데블스캠프2011/다섯째날/HowToWriteCodeWell/임상현,서민관 . . . . 56 matches
          public void downTo(int i) throws Exception {// 함.
          public void push(int i) throws Exception { // i .
          public void upTo(int i) throws Exception { // 함.
  • 지금그때2004/준비물 . . . . 56 matches
         * 표 x 40, 6, 1, , . 1 x 6+
         * , 5
         * 20,
         * , 환,
         [2004]
  • AndOnAChessBoard/허준수 . . . . 55 matches
         == ==
          . 1 .
          . -..ㅡ;;
         == ==
  • HowManyZerosAndDigits/김회영 . . . . 55 matches
         == ==
          cout<<"팩토 ";
          cout<<"0 .\n";
  • JollyJumpers/임인택 . . . . 55 matches
          * straight forward 한
          * tdd - . 트하 . .
          public void test() {
          public void test() {
          public void test() {
  • RandomWalk2/현민 . . . . 55 matches
          cout << "행 : ";
          cout << " : ";
          cout << "할 행 : ";
          cout << " " << count << " .\n\n";
  • TheLagestSmallestBox/하기웅 . . . . 55 matches
         == ==
          ~~
          함^^
         == ==
  • TicTacToe/조재화,신소영 . . . . 55 matches
          System.out.println("x 표 : " + x);
          System.out.println("y 표 : " + y);
          //
          JOptionPane.showMessageDialog(null, Integer.toString(array[i][0])+" .!!");
          JOptionPane.showMessageDialog(null, Integer.toString(array[0][i])+" .!!");
          JOptionPane.showMessageDialog(null, Integer.toString(array[0][0])+" .!!");
          JOptionPane.showMessageDialog(null, Integer.toString(array[0][2])+" .!!");
          JOptionPane.showMessageDialog(null, "0 1 .");
  • TiddlyWiki . . . . 55 matches
          키. html+javascript+css .
         
         USB 함.
         = =
  • XUL . . . . 55 matches
          한 [XML] .
         [http://oooko.net/gomme/?p=102] - 한 XUL
         [http://xulplanet.com/tutorials/xultu/ xulPlanet XUL (튜토) 페]
         []
  • 데블스캠프2006/월요일/연습문제/for/이차형 . . . . 55 matches
         == 2006///for/형 ==
         
          cout <<" : ";
          cout << " 형\n\n";
          cout << " 형\n\n";
         
          cout<<" .";
  • 데블스캠프2006/월요일/연습문제/switch/이차형 . . . . 55 matches
          == 형 ==
          cout << " .\n";
          cout << "[ 100하 ] [ 999 ] : ";
          cout << "A" << A << " .\n";
          cout << "B" << B << " .\n";
          cout << "C" << C << " .\n";
          cout << "D" << D << " .\n";
          cout << "F" << F << " .\n";
  • 데블스캠프2006/월요일/함수/문제풀이/성우용 . . . . 55 matches
          == ==
         1
          cout<<" .";
          cout<<" .";
          cout<<" .";
          cout<<"!";
          cout<<"패!";
          cout<<"패!";
         2
         3.
  • 데블스캠프2012/셋째날/앵그리버드만들기 . . . . 55 matches
         = =
          * HTML5 canvas .
          * [http://clug.kr/~jereneal20/devils.php 크]
         = =
         [2012]
  • 마방진/Leonardong . . . . 55 matches
         
         
          cout << " : ";
          else// ...
         [2003/], [MagicSquare]
  • 비밀키/조재화 . . . . 55 matches
         == 호화 && 해 ==
          ifstream fin("source.txt"); // fin input.txt
          ofstream fout("output.txt"); // fout output.txt
          array[i]=fin.get(); // cin , fin .
          cout<<"호화 키 = >" ;
          //호화
          //해
  • 임인택/코드 . . . . 55 matches
         = ( ) 한/ =
          == IME ==
          * 헤 : windows.h, imm.h
          * : imm32.lib
          == 키 ==
          * 헤 : winuser.h, windows.h
          * : user32.lib
         [택]
  • 정렬/조재화 . . . . 55 matches
         
         == ==
          ifstream fin("UnsortedData.txt"); //txt파
          ofstream fout("output.txt"); // txt .
          fin >> sort[i];//
          if(sort[k] > sort[j])//크
         ["화"]
  • 피보나치/방선희 . . . . 55 matches
          n
          cout << " n . n . : ";
          cout << " " << num << " " << pibo(num) << ".\n";
  • 하나조/숙제 . . . . 55 matches
         = /하/ =
         == ==
         ||||||||
         == ==
         ||||||[/하]||
         ||||||[/하]||
         [2006]
  • 하노이탑/조현태 . . . . 55 matches
         하 탑..^^
          cout << "하 >>";
          cout << " "<< answer << ".";
          cout << from << "" << target << " .\n";
          cout << from << "" << target << " .\n";
         [2005], [하탑]
  • 2002년도ACM문제샘플풀이/문제E . . . . 54 matches
         = , =
         = =
          * ..
          * {{{~cpp TestCase}}} , .
          * 30
         ["2002ACM"]
  • CodeRace/Rank . . . . 54 matches
         || || || Point ||
         || 1. || || 3 ||
         || 1. || 하 || 3 ||
         || 3. || || 2 ||
         || 3. || 허 || 2 ||
         ( )
         - Point , .
         - 1 : 3 Point
         - 2 : 2 Point
         - 3 : 1 Point
         - : 2 Point
  • JTDStudy/두번째과제/장길 . . . . 54 matches
          t.setName(" ");
         == ==
         * ....... windfencer.zerpage.org . - -
  • Karma . . . . 54 matches
         JavaScript Test Test Runner.
          , 테 (run) 한 환 .
         = =
          * AngularJS
  • MineSweeper/신재동 . . . . 54 matches
         === MineSweeper/ ===
          cin.get(); // 흉!!
         cin.get() (\n) ... --
  • 데블스캠프2006/월요일/연습문제/for/주소영 . . . . 54 matches
         == 2006///for/ ==
         
          cout << " \n";
         
          cout <<"20 \n";
          cout <<" \n";
  • 데블스캠프2011/다섯째날/Cryptography . . . . 54 matches
         == 키 ==
          p != q p q 택한.
         1 < e < φ(n) φ(n) e 택한.
         d <- e^^1^^ mod φ(n)
         (e, n) 키, d
         == 호화 ==
         C : , P : 평
         == 호화 ==
         C : , P : 평
         [2011]
  • ActionMarket . . . . 53 matches
         moinmoin Action . Action Macro Show, Edit, Delete, Diff, Info ( ) .
         http://purl.net/wiki/moin/ActionMarket .
         [""]
  • BasicJAVA2005/7주차 . . . . 53 matches
          ...
         2. Serialize + 파
          - Serializable
          - 화하
          - 텍트파
          -
  • JihwanPark . . . . 53 matches
         = Zeropage 학 =
          * : ZeroPage 9
          * :
          * [http://zeropage.org/moin/moin.cgi?action=userform&uid=1010395501.34.23553 ]
         == 표 ==
          * .
         == 획 ==
         == ==
          * 트.
         == 하 ==
          * .
         ["홈페"], ["ZeroPagers"]
  • PlatformSDK . . . . 53 matches
         [http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm ] : VC6 호환 함.
          [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sdkintro/sdkintro/devdoc_platform_software_development_kit_start_page.asp MSDN platform SDK ] .
  • Server&Client/영동 . . . . 53 matches
          * .
         = =
          System.out.println(" .");
          System.out.println(".\n");
         = 클트 =
          Socket connect=new Socket("165.194.17.85", 10000);// IP
         ["JavaStudyInVacation/황"]
  • 데블스캠프2010/다섯째날/ObjectCraft/미션1/강소현 . . . . 53 matches
         Describe 2010//ObjectCraft/1/ here
          zerg zerg1={"1",5,0,50}, zerg2={"2",5,0,50};
          printf("%s %s %d HP %d .\n",zerg1.name, zerg2.name, zerg1.attack, zerg2.HP);
          printf("%s HP %d ㅇㅇ\n",zerg2.name, zerg2.HP);
  • 데블스캠프2010/다섯째날/ObjectCraft/미션2/변형진 . . . . 53 matches
          printf(" %d %d %d HP %d .\n", z1.no, z2.no, damage, z2.hitP);
          printf(" %d .\n", zerglings[1].no);
          printf(" %d .\n", zerglings[0].no);
  • 데블스캠프2011/밥탐 . . . . 53 matches
         == ==
          *
         == 화 ==
          * tomato ()
         == ==
          *
         == ==
          * 킨(파)
         == ==
          *
  • 복사생성자 . . . . 53 matches
         1. stl class
         2. const
         3. 통 operator=
         4. return *this;
         5. .
  • MemoryUsageInJava . . . . 52 matches
          . import ..-_-a
  • SOLDIERS/송지원 . . . . 52 matches
         == ==
          *
          // x = i x
          // , 함.
  • TheJavaMan/달력 . . . . 52 matches
         
          C ( )
          히 해 ㅡ.ㅡ
          selectPanel.add(new JLabel(""));
          selectPanel.add(new JLabel(""));
          showPanel.add(new JLabel("", SwingConstants.CENTER));
          showPanel.add(new JLabel("", SwingConstants.CENTER));
          showPanel.add(new JLabel("", SwingConstants.CENTER));
          showPanel.add(new JLabel("", SwingConstants.CENTER));
          showPanel.add(new JLabel("", SwingConstants.CENTER));
  • TicTacToe/임민수,하욱주 . . . . 52 matches
          System.out.println("x 표 : " + x);
          System.out.println("y 표 : " + y);
          for (int i = 0; i < 3; i++) //
          JOptionPane.showMessageDialog(FirstJava.this, "흑 ");
          JOptionPane.showMessageDialog(FirstJava.this, " ");
          for (int i = 0; i < 3; i++) //
          JOptionPane.showMessageDialog(FirstJava.this, "흑 ");
          JOptionPane.showMessageDialog(FirstJava.this, " ");
          JOptionPane.showMessageDialog(FirstJava.this, "흑 ");
          JOptionPane.showMessageDialog(FirstJava.this, " ");
          JOptionPane.showMessageDialog(FirstJava.this, "흑 ");
          JOptionPane.showMessageDialog(FirstJava.this, " ");
  • Zedroid . . . . 52 matches
          * PM : , PL : 혁, Member : , , , Supporter :
          * : Contact Manager( )
         [2010] | [WikiProjectHistory]
         []
  • 그래픽스세미나/5주차 . . . . 52 matches
         === ===
          : 2003 3 31 7
          : 7 PC -
         === ===
          PPT 파: Upload:CGSeminar5.zip
         === ===
          * ASE File Loader
          || || Upload:Loader&Test.zip ||
         
         
         []
  • 데블스캠프2011/셋째날/RUR-PLE/권순의 . . . . 52 matches
         == // 한 beeper ==
         == ==
          * !!!
         == // ==
         == 확하 ==
  • 배진호 . . . . 52 matches
         == 호 ==
          * 20 .
          * ?
          * [http://www.cyworld.com/bloodjino ]
         [홈페]
  • 시작 . . . . 52 matches
          '''' '''''' '''' ---- [페 URL] [()] [[TableOfContents]] == (2) ==
          *
         || 표-1 || 2||
          [refer ] {{{~cpp
         ..
         }}} [[ISBN(ISBN ,KR]] [[FullSearch()]] [[PageList()]] [[RSS(RSS,5)]] [[LinkCount(페)]]
  • 정모/2006.7.13 . . . . 52 matches
         = /2006.7.6 =
         == ==
         == ==
          * 트,
          * .
          * ~
          *
         == ==
         []
  • 02_C++세미나/0515 . . . . 51 matches
         = =
         2002 5 15 , .
         = =
          .
         ["02_C++"]
  • AnEasyProblem/권순의 . . . . 51 matches
         [AnEasyProblem|]
          cout << " ." << endl;
         * -_-;; - []
  • Basic알고리즘/팰린드롬/조현태 . . . . 51 matches
         == [Basic/팰/태] ==
         === ===
          파 . .ㅋ
          ..T.T
          === ===
          //// 한?
         [Basic] [Basic/팰]
  • Hartals/차영권 . . . . 51 matches
         ==== ====
         nCase while(1) ' ' .흠;;
         ==== ====
          //
          //
         ==== 한테 할 ====
  • HowToStudyInGroups . . . . 51 matches
          통해
         see also []
          * [""]
          * [""]
  • JTDStudy/첫번째과제/영준 . . . . 51 matches
         = =
          int answer = Integer.parseInt(JOptionPane.showInputDialog(" "));
         = =
          * Good~! ...^^; - []
          * , 하 ;; []
  • KentBeck . . . . 51 matches
         ExtremeProgramming . CrcCard . (see also DesignPatterns) .
         [""]
  • MapBrowserSite . . . . 51 matches
          * [http://www.congnamul.com/ ]
          * [http://www.seoul.go.kr/org/introduction/others/map/map.html ]
          * [http://map.daum.net/main/?_top_sec=map ]
          * [http://map.naver.com/ ]
  • 개인키,공개키/김회영,권정욱 . . . . 51 matches
         == 키,키/, ==
          cout << "호화할 텍 : ";
          cout << "호화 행합.\n";
          cout << "호화할 텍 : ";
          cout << "호화 행합.\n";
  • 김지연 . . . . 51 matches
         = =
          *
          *
          *
          * 20
          * 학
          *
          *
          *
         == 획 ==
          *
          * 토
          *
  • 데블스캠프2009/월요일/Scratch . . . . 51 matches
         = 2009//Scratch =
         == Scratch ? ==
          * 홈페 - [http://scratch.mit.edu/]
         == Scratch (1.3.1) ==
          * Mac, Windows 택하 .
          * experimental version .
         == Scratch 플 ==
  • 리디아처음화면 . . . . 51 matches
          wiki.. 하하. ^^
          .. . ㅎㅎㅎ
          ..
  • 스터디제안/2013 . . . . 51 matches
          * 행하 .
          * !!!!! - []
  • 지금그때/준비물 . . . . 51 matches
         
          & or 8 +
         
         ,
         ,
  • 큐/조재화 . . . . 51 matches
          ( )
          ...
          cout<<"1.Push"<<"\t"<<"2. Pop"<<"\t"<<"3. "<<endl;
          cout << " : ";
          cout<<" : ";
         [StackAndQueue] [화]
  • HowManyPiecesOfLand?/하기웅 . . . . 50 matches
         = =
          - .
          - .
         = =
  • PythonComTypes . . . . 50 matches
         CtypesModule COM Library.
          , python win32 extension :
         COM typelib .~ python shell .~
  • Server&Client/상욱 . . . . 50 matches
          System.err.println("행할 .");
          System.out.println(" .");
          System.out.println(".");
          System.out.println(".");
          System.out.println(" .");
         ["JavaStudyInVacation/황"]
  • callusedHand/projects/fileManager . . . . 50 matches
         1.
          파
         2.
          * : C
          * : file-browser, mc
         3. 확
          / Linux configuration center(?) /
         4.
         5.
         6.
          *
         7.
  • 그래픽스세미나/6주차 . . . . 50 matches
         === ===
          : 2003 4 7
          : 7 PC -
         === ===
          PPT파: Upload:CGseminar6.alz Upload:CGseminar6.a00
         === ===
          * 5 .
         []
  • 데블스캠프2003/셋째날/J2ME . . . . 50 matches
         [http://www.joyworld.co.kr] - 테
         
          * ["MobileJavaStudy/HelloWorld"] - "Hello World"
          * ["MobileJavaStudy/NineNine"] -
          * ["MobileJavaStudy/SnakeBite"] -
         [2003/]
  • 데블스캠프2005/RUR-PLE/Harvest/허아영 . . . . 50 matches
         
          ㅋㅋ
          ~ ㅎㅎ
  • 데블스캠프2005/사진 . . . . 50 matches
          [2005] .
         see also [2005/2]
         [2005]
  • 데블스캠프2010/다섯째날/ObjectCraft/미션1/허준 . . . . 50 matches
          printf("1 2 %d 2 HP %d .\n", zeli1.att, zeli2.HP);
          printf("2 .\n");
  • 데블스캠프2011/셋째날/String만들기/김준석 . . . . 50 matches
         == ==
          //...
          // 함.
          //크
          //크
          //ㅋㅋ .
          //?? ?
          //크
          if(s->subString(3,2)->equals(*s2)) cout << "" <<endl;
  • 레밍즈프로젝트/유주호 . . . . 50 matches
         [트]
         = =
         [트/한]
         [트/하]
         = =
         == 11 18 ==
         == 11 19 ==
         == 11 20 ==
         == 11 22 ==
          UI
  • 배민화 . . . . 50 matches
          06학 '''화'''.
         == ㅋ ==
         === . ===
          ..-_-..훗.. (..;;)
  • 큐/Leonardong . . . . 50 matches
         
          default : cout << " ......" << endl;
          cout << " " << endl;
          cout << " : ";
          cout << " " << endl;
          for (int i=0 ; i<order-1 ; i++) //
          container[i] = container[i+1];//
          cout << " : ";
         [StackAndQueue] [2003/]
  • 파스칼삼각형/임상현 . . . . 50 matches
         == ==
          * .
         == ==
          cout<<" . 택해 ."<<endl;
          cout<<"파 형 "<<row<<"행 "<<col<<" "<<Pascal(row,col)<<"."<<endl;
  • 피보나치/변형진 . . . . 50 matches
         = =
          .
         for .
         = =
         []
  • 하노이탑/한유선김민경 . . . . 50 matches
          printf("%5d: %c %c %d \n", cnt, from, to, 1);
          printf("%5d: %c %c %d \n", cnt, from, to, n);
         //함
          printf("하 ?>");
         //함
         [하탑]
  • 05학번만의C++Study/숙제제출4/조현태 . . . . 49 matches
         == ==
         == ==
          cout << "클 .\n";
          cout << m_haveInt << " .\n";
         == ==
         [05학C++Study] [05학C++Study//4]
  • AM/Tetris . . . . 49 matches
         == Tetris ==
         || || ||
         || 환 || Upload:Tetris-KSH.zip ||
         || || Upload:테트.alz ||
          ~~ --
  • CPPStudy_2005_1/STL성적처리_2_class . . . . 49 matches
          : 2005 08 09
         항 : vector
         탁 66 78 77 84
          52 50 63 72
          59 98 75 91
          97 55 52 97
          78 53 74 75
          78 82 63 73
          72 66 73 52
          95 62 94 53
         태호 66 82 82 94
         한 86 65 62 68
  • Ones/문보창 . . . . 49 matches
         ==== ====
          , . .
         ==== ====
         [Ones] []
  • SoftwareEngineeringClass/Exam2006_1 . . . . 49 matches
         = =
         *
         = =
         
         = =
         1) ISO12204, ISO 15288 ISO 15504
         2) Tayloring Deploy .
         3) S/W Test Independent Verification & Validation
  • html5 . . . . 49 matches
          * html5 [html5practice] .
          * api reference http://dev.w3.org/html5/ .
          * [http://simon.html5.org/html5-elements w3g HTML5 .]
         == ==
  • subsequence/권영기 . . . . 49 matches
          parametric search 한 페 . 페 .
  • 개인키,공개키/류주영,문보창 . . . . 49 matches
         = 키 : 182 =
         == ==
         === 호화 ===
          ifstream fin("source.txt"); // fin input.txt
          ofstream fout("source_enc.txt"); // fout output.txt
          //cout << "키 : ";
         === 호화 ===
          ifstream fin("source_enc.txt"); // fin input.txt
          ofstream fout("source_enc2.txt"); // fout output.txt
          cout << " : ";
  • 데블스캠프2011/넷째날/Android . . . . 49 matches
          * : Zeropage 16th [희]
          * : Android for Beginner
         == ==
          1.
          1.
         == ==
          * [2011//Android/]
         [2011]
  • 임인택/책 . . . . 49 matches
         
          , .
         하
         [택]
  • 코드레이스출동/CleanCode . . . . 49 matches
         , 회, ,
         == ==
          * 11 18() 3 - 5
         == Eclipse 키 ==
          * [(aekae)Eclipse키]
         == ==
          * Delimeter
          * , 회
          * ,
         []
  • AntOnAChessboard/하기웅 . . . . 48 matches
         == ==
         - Accepted , ~~
         == ==
  • EuclidProblem/차영권 . . . . 48 matches
         ==== ====
          판토 .
         ==== ====
          // X, Y
         ==== 한테 할 ====
  • One/주승범 . . . . 48 matches
         1 10 |}}
         {{|1,2,3 error |}}
          printf (" \n ");
         {{| 1->64, 2->10, 3->23, error|}}
          printf (" \n ");
         {{||}}
          printf (" \n ");
  • OpeningStatement . . . . 48 matches
         페 . .
         [""]
  • 몸짱프로젝트/Maze . . . . 48 matches
          * :
          *
          * : .
         [트]
  • 반복문자열/이정화 . . . . 48 matches
         [/허] . 함 . -- [Leonardong]
         []
  • 송정규 . . . . 48 matches
          * ~ ^ㅉ^
          * . 2013 .
  • 스택/조재화 . . . . 48 matches
         == 2 ==
          ...
          ~~~ ^^:
          cout<<"1.Push"<<"\t"<<"2. Pop"<<"\t"<<"3. "<<endl;
          cout << " : ";
          cout<<" : ";
         [StackAndQueue] ["화"]
  • 영호의해킹공부페이지 . . . . 48 matches
         80 . 90 80 호한. .
  • 정모/2004.6.4 . . . . 48 matches
         == ==
         ||01 || ||
         ||03 || ||
         == 2004 ==
          * [2004]
          * [2004]
         []
  • 최정빈 . . . . 48 matches
         Describe here.
         흐흐
          C 형 파튕~
         형 ㅋㅋㅋ
         !! []
         [홈페], ZeroPagers
  • 토이/메일주소셀렉터/김정현 . . . . 48 matches
         = =
         파
         //
         // 파
         [토/]
  • EcologicalBinPacking/문보창 . . . . 47 matches
         ==== ====
          ?
         ==== ====
          int bottle[9]; //
          int nMove[6]; //
         [EcologicalBinPacking] []
  • HaskellExercises/Wikibook . . . . 47 matches
         http://en.wikibooks.org/wiki/Haskell
         -- replication rep
         -- !! i
         -- zip z
  • MagicSquare/영록 . . . . 47 matches
         // .
          cout << " .\n";
          cout << " n x n .\n";
          cout << " .(1 ~ 9 !)";
          array[a][b] = number; // 화.
  • NumberBaseballGame/영동 . . . . 47 matches
         //
          //투
          //
          cout<<" .\n";
          //투
         : ["Yggdrasil"]
  • OurMajorLangIsCAndCPlusPlus/Function . . . . 47 matches
         === static 함 ===
         - 해 효한 함
         === ===
         === 폴트 (C++) ===
         === 함 (C++) ===
         === 템플 (C++) ===
         === (C++) ===
         === Linkage (C++) ===
         === 함 ===
  • woodpage/메신저 . . . . 47 matches
         1. 표 : .
         2. : .
         3. : 6
         4. : xml.
  • zennith/ls . . . . 47 matches
         , 할 . .. ls 핑 하 .. 흐흐
  • 김영준 . . . . 47 matches
         = ZeroPage ( 04 학 ) =
          * :
          * / : /34
         [], [ ], [], [★★]
         [홈페], ZeroWikian
  • 데블스캠프2005/RUR-PLE/Sorting . . . . 47 matches
         = 2005/RUR-PLE/Sorting =
         == 협 ==
         == 태 ==
         == ==
         == 태훈([zyint]) ==
          -ㅅ-
         == ==
         [2005/RUR-PLE/]
         [2005/RUR-PLE]
  • 데블스캠프2011/셋째날/String만들기/서지혜 . . . . 47 matches
          C++ Java String 클
          * :
          * String.h 헤
          * String.cpp
          *
          * !! - [혜]
  • 문자반대출력/김정현 . . . . 47 matches
         === ===
         
         === ===
         
         // FileIO.java 파
          System.out.println(text+ " ");
         //ReverseText.java 파
         === 한테 할 ===
         [LittleAOI] []
  • 자바프로젝트/방화벽팀메신저 . . . . 47 matches
         = 트 =
          * 트 페 행하 .
          * [http://www.caucse.net/cgi-bin/moin/moin.cgi/_c0_da_b9_d9_c7_c1_b7_ce_c1_a7_c6_ae_2f_b9_e6_c8_ad_ba_ae_c6_c0_b8_de_bd_c5_c0_fa 트/ ]
  • 정신병원에서뛰쳐나온디자인 . . . . 47 matches
          * Title :
          * Author :
          * Publisher :
          * [/]
         [""]
  • 토이/삼각형만들기 . . . . 47 matches
         = =
         == 표 ==
         
         == ==
         [토//훈]
  • 5인용C++스터디/시계 . . . . 46 matches
         [http://165.194.17.15/~lsk8248/wiki/Study/5%c0%ce%bf%ebC++%bd%ba%c5%cd%b5%f0/%bd%c3%b0%e8/Clock.exe ]
         || || || 평 ||
         ||화||Upload:ClockByCHO.zip|| . ||
         ||화2||[http://165.194.17.15/pub/upload/ClockByCHO_2.zip]|| . ||
         ||||[http://165.194.17.15/pub/upload/Clock_SM.zip]|| . ||
         ||||[http://165.194.17.15/pub/upload/TimerMwm.zip]|| . ||
         ||황||[http://165.194.17.15/pub/upload/Clock_JS.zip]|| . ||
         ||||[http://165.194.17.15/pub/upload/Leonardong_Timer.zip]|| . ||
         [5C++]
  • CPP_Study_2005_1/BasicBusSimulation/남상협 . . . . 46 matches
         = CPP_Study_2005_1/BasicBusSimulation/협 =
          * : 01
          * : 05.08.12 10:43
         = =
          out<<" ?"<<"\n"<<" : ";
          out<<" : ";
         = =
          * .
  • One/윤현수 . . . . 46 matches
          . 1 64, 2 10, 3 23, "error"
         printf(" "); scanf("%d" ,&i);
         
  • ProjectCCNA . . . . 46 matches
          * 2008 하
         = =
          * 08 []([sibichi])
          * 08 []([형])
          * 08 []([redd0g])
          * 08 []([wisdomtree])
         = =
         [] [2008]
  • StackAndQueue/손동일 . . . . 46 matches
         DeleteMe - [StackAndQueue/] [페] 했 - [택]
         택큐
          cout << " 1 : "<<"\t"<<" 2 : "<<"\t"<< " 3 : "<<endl;
          cout << " .. "<< endl;
         [StackAndQueue] []
  • To.용안 . . . . 46 matches
          * eclipse Help HelpContents PyDev ,, -_-, HTML 태 Python . 해,
  • 허준 . . . . 46 matches
         
         == 표 ==
         
         == 획 ==
         
         == ==
         
         == 하 ==
         
         == 하 ==
         
  • AdventuresInMoving:PartIV/문보창 . . . . 45 matches
         == ==
         == ==
         static int totalLength; /* */
         static int numStation; /* */
         static Station station[MAX_SIZE]; /* */
         static int d[2][MAX_OIL+1]; /* */
         [AdventuresInMoving:PartIV] []
  • CxImage 사용 . . . . 45 matches
         1. CxImage 폴
         2. Debug CxImage.lib
         3. StdAfx.h #include "ximage.h"
         4. Set->C/C++ ->Category Preprocessor
         5. Additional ./include
         6. link-> object/library modules Debug/CxImages.lib
         통 Document
         == Drop and Drag ==
         App Class InitInstance()
  • JavaStudy2004/스택 . . . . 45 matches
         == Stack ? ==
         == ==
          *
          *
          * Push하 Pop 하 GUI
          *
          * Queue
  • One/피라미드 . . . . 45 matches
         
         == ==
          printf(" ."); scanf("%d",&j);
         
         == 태형 ==
         == ==
         == ==
  • ProjectAR/ToDo . . . . 45 matches
         ToDo
          *
          * 텍 -
          * 트 -
          * 틴( ) -
          * (-_-) -
          *
  • Refactoring/ComposingMethods . . . . 45 matches
          * 하 , .
  • SeparationOfConcerns . . . . 45 matches
         Information Hiding . DavidParnas .
          * http://www.acm.org/classics/may96/ - 해 ResponsibilityDrivenDesign . (72 .. 72.;)
  • WriteGreatCode . . . . 45 matches
          .
          .
  • XMLStudy_2002/XSL . . . . 45 matches
         XSL
         === XSㅣ ===
          <!-- HTML . -->
  • 김경환 . . . . 45 matches
          .
         == 표 ==
         
         == 획 ==
         
         == ==
         
         == 하 ==
         
         == 하 ==
         
         [홈페], ZeroPagers, ZeroWikian
  • 너만의 명작을 그려라 . . . . 45 matches
         = =
         == ==
          * .
         [""]
  • 데블스캠프2011/네째날/이승한 . . . . 45 matches
         == 한/Android Reverse Engineering ==
          * [http://blog.softwaregeeks.org/wp-content/uploads/2011/04/Reverse-Engineering-%EC%95%88%EB%93%9C%EB%A1%9C%EC%9D%B4%EB%93%9C-%ED%95%99%EC%8A%B5.pdf Reverse Engineering, ] - , JCO
          * android reversing tools - 홈페
         == 한/Git ==
          * [http://keedi.pe.kr/presentations/just_do_git/ ]
         === ===
  • 레밍즈프로젝트/그리기DC . . . . 45 matches
         [트] .
         TODO.
         TODO.
          //회
  • 박지상의Wiki처음화면 . . . . 45 matches
         .
          홈페 [http://www.jisangs.com ] , .
  • 이원희 . . . . 45 matches
         ''06''학 '''희'''
         = =
         == [희]. ==
         ==== [희]. ====
         || ||
         [http://www.naver.com ]
         [(zeropage)2006]
         
         [http://wiki.zeropage.org/]''
  • 임시페이지 . . . . 45 matches
         = =
         클 :
         
         클
  • 정진수 . . . . 45 matches
         05 학 JJS.
         == 표 ==
          TOP
         == 획 ==
         
         == 하 ==
          히 하!
         [홈페], ZeroPagers
  • 창섭이 환송회 사진 . . . . 45 matches
          ... . --[]
          ..^^;; --[]
  • 05학번만의C Study/숙제제출1/정진수 . . . . 44 matches
         double Fah; //화
         double Cel; //
          cout << " Enter 키 : ";
          Fah= 1.8*Cel + 32.0; //
          cout << " " << Cel << " " << Fah << " \n";
  • 05학번만의C++Study/숙제제출1/정진수 . . . . 44 matches
         double Fah; //화
         double Cel; //
          cout << " Enter 키 : ";
          Fah= 1.8*Cel + 32.0; //
          cout << " " << Cel << " " << Fah << " \n";
  • 2dInDirect3d . . . . 44 matches
         = =
          : Focus On 2D In Direct 3D
         = =
         = =
          . 휴학 . --["snowflower"]
  • COM/DCOMPrimerPlus . . . . 44 matches
          , .
         []
  • LinkedList/C숙제예제 . . . . 44 matches
          . -[허]
          printf("root\n");
          printf("pNew\n");
          printf("pIns\n");
          printf("pIns \n");
  • NumberBaseballGame/재니 . . . . 44 matches
         = =
         02 [Genie]
         = =
          cout << " .\n";
          cout << " .\n";
          cout << "!n";
          cout << strike << " 크 " << ball << " n";
          cout << "~ ^_________^\n";
  • ScheduledWalk/유주영 . . . . 44 matches
          //ifstream fin("input.txt"); // fin input.txt
          // ofstream fout("output.txt"); // fout output.txt
          cin >> road; // cin , fin .
          // [8][8]
  • Seminar . . . . 44 matches
         || || || || || ||
         || [Debugging/Seminar_2005] || || 협 || 1~2학 || 2005. 5. 16 ||
         || [DebuggingSeminar_2005] || || || 2~3학 || 2005. 8. 10 ||
  • Slurpys/신재동 . . . . 44 matches
         === Slurpys/ ===
          . 한 펙토 함. --
  • VoteMacro . . . . 44 matches
         한 VoteMacro.
         ||[[Vote(off, 6, 14, 19)]]||[[Vote( 6, 9, 13)]]||
  • 데블스캠프2006/월요일/연습문제/for/이경록 . . . . 44 matches
         == 2006///for/ ==
         
         
          cout << "10 \n";
          cout<<" .\n";
  • 데블스캠프2011/다섯째날/HowToWriteCodeWell/김준석,서영주 . . . . 44 matches
          return "";
          return "";
          Elevator el = new Elevator(20, -5, 1);// , ,
          assertEquals(el.callElevator(3),"");
          assertEquals(el.callElevator(5),"");
  • 떡장수할머니/강소현 . . . . 44 matches
          * .. - [혜]
         [ACM_ICPC/2011]
  • 렌덤워크/조재화 . . . . 44 matches
         == 크 ==
          //
          continue;// .
         bool is_end() //
         [화]
  • 문자반대출력/최경현 . . . . 44 matches
         === ===
         2
         [] process_wchar() 함 .
         === ===
         === 한테 할 ===
         [] [LittleAOI]
  • 파스칼삼각형/곽세환 . . . . 44 matches
          cout << " 행, ? : ";
         int f(int a, int b) //a b
          DeleteMe ? - []
          (VC++6.0) -
         [파형]
  • BlackBoxTesting . . . . 43 matches
          Black Box , 팅하 .
  • C/Assembly/연산 . . . . 43 matches
         
          GNU Compiler %eax .
          ?
  • C언어정복/4월6일 . . . . 43 matches
         ==== ====
         1. () - for
         2. ( ) - if, if else, continue, break, switch
         3. - 5 for if
         [C]
  • RandomWalk2/상규 . . . . 43 matches
         === ===
         #define MAX_JOURNEY 1024 //
         //
          //
          //
          //
          //
          //
         // Walk 하
          //
  • Steps/조현태 . . . . 43 matches
          == [Steps/태] ==
          === ===
          .. ..
          !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
          === ===
  • TheTrip/문보창 . . . . 43 matches
         ==== ====
         ==== ====
         int main() // cent
          int n; // 학
          char money[7]; //
          int exchangeCost[MAX]; //
          int costs[1000]; //
          int sum = 0; // 합
          int aver, r; // 평,
          for (i=0; i<count; i++) // dollor
         [TheTrip] []
  • TopDown . . . . 43 matches
         하 형태 . Divide And Conquer .
         []
  • YongAn처음화면 . . . . 43 matches
         [허C++]
         [_temp]
         [http://zeropage.org/trac/namsangboy ]
         [파->exe]
         []
         []
          - 트 툴
         -
  • 도구분류 . . . . 43 matches
          . 툴, API ( Framework )
         [[""]]
  • 파스칼삼각형/김남훈 . . . . 43 matches
          scheme stdin stdout .
         [파형]
  • ClassifyByAnagram/Passion . . . . 42 matches
          *
          * Item
          * Item
  • CrackingProgram . . . . 42 matches
         7/26 표한
          : Upload:CrackingProgram.ppt
         == ==
         == ==
         == 크 ==
         [/2004]
  • C언어정복/3월30일-내용정리 . . . . 42 matches
         ==== C 330 - ====
          .
         ===== 06학 =====
         ===== 06학 =====
         [C]
  • DesignPatterns/2011년스터디/서지혜 . . . . 42 matches
         Design Patterns [혜] .
          * 패
          * .
         = =
  • HanoiTowerTroublesAgain!/조현태 . . . . 42 matches
          == [HanoiTowerTroublesAgain!/태] ==
          === ===
          ... ..
          !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
          === ===
  • Hessian/Counter . . . . 42 matches
         화 resin -_-; counter.
  • One/남상재 . . . . 42 matches
         1 - 10
         {{|1 10 |}}
         
          printf(" \n : ") ;
          printf(" \n");
         |}}
          printf("a[%d] %d\n",c,a[c]);
  • OurMajorLangIsCAndCPlusPlus/XML/김상섭허준수 . . . . 42 matches
         == "input.txt" ..ㅡㅜ ==
          return temp; // else return temp ~~ -..ㅡ;;
         tree_pointer insert(tree_pointer ptr, char* tag, char* text) // a = 태, b =
          // list 해
          // list 해
          // 트
          // </tag>
          // text
          // 트
  • PolynomialCoefficients/문보창 . . . . 42 matches
         ==== ====
          12 , .
         ==== ====
         [PolynomialCoefficients] []
  • RandomWalk/김아영 . . . . 42 matches
          cout << "판 (12하) : " ;
          cout << " x : " ;
          cout << " y : " ;
          cout << endl << " " << total << "." << endl ;
  • Self-describingSequence/조현태 . . . . 42 matches
          == [Self-describingSequence/태] ==
          === ===
          ..ㅠ.ㅜ
          ~! .. ..
          === ===
  • Slurpys/문보창 . . . . 42 matches
         ==== ====
         힘 . (?) .
         ==== ====
         [Slurpys] []
  • Slurpys/박응용 . . . . 42 matches
          .
          . ^^
  • 구구단/곽세환 . . . . 42 matches
         2003
         
         토크
         SeeAlso ["2003/"] ["환"]
         []
  • 데블스캠프2006/화요일/pointer/문제4/정승희 . . . . 42 matches
         #include<cstring>// (strcmp) 포함
          int length=strlen(buf);// .
          b[length]='\0';//NULL .
  • 동영상처리세미나/2006.08.17 . . . . 42 matches
         = /2006.08.17 =
         1. DirectShow
         3. Simple Program &
         4. : mirror
         
  • 인터프리터/권정욱 . . . . 42 matches
         == / ==
         
          ifstream fin(".txt");
          ofstream fout(".txt");
          cout << " : ";
          cout << " : " << temp1;
         []
  • 자료병합하기/허아영 . . . . 42 matches
         === ===
          . 펙토 .
         === ===
          //C
          //
         === 한테 할 ===
         [LittleAOI] [합하]
  • 진격의안드로이드&Java . . . . 42 matches
         == ==
         == ==
         ==== cmd Compile & Decompile ====
         // notepad++ UTF8(BOM ) cmd
         ==== ====
         ==== 1 ====
         ==== 2 ====
  • 프로그래밍/ACM . . . . 42 matches
         Java
         == ==
          * BigInteger, String.split, io
         == 키 ==
         []
  • 피보나치/정수민,남도연 . . . . 42 matches
         Describe /, here.
          printf("%d %d .",m ,k);
          printf(" ?\n-> ");
         []
  • 05학번만의C++Study/숙제제출1/허아영 . . . . 41 matches
         === ===
          cout << " Enter 키 : ";
          cout << "" << celsius << " " << fahrenheit << "." << endl;
         [05학C++Study/]
  • 3DGraphicsFoundation/SolarSystem . . . . 41 matches
          * 3D .
          * 태 ,,,화,,토,,해, .
         = =
         || || ||
         || ["협"] || ["SolarSystem/협"] ||
  • AntiSpyware . . . . 41 matches
         한 Spyware/ .
          * [http://pcclean.org PC CLEAN] : , .
          * [http://www.bcpark.net/software/read.html?table=resume&num=28 2005] : , .
         []
  • Marbles/문보창 . . . . 41 matches
         ==== ====
         한 테 . (?).
         ==== ====
          int count = n/n1; // n1
  • Slurpys/황재선 . . . . 41 matches
         == ==
          * 테 . if-else 펙토 --
  • TugOfWar/김회영 . . . . 41 matches
         == ==
         // 행합.
          ~>__<ㅋ - [한]
  • 기웅 . . . . 41 matches
         = Zeropage 학 02학 =
         * 1983 4 14
         * 2002
         == 표 ==
         == 하 ==
         == 획 ==
         == ==
         == ==
         == ==
         ["홈페"], ["ZeroPagers"]
  • 데블스캠프2006/월요일/연습문제/if-else/성우용 . . . . 41 matches
         == 2006///if-else/ ==
         1
          cout<<" ."<<endl;
          cout<<" .";
  • 데블스캠프2006/월요일/연습문제/if-else/윤성준 . . . . 41 matches
         == 2006///if-else/ ==
         1
          cout << endl << "50~100 :";
          cout << "3" <<endl;
          cout << "5 " <<endl;
          cout << "" <<endl;
  • 데블스캠프2009/목요일/연습문제/다빈치코드/박준호 . . . . 41 matches
         = 2009////호 =
          printf(" .");
  • 미로찾기/황재선허아영 . . . . 41 matches
          // 0 2 .
          }// 0 2 .
          }// 0 . 2.
          printf("\n(%d,%d)\n", x, y);
  • 반복문자열/이태양 . . . . 41 matches
          - 한 ㅋㅋㅋ
          - ㅋㅋ C#, .. ㅎㅎ - []
         []
  • 삼총사CppStudy/20030806 . . . . 41 matches
         == ==
          * 함,
          * friend 함 VS 6.0 sp 5 .[http://download.microsoft.com/download/vstudio60ent/SP5/Wideband-Full/WIN98Me/KO/vs6sp5.exe]
         == vector ==
          cout << "--v1--" << endl;
          cout << "--v2--" << endl;
          cout << "--v3--" << endl;
         == ==
         [CppStudy]
  • 숙제1/최경현 . . . . 41 matches
         === ===
          cout << " Enter 키 : ";
          cout <<" "<<celsius<<" "<<convert(celsius)<<" .";
         [05학C++Study/]
  • 스택/Leonardong . . . . 41 matches
         
         
          default : cout << " ......" << endl;
          cout << " " << endl;
          cout << " : ";
          cout << " " << endl;
          cout << " : ";
         [StackAndQueue] [2003/]
  • 임다찬처음화면 . . . . 41 matches
         = =
          ''' 06학 .'''
         == ==
         || || ||
         || 1 || ||
         == 크 ==
         [/]
  • 정모/2006.6.23 . . . . 41 matches
          == [/2006.6.23] ==
          * : 7 1 5
          * 회 : 5 ~ 7
          * : 티 - 트 -
         []
  • 주민등록번호확인하기/문보창 . . . . 41 matches
         == ==
         == ==
          System.out.println(" ~ ^^ !");
          System.out.println(" ???? -_-;;");
         == 한테 할 ==
         [호확] [LittleAOI]
  • 호너의법칙/김정현 . . . . 41 matches
         === ===
         === ===
          System.out.print("X ");
          //
         === 한테 할 ===
          ? []
         [LittleAOI] [호]
  • 2thPCinCAUCSE/ProblemA/Solution/상욱 . . . . 40 matches
          * 3 ...ㅠ.ㅠ .. ( 3...ㅠ.ㅠ) -[]
  • AustralianVoting/문보창 . . . . 40 matches
         ==== ====
         Presentation Error . .
         ==== ====
         [AustralianVoting] []
  • Hibernate . . . . 40 matches
          Java O-R Mapping Tool
          [http://www.theserverside.com/resources/HibernateReview.jsp Hibernate In Action] . Chapter 1 .
         [http://www.theserverside.com/resources/article.jsp?l=Hibernate Introduction to hibernate] .
  • HolubOnPatterns . . . . 40 matches
          * [http://www.yes24.com/24/Goods/2127215?Acode=101 Holub on Patterns: ] -
          * [http://www.yes24.com/24/goods/1444142?scode=032&OzSrank=1 Holub on Patterns: Learning Design Patterns by Looking at Code] -
          * [DesignPatterns/2011]
          * [HolubOnPatterns/]
         []
  • LightMoreLight/허아영 . . . . 40 matches
         == LightMoreLight/허 ==
         ㅋㅋ for .ㅠ
         ㅁㅣ ~ ㅋㅋ
          ㅋㅂ
         == ==
          for(i = 1; i <= n; i++) // n ,
          return state; //
  • LoveCalculator . . . . 40 matches
         == 크 ==
         == ==
         || || || || ||
         || [허] || C || 1h || [LoveCalculator/허] ||
         || 태훈[zyint] || C++ || 123 || [LoveCalculator/zyint] ||
         || [태] || C || . || [LoveCalculator/태] ||
         [LittleAOI] []
  • NumberBaseballGame/영록 . . . . 40 matches
         // .
          cout << " .\n";
          cout<<" .{ ex) 3 4 5 } : ";
          cout <<"크" <<" "<<count1<<" "<<""<<" "<<count2<< " " <<""<<" "<<count3<<"\n";
  • NumericalAnalysisClass/Report2002_2 . . . . 40 matches
          Project #2
         2002
          : 5/2(화)
          3학
          :
          : For given function f(x) = 1/(1+100*x^2) and
         (^ ex- x^2 = x*x )
  • RandomWalk/임민수 . . . . 40 matches
          cout << " : ";
          cout << " (x,y): ";
          cout << endl << " " <<total<<endl;
          C++ ..
  • Steps/문보창 . . . . 40 matches
         == ==
         A, B , n = B - A , n = 1 ~ 20 {1,2,3,3,4,4,5,5,5,6,6,6,7,7,7,7,8,8,8,8}. .
         == ==
  • maya . . . . 40 matches
         HYU 20 .
          .
         == ==
         [홈페]
  • 개인키,공개키/김태훈,황재선 . . . . 40 matches
         == 키, 키 (키 : 112, 키 : 144) ==
          cout << " : ";
          for(int j=0;j<count;j++) //
          cout << " : " << endl;
         == (키 : 156) ==
          cout << " : ";
         [호화], [2004/]
  • 고슴도치의 사진 마을 . . . . 40 matches
         || [http://165.194.17.5/wiki/index.php?url=zeropage&no=3818&title=&login=processing&id=celfin&redirect=yes algorithms] ||
         || [http://165.194.17.5/wiki/index.php?url=zeropage&no=3817&title=&login=processing&id=celfin&redirect=yes preparing the ACM] ||
         || [ 한 pi ] ||
         || [SVN ] ||
         [http://zerowiki.dnip.net/pds ]
  • 구구단/유상욱-Scheme . . . . 40 matches
          scheme
         ... ... ...ㅠ.ㅠ
         []
  • 김수경/LaytonReturns . . . . 40 matches
          *
         [], [/2011.4.4/CodeRace/]
  • 데블스캠프2006/금요일 . . . . 40 matches
         = [2006/] =
          - svn://zeropage.org/home/SVN/project
          - ftp://165.194.17.70:2000/
         [http://165.194.17.70/ 판]
         [CodeRace/크탑]
         == ==
         [2006]
  • 비밀키/박능규 . . . . 40 matches
          cout << "key (,) : ";
          cout << " ..해..\n";
         .......
         .패함... ..
  • 피보나치/SSS . . . . 40 matches
         []
         []
         [2005/] [C]
          printf(" :");
  • 황세연 . . . . 40 matches
          * 06 [회]
          * : [한]
          ㅋㅋ " "
         [http://www.cyworld.com/Myfate '''warn ''']
  • 3DCube . . . . 39 matches
          * 3 .
          * 3D 해 학 .
  • CheckTheCheck/Celfin . . . . 39 matches
         == ==
          .
         == ==
  • ClassifyByAnagram/JuNe . . . . 39 matches
         P4 1.8Ghz 512MB Win XP Python 2.2.1 17 행하 4. 31MB. psyco bind(if {{{~cpp import psyco;psyco.bind(Aangram)}}} ) 3.4.
  • ContestScoreBoard/허아영 . . . . 39 matches
         = =
         
          int team_data[MAX_OF_TEAM_NUM+1][MAX_OF_Q+1]; // 0
          int temp_team_num, q_num, q_index[MAX_OF_TEAM_NUM]; // index
          //
          if(temp_team_num == 0) // case 0
          team_data[temp_team_num][q_index[temp_team_num]] = q_num; //
  • JavaScript/2011년스터디/김수경 . . . . 39 matches
         == 11 ==
          var score = {"혜":{"":90, "학":90},"":{"":90, "학":40}, "":{"":80, "학":100}};
         == 18 ==
         == ==
          * [/]
  • LinkedList/StackQueue . . . . 39 matches
         == ? ==
         LinkedList Stack Queue .
         == ==
         || || || ||
         || || ["LinkedList/StackQueue/"] || C++ ||
         [""]
  • SmallTalk/강좌FromHitel . . . . 39 matches
         하홍() Smalltalk
          * ["SmallTalk/FromHitel/"]
          * ["SmallTalk/FromHitel/"]
          * ["SmallTalk/FromHitel/1"]
          * ["SmallTalk/FromHitel/2"]
          * ["SmallTalk/FromHitel/3"]
          * ["SmallTalk/FromHitel/4"]
  • UpgradeC++/과제2 . . . . 39 matches
         == ==
          cout << " 10 !";
          ...
          형태 BubbleSort . --
  • [Lovely]boy^_^/USACO/YourRideIsHere . . . . 39 matches
          * ..--; ?
          * STL 편하. ..
  • imays . . . . 39 matches
         . .
          http://imays.mytripod.co.kr
          http://flawless.co.kr
          http://cs.yonsei.ac.kr
         [홈페], ZeroWikian
  • westy처음화면 . . . . 39 matches
          ㅋㅋㅋ
          ??ㅡ.ㅡ
         = =
         == 호 ==
  • whiteblue/NumberBaseballGame . . . . 39 matches
          cout << " ." << endl;
          cout << i << " -> ";
          cout << " ." << endl;
          cout << strike << " strike, " << ball << "ball ." << endl;
          cout << "하합. ." << endl;
          cout << " ." << endl;
  • wlsdud1616 . . . . 39 matches
          *
         == 표 ==
          * ~*
         == 획 ==
         == ==
         == 하 ==
         [홈페], ZeroPagers, ZeroWikian ( DeleteMe 택해 . )
  • 답변 및 의견 2 . . . . 39 matches
         == 2 ==
          * .;; .ㅋㅋ - []
  • 데블스캠프2006/월요일/연습문제/for/김준석 . . . . 39 matches
         == 2006///for/ ==
         
         
          cout << "10 " << endl;
  • 데블스캠프2006/월요일/연습문제/if-else/김대순 . . . . 39 matches
         == 2006///if-else/ ==
         1
          cout << "i !";
          cout <<" 50~100 .";
  • 데블스캠프2006/월요일/연습문제/switch/주소영 . . . . 39 matches
         ====
          cout <<" 10 \n";
          cout << "학 \n";
          cout <<" 999";
  • 데블스캠프2009/금요일/연습문제/ACM2453/송지원 . . . . 39 matches
         == 2009///ACM2453/ ==
          * 78, 83 1 ..;;
  • 데블스캠프2011/셋째날/난해한프로그래밍언어 . . . . 39 matches
          * 희 표: http://puzzlet.springnote.com/pages/219209
          * : http://puzzlet.org/doc/aheui/jsaheui_ko.html
          * Befunge : http://www.quirkster.com/js/befunge.html
         [2011//해한/]
  • 데블스캠프2012/넷째날/묻지마Csharp/김태진 . . . . 39 matches
          * 1,2,3,4 ...!
          str = " ";
          MessageBox.Show(" ");
          //MessageBox.Show(" ㅋ");
  • 반복문자열/이도현 . . . . 39 matches
         === ===
         === ===
         === 한테 할 ===
         [/허] . -- [Leonardong]
         [LittleAOI] []
  • 반복문자열/최경현 . . . . 39 matches
         === ===
         === ===
         // CAUCSE LOVE. 5 .
         === 한테 할 ===
         [LittleAOI] []
  • Beginning_XML . . . . 38 matches
         = 6. RELAX NG =
         ''''''
         *1 XML , 팩트
         == RELAX NG 패 ==
         === 패 ===
         * 트 패 : Element nameClass {pattern}
         * 트 패 : Attribute nameClss {pattern}
         * 텍트 패 : Text
         * : pattern /[pattern, pattern....../]
         == 패 ==
  • Erlang/설치 . . . . 38 matches
         == Erlang/ ==
          .
          -
         [Erlang] [태]
  • HangulProcess . . . . 38 matches
         = 한 =
         = =
         [http://www.kr.freebsd.org/~cjh/freetime/oss-hangul/pse199904/ Hanterm ]
         = =
         [Unicode] :
  • Jakarta . . . . 38 matches
         apache 트.
         , 툴, API Framework & Engine, Server Application .
         [""]
  • RandomWalk/문원명 . . . . 38 matches
          크... ..ㅡㅡ^
          find++; //0
          if (find != 0) aAnswer = 1; //0 1
         SeeAlso []
  • eternalbleu . . . . 38 matches
          ㅡ.ㅡ;;; ;;
         ["홈페"], ["ZeroPagers"]
  • 고슴도치의 사진 마을처음화면 . . . . 38 matches
         || [http://165.194.17.5/wiki/index.php?url=zeropage&no=3818&title=&login=processing&id=celfin&redirect=yes algorithms] ||
         || [http://165.194.17.5/wiki/index.php?url=zeropage&no=3817&title=&login=processing&id=celfin&redirect=yes preparing the ACM] ||
         []
         [ 한 pi ]
  • 레밍즈프로젝트/스펙분석 . . . . 38 matches
         [트]
         = 펙 =
         Upload:트_.gif
         = 펙 =
         Upload:트_펙.gif
  • 리눅스연습 . . . . 38 matches
         [(zeropage)2005트]
         [(zeropage)Linux/]
         gcc -W -Wall -O2 -o like like.c love.c -lm <- -l libm.a. 포함 .
         [http://kr.hancom.com/contents/contentsView.php?zone=os&from=3&mode=0&page=0&info=os_4_1&zone=os&cata=os_4&key=&value=&num=149 Make?]
         [http://www.smilezone.info/ VMware]
  • 수진 . . . . 38 matches
         == ==
         == ==
          * [CppStudy]
         [홈페]
         = ... =
         = =
         [CppStudy]
         [홈페], [ZeroWikian]
  • 압축알고리즘/슬이,진영 . . . . 38 matches
         Describe /, here.
          cout <<" :";
          cout <<" :";
          cout <<"."<< endl;
  • 연습용 RDBMS 개발 . . . . 38 matches
          printf(" : ");
          printf(" %d : %s\n\n", num, result ? " ." : ".");
          printf(" : ");
  • ContestScoreBoard/신재동 . . . . 37 matches
         === ContestScoreBoard/ ===
         테 . 한편 . --
  • FreeStyle . . . . 37 matches
         * Joycity 회 2004 12 16 .
         * HIPHOOP .
  • LinuxProgramming/QueryDomainname . . . . 37 matches
         표 BSD socket . 함. .
  • RandomWalk2/재동 . . . . 37 matches
         === ===
         === 항1 ===
         === 항2 ===
         ["/PracticeByTDD"]
  • UserStoriesApplied . . . . 37 matches
          (BS) 하 .? .. - [택]
         []
  • [Lovely]boy^_^/USACO/WhatTimeIsIt? . . . . 37 matches
          * 한 함 ..
          *
  • 구구단/조재화 . . . . 37 matches
          .
         
         == ==
          * cho 클
          * printGugudan
         [""], ["화"]
  • 데블스캠프2006/월요일/연습문제/웹서버작성 . . . . 37 matches
         = =
         [2006////]
  • 데블스캠프2006/화요일/pointer/문제1/주소영 . . . . 37 matches
         == ==
         1
         DeleteMe) ^^; -[]
         [2006/화/pointer]
  • 데블스캠프2009/금요일/연습문제/ACM2453/김홍기 . . . . 37 matches
         ==Describe 2009///ACM2453/ here==
         태
         크 155byte
  • 데블스캠프2009/수요일/JUnit/서민관 . . . . 37 matches
         = 2009//JUnit/ =
         Java class
  • 박진섭 . . . . 37 matches
         20030992
         DeleteMe [홈페Template] . --NeoCoin
         [홈페], ZeroWikian
  • 벡터/황재선 . . . . 37 matches
          stu[0].name = "황";
          stu[1].name = "화";
          stu[2].name = "환";
          stu[3].name = "";
          stu[4].name = "";
          for (vector<student>::iterator i = ss.begin(); i < ss.end(); i++) //
          for (i = ss.begin(); i < ss.end(); i++) //
         [STL], [2004/]
  • 소수구하기/상욱 . . . . 37 matches
          * . ;;
         []
  • 숫자야구/Leonardong . . . . 37 matches
         
         
          cout << " : " << int(solution[0]) << int(solution[1]) << int(solution[2]) << endl;
         [2003/], []
  • 스택/aekae . . . . 37 matches
          cout << ".\n"
          "1. 2. 3. 4. \n"
          " 택 : ";
          cout << " : ";
          cout << arr[i] << "" << endl;
          cout << arr[--i] << " " << endl;
  • ChartDirector . . . . 36 matches
         Python . Documentation .
         PyKug:IflgImageChart .
  • CodeRace/20060105/도현승한 . . . . 36 matches
          // .
          // .
          sort(aVec2.begin(), aVec2.end(), CompareObj); //
          //showStrVec(totalInput); //항 1
  • EnglishSpeaking/2012년스터디 . . . . 36 matches
          * Participants : [: Sookyoung Kim], [:혜 Jihye Seo]
          * [wiki:혜 Jihye Seo]
          * [wiki: Sookyoung Kim]
          * [wiki:혜 Jihye Seo]
          * [wiki: Sookyoung Kim]
          * [wiki:혜 Jihye Seo]
          * [wiki: Sookyoung Kim]
  • Pairsumonious_Numbers/김태진 . . . . 36 matches
          * . =ㅅ= -[]
  • PrimaryArithmetic/문보창 . . . . 36 matches
         ==== ====
          .
         ==== ====
         [PrimaryArithmetic] []
  • ProjectPrometheus/Tips . . . . 36 matches
         ProjectPrometheus 한 Tip .
         === Python ===
         === HTTP GET, POST ===
         Python urllib httplib . Python document httplib - examples .
  • 김정혜 . . . . 36 matches
         == !!!!!!!!!!!!!!!!!!!!!!!!!!!!! ==
         == ^_^ㅋㅋㅋㅋ ==
         == 획 ==
         == ==
         == 하 ==
         == 하 ==
         
         [홈페], ZeroPagers, ZeroWikian
  • 데블스캠프2006/월요일/연습문제/if-else/임다찬 . . . . 36 matches
         == 2006///if-else/ ==
         1
          cout << "3" << endl;
          cout << "5d"<<endl;
          cout << "" << endl;
          cout << "" << endl;
          cout << "" << endl;
  • 미로찾기/김민경 . . . . 36 matches
         = []/ =
         {{{~cpp //maze
         [2005], [2005/화]
  • 큐/aekae . . . . 36 matches
          cout << "큐.\n"
          "1. 2. 3. 4. \n"
          " 택 : ";
          cout << " : ";
          cout << arr[i] << "" << endl;
          cout << arr[k] << " " << endl;
  • 피보나치/조재화 . . . . 36 matches
         == ==
          ~~()
         int fn(int x); //
         ["화"]
  • 3N+1Problem/곽세환 . . . . 35 matches
         == ==
         ACM
         between i and j i j
          ...
         == ==
         == ==
  • 3n+1Problem/김태진 . . . . 35 matches
         ||||||||: 1, ->1||
          // ?:;
          A[i]=n; //DP
  • BasicJAVA2005/실습2 . . . . 35 matches
         = =
          2
         25 ()
         || || ||
         || 허 || [BasicJAVA2005/2/허] ||
  • EightQueenProblem/최봉환 . . . . 35 matches
         DeleteMe) 페 한 통 . --1002
         == 8 1 ==
  • ExploringWorld/참고링크 . . . . 35 matches
         
          http://www.debianusers.org - 한
          http://kldp.org -
          http://debian.org -
          http://java.sun.com -
          http://apache.org -
  • GuiTestingWithWxPython . . . . 35 matches
         TDD
  • JavaStudy2003/세번째과제/노수민 . . . . 35 matches
         == 클 () ==
         == ==
         [JavaStudy2003/]
  • Marbles/신재동 . . . . 35 matches
         === Marbles/ ===
          . --
  • ZIM/RealUseCase . . . . 35 matches
          . ["ZIM/UIPrototype"] ... ^^;;;
  • 데블스캠프2010/다섯째날/ObjectCraft/미션2/서민관 . . . . 35 matches
         == ==
          cout << z1->number << " " << z2->number << " " << z1->atk << " HP " << z2->HP << " ." << endl;
          cout << z1->number << " ." << endl;
          cout << z2->number << " ." << endl;
  • 데블스캠프2011/넷째날/Git . . . . 35 matches
         == 한/Git ==
          * [http://keedi.pe.kr/presentations/just_do_git/ ]
         === ===
         == Shell ==
          * [2011//Git/]
         [2011]
  • 마름모출력/S.S.S . . . . 35 matches
         []
         []
         [2005/화] [Phyton]
          a=input(' ')
          p=raw_input('패 : ')
  • 박지성 . . . . 35 matches
          05
         
         ...ㅡㅡ;;
         msn rossi2051hotmail.com
         폰호 : 016-9870-2051
  • 이승한 . . . . 35 matches
         [[pagelist(^한)]]
          * . 14. .
         [홈페], [ZeroPagers]
  • 피보나치/Leonardong . . . . 35 matches
         
         
         [2003/] []
  • JavaStudy2002/상욱-2주차 . . . . 34 matches
          .... ...ㅠ.ㅠ
  • JollyJumpers/강소현 . . . . 34 matches
          if(isJolly(arr, size)){ //
          if(Math.abs(arr[i+1]-arr[i]) >= size)//size 1~n-1 .
          if(jollyNum[i] == 0)//1~n-1 포함 not jolly
         [ACM_ICPC/2011]
  • OnceAndOnlyOnce . . . . 34 matches
         OAOO. . ["Refactoring"] .
  • PcixWiki . . . . 34 matches
         || PcixWiki:FrontPage || 템 ||
          DeadLink - Not Found .. -_-aa - []
         []
  • QualityAttributes . . . . 34 matches
         품 . .
         DeleteMe)한 --;;; --[""][[BR]]
         DeleteMe)형 .. -_-; ["erunc0"]
  • StuPId/김태진 . . . . 34 matches
          //6or7
          accept!
  • ZeroPage처음화면 . . . . 34 matches
          .
         [포트]
         [http://zerowiki.com ]
  • 데블스캠프2006/월요일/연습문제/기타문제/김준석 . . . . 34 matches
         == 1 10 5 ==
          [2006///]
  • 데블스캠프2012/넷째날/묻지마Csharp/Mission3/김수경 . . . . 34 matches
          this.hour.Font = new System.Drawing.Font("", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
          this.minute.Font = new System.Drawing.Font("", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
          this.second.Font = new System.Drawing.Font("", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
          this.milli.Font = new System.Drawing.Font("", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
          this.label1.Font = new System.Drawing.Font("", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
          this.label2.Font = new System.Drawing.Font("", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
          this.label3.Font = new System.Drawing.Font("", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
         [2012//Csharp]
  • 데블스캠프2013/다섯째날/구구단 . . . . 34 matches
          * 형 python ()
          * 태& C ()
          *
          *
  • 반복문자열/이규완 . . . . 34 matches
         === ===
         === ===
         === 한테 할 ===
         페 ..ㅡㅡ;; -[]
         [LittleAOI] []
  • 비밀키/최원서 . . . . 34 matches
         == 호화 ==
          ifstream fin("input.txt"); // fin input.txt
          ofstream fout("output.txt"); // fout output.txt
          cout << " > ";
         == 호화 ==
          ifstream fin("output.txt"); // fin input.txt
          ofstream fout("output2.txt"); // fout output.txt
          cout << " > ";
  • 캡스톤설계실 . . . . 34 matches
          한 페.
          * 헐 ... ㅋㅋ
  • 피보나치/김정현 . . . . 34 matches
          cout<<" \n";
          cout<<input<<" "<<fibonach(input)<<"\n";
         //파
         []
  • 피보나치/이승한 . . . . 34 matches
         = []/[한] =
         [2005/화] [2005/Python]
         [2005]
  • 2학기파이선스터디/채팅창 . . . . 33 matches
         팅 화 -
         == , 휘 ==
         [2학]
  • 3N+1Problem/신재동 . . . . 33 matches
         === 3N+1Problem/ ===
         ... C++하 . --
          . .ㅋㅋ --[Leonardong]
  • CommunicationsOfAcm . . . . 33 matches
         ACM 행하 .
         http://rs2.riss4u.net/jsp/gotomenu.jsp?menuid=166 통해 . (. 회 .)
  • DevCpp . . . . 33 matches
          C, C++ IDE. 한 .
         zp 크. http://zeropage.org/pub/util/devcpp-4.9.9.2_setup.exe
          - [DevCppInstallationGuide]
         You can get a more complete list of free compilers at http://www.bloodshed.net/compilers/ :) - []
         []
  • HomepageTemplate . . . . 33 matches
         == 표 ==
         == 획 ==
         == ==
         == 하 ==
         == 하 ==
         [홈페], ZeroPagers, ZeroWikian ( DeleteMe 택해 . )
  • IDE/VisualStudio . . . . 33 matches
         == 키 ==
         Ctrl + Shift + C : 탐 . (<- 함. ;;)
         []
  • OrphanedPages . . . . 33 matches
          .
  • ProjectPrometheus/Iteration3 . . . . 33 matches
         || 7/22 || 3 Iteration Planning. ||
         || RS Sorting and || 1 || ○ (46) ||
         || 해 (Fuzzy Value) || 1 || ○ (15) ||
         || Iteration 2 AcceptanceTest || 1 || ○ ||
         || Prototype -> Java 포팅 || 1.5 || ○ (3. Solo) ||
         || login || 1 || ○ ||
  • TugOfWar/남상협 . . . . 33 matches
         = TugOfWar/협 =
          * .
  • 데블스캠프2006/월요일/연습문제/for/성우용 . . . . 33 matches
         == 2006///for/ ==
         
         
          cout << " .";
  • 문자반대출력/남상협 . . . . 33 matches
         = =
          * . .. -_-
         = =
  • 벡터/유주영 . . . . 33 matches
          return a.score > b.score ; //
         [STL], [2004/]
  • 압축알고리즘/수진,재동 . . . . 33 matches
         ====해/,===
         ====/,===
         ===DPCM해/,===
  • 정렬/Leonardong . . . . 33 matches
         
         
          ifstream fin("unsortedData.txt"); //파 ... 1~!
         [2003/], []
  • 프로젝트분류 . . . . 33 matches
          행하 , .
         [""]
  • 피보나치/S.S.S . . . . 33 matches
         []
         []
         [2005/화] [Phyton]
          num=input(':')
  • 05학번만의C++Study/숙제제출 . . . . 32 matches
         = =
         || No. || || ||
         || 1 || 05.9.21,22 || [05학C++Study//1] ||
         || 2 || 05.9.27,28 || [05학C++Study//2] ||
         || 2 || 05.10.11,12 || [05학C++Study//4] ||
         ----[05학C++Study]
  • BeeMaja/허준수 . . . . 32 matches
         == ==
          .
          ... -..ㅡ;;
         == ==
  • ChocolateChipCookies/조현태 . . . . 32 matches
          == [ChocolateChipCookies/태] ==
          === ===
          - !^^
          === ===
  • DirectDraw/Example . . . . 32 matches
          ;; --["neocoin"]
         .. . --
  • JollyJumpers/김태진 . . . . 32 matches
         ||||||||: 1, :4||
          // B함 .
  • JollyJumpers/남훈 . . . . 32 matches
         ..
         파 ?
          * ?? +_+b - []
  • OurMajorLangIsCAndCPlusPlus/string.h . . . . 32 matches
          :
         string.h - string
         == 함 (Functions) ==
         || 함 || ||
         || 함 || ||
         || size_t strspn(const char *string, const char *strCharSet) || Find the first substring. 포함?||
  • PythonXmlRpc . . . . 32 matches
          .
          . . -
  • SimpleDirectmediaLayer . . . . 32 matches
         크 API.
          * SDL 홈페: http://www.libsdl.org/
          * SDL (한): http://www.libsdl.org/intro.ko/toc.html
         [""]
  • ZPBoard/PHPStudy . . . . 32 matches
         PHP .
         === 9 3 ===
          * [ZPBoard/PHPStudy/]
         === 9 9 ===
          * [ZPBoard/PHPStudy/키]
         === 9 12 ===
  • 가루치 . . . . 32 matches
         Describe here.
         ...
         == ''''표'''' ==
         ..
         == ''획'' ==
         흐..하
         == ==
         흐..
         == 하 ==
         ..
  • 구근 . . . . 32 matches
         === Zeropage 8 ===
          * 홈페 & 키 : http://www.passioninside.com/
          * E : passion at passioninside dot com
         === ===
          * [http://www.passioninside.com/wiki/passion/moin.cgi/Passion_2f_c3_d6_b1_d9_bc_d2_bd_c4 ]
         ["홈페"]
  • 김수경/StickyWall . . . . 32 matches
         회 ASP.NET MVC3 Toy Project.
          . [http://trello.com Trello] .
         []
  • 김신애/for문예제1 . . . . 32 matches
         int 형 10 cin ~!
         []
  • 데블스캠프2011/넷째날/Android/송지원 . . . . 32 matches
          * Toast Message .
  • 데블스캠프2011/셋째날/RUR-PLE/김태진,송치완 . . . . 32 matches
         == ==
          * Sort , 형 Alignment ㅎㅎㅎ -[]
  • 숫자야구/민강근 . . . . 32 matches
          cout<<"3 : ___\b\b\b";
          cout<<st<<"크 "<<ba<<" ."<<endl;
          cout<<" : ___\b\b\b";
         []
  • 임시 . . . . 32 matches
         http://blog.naver.com/heavenksm?Redirect=Log&logNo=80023759933
         http://crab.chungbuk.ac.kr/%7Ejchern/ vi, Windows Network Programming API, ..
         == ==
         &SearchIndex=Books
         1. Search Type, parameter .
         2.
  • 파스칼삼각형/Leonardong . . . . 32 matches
         
         [2003/] [파형]
  • 파스칼의삼각형/조재화 . . . . 32 matches
         == 파 형 ==
          ..
         int pa(int x, int y); //파
         [화]
  • AM/계산기 . . . . 31 matches
         == ==
         || || || ||
         || 환 || Upload:CalcMFC-환.zip || ||
  • CSP . . . . 31 matches
         ToyProblems .. 한 - [택]
         [2003/]
  • ComputerNetworkClass/2006 . . . . 31 matches
         = 2006 =
          == 1 ==
          * - .
          == 2 ==
          == 3 ==
          == 4 ==
  • ContestScoreBoard/문보창 . . . . 31 matches
         ==== ====
          .
         ==== ====
  • DermubaTriangle/하기웅 . . . . 31 matches
         == ==
          .~~
         0.010 Accepted~
         == ==
  • HanoiProblem/재동 . . . . 31 matches
          cout << " : ";
          cout << n << " " << start << " " << finish << " .\n";
  • NumberBaseballGame/은지 . . . . 31 matches
          cout << "= =\n"
          cout << " : " << num1 << num2 << num3 << "\n";
          cout << " : ";
          cout << " : " << strike<<"s " << ball << "b " << out << "o " << "\n\n";
          cout << ". \n";
          cout << "!!\n";
  • ReverseAndAdd/허아영 . . . . 31 matches
         = =
         = =
          reverseNum += temp[i] * pow(10, length-i-1); //
          for(i = 0; i < numLength(num); i++) //
          for(i = 0; i < length; i++) //
          //
  • Template분류 . . . . 31 matches
          , Template .
         []
  • TheBookOpenSources . . . . 31 matches
         Moa:TheBookOpenSources .
         [""]
  • UglyNumbers/문보창 . . . . 31 matches
         ==== ====
          . .
         [UglyNumbers] []
  • 데블스캠프2005/RUR-PLE/SelectableHarvest . . . . 31 matches
         = 2005/RUR-PLE/SelectableHarvest =
         == ==
         == ==
         == [] ==
         == 태 ==
         == [] ==
         [2005/RUR-PLE]
  • 데블스캠프2006/수요일/연습문제 . . . . 31 matches
         = 2006// =
         == ==
         [2006/] [2006]
  • 데블스캠프2006/월요일/연습문제/for/윤영준 . . . . 31 matches
         == 2006///for/ ==
         
         
          cout <<" ";
  • 데블스캠프2006/월요일/연습문제/for/이장길 . . . . 31 matches
         == 2006///for/ ==
         
         
          cout<<" .";
  • 반복문자열/조현태 . . . . 31 matches
         === ===
         === ===
         //CAUCSE 5 .
         === ===
         1 -_ - ..
         === ===
         [LittleAOI] []
  • 사과나무/과제방/1회차/김서정 . . . . 31 matches
         == ==
         
         [/2012//]
  • 정규표현식/templete . . . . 31 matches
         [[pagelist(^/*)]]
         [[pagelist(^//*)]]
         [[pagelist(^//*)]]
         == ==
         []
         == ==
  • 정진경 . . . . 31 matches
         
          * [http://library.cau.ac.kr/search/DetailView.ax?sid=1&cid=8030549 ]
          * [http://library.cau.ac.kr/search/DetailView.ax?sid=1&cid=8030550 키텍]
          * [http://library.cau.ac.kr/search/DetailView.ax?sid=1&cid=8030548 하]
          * [http://library.cau.ac.kr/search/DetailView.ax?sid=1&cid=5841446 , , ]
  • 한유선 . . . . 31 matches
         []
          printf(" ?\n");
          printf(" ~\n");
         }}}.
  • Algorithm/DynamicProgramming . . . . 30 matches
         = =
         Introduction To Algorithm .
         = =
         = =
         == [] ==
  • CheckTheCheck/문보창 . . . . 30 matches
         ==== ====
         King check ?
         ==== ====
         [CheckTheCheck] []
  • DirectX . . . . 30 matches
          DirectX . DirectX 히 편.
  • JavaScript/2011년스터디/박정근 . . . . 30 matches
         Describe JavaScript/2011/ here
         == 11 ==
          person.name=''
          alert("학");
          alert("학 ")
  • JollyJumpers/신재동 . . . . 30 matches
         === JollyJumpers/ ===
          TDD... . --
  • KIV봉사활동/교육 . . . . 30 matches
         [[pagelist(KIV*)]]
         == 항 ==
          * 항 : MS office, 홈페 , , ms access
         == 한 ==
         == ==
  • ManDay . . . . 30 matches
         1 ManDay = 한 . 통 1 ManDay = 8 ManHours .
         [""]
  • ProjectGaia/참고사이트 . . . . 30 matches
          *[http://www.istis.unomaha.edu/isqa/haworth/isqa3300/fs009.htm Extendible Hashing] in English, .
          *[http://www.cis.ohio-state.edu/~hakan/CIS671/Hashing.ppt Hash PPT] .. .
          *[http://oopsla.snu.ac.kr/classes/filestruct/tp/chap12.ppt Hash PPT] ..
  • ThreadMode . . . . 30 matches
          .
         wiki:NoSmok:, wiki:NoSmok: .
         [""]
  • TitleIndex . . . . 30 matches
          .
          1. : [[PageCount]]
          1. : [[PageCount(noredirect)]]
         [[]]
  • erunc0 . . . . 30 matches
         = Zeropage 10 =
          * ??
          KanbanGame ?? -- [] [[DateTime(2010-08-23T23:57:37)]]
         ["홈페"] ["ZeroPagers"]
  • whiteblue/자료구조다항식구하기 . . . . 30 matches
          cout << "coef, expon . (0 0) ( : coef expon ): ";
          cerr << " ." << endl;
          } //
  • 데블스캠프2005/RUR-PLE/Harvest/이승한 . . . . 30 matches
         = [2005/RUR-PLE/Harvest]/[한] =
         [2005/RUR-PLE/Harvest/Refactoring]
         펙토 ...-_-ㅋ
         [2005]
  • 데블스캠프2011/셋째날/난해한프로그래밍언어/김준석 . . . . 30 matches
          * 7 13
         [2011//해한] [2011]
  • 데블스캠프2013/둘째날/API . . . . 30 matches
          <title>*** 홈페</title>
          <input name="name" size="10">
          <input name="text" size="40">
          <th>호</th>
          <th></th>
          <th></th>
          echo '<script>alert(" ."); location.href="index.php";</script>';
          echo '<script>alert("."); location.href="index.php";</script>';
  • 마방진/임민수 . . . . 30 matches
          cout << " (11 ) : ";
         [], []
  • 분류분류 . . . . 30 matches
          * (Starting Point).
         [[PageList()]]
         []
  • 새싹교실/2012/반반 . . . . 30 matches
         = =
          || || ||
          || || ||
          || || ||
          || || ||
         = =
         == 1회 ==
         == 2회 ==
         [/2012]
  • 오목/인수 . . . . 30 matches
          * TDD ..
          return curTurn == BLACK ? "흑" : "";
          new OmokFrame("");
          message = "33. .";
          message = omok.getTurnSymbol() + " .";
          message = omok.getTurnSymbol() + ".";
          of = new OmokFrame("");
  • 정모/2011.4.4/CodeRace/서지혜 . . . . 30 matches
          * !
          * ..
  • 컴공과프로그래밍경진대회 . . . . 30 matches
          회.
          * ["1thPCinCAUCSE"] - 1회
          * ["2ndPCinCAUCSE"] - 2회
          * ["3rdPCinCAUCSE"] - 3회
          * ["4rdPCinCAUCSE"] - 4회
  • 파스칼삼각형/문원명 . . . . 30 matches
         파,.
          cout<<"행 : ";
         []
         == ==
          * 3행 2 ?... -
  • BaysianFiltering . . . . 29 matches
          PatternClassification BayesTheory .
  • Doublets/문보창 . . . . 29 matches
         ==== ====
          . .
         ==== ====
         [Doublets] []
  • EightQueenProblem/김준엽 . . . . 29 matches
         1 . -0-;;;
  • Java/DynamicProxy . . . . 29 matches
         Java [Java/DynamicProxy] DecoratorPattern AOP . Java 1.3 .
  • PlayMacro . . . . 29 matches
         MediaWiki {{{[[Media()]]}}} .
  • RSSAndAtomCompared . . . . 29 matches
         RSS 2.0 may contain either plain text or escaped HTML, with no way to indicate which of the two is provided. Escaped HTML is ugly (for example, the string AT&T would be expressed as AT&amp;T) and has been a source of difficulty for implementors. RSS 2.0 cannot contain actual well-formed XML markup, which reduces the re-usability of content.
         RSS 2.0 has a description element which is commonly used to contain either the full text of an entry or just a synopsis (sometimes in the same feed), and which sometimes is absent. There is no built-in way to signal whether the contents are complete.
         Atom has separate summary and content elements. The summary is encouraged for accessibility reasons if the content is non-textual (e.g. audio) or non-local (i.e. identified by pointer).
         Atom [http://www.ietf.org/internet-drafts/draft-ietf-atompub-autodiscovery-01.txt standardizes autodiscovery]. Additionally, Atom feeds contain a self pointer, so a newsreader can auto-subscribe given only the contents of the feed, based on Web-standard dispatching techniques.
         RSS 2.0 provides the ability to specify email addresses for a feeds managingEditor and webMaster, and for an items author. Some publishers prefer not to share email addresses, and use dc:creator from the dublin core extension instead.
         Atom 1.0 provides author and contributor elements at both the feed and entry level. These elements must contain a name, and also have optional email and URI sub-elements.
         []
  • zozo . . . . 29 matches
          98 호. 학회 .
          홈: http://zozo.pe.kr
         [홈페],[ZeroWikian]
  • 김남규 . . . . 29 matches
         13학 .
         == ==
         ||<|12> 2016 || 5 ||[/2016.5.18]||
         || 7 ||[/2016.7.6]||
         == ==
          * ㅠㅠㅠ - []
  • 데블스캠프2006/월요일/연습문제/if-else/김건영 . . . . 29 matches
         == 2006///if-else/ ==
         1
          cout << "3 " << i << endl;
          cout << "5 " << j << endl;
  • 데블스캠프2010/다섯째날/ObjectCraft/미션1/김상호 . . . . 29 matches
          printf(" 0 1 %d HP %d .\n", a[0].gong, a[1].hp);
  • 데블스캠프2010/다섯째날/ObjectCraft/미션1/서민관 . . . . 29 matches
         == ==
          cout << "z2 ." << endl;
          cout << "z1 z2 " << z1->atk << " HP " << z2->HP << " ." << endl;
  • 벡터/권정욱 . . . . 29 matches
         == / ==
         === // ===
          cout << (*i).name << " : " << (*i).score << endl;
         [STL]
  • 벡터/박능규 . . . . 29 matches
         ........
         [STL], [2004/]
  • 벡터/임민수 . . . . 29 matches
          student(string aName, int aScore) // ?? !!
          student("황홍",94),
          student("홍",95),
          student("",93),
          student("",87),
          student("환",98),
         [STL], [2004/]
  • 상협/Medusa . . . . 29 matches
         = Medusa? =
          * Python .
         = ? =
  • 소수구하기/영동 . . . . 29 matches
          clock_t t1 = clock();//
          clock_t t = clock() - t1;//
         : ["Yggdrasil"]
         [""]
  • 이장길 . . . . 29 matches
         == 하 ==
         == ==
         == ==
         - 키탐험..ㅋㅋ
  • 정모/2004.10.29 . . . . 29 matches
          * . ! --
         []
  • 프로그래머를위한공부론 . . . . 29 matches
         [http://www01.zdnet.co.kr/news/column/hotissue/0,39024748,10049399,00.htm ? ]
         []
  • 피보나치/허아영 . . . . 29 matches
          printf(" 할 회 : ");
          ..
          ㅡㅡ;;
  • 피보나치/현정,현지 . . . . 29 matches
         // -_- ㅠㅠ
         printf(" '항' !\nNumber : ");
         printf("%d항 %d.\n",num,suyul[num-1]);
  • 2thPCinCAUCSE/ProblemA/Solution . . . . 28 matches
         ["2thPCinCAUCSE/ProblemA"] 해.
         || || || || ||
         || ["2thPCinCAUCSE/ProblemA/Solution/"] || [] || C++ || 50 ||
  • AcceleratedC++/Chapter6/Code . . . . 28 matches
          *
         == [협] ==
          * optimistic_median_analysis 함
  • Celfin's ACM training . . . . 28 matches
         || 5 || 6 || 110603/10198 || Counting || . || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4010&title=Counting/하&login=processing&id=&redirect=yes Counting/Celfin] ||
         || 6 || 6 || 110606/10254 || The Priest Mathmatician || . || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4132&title=ThePriestMathematician/하&login=processing&id=&redirect=yes The Priest Mathmatician/Celfin] ||
         || 7 || 6 || 110608/846 || Steps || . || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4130&title=Steps/하&login=processing&id=&redirect=yes Steps/Celfin] ||
         || 8 || 9 || 110908/10276 || Hanoi Tower Troubles Again || . || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4078&title=HanoiTowerTroublesAgain!/하&login=processing&id=&redirect=yes Hanoi Tower Troubles Again/Celfin] ||
         || 9 || 6 || 110602/10213 || How Many Pieces Of Land? || 3 hours || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4143&title=HowManyPiecesOfLand?/하&login=processing&id=celfin&redirect=yes How Many Pieces Of Land?/Celfin] ||
         || 10 || 6 || 110601/10183 || How Many Fibs? || 2 hours || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4172&title=HowManyFibs?/하&login=processing&id=celfin&redirect=yes How Many Fibs?/Celfin] ||
         || 11 || 10 || 111007/10249 || The Grand Dinner || 1 hour || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4188&title=TheGrandDinner/하&login=processing&id=celfin&redirect=yes The Grand Dinner/Celfin] ||
         || 12 || 12 || 111201/10161 || Ant on a Chessboard || 40 mins || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4209&title=AntOnAChessboard/하&login=processing&id=&redirect=yes Ant on a Chessboard/Celfin] ||
         || 13 || 12 || 111204/10182 || Bee Maja || 30 mins || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4235&title=BeeMaja/하&login=processing&id=&redirect=yes Bee Maja/Celfin] ||
         || 14 || 12 || 111207/10233 || Dermuba Triangle || 3 hours || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4238&title=DermubaTriangle/하&login=processing&id=&redirect=yes Dermuba Triangle/Celfin] ||
         || 15 || 11 || 111105/10003 || Cutting Sticks || 3 days || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4198&title=CuttingSticks/하&login=processing&id=&redirect=yes CuttingSticks/Celfin] ||
         || 16 || 13 || 111303/10195 || The Knights of the Round Table || 1 hour || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4263&title=TheKnightsOfTheRoundTable/하&login=processing&id=&redirect=yes TheKnightsOfTheRoundTable/Celfin] ||
         || 17 || 13 || 111306/10215 || The Largest/Smallest Box || 40 mins || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4264&title=TheLagestSmallestBox/하&login=processing&id=&redirect=yes TheLargestSmallestBox/Celfin] ||
         || 18 || 13 || 111307/10209 || Is This Integration? || 2 hours || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4265&title=IsThisIntegration?/하&login=processing&id=&redirect=yes IsThisIntegration/Celfin] ||
  • EightQueenProblem/햇병아리 . . . . 28 matches
          ;
          --;
  • JTDStudy/두번째과제 . . . . 28 matches
         == ==
         == ==
          * [JTDStudy//]
          * [JTDStudy//]
         [JTDStudy/]
  • Java Script/2011년스터디/박정근 . . . . 28 matches
         #title Java Script/2011/
          person.name=''
          alert("학");
          alert("학 ")
  • JavaStudy2004/MDI . . . . 28 matches
          *
          * MDI
          * MDI
  • PythonWebProgramming . . . . 28 matches
         http://www.cs.virginia.edu/~lab2q/lesson_7/ - , . cookie content header .
  • TkinterProgramming/Calculator2 . . . . 28 matches
          .
  • UglyNumbers/승한 . . . . 28 matches
          * -_-
          * 3 -_- ㅋㅋㅋ
  • XML/PHP . . . . 28 matches
         PHP XML
         * [http://devzone.zend.com/node/view/id/1713#Heading7 ] --> php xml
  • Yggdrasil/020515세미나 . . . . 28 matches
         == ==
         == ==
         ["/"]
         ["Factorial/"]
         == 트 ==
         : ["Yggdrasil"]
  • 가위바위보/재니 . . . . 28 matches
         = =
         02 [Genie]
         = =
          cout << name[0] << " " << result[0] << " " << result[1] << " " << result[2] << " 패\n";
          cout << name[1] << " " << 100 - result[0] - result[1] << " " << result[1] << " "
         [""]
  • 김봉모 . . . . 28 matches
         == ==
          * ! 20 04학 ^^
         [홈페]
  • 데블스캠프2005/VPython . . . . 28 matches
         http://vpython.org/download/VPython-Win-Py2.4-3.2.2.exe
         Upload:20050624_src1.zip , 해 python
         [2005]
  • 데블스캠프2006/화요일/pointer/문제4/김준석 . . . . 28 matches
          == 팰 ==
          if(reverse(a,lengh)) cout << a << "" << endl;
          else cout << a << " " << endl;
         [2006/화/pointer]
  • 데블스캠프2012/넷째날/묻지마Csharp/Mission4/서영주 . . . . 28 matches
         // -_-
  • 몸짱프로젝트/InfixToPostfix . . . . 28 matches
          * :
          *
          * :
         [트]
  • 오목/민수민 . . . . 28 matches
          MessageBox("흑 ");
          MessageBox(" ");
         ==== 행파 ====
         Upload:.exe
  • 위키분류 . . . . 28 matches
         , 한 페.
         [""]
  • 잔디밭/권순의 . . . . 28 matches
         == ==
         == ==
          * -_-;;;;
         [ACM_ICPC/2011]
  • 중위수구하기/남도연 . . . . 28 matches
          cout<<" "<<endl;
          cout<<" "<<endl;
          cout<<" "<<center<<"."<<endl;
  • 화성남자금성여자 . . . . 28 matches
         [페] ?
         typedef vec_t matrix_t[16]; // 4*4 행
         void NormalRet (vec3_t a, vec3_t b, vec3_t c, vec3_t &out); //
  • EightQueenProblem/강인수 . . . . 27 matches
          * C++()
          * 파(2003 )
  • MobileJavaStudy/NineNine . . . . 27 matches
         == ==
          택하 .
         == ==
         == ==
  • NetBeans . . . . 27 matches
         
         []
         [[include(:IDE)]]
  • abced reverse . . . . 27 matches
          str2[5]=str1[5]; // , reverse
  • setsuna . . . . 27 matches
         == ZeroPage 혜 ==
         == 하 ==
          * @_@
         == ==
          * 학......
         ["홈페"], ["ZeroPagers"]
  • 데블스캠프2009/월요일/연습문제/HTML-CSS/강성현 . . . . 27 matches
         == 2009///HTML-CSS/ ==
         == 해 ==
         클
  • 새싹교실/2011/쉬운것같지만쉬운반 . . . . 27 matches
         [[pagelist(^/2011//)]]
         [/2011], [2011]
  • 새싹교실/2012/열반/120521 . . . . 27 matches
         = =
          *
         = =
         == ==
         //
         == ==
  • 최소정수의합/김태훈zyint . . . . 27 matches
         === ===
          ;;
         === ===
         === 한테 할 ===
         [LittleAOI] [합]
  • 2학기자바스터디/첫번째모임 . . . . 26 matches
         == ==
         == ==
         DeleteMe) ... ;; -[]
         [2학]
  • <행사> . . . . 26 matches
         == 행 ==
         
          * []
          * []
          * []
  • ACM_ICPC/PrepareAsiaRegionalContest . . . . 26 matches
         == ==
          * [ACM_ICPC/2011]
          * [ACM_ICPC/2012]
          * [ACM_ICPC/2013]
          * [AlgorithmStudy/2015 | ACM_ICPC/2015]
  • APatternLanguageForStudyGroups . . . . 26 matches
         [] [페]했. --[]
  • BasicJAVA2005/실습1/송수생 . . . . 26 matches
         == ==
          ..ㅜㅜ
          System.out.println(":");
         [BasicJAVA2005], [BasicJAVA2005/1]
  • DermubaTriangle/조현태 . . . . 26 matches
         == [DermubaTriangle/태] ==
          === ===
          .. ..^^
          === ===
  • EcologicalBinPacking/곽세환 . . . . 26 matches
         == ==
         == ==
          int bottle[3][3]; //
          int min_move = 0; // = -
         == ==
  • InnoSetup . . . . 26 matches
         [NSIS]
         []
  • MineSweeper/김민경 . . . . 26 matches
         Describe MineSweeper/ here.
          size1,size2=input(' (n1,n2 형 )')
  • RandomWalk/종찬 . . . . 26 matches
          cout << " ? : ";
          int y_move = rand()%3; // ..
         } // by
  • Shoemaker's_Problem/김태진 . . . . 26 matches
         == ==
          * Wrong answer .... fail
  • 데블스캠프2012/넷째날/묻지마Csharp/Mission3/김준석 . . . . 26 matches
          * Timer Label HTML Marquee효
         [2012]
  • 멘티스 . . . . 26 matches
         = =
         == ==
         == ==
         []
         [http://tong.nate.com/deergirl/2412917 ]
         [http://jeppy.cafe24.com 형 홈]
  • 비밀키/강희경 . . . . 26 matches
          cout << "호화 : ";
          temp += 3; //키 +3
          cout << "\n호화 : ";
          temp -= 3; //키 -3
  • 프로그래밍/DigitGenerator . . . . 26 matches
         [http://acm.kaist.ac.kr/Problems/2005b.pdf ]
          : 20
         [(zeropage)]
         []
  • 프로그래밍/Pinary . . . . 26 matches
         [http://acm.kaist.ac.kr/Problems/2005d.pdf ]
          : 30
         [(zeropage)]
         []
  • 피보나치/민강근 . . . . 26 matches
          cout<<" ? : ";
  • BlogChangesMacro . . . . 25 matches
          한 blog rss
          한 BlogChanges
          한 BlogChanges
  • Counting/황재선 . . . . 25 matches
         == ==
          * .
          * BigInteger !
         == ==
  • ImmediateDecodability/김회영 . . . . 25 matches
         == ==
          cout<<"해 ?!!";
  • RUR-PLE/Maze . . . . 25 matches
         == 팩토 ==
          * . 팩토
         == 팩토 ==
  • ScheduledWalk/임인택 . . . . 25 matches
          //
          // ..
          //
  • WebService . . . . 25 matches
          통하
  • ZeroPage성년식/지금그때 . . . . 25 matches
          *
         [ZeroPage]
  • 가위바위보/은지 . . . . 25 matches
          cout << "= =\n"
          cout << name1 << " : " << win1 << " " << same1 << " " << lose1 << "패\n";
          cout << name2 << " : " << win2 << " " << same2 << " " << lose2 << "패\n";
         [""]
  • 구구단/정수민 . . . . 25 matches
         Describe / here.
         k = input(' ')
         []
  • 김동준/Project/Data_Structure_Overview . . . . 25 matches
          *
          * 07[](Victoria)
         == ==
          * [/Project/Data_Structure_Overview/Chapter1]
         []
  • 김동준/Project/OOP_Preview . . . . 25 matches
          *
          * 07[](Victoria)
         == ==
          * [/Project/OOP_Preview/Chapter1]
         []
  • 데블스캠프2006/월요일/연습문제/for/김대순 . . . . 25 matches
         == 2006///for/ ==
         
         
  • 데블스캠프2006/월요일/연습문제/for/윤성준 . . . . 25 matches
         == 2006///for/ ==
         
         
  • 데블스캠프2011/둘째날/Cracking . . . . 25 matches
          * WPE
          * [http://cfile24.uf.tistory.com/image/1858254A4E09874131788A ]
  • 문자반대출력/임인택 . . . . 25 matches
          , 함..
         [], [LittleAOI]
  • 미로찾기/조현태 . . . . 25 matches
         펙토
         void go2(int x_1, int y_1, int x_2, int y_2, int x_3, int y_3)//1, 2, 3
          look=4;//12 0 .
  • 별표출력/하나조 . . . . 25 matches
         = =
         = 형 =
         힌트: for .
         == ==
         == ==
         == ==
  • 웹에요청할때Agent바꾸는방법 . . . . 25 matches
         ## @brief
         # @author
  • 피보나치/태훈 . . . . 25 matches
          indata = input(' -->> ')
         [] [2005] [2005/Python]
  • 2학기파이선스터디/서버&클라이언트접속프로그램 . . . . 24 matches
         # v0.1
         HOST = '' # localhost
         # 트 v0.1
         HOST = 'localhost' # localhost
  • AllMemberz . . . . 24 matches
         [호]
         []
         [혜]
         [혁]
         [홍]
         []
         [하]
  • DesignFest . . . . 24 matches
         OOPSLA 회.
  • Factorial . . . . 24 matches
         == Factorial . ==
         || ||. ||["Factorial/"]||
         [""]
  • HASH구하기/류주영,황재선 . . . . 24 matches
          ifstream fin("input"); // fin input.txt
          ofstream fout("output.txt"); // fout output.txt
         [호화], [2004/]
  • MagicSquare/동기 . . . . 24 matches
          cout<<" . >> ";
  • MentorOfArts . . . . 24 matches
          . Interwiki '''{{{~cpp Moa:}}}''' .
  • WERTYU/문보창 . . . . 24 matches
         ==== ====
         . .
         ==== ====
         [WERTYU] []
  • openAPI . . . . 24 matches
         == ==
         [http://dolbbi.com/218 C# openAPI . XML]
         []
  • 구구단/S.S.S . . . . 24 matches
         []
         []
         [2005/화] [Phyton]
  • 구구단/하나조 . . . . 24 matches
         = =
         = 형 =
         9
         == ==
         == ==
         == ==
  • 데블스캠프2005/RUR-PLE/Newspaper/Refactoring . . . . 24 matches
         = 2005/RUR-PLE/Newspaper/Refactoring =
         == [] ==
         == 황 ==
         == ==
         [2005/RUR-PLE]
  • 데블스캠프2005/보안 . . . . 24 matches
         = [2005]/[] =
         == ==
         == 한 파 ==
         [2005]
  • 데블스캠프2006/월요일/연습문제/if-else/정승희 . . . . 24 matches
         == 2006///if-else/희 ==
         1
          //3,5
  • 데블스캠프2011/넷째날/루비/김준석 . . . . 24 matches
         == ==
          puts ""
          puts " "
          else puts " "
  • 마름모출력/이승한 . . . . 24 matches
         = []/한 =
         
         [2005/화]
  • 반복문자열/김영록 . . . . 24 matches
         === ===
         !!ㅋ
         === ===
         === 한테 할 ===
         little AOI !
         [LittleAOI] [] []
  • 불의화법 . . . . 24 matches
          * Title : (In the line of fire)
          * Author : (Jerry Weissman)
          * Publisher :
         [""]
  • 비밀키/황재선 . . . . 24 matches
         == 키 ==
          cout << "" << endl;
          cout << "Key : ";
          cout << "호화" << endl;
          cout << "호화" << endl;
         [호화], [2004/]
  • 숫자야구/장창재 . . . . 24 matches
          cout << " (3) = ";
          cout << strike << "크 " << ball << "" << endl;
         [] []
  • 조금더빠른형변환사용 . . . . 24 matches
         // .
         // C
         // 테
         //
         []
  • 토이/숫자뒤집기/김남훈 . . . . 24 matches
         .. -_-
          ..
  • 파스칼삼각형/손동일 . . . . 24 matches
         파
          cout << " ~ " << endl;
         [2003/]
  • 피보나치/김민경 . . . . 24 matches
         //-
         //20050983
          printf (" = ");
         []
  • 피보나치/손동일 . . . . 24 matches
         
          cout << " ?: " ;
         []
  • AntOnAChessboard/문보창 . . . . 23 matches
         == ==
          (?) O(1) .
         == ==
  • JollyJumpers/서지혜 . . . . 23 matches
         * Accept count-1......
  • RandomWalk/유상욱 . . . . 23 matches
          cout << " : ";
          case 0: //
          cout << "" << endl;
          case 1: //
          cout << "" << endl;
          case 2: //
          cout << "" << endl;
          case 3: //
          cout << "" << endl;
  • Redmoon . . . . 23 matches
         ..해..함...
          ... --NeoCoin
  • SmithNumbers/신재동 . . . . 23 matches
         === SmithNumbers/ ===
          . --
  • SpiralArray . . . . 23 matches
          Spec : Seminar:SpiralArray .
         = =
         [SpiralArray/&]
         [SpiralArray/택]
         [SpiralArray/]
         []
  • UglyNumbers/황재선 . . . . 23 matches
         == ==
          * ... . --
  • 구구단/강희경 . . . . 23 matches
          .
         ,,,,,,,,,,,
         [""]
  • 데블스캠프2005/RUR-PLE/Newspaper . . . . 23 matches
         = 2005/RUR-PLE/Newspaper =
         == ==
         == ==
         == 황 ==
         [2005/RUR-PLE]
  • 데블스캠프2006/월요일/연습문제/for/임다찬 . . . . 23 matches
         == 2006///for/ ==
         
         
  • 피보나치/민경 . . . . 23 matches
         Describe / here.
          n=input(' ')
         #
  • 피보나치/유선 . . . . 23 matches
         printf(" ? 3 택해 ");
  • BeeMaja/변형진 . . . . 22 matches
         = =
          ? = _=;;
         = =
  • DesigningObjectOrientedSoftware . . . . 22 matches
         Object ClassResponsibiltyCollaboration .
         [""]
  • EightQueenProblem/Leonardong . . . . 22 matches
         [Debugging] DebugJournal
  • HanoiTowerTroublesAgain!/하기웅 . . . . 22 matches
         == ==
          * .
         == ==
  • Linux/ElectricFence . . . . 22 matches
          한 CrtDbg .
         = =
  • MagicSquare/재동 . . . . 22 matches
         == ==
         === ===
         === ===
         ["/PracticeByTDD"]
  • Spring/탐험스터디/2011-02-04 . . . . 22 matches
         [[pagelist(^Spring/탐험)]]
          * : API
  • TheSkylineProblem . . . . 22 matches
          [http://acm.uva.es/p/v1/105.html ] (편(?)해 .)
         === ===
         []
  • UglyNumbers/JuNe . . . . 22 matches
          . 0.1 하.
  • ddori . . . . 22 matches
         ["02_Python"] * 02 학
         = =
  • 다른 폴더의 인크루드파일 참조 . . . . 22 matches
         3. Category Preprocessor
         4. Additional include directories ..\socket,..\data .
         5. : ' , '
  • 데블스캠프2011/셋째날/RUR-PLE/송지원 . . . . 22 matches
         == ==
         == ==
         == ==
         == ==
  • 데블스캠프2012/넷째날/재귀함수문제해결 . . . . 22 matches
          * .
         = 환 =
         = =
         = =
  • 데블스캠프2012/다섯째날/C로배우는C++원리 . . . . 22 matches
         Describe 2012//CC++ here
         == ==
  • 미로찾기/곽세환 . . . . 22 matches
         //0
         //1
         //2
         //3
          find(i, 0, 0); //
         //0
         //1
         //2
         //3
  • 박근수 . . . . 22 matches
         
          !
  • 벡터/곽세환,조재화 . . . . 22 matches
          a.name = "화";
          b.name = "환";
          c.name = "";
          d.name = "";
          e.name = "";
         [STL], [2004/]
  • 소수구하기/인수 . . . . 22 matches
          *
          * printf .
         []
  • 숫자야구/aekae . . . . 22 matches
         
          cout << "3 : ";
          cout << "3 : ";
         [] [aekae]
  • 일취집중후각법 . . . . 22 matches
         ["Refactoring"] . see also HowToStudyRefactoring
         '''[""] ThreeFs'''
  • 정렬/곽세환 . . . . 22 matches
         2003
         ["2003/"] ["환"]
  • 제로페이지분류 . . . . 22 matches
          , , 행...
         [[""]]
  • 제본 . . . . 22 matches
         학
         [""]
  • 조재희 . . . . 22 matches
         == 표 ==
         == 획 ==
         == ==
         == 하 ==
         == 하 ==
         [홈페], ZeroPagers
  • 최소정수의합/이태양 . . . . 22 matches
          - ..
         [합]
  • 2006동계MT/작품 . . . . 21 matches
         = 2006MT/품 =
         .
         == .. ==
         [2006MT]
  • 3N+1/임인택 . . . . 21 matches
         == ==
         == ==
         == ==
          * ? -_-a
  • CodeRace/20060105/아영보창 . . . . 21 matches
         = CodeRace =
         // 2
         // 3
         // 4
         // 5
  • Counting/문보창 . . . . 21 matches
         == ==
          표한 .
         == ==
  • FactorialFactors/문보창 . . . . 21 matches
         == ==
         태한테 .
         == ==
          if (fact[i] == 0) //
          else // 합
  • GridComputing . . . . 21 matches
          퓨팅
         == 크 ==
          * [http://gridcafe.web.cern.ch/gridcafe/animations.html Flash ]
          * [http://www-128.ibm.com/developerworks/kr/grid/ IBM developerWorks 퓨팅]
  • HASH구하기/권정욱,곽세환 . . . . 21 matches
         == HASH/,환 ==
          cout << "확할 텍 : ";
         [호화]
  • HowManyZerosAndDigits/임인택 . . . . 21 matches
          if( !(quotient==0 && remainder==0)) // 0 .
  • InterWiki . . . . 21 matches
         ZeroWiki InterMap 페 InterWiki .
  • JollyJumpers/조현태 . . . . 21 matches
         == JollyJumpers/태 ==
          * .
  • ProcessExplorer . . . . 21 matches
          http://sysinternals.com .
         []
  • ScheduledWalk/승균 . . . . 21 matches
          : -_-;;;;
  • StacksOfFlapjacks/문보창 . . . . 21 matches
         ==== ====
          .
         ==== ====
  • aop . . . . 21 matches
         === AOP 2 ===
         []
  • eclipse플러그인 . . . . 21 matches
          update
          * org.tigris.subversion.javahl.ClientException
  • geniumin . . . . 21 matches
          * :
          * : ZP 9
          * : geniumin99@hotmail.com
         ["홈페"]
  • 구구단/김태훈-zyint . . . . 21 matches
          print '==2== ==3== ==4== ==5=='
          print '==6== ==7== ==8== ==9=='
         [] [2005] [2005/Python]
  • 구구단/방선희 . . . . 21 matches
         [/희]
          Toy Problem -
         [""]
  • 구구단/장창재 . . . . 21 matches
          .
         [""]
  • 김정욱2 . . . . 21 matches
         = ZeroPage 10학(Zero page)
         "[]"
  • 데블스캠프2005/사진2 . . . . 21 matches
         표
         see also [2005/]
         [2005]
  • 데블스캠프2006/월요일/연습문제/기타문제/임다찬 . . . . 21 matches
         = =
         [2006///]
  • 마방진/민강근 . . . . 21 matches
         하
          cout<<" 행, ? : ";
  • 마방진/조재화 . . . . 21 matches
          : [화]
         힘... 히 해~~
         SeeAlso [화]
         []
  • 박정경 . . . . 21 matches
         {OK} '''''' 헿^*^ {OK}
          * ㅋㅋㅋ -[호]
  • 심심할때 . . . . 21 matches
          ??ㅋㅋ
         EverQuest 2 ? ㅋㅋ - [호]
  • 언어분류 . . . . 21 matches
         한, , C++ (?)
         [[""]]
  • 지영민 . . . . 21 matches
         Describe here
         * ㅎㅎ
         [[pagelist()]]
  • 진법바꾸기/문보창 . . . . 21 matches
         == ==
         == ==
          cout << "10 = ";
          cout << " = ";
          cout << " = ";
         == 한테 할 ==
         [] [LittleAOI]
  • 파일 입출력_3 . . . . 21 matches
          //FIlE
          fprintf( fpt_1, "a = %d \nb = %d \nc = %d", a,b,c); //printf
  • 프로그래머가알아야할97가지 . . . . 21 matches
          97 Things . http://programmer.97things.oreilly.com
         []
  • 1thPCinCAUCSE/ProblemA/Solution . . . . 20 matches
         ["1thPCinCAUCSE/ProblemA"] 해.
         || || || || ||
  • 2005/2학기프로젝트 . . . . 20 matches
         || 트 || ||
         || [Wiki] || 01 [협], 05 [태] ||
         || [DesignPatternStudy2005] || 01 [협] , ||
  • 2thPCinCAUCSE/ProblemB/Solution . . . . 20 matches
         ["2thPCinCAUCSE/ProblemB"] 해.
         || || || || ||
  • 2thPCinCAUCSE/ProblemC/Solution . . . . 20 matches
         ["2thPCinCAUCSE/ProblemC"] 해.
         || || || || ||
  • AVG-GCC . . . . 20 matches
         Usage: AVR-GCC.EXE [options] file... ''' : AVR-GCC.EXE [] FILE... '''[[BR]]
         Options:''''''[[BR]]
          --help Display this information''''''[[BR]]
          -dumpversion Display the version of the compiler''' '''[[BR]]
  • AproximateBinaryTree/김상섭 . . . . 20 matches
          //
          //
  • DependencyWalker . . . . 20 matches
         해 Application dll .
         []
  • DrPython . . . . 20 matches
         wxPython Python IDE.
         [http://drpython.sourceforge.net/ 트 홈페]
         []
  • PatternTemplate . . . . 20 matches
         DeleteMe 페
  • PowerOfCryptography/문보창 . . . . 20 matches
         == ==
         == ==
         // - .
         == 한테 할 ==
  • Prolog . . . . 20 matches
          - []
         [[include(:ProgrammingLanguage)]]
         []
  • RandomWalk/창재 . . . . 20 matches
          cout << " = " << count << endl ;
         int def_empty() // .
         [""] ["RandomWalk"]
  • WardCunningham . . . . 20 matches
         ExtremeProgramming . WikiWiki .
         [""]
  • XperDotOrg . . . . 20 matches
          ExtremeProgramming (?) .
          '''{{{Xper:}}}''' .
  • 구구단/김상윤 . . . . 20 matches
          .
         [""]
  • 구구단/민강근 . . . . 20 matches
          .
         [""]
  • 구구단/허아영 . . . . 20 matches
          , , .
  • 김희정 . . . . 20 matches
         == ==
          * ~ 24 08학 ~ :) :) :)
  • 데블스캠프2005/RUR-PLE/TwoMoreSelectableHarvest . . . . 20 matches
         = 2005/RUR-PLE/TwoMoreSelectableHarvest =
         [2005/RUR-PLE/TwoMoreSelectableHarvest/한]
         == ==
  • 데블스캠프2006/월요일/연습문제/for/정승희 . . . . 20 matches
         == 2006///for/희 ==
         for 1
          for 2
  • 데블스캠프2006/화요일/pointer/문제1/이송희 . . . . 20 matches
         == 2006/화/pointer/1/희 ==
         [2006/화/pointer]
  • 데블스캠프2009/월요일/연습문제/HTML-CSS/서민관 . . . . 20 matches
         == 2009///HTML-CSS/ ==
  • 마름모출력/임다찬 . . . . 20 matches
          printf("패 : "); scanf("%c",&ma);
          printf(" : "); scanf("%d",&byun);
          printf("패 : "); scanf("%c",&pattern);
          printf(" : "); scanf("%d",&B_length);
  • 사이트검색창찾기 . . . . 20 matches
         == ==
         || || ||
  • 새싹교실/2012/해보자/과제방 . . . . 20 matches
         = =
         == ==
         <해>
  • 수/별표출력 . . . . 20 matches
         
         == [] ==
         == [] ==
         == [] ==
         == [] ==
  • 자료병합하기/임인택 . . . . 20 matches
         === haskell built-in 함 lambda function ===
         === nub, sort ===
          ? -_-?
         [합하] [LittleAOI]
  • 지식소화전패턴 . . . . 20 matches
         [] [페] 했. --DeokjuneYi
  • 파일 입출력_2 . . . . 20 matches
          fpt = fopen("test.txt.", "w"); // test.txt write
          fclose(fpt); // fopen fclose !
         msdn
  • Error 발생시 풀리지 않을 경우 확인 . . . . 19 matches
         1. ID .
  • MobileJavaStudy/HelloWorld . . . . 19 matches
         == ==
         핸 'Hello World' .
         == ==
         == ==
  • ProjectPrometheus/AT_BookSearch . . . . 19 matches
          params = {'TI':'', 'AU':'', 'IB':'', 'PU':'', 'OP1':'','OP2':'','OP3':''}
          params = {'TI':'한', 'AU':'', 'IB':'', 'PU':'', 'OP1':'','OP2':'','OP3':''}
          params = {'keyword':'한'}
          self.assert_(data.count("") > 0)
          params = {'keyword':'한3'}
          params = {'keyword':'한 3'}
  • ReverseAndAdd/김회영 . . . . 19 matches
          while( num !=0 )//10 ?1
  • SharpZeroJavaProject . . . . 19 matches
         [http://www.caucse.net/cgi-bin/moin/moin.cgi/_c0_da_b9_d9_c7_c1_b7_ce_c1_a7_c6_ae_2f_230_c6_c0_20_bf_c2_b6_f3_c0_ce_20_b0_d4_c0_d3 트 #0 ]
         [""]
  • ShowMeTheExample . . . . 19 matches
          ~ .
         [""]
  • ZeroPageServer/InstalledTool . . . . 19 matches
         ZeroPageServer
  • 데블스캠프2006/월요일/연습문제/switch/임다찬 . . . . 19 matches
         = =
          cout << (char)(g+i)<< " : " <<grade[i]<<" "<<endl;
          cout << "F : " <<grade[4]<<" "<<endl;
         [2006///switch]
  • 마름모출력/zyint . . . . 19 matches
          pattern = raw_input('패 : ')
          size = input(' : ')
         [] [2005]
  • 만년달력/재니 . . . . 19 matches
         = =
         02 [Genie]
         = =
         [""]
  • 반복문자열/김소현 . . . . 19 matches
         === ===
          ......
         === ===
         === 한테 할 ===
         [LittleAOI] []
  • 비밀키/김태훈 . . . . 19 matches
         == 호화 ==
          cout << "KEY : "
         == 호화 ==
          cout << "호화 할 KEY ";
  • 정현지 . . . . 19 matches
         = ZeroPage 15 =
         * :
         * : /chupachups35
         == ☆ 표 ==
         == ☆ 획 ==
  • 토비의스프링3 . . . . 19 matches
          * [http://www.yes24.com/24/Goods/4020006?Acode=101 토 3]
         [[pagelist(^토3/)]]
         []
  • 파스칼삼각형/임다찬 . . . . 19 matches
          printf("Row : "); scanf("%d",&row);
         [파형] []
  • EightQueenProblem/서상현 . . . . 18 matches
          recur 함 .
  • JollyJumpers/임인택2 . . . . 18 matches
         == ==
         == ==
         == ==
          * ? -_-
  • MultiplyingByRotation/곽세환 . . . . 18 matches
         == ==
         통X
         == ==
         const int MAX = 20; // 20
         == ==
  • Quake2 . . . . 18 matches
         크2 .Net .
          C..
  • Welcome to Ewha Research . . . . 18 matches
          .
  • 구구단/변준원 . . . . 18 matches
          .
         [""]
  • 다이얼로그박스의 엔터키 막기 . . . . 18 matches
         1. Add Virtual Function 클 PretranslateMessage 함
         2.
  • 데블스캠프2006/월요일/연습문제/switch/김준석 . . . . 18 matches
          cout << " :";
          cout << " " <<endl; continue;
          printf("%c:%d\n",'A'+i,a[i]);
          printf("F:%d\n",a[4]);
  • 데블스캠프2006/화요일/pointer/문제2/정승희 . . . . 18 matches
          for(int i=4;i>=0;i--)// a[6]=0
         [2006/화/pointer]
  • 데블스캠프2006/화요일/pointer/문제3/이장길 . . . . 18 matches
          cout << "8 .";
         [2006/화/pointer]
  • 데블스캠프2009/목요일/연습문제/MFC/김태욱 . . . . 18 matches
         =Describe 2009///MFC/ here=
  • 데블스캠프2009/목요일/연습문제/MFC/박준호 . . . . 18 matches
         = 2009///MFC/호 =
         //
  • 데블스캠프2011/넷째날/루비/서영주 . . . . 18 matches
         Describe 2011/// here
  • 벡터/김홍선,노수민 . . . . 18 matches
         === ===
         [STL], [2004/]
  • 임다찬/공부페이지 . . . . 18 matches
         = ㅇ허 =
         
         []
  • 정종록 . . . . 18 matches
         == ==
          * -_- 페 - [한]
  • 톱아보다처음화면 . . . . 18 matches
          : [(zeropage)한]
         [트]
         []
  • 파스칼삼각형/aekae . . . . 18 matches
         파
          cout << "행 : ";
  • 파일자료 . . . . 18 matches
         1
         2
         [2006] [2006/]
  • 프로그래밍/Score . . . . 18 matches
         [http://acm.kaist.ac.kr/Problems/2005a.pdf Score ]
         [(zeropage)]
         []
  • 프로그래밍가르치기 . . . . 18 matches
         
  • 피보나치/westy . . . . 18 matches
         = / =
         [2005], []
  • 피보나치/이동현,오승혁 . . . . 18 matches
         = =
          cout << " : ";
          cout << input <<" "<< fibo(input) << " .\n";
  • BabyStepsSafely . . . . 17 matches
         The test cases for the GeneratePrimes class are implemented using the JUnit testing framework. The tests are contained in class called TestGeneratePrames. There are a 5 tests for each return type (array and List), which appear to be similiar. Our first step to insure, that we are starting from a stable base is to make sure what we have works.
         Our first activity is to refactor the tests. [We might need some justification화 for refactoring the tests first, I was thinking that it should tie into writing the tests first] The array method is being removed so all the test cases for this method need to be removed as well. Looking at Listing2. "Class TestsGeneratePrimes," it appears that the only difference in the suite of tests is that one tests a List of Integers and the other tests an array of ints. For example, testListPrime and testPrime test the same thing, the only difference is that testListPrime expects a List of Integer objects and testPrime expects and array of int variables. Therefore, we can remove the tests that use the array method and not worry that they are testing something that is different than the List tests.
  • CppStudy_2002_1/과제1/상협 . . . . 17 matches
          char *ex=" .~";
          char *ex2="2 ";
         2
         3
         4
         5
         6
  • HanoiProblem/임인택 . . . . 17 matches
          // from this .
          System.out.println("!");
  • JollyJumpers/김회영 . . . . 17 matches
          --[]
          * ㅠㅠ --[]
  • OurMajorLangIsCAndCPlusPlus/2006.1.26 . . . . 17 matches
         : 태,
         클 [OurMajorLangIsCAndCPlusPlus/Class]
         setjmp [OurMajorLangIsCAndCPlusPlus/setjmp.c]
  • Random Walk2/곽세환 . . . . 17 matches
          while ((temp = fin.get()) && temp != '\n') //
         [RandomWalk2] [2003/]
  • SpiralArray/세연&재니 . . . . 17 matches
         = =
         [""]
         02 [Genie]
         = =
  • WikiTextFormattingTestPage . . . . 17 matches
         ㅁㅻ
         i am rose
  • 구구단/이재경 . . . . 17 matches
         printf(" ");
         printf("%d %d %d.\n",a,f,a*f);
  • 데블스캠프2003/셋째날/여러가지언어들 . . . . 17 matches
         === ===
         [2003/]
  • 데블스캠프2009/목요일/연습문제/MFC/송지원 . . . . 17 matches
         === 2009///MFC/ ===
  • 데블스캠프2012/넷째날/묻지마Csharp/Mission2/김준석 . . . . 17 matches
          *
          MessageBox.Show("");
          MessageBox.Show(d2.Year - d1.Year +"");
         [2012]
  • 마름모출력/이재경 . . . . 17 matches
          printf(" \n");
         []
  • 삼각형매크로/임다찬 . . . . 17 matches
          printf(" : "); scanf("%d",&wi);
          printf(" : "); scanf("%d",&he);
          printf(" : %f\n",tri(wi,he));
  • 50~100 사이의 3의배수와 5의 배수 출력 . . . . 16 matches
          cout << " : " ;
          cout << " ";
  • CPlusPlus_ . . . . 16 matches
         1. [화]
         2. [Assembly ]
         4. []
  • ComputerGraphicsClass/Report2004_1 . . . . 16 matches
         1 :
         (UploadFile )
  • HASH구하기/오후근,조재화 . . . . 16 matches
          if(temp == -1) //파
          else //파
  • IntroductionToAlgorithms . . . . 16 matches
         CLR .
         [""]
  • JumpJump/김태진 . . . . 16 matches
          * . 3step 크해.
         // Copyright (c) 2013 Jereneal Kim. All rights reserved.
  • Map연습문제/황재선 . . . . 16 matches
          cout << "키" << endl;
         [STL], [2004/]
  • NumberBaseballGame/동기 . . . . 16 matches
         NumberBaseballGame/
          cout <<" ex)3 5 2 >> ";
          cout <<"."<<endl;
  • ReverseAndAdd/민경 . . . . 16 matches
         Describe ReverseAndAdd/ here.
         k = input('?')
         n = [input('') for i in range(k)]
  • UnixHistory . . . . 16 matches
          한 Unix
         [] []
  • ZeroPage/임원/회의 . . . . 16 matches
         = ZeroPage =
         == 회 ==
         === 2011 ===
         [[pagelist(^ZeroPage//회/2011)]]
         [ZeroPage/]
  • 개인키,공개키/강희경,조동영 . . . . 16 matches
         == 키(키 : 47,키 : 209) ==
          cout << " : ";
  • 구구단/윤성복 . . . . 16 matches
         Describe / here.
         [] [2005]
  • 데블스캠프2006/월요일/연습문제/기타문제/주소영 . . . . 16 matches
         ====
         1 10 5
  • 데블스캠프2009/금요일/연습문제/ACM2453/정종록 . . . . 16 matches
         Describe 2009///ACM2453/ here
  • 데블스캠프2009/목요일/연습문제/MFC/정종록 . . . . 16 matches
         Describe 2009///MFC/ here
  • 데블스캠프2009/월요일/연습문제/HTML-CSS/강소현 . . . . 16 matches
         == 2009///HTML-CSS/ ==
  • 데블스캠프2009/월요일/연습문제/HTML-CSS/박준호 . . . . 16 matches
         == 2009///HTML-CSS/호 ==
  • 데블스캠프2009/월요일/연습문제/HTML-CSS/정종록 . . . . 16 matches
         == 2009///HTML-CSS/ ==
  • 데블스캠프2012/넷째날/묻지마Csharp/Mission1/김준석 . . . . 16 matches
         * 클
          label1.Text = " ";
         [2012]
  • 마름모출력/남도연 . . . . 16 matches
          n=raw_input('패:')
          k=input(' :')
         []
  • 마름모출력/정수민 . . . . 16 matches
         k = raw_input('패 : ')
         n = input(' : ')
         []
  • 마름모출력/허아영 . . . . 16 matches
          print '패 : '
          print ' :'
         []
  • 미로찾기/영동 . . . . 16 matches
          cout<<"";//Path
         : ["Yggdrasil"]
         []
  • 비밀키/노수민 . . . . 16 matches
         === 호화 ===
          cout << "파 : ";
          cout << "키 : ";
          cout << "파 : ";
          cout << "키 : ";
         [호화]
  • 성적처리프로그램 . . . . 16 matches
          cout << " : " ;
          break; // 9999 포함
  • 알고리즘8주숙제/test . . . . 16 matches
         == ==
          cout << "Case :\n";
         [8]
  • 5인용C++스터디/템플릿 . . . . 15 matches
         === 1 ===
         === 2 ===
         === 3 ===
         === 4 ===
         === 5 ===
         [5C++]
  • AKnight'sJourney/정진경 . . . . 15 matches
          * poj1.
         [ACM_ICPC/2011], []
  • Button/진영 . . . . 15 matches
          ... -_-;;
         ["JavaStudyInVacation/황"]
  • DevelopmentinWindows/APIExample . . . . 15 matches
         = API =
  • InvestMulti - 09.22 . . . . 15 matches
         [티플트]
  • OurMajorLangIsCAndCPlusPlus/2006.2.06/김상섭 . . . . 15 matches
          cout << "s 10" << endl;
          cout << "s 10" << endl;
          cout << "s1 123." << endl;
  • PrimeNumberPractice . . . . 15 matches
         Java
          OOP ..
  • WheresWaldorf/Celfin . . . . 15 matches
          // 0, -1
          // +1, -1
          // +1, 0
          // +1, +1
          // 0, +1
          // -1, +1
          // -1, 0
          // -1, -1
  • [Lovely]boy^_^/EnglishGrammer/ReportedSpeech . . . . 15 matches
          But you must use a past form when there is a difference between what was said and what is really true.(--; )
  • aekae/RandomWalk . . . . 15 matches
         === 팩토 ===
          srand(time(0)); // .
         === 팩토 ===
          srand(time(0)); // .
  • neocoin/Read/5-6 . . . . 15 matches
          * : [""](99,["neocoin"])
         See Also [""]
  • 가위바위보/영록 . . . . 15 matches
         //.
          cout<<"호형 \n";
  • 고한종/swap() . . . . 15 matches
         []
         == ==
         
  • 김재형 . . . . 15 matches
         = zeropage 05학 ~ =
         ㅋㅋ ~
  • 데블스캠프2005/RUR-PLE/Harvest/정수민 . . . . 15 matches
         Describe 2005/RUR-PLE/Harvest/ here.
         [2005/RUR-PLE/Harvest]
  • 데블스캠프2006/월요일/연습문제/switch/김대순 . . . . 15 matches
          cout<<"A "<<a<<" ";
          cout<<"B "<<b<<" ";
          cout<<"C "<<c<<" ";
          cout<<"D "<<d<<" ";
          cout<<"F "<<f<<" ";
  • 데블스캠프2006/월요일/연습문제/switch/이장길 . . . . 15 matches
         ====
          cout<<" 10 .";
  • 데블스캠프2009/금요일/연습문제/ACM2453/조현태 . . . . 15 matches
         == 2009///ACM2453/태 ==
  • 마방진/장창재 . . . . 15 matches
          cout << " 행() ? =";
         [MagicSquare] []
  • 몸짱프로젝트/KnightTour . . . . 15 matches
          * : [Leonardong]
          * TestDrivenDevelopment
         [트]
  • 벡터/조동영 . . . . 15 matches
         == ==
         [STL], [2004/]
  • 새싹교실/2013/록구록구/7회차 . . . . 15 matches
          >_<
          : All memberz
  • 스터디그룹패턴분류 . . . . 15 matches
         see also []
         [""]
  • 실시간멀티플레이어게임프로젝트/첫주차소스2 . . . . 15 matches
         [티플트]
  • 아잉블러그/11월22일모임내용 . . . . 15 matches
         [(zeropage)]
         Upload:_1122.jpg
  • <회의> . . . . 14 matches
         회
         === 회 ===
         [] -
         []
  • AncientCipher/강소현 . . . . 14 matches
          * ㅠㅠ
         [ACM_ICPC/2011]
  • IsDesignDead . . . . 14 matches
          * http://martinfowler.com/articles/designDead.html - .
          * http://jstorm.pe.kr/BBS/view.php3?id=106&code=Tip&start=0 - JStorm .
         [""]
  • JuNe . . . . 14 matches
         
         juneaftnhanmailnet
         ["홈페"]
  • ReverseAndAdd/정수민 . . . . 14 matches
         Describe ReverseAndAdd/ here.
         n=raw_input('')
         print ' '
  • RoboCode/random . . . . 14 matches
         
         형
         
         
  • Simple_Jsp_Ex . . . . 14 matches
         "화 = ."
  • SmithNumbers/김태진 . . . . 14 matches
          * -
  • UnitTestFramework . . . . 14 matches
         UnitTest code 한 Framework
         [""]
  • [Lovely]boy^_^/Temp . . . . 14 matches
         *& .
  • 구조체 파일 입출력 . . . . 14 matches
          //fread(&p, sizeof(Person), 1 , fpt); // (, , , 파 )
  • 김영현의Wiki처음화면 . . . . 14 matches
          !!!
         [ProgrammingWithInterface] [s]
  • 김희성/ShortCoding . . . . 14 matches
         = =
          [/ShortCoding/]
  • 데블스캠프2006/CPPFileInput . . . . 14 matches
          * 파
          // cout << " ."<<endl;
  • 데블스캠프2006/월요일/연습문제/switch/성우용 . . . . 14 matches
          == ==
          cout << " ";
  • 데블스캠프2006/화요일/pointer/문제1/윤성준 . . . . 14 matches
         == ==
         [2006/화/pointer]
  • 데블스캠프2006/화요일/pointer/문제2/윤성준 . . . . 14 matches
         == ==
         [2006/화/pointer]
  • 문제분류 . . . . 14 matches
          [""]
         [""]
  • 서지혜/2013 . . . . 14 matches
          * 2
          * vdi
          * 3
          * vdi
  • 스택/이태양 . . . . 14 matches
          printf(".\n");
          printf(".\n");
  • 압축알고리즘/주영&재화 . . . . 14 matches
         == DPCM ==
         == DPCM 트 ==
         == DPCM 해 ==
         === DPCM 해 ===
  • 압축알고리즘/태훈,휘동 . . . . 14 matches
          ifstream fin("input.txt"); //형 3b11a
          fin >> num; // 포트...
          == ==
         []
  • 임상현 . . . . 14 matches
         
          * ㅇㅅㅇㅋ
  • 캠이랑놀자/보창/숙제1 . . . . 14 matches
         == RGB channel ==
         == RGB Gray화 ==
         == 크 ==
         []
  • 큰수찾아저장하기/문보창 . . . . 14 matches
         == ==
         == ==
         == 한테 할 ==
         [큰] [LittleAOI]
  • Applet포함HTML/진영 . . . . 13 matches
         // NotHelloWorldApplet.html (트 前)
         ''C:\j2sdk1.4.1_01\bin\HtmlConverter.exe 트''
         // NotHelloWorldApplet.html (트 後)
         ["JavaStudyInVacation/황"]
  • Categorynations . . . . 13 matches
          .
  • Digi-VM . . . . 13 matches
         = =
          -_-;;
         [홈페], [ZeroPagers], [ZeroWikian]
  • ListCtrl . . . . 13 matches
         == Mouse Click index ==
         == Mouse Click Item String ==
  • NeoCoin/Temp . . . . 13 matches
         ManagerPool, 한 파 QED,
  • RUR-PLE/Newspaper . . . . 13 matches
         = RUR-PLE/Newspaper(함) =
         = RUR-PLE/Newspaper(함) =
         = RUR-PLE/Newspaper(함, 함 ) =
  • RandomWalk/이진훈 . . . . 13 matches
          for (int i = 0;i<3;i++)//..
         int countz()// 크하.
  • RoboCode/msm . . . . 13 matches
         == ==
         == ==
         == ==
         == ==
  • TheGrandDinner/김상섭 . . . . 13 matches
         == (통 ) ==
         == 판 ==
  • TicTacToe/조동영 . . . . 13 matches
         == tic tac toe ( ...) ==
          System.out.println("x 표 : " + x);
          System.out.println("y 표 : " + y);
  • XOR삼각형/이태양 . . . . 13 matches
          printf("n :");
         [XOR형]
  • ZeroPage회계장부 . . . . 13 matches
          == ==
          : [태]
          == ZeroPage회 ==
  • [Lovely]boy^_^/Diary . . . . 13 matches
          * 2-2학
         || 11/25 - 12/1(2-2-13) || . || 12/2 - 12/8(2-2-14) || ["[Lovely]boy^_^/Diary/2-2-14"] ||
         || 2002 12 (12/23 - 12/31) || ["[Lovely]boy^_^/Diary/12Rest"] ||
  • novaman . . . . 13 matches
         #redirect
         
  • whiteblue/MagicSquare . . . . 13 matches
          cout << " () : ";
  • 구구단/손동일 . . . . 13 matches
         
         [""] []
  • 구구단/조현태 . . . . 13 matches
          뷁..
  • 나를만든책장관리시스템/DBSchema . . . . 13 matches
         [템]
  • 데블스캠프2005/RUR-PLE/TwoMoreSelectableHarvest/이승한 . . . . 13 matches
         = [2005/RUR-PLE/TwoMoreSelectableHarvest]/[한] =
         []
  • 데블스캠프2011/둘째날/Machine-Learning/SVM/namsangboy . . . . 13 matches
          * SVM Train 파
          * SVM Test 파
  • 랜웍/이진훈 . . . . 13 matches
          for (int i = 0;i<3;i++)//..
         int countz()// 크하.
  • 로마숫자바꾸기/DamienRice . . . . 13 matches
         
         
         [], LittleAOI
  • 마름모출력/윤성복 . . . . 13 matches
          n = input('')
         [] [2005]
  • 마름모출력/이태양 . . . . 13 matches
          printf("패:");scanf("%c",&pattern);
          printf(":");scanf("%d",&b);
         []
  • 몸짱프로젝트/BucketSort . . . . 13 matches
          * : [Leonardong]
          * : TestDrivenDevelopment using [JUnit]
         [트]
  • 몸짱프로젝트/DisplayPumutation . . . . 13 matches
          * :
          * Recursive Function Call
         [트]
  • 몸짱프로젝트/HanoiProblem . . . . 13 matches
          * :
          * Recusive Function Call
         [트]
  • 숫자야구/문원명 . . . . 13 matches
         
         [] []
  • 알고리즘8주숙제/문보창 . . . . 13 matches
         == ==
         == ==
          cout << "\n cost : " << sum << endl;
         [8]
  • 이충현 . . . . 13 matches
          * '''Name''' :
          * '''Age''' : 92. 01. 06 (10학)
         == '''''' ==
         ||''' .'''||
  • 코드레이스/2007.03.24상섭수생형진 . . . . 13 matches
          cout << sec << "" << endl << ((getColor(sec))? "green" : "red") << endl ;
          cout << cnt << " " << endl ;
          cout << cnt << " " << endl ;
  • 파스칼삼각형/문보창 . . . . 13 matches
         == ==
         == ==
         == 한테 할 ==
         [파형] [LittleAOI]
  • 피보나치/소현,수연 . . . . 13 matches
         /,
          printf("");
  • 피보나치/정수민 . . . . 13 matches
         Describe / here.
         m=int (raw_input('?'))
  • 8queen/강희경 . . . . 12 matches
         
  • Classes . . . . 12 matches
         [http://www.aladdin.co.kr/shop/wproduct.aspx?ISBN=8971291346 학]
         [학2006]
         [http://unicon.netian.com/math.html ]
  • JSP/SearchAgency . . . . 12 matches
          out.write(" 할 키 <br>");
  • Map/권정욱 . . . . 12 matches
         == Map/ ==
         === ===
         [STL]
  • MedusaCppStudy/재동 . . . . 12 matches
         === MedusaCppStudy ===
         
         
  • OneWikiBackupCondition . . . . 12 matches
          2회 .
  • Ones/송지원 . . . . 12 matches
         == ==
          || 크 ||[http://poj.org/problem?id=2551] ||
          || || ||
          || || ||
          || || ||
  • RandomWalk/동기 . . . . 12 matches
          cout <<" >> ";
  • ReverseAndAdd/이동현 . . . . 12 matches
         = =
          print "회 ?"
  • usa_selfish/김태진 . . . . 12 matches
         === ===
         // Created by on 12. 8. 14..
         // Copyright (c) 2012 __MyCompanyName__. All rights reserved.
         [ACM_ICPC/2012]
  • 데블스캠프2006/월요일/함수/문제풀이/윤성준 . . . . 12 matches
         == ==
         1
         2
         3
          cout << "" << endl;
  • 데블스캠프2006/화요일/pointer/문제3/이송희 . . . . 12 matches
         == 2006/화/pointer/3/희 ==
  • 데블스캠프2006/화요일/pointer/문제4/성우용 . . . . 12 matches
         팰
          cout<<" .";
  • 데블스캠프2006/화요일/pointer/문제4/이송희 . . . . 12 matches
         == 2006/화/pointer/4/희 ==
  • 마름모출력/문보창 . . . . 12 matches
         === ===
         []
  • 마방진/문원명 . . . . 12 matches
         ,.
          cout << " : ";
         [MagicSquare] []
  • 문보창 . . . . 12 matches
         == ==
          04
         
  • 시간맞추기/문보창 . . . . 12 matches
         == ==
         == ==
         == 한테 할 ==
         [LittleAOI] []
  • 지금그때2003/토론20030317 . . . . 12 matches
          ,
  • 최대공약수/문보창 . . . . 12 matches
         == ==
         == ==
         == 한테 할 ==
         [LittleAOI] []
  • 피보나치/김상윤 . . . . 12 matches
          cout << " :";
         []
  • 피보나치/문원명 . . . . 12 matches
         ,.
          cout<<" : ";
          cout<<in<<" "<<out<<endl;
         []
  • 2 . . . . 12 matches
  • Android/PowerPointContoler . . . . 11 matches
         = =
  • Basic알고리즘/팰린드롬/임인택 . . . . 11 matches
         == ==
         == ==
         [Basic/팰]
  • Map/곽세환 . . . . 11 matches
         [STL], [2004/]
  • Map/노수민 . . . . 11 matches
         [STL], [2004/]
  • Map/황재선 . . . . 11 matches
         [STL], [2004/]
  • Map연습문제/곽세환 . . . . 11 matches
         ["STL"], ["2004/"]
  • Map연습문제/조재화 . . . . 11 matches
         [STL], [2004/]
  • MySQL/PasswordFunctionInJava . . . . 11 matches
         // JDK 1.5 . (String.format 함 )
  • OurMajorLangIsCAndCPlusPlus/2006.2.06 . . . . 11 matches
         [OurMajorLangIsCAndCPlusPlus/2006.2.06/]
         [OurMajorLangIsCAndCPlusPlus/2006.2.06/허]
         [OurMajorLangIsCAndCPlusPlus/2006.2.06/하]
  • Release Planning . . . . 11 matches
         Rename : ReleasePlanning .
  • TheJavaMan/테트리스 . . . . 11 matches
          clock.start(); //
          clock=null; //
  • 데블스캠프2006/월요일/연습문제/switch/윤성준 . . . . 11 matches
         == ==
          cout << "A: " << a << "" << endl;
          cout << "B: " << b << "" << endl;
          cout << "C: " << c << "" << endl;
          cout << "D: " << d << "" << endl;
          cout << "F: " << f << "" << endl;
  • 몸짱프로젝트/BinarySearch . . . . 11 matches
          * :
         [트]
  • 몸짱프로젝트/InfixToPrefix . . . . 11 matches
          * :
         [트]
  • 몸짱프로젝트/Invert . . . . 11 matches
          * :
         [트]
  • 미로찾기/최경현김상섭 . . . . 11 matches
         []
         []
  • 박경태 . . . . 11 matches
         = 태(05) =
          :
  • 반복문자열/김태훈zyint . . . . 11 matches
         === ===
         === ===
         === 한테 할 ===
         [LittleAOI] []
  • 반복문자열/문보창 . . . . 11 matches
         === ===
         === ===
         === 한테 할 ===
         [] [LittleAOI]
  • 반복문자열/황세연 . . . . 11 matches
         ...ㅠㅠ
          * ! ^^ - 허
  • 벡터/김태훈 . . . . 11 matches
         [STL], [2004/]
  • 벡터/임영동 . . . . 11 matches
         [STL],[2004/]
  • 역링크 . . . . 11 matches
          * NoSmok:
          * [http://www.caucse.net/phpwiki/index.php?크]
         [""]
  • 오목/진훈,원명 . . . . 11 matches
          MessageBox("뷁!!");
          MessageBox("흙!!!!");
         ==== 행파 ====
         Upload:.exe
  • 최소정수의합/김정현 . . . . 11 matches
         === ===
         === ===
         //
         [LittleAOI] [합]
  • 피보나치/김진목 . . . . 11 matches
          printf(" ㅋㅋ : ");
          printf(" : %d", pres);
  • 0PlayerProject/프레임버퍼사용법 . . . . 10 matches
          (320x240x16bit)
          data[x + y * 320] = RGB; // (x,y) RGB
  • Applet포함HTML/상욱 . . . . 10 matches
          htmlconverter
         ["JavaStudyInVacation/황"]
  • BackTracking . . . . 10 matches
         .. .. ^^ --
  • CPlusPlus_Tip . . . . 10 matches
         1. [SVN ]
         4. [Header ]
         5. []
  • EcologicalBinPacking/황재선 . . . . 10 matches
          cout << " " << endl;
          cout << " " << endl;
  • HanoiProblem/은지 . . . . 10 matches
          cout << "=하=\n";
          cout << "하 : ";
  • LawOfDemeter . . . . 10 matches
          http://www.pragmaticprogrammer.com/ppllc/papers/1998_05.html 'Law Of Demeter' .
  • MobileJavaStudy/SnakeBite/Spec2Source . . . . 10 matches
         == ==
         == ==
          System.out.println(" ");
  • MobileJavaStudy/SnakeBite/Spec3Source . . . . 10 matches
         == ==
         === ===
          System.out.println(" ");
  • RandomWalk2/ExtremePair . . . . 10 matches
         === ===
  • TheTrip/허아영 . . . . 10 matches
          //평
         -
  • XOR삼각형/허아영 . . . . 10 matches
         === ===
         === 한테 할 ===
         [XOR형] [허]
  • whiteblue/간단한계산기 . . . . 10 matches
          ...;;
  • 계속작성중 . . . . 10 matches
          * ........
  • 구구단/김유정 . . . . 10 matches
          printf(" ");
  • 김희웅 . . . . 10 matches
         Describe here.
         [홈페], ZeroPagers
  • 데블스캠프2006/화요일/pointer/문제1/김준석 . . . . 10 matches
          == 1 ==
         [2006/화/pointer]
  • 데블스캠프2006/화요일/pointer/문제1/이장길 . . . . 10 matches
          cout << " swap a = " << a;
          cout << " swap b = " << b << endl;
         [2006/화/pointer]
  • 데블스캠프2006/화요일/pointer/문제2/김준석 . . . . 10 matches
          == 2 reverse ==
         [2006/화/pointer]
  • 데블스캠프2006/화요일/pointer/문제3/성우용 . . . . 10 matches
         1
         2
         [2006/화/pointer]
  • 마름모출력/김민경 . . . . 10 matches
         pattern=raw_input('패 : ')
         n=input(' : ')
  • 마름모출력/김범준 . . . . 10 matches
          p = raw_input('패 : ')
          n = input(' : ')
  • 마름모출력/김유정 . . . . 10 matches
          printf("패:");
          printf(" :");
  • 마름모출력/김정현 . . . . 10 matches
          a=str(raw_input("패 : "))
          b=int(input(" : "))
  • 문보창처음화면 . . . . 10 matches
         == ==
         
         == 학 ==
         == 하 ==
  • 미로찾기/김태훈 . . . . 10 matches
         [] [2005]
  • 비밀키/임영동 . . . . 10 matches
          cout<<"키 : ";
         [호화]
  • 생각을곱하는모임 . . . . 10 matches
         Seminar:
  • 압축알고리즘/수진&재동 . . . . 10 matches
         ===해/&===
  • 인물분류 . . . . 10 matches
          .
  • 임인택 . . . . 10 matches
         2000학 택.
         [홈페], [ZeroPagers]
  • 페이지이름바꾸기 . . . . 10 matches
         #redirect 페
  • 피보나치/아영,규완,보창 . . . . 10 matches
         === ===
         []
  • 3DGraphicsFoundation/MathLibraryTemplateExample . . . . 9 matches
         typedef vec_t matrix_t[16]; // 4*4 행
         void NormalRet (vec3_t a, vec3_t b, vec3_t c, vec3_t &out); //
  • 5인용C++스터디/클래스상속보충 . . . . 9 matches
         === 1 ===
         === 2 ===
         [5C++]
  • Map연습문제/임민수 . . . . 9 matches
         [2004/]
  • TicTacToe/김홍선 . . . . 9 matches
         === Tic Tac Toe 하;;;; ===
          System.out.println(" " + winner + "");
  • Winamp . . . . 9 matches
         [WinampPlugin]
  • Wiz . . . . 9 matches
         #Redirect
         [홈페] [ZeroPagers]
  • [Lovely]boy^_^/EnglishGrammer/QuestionsAndAuxiliaryVerbs . . . . 9 matches
          f
  • dduk . . . . 9 matches
         .. ..ㅡㅡa
  • 개인키,공개키/박능규,조재화 . . . . 9 matches
         키 = 100
          //호화 ..
          //해 1 -> 101 +156 ->257%256 ->1
          cout<<"키 : ";
  • 개초보의 프로그래밍에 관련된 개인적인 자료처음화면 . . . . 9 matches
         
  • 금고/김상섭 . . . . 9 matches
         == ..@,.@ ==
  • 데블스캠프2006/수요일 . . . . 9 matches
         
          : [http://koi.kado.or.kr]
  • 도형그리기 . . . . 9 matches
         형 : Rectangle (Start_x, Start_y, End_x, End_y)
          : Ellipse (Start_x, Start_y, End_x, End_y)
          형 : RoundRect (Start_x, Start_y, End_x, End_y, width, height)
  • 레밍즈프로젝트/프로토타입/STLLIST . . . . 9 matches
         = =
         || CList || [http://blog.naver.com/ryudk01.do?Redirect=Log&logNo=120007965930] ||
         = CList =
  • 로보코드/babse . . . . 9 matches
         
         
  • 몸짱프로젝트/BubbleSort . . . . 9 matches
          * : [Leonardong]
         [트]
  • 반복문자열/이유림 . . . . 9 matches
         = / =
  • 숫자야구/곽세환 . . . . 9 matches
          cout << " : ";
         []
  • 여섯 색깔 모자 . . . . 9 matches
         #redirect
  • 이창섭 . . . . 9 matches
         #Redirect
         [홈페] [ZeroPagers]
  • 조현태/블로그 . . . . 9 matches
         == [태/] ==
          -
         [태]
  • 최소정수의합/임다찬 . . . . 9 matches
         [합]
         []
  • 피보나치/aekae . . . . 9 matches
         
          cout << " : ";
  • 함수포인터 . . . . 9 matches
         [http://blog.naver.com/isubiramie/20024368885 1. 함]
         [http://www.codeproject.com/atl/atl_underthehood_.asp 2. 함]
         [http://www.cs.sfu.ca/%7Ecameron/Teaching/383/PassByName.html 5. html ]
  • Header 정의 . . . . 8 matches
         #ifndef Header
         #define Header
         
  • HistoryOfGUI . . . . 8 matches
         PurePond:GUI
         [""]
  • JavaStudy2002/세연-2주차 . . . . 8 matches
          //
  • Jolly Jumpers/정진경 . . . . 8 matches
         #title Jolly Jumpers/
         Describe [Jolly Jumpers/] here
  • Kesarr . . . . 8 matches
         #redirect
         See []
  • Map연습문제/박능규 . . . . 8 matches
         ~~~ ....
  • RandomPage . . . . 8 matches
         25 RandomPage . ^^;
  • ReverseAndAdd/남상협 . . . . 8 matches
         = ReverseAndAdd/협 =
          * ㅠㅜ -[협]
  • Slurpys/강인수 . . . . 8 matches
          . ㅠ.ㅠ
  • SourceCode . . . . 8 matches
         * 트 http://fallin.lv/distfiles/soribada.py
  • WinMerge . . . . 8 matches
         텍 & 툴.
  • 가위바위보/동기 . . . . 8 matches
          while(!fin.eof())//0: 1: 2:
  • 개인키,공개키/최원서,곽세환 . . . . 8 matches
         키:100, 키:156
         == 키 ==
         == 키 ==
  • 권원 . . . . 8 matches
         == ==
         .
  • 데블스캠프2006/화요일/pointer/문제1/성우용 . . . . 8 matches
         [2006/화/pointer]
  • 데블스캠프2006/화요일/pointer/문제1/정승희 . . . . 8 matches
         [2006/화/pointer]
  • 데블스캠프2006/화요일/pointer/문제2/이장길 . . . . 8 matches
         [2006/화/pointer]
  • 데블스캠프2006/화요일/pointer/문제3/주소영 . . . . 8 matches
         [2006/화/pointer]
  • 데블스캠프2006/화요일/tar/나휘동 . . . . 8 matches
         [2006/화/tar]
  • 데블스캠프2013/첫째날/Git . . . . 8 matches
         == 2013//Git ==
  • 벡터/김수진 . . . . 8 matches
         ===/===
  • 서상현 . . . . 8 matches
          * ["EightQueenProblem/"]
          * ["RandomWalk2/"]
  • 실시간멀티플레이어게임프로젝트/첫주차소스1 . . . . 8 matches
         *
  • 알고리즘8주참고자료 . . . . 8 matches
         == ==
          : [http://en.wikipedia.org/wiki/Graph]
  • 양쪽의 클래스를 참조 필요시 . . . . 8 matches
         1. Set 함 pWnd Setting
  • 코드레이스/2007.03.24상협지훈 . . . . 8 matches
         === 1 ===
         === 2 ===
         === 3 ===
         === 4 ===
  • 피보나치/장창재 . . . . 8 matches
          cout << a << " = " << result << endl;
         [""]
  • 하노이탑/이재혁김상섭 . . . . 8 matches
         []
         [하탑]
  • BeeMaja/문보창 . . . . 7 matches
         == ==
         == ==
         [BeeMaja] []
  • Bigtable . . . . 7 matches
         
  • Bigtable/TabletServer . . . . 7 matches
         = =
  • ClassifyByAnagram/상규 . . . . 7 matches
         === ===
         P3 1GHz 512MB WinXP VC++7.0 Maximize Speed Optimization 4.1
  • CuttingSticks/문보창 . . . . 7 matches
         == ==
         == ==
         [CuttingSticks] []
  • C로배우는C++의원리 . . . . 7 matches
          *
  • Kero . . . . 7 matches
         #redirect
  • Map/조재화 . . . . 7 matches
         [STL], [2004]
  • PNA2011 . . . . 7 matches
         = =
  • ProgrammingPearls . . . . 7 matches
          * [""]
         [""]
  • TheLargestSmallestBox/문보창 . . . . 7 matches
         == ==
         == ==
         [TheLargestSmallestBox] []
  • TkinterProgramming/HelloWorld . . . . 7 matches
         # 함
         # 클
  • XOR삼각형/임다찬 . . . . 7 matches
         [XOR형]
         []
  • kero . . . . 7 matches
         #redirect
  • 개인키,공개키/박진영,김수진,나휘동 . . . . 7 matches
         키 : 70, 키 : 186
         [호화]
  • 데기 . . . . 7 matches
         [""]
  • 데블스캠프2006/월요일/함수/문제풀이/김대순 . . . . 7 matches
          == ==
          == ==
  • 만년달력/인수 . . . . 7 matches
          JButton submit = new JButton("");
          new CalendarFrame("");
  • 압축알고리즘/동경,세환 . . . . 7 matches
         == 해 ==
         == DPCM ==
         == DPCM 해 ==
         == ADPCM ==
         == ADPCM 해 ==
  • 유용한페이지 . . . . 7 matches
         []
  • 인수 . . . . 7 matches
         ZP 01학 .
  • 장용운/C과제/HW1 . . . . 7 matches
         
  • 프로그래밍실습&#40;2&#41; . . . . 7 matches
         [(2)/20051025]
  • 피보나치/곽세환 . . . . 7 matches
          cout << " ? : ";
         [환]
  • 하노이탑/김태훈 . . . . 7 matches
         [하탑] [2005]
  • 3학년강의교재 . . . . 6 matches
         ["3학/2002"]
  • BicycleRepairMan . . . . 6 matches
         http://bicyclerepair.sourceforge.net/ . python refactoring 툴. idlefork vim 통합 .
  • ClassifyByAnagram/김재우 . . . . 6 matches
          * Time: 11:24:26
          * Time: 11:31:21
  • ErdosNumbers/임인택 . . . . 6 matches
          if name == erdosName: #
  • Hyacinth . . . . 6 matches
         ["홈페"], ["ZeroWikian"]
  • LCD-Display/김상섭 . . . . 6 matches
         == ==
  • NowOrNever . . . . 6 matches
         []
  • NumericalAnalysisClass/Exam2004_2 . . . . 6 matches
         [http://dduk.idaizy.com/data/exam/%BC%F6%C4%A1%C7%D8%BC%AE2004%B3%E2%B1%E2%B8%BB%B0%ED%BB%E7.hwp (한2002)]
  • Omok/상규 . . . . 6 matches
         === ===
  • ReverseAndAdd/태훈 . . . . 6 matches
          print '!! : ' + n
          n = raw_input(' >> ')
  • ScheduledWalk/권정욱 . . . . 6 matches
         == ScheduledWalk/ ==
          } //
  • Shoemaker's_Problem/곽병학 . . . . 6 matches
         // ...
  • TicTacToe/임인택 . . . . 6 matches
          System.out.println("흑 ");
          System.out.println(" ");
  • Tip . . . . 6 matches
         []
  • TortoiseSVN . . . . 6 matches
          SubVersion Client.
  • WikiSlide . . . . 6 matches
         == ? ==
  • Zeropage/Staff/회의 . . . . 6 matches
          == Zeropage/Staff/회 ==
          === ===
         [Zeropage/Staff/회_2006_01_19]
         [Zeropage/Staff/회_2006_02_13]
         [Zeropage/Staff/회_2006_03_04]
  • html5practice/roundRect . . . . 6 matches
          * roundRect function [http://js-bits.blogspot.com/2010/07/canvas-rounded-corner-rectangles.html ] 하.
  • 곽병학 . . . . 6 matches
         Describe 학 here
         * ACM
  • 데블스캠프2006/월요일/연습문제/기타문제/윤성준 . . . . 6 matches
         == ==
  • 마방진/곽세환 . . . . 6 matches
          cout << " ? : ";
          cout << " ? : ";
  • 상식분류 . . . . 6 matches
         [""]
  • 스터디분류 . . . . 6 matches
         [""]
  • 아잉블러그/11월18일모임내용 . . . . 6 matches
         [(zeropage)]
  • 압축알고리즘/희경&능규 . . . . 6 matches
         === 1 ===
         === 2 ===
         === 해1 ===
         === 해2 ===
  • 정렬/문원명 . . . . 6 matches
         ,.
         []
  • 정렬/민강근 . . . . 6 matches
         []
  • 정렬/손동일 . . . . 6 matches
         SeeAlso []
         []
  • 컬럼분류 . . . . 6 matches
         [""]
  • 토론분류 . . . . 6 matches
         [""]
  • 투표분류 . . . . 6 matches
         [""]
  • 파스칼삼각형/윤종하 . . . . 6 matches
          cout<<" ?";
         n=input(" ")
  • 패턴분류 . . . . 6 matches
         [""]
  • 프로그래밍분류 . . . . 6 matches
         [""]
  • 행사분류 . . . . 6 matches
         []
  • 3N+1Problem/강소현 . . . . 5 matches
         [ACM_ICPC/2011]
  • ADisciplineOfProgramming . . . . 5 matches
         []
  • AKnight'sJourney/강소현 . . . . 5 matches
         [ACM_ICPC/2011]
  • Atom . . . . 5 matches
         []
  • DesignPatternsExplained . . . . 5 matches
         []
  • DevilsCamp . . . . 5 matches
         #redirect
  • DontDeleteThisPage . . . . 5 matches
         [""]
  • FunctionalLanguage . . . . 5 matches
         []
  • IoLanguage . . . . 5 matches
         See also Seminar:
  • Luon . . . . 5 matches
         #redirect
  • PHP-방명록만들기 . . . . 5 matches
          mysql_query("CREATE DATABASE IF NOT EXISTS problem CHARACTER SET euckr",$connect);//$dbname = mysql_create_db("problem", $connnect);
  • PatternsOfEnterpriseApplicationArchitecture . . . . 5 matches
         [""]
  • PlayFramework . . . . 5 matches
         [Java] web framework
  • RSS . . . . 5 matches
         [] [Atom]
  • ReverseAndAdd/최경현 . . . . 5 matches
         [ReverseAndAdd] [2005]
  • RoboCode/siegetank . . . . 5 matches
         [RoboCode] [2005]
  • Scheduled Walk/소영&재화 . . . . 5 matches
          //
  • Steps/김상섭 . . . . 5 matches
         == ..ㅡㅜ ==
  • TicTacToe/박진영,곽세환 . . . . 5 matches
          System.out.println("");
  • WhyWikiWorks . . . . 5 matches
         []
  • XML/Csharp . . . . 5 matches
         == ==
  • jereneal20 . . . . 5 matches
         #redirect
  • linflus . . . . 5 matches
         #redirect
  • mailied . . . . 5 matches
         #redirect
  • usa_selfish/곽병학 . . . . 5 matches
         === ===
         [ACM_ICPC/2012]
  • 달리기/강소현 . . . . 5 matches
         [ACM_ICPC/2011]
  • 데블스캠프2005/Socket Programming in Unix/Windows Implementation . . . . 5 matches
         [2005]
  • 데블스캠프2006/월요일/연습문제/기타문제/성우용 . . . . 5 matches
          == ==
  • 데블스캠프2006/월요일/함수/문제풀이/윤영준 . . . . 5 matches
         = =
          cout<<"";
  • 데블스캠프2006/월요일/함수/문제풀이/정승희 . . . . 5 matches
         
  • 데블스캠프2011/다섯째날/PythonNetwork . . . . 5 matches
         [2011]
  • 데블스캠프2011/셋째날/RUR-PLE/서영주 . . . . 5 matches
         == ==
  • 데블스캠프2012/넷째날/묻지마Csharp/Mission2/서민관 . . . . 5 matches
          MessageBox.Show(currentYear - oldYear +1 + " ");
  • 데블스캠프2013 . . . . 5 matches
         #redirect /2013
  • 반복문자열/임인택 . . . . 5 matches
         []
  • 선희/짜다 만 소스 . . . . 5 matches
         == Ver. 2.0 ==
  • 알고리즘5주참고자료 . . . . 5 matches
         [http://www.cs.cmu.edu/afs/cs.cmu.edu/user/avrim/www/Randalgs97/home.html ]
  • 오목/휘동, 희경 . . . . 5 matches
         MFC.
         .,
  • 의제패턴 . . . . 5 matches
         #redirect
  • 졸업논문/참고문헌 . . . . 5 matches
         []
  • 코드레이스 . . . . 5 matches
         [/2007.3.24]
  • 파일 입출력_1 . . . . 5 matches
          // cout << " ."<<endl;
  • 피보나치/임인택2 . . . . 5 matches
         []
  • AustralianVoting/Leonardong . . . . 4 matches
         
  • C 스터디_2005여름/학점계산프로그램/김태훈김상섭 . . . . 4 matches
          while(fin>>tmp) // 학
          fin >> name; //
  • CodeRace/20060105/민경선호재선 . . . . 4 matches
         == ==
  • DeokjuneYi . . . . 4 matches
         #redirect
  • DermubaTriangle/문보창 . . . . 4 matches
         == ==
         == ==
  • DesignPattern . . . . 4 matches
         #redirect
  • Enoch . . . . 4 matches
         #redirect
  • EuclidProblem/Leonardong . . . . 4 matches
         
  • HASH구하기/조동영,이재환,노수민 . . . . 4 matches
         == ==
  • HanoiTowerTroublesAgain!/문보창 . . . . 4 matches
         == ==
         == ==
  • HeadFirstDesignPatterns . . . . 4 matches
         - [http://www.zeropage.org/pds/2005101782425/headfirst_designpatterns.rar ]
  • HowManyFibs?/문보창 . . . . 4 matches
         == ==
         == ==
  • JollyJumpers/정진경 . . . . 4 matches
         Describe JollyJumpers/ here
  • Map연습문제/김홍선 . . . . 4 matches
         === Map ===
  • Map연습문제/노수민 . . . . 4 matches
         === Map ===
  • MobileJavaStudy/SnakeBite/FinalSource . . . . 4 matches
         == ==
         === ===
  • NeoCoin . . . . 4 matches
         홈페
  • OurMajorLangIsCAndCPlusPlus/2006.1.19 . . . . 4 matches
         : ??
  • PatternCatalog . . . . 4 matches
         ["패"]
  • ScheduledWalk/욱주&민수 . . . . 4 matches
         
  • SmithNumbers/문보창 . . . . 4 matches
         ==== ====
         ==== ====
  • Stack/임다찬 . . . . 4 matches
         []
  • TextAnimation/권정욱 . . . . 4 matches
         == TextAnimation/ ==
  • TheKnightsOfTheRoundTable/문보창 . . . . 4 matches
         == ==
         == ==
  • enochbible . . . . 4 matches
         #redirect
  • regex . . . . 4 matches
         #redirect
  • to.상협 . . . . 4 matches
         tmp = commands.getoutput('echo "%s" | smbclient -M -' % string.join(string.split(urldump)))
  • 데블스캠프2006/월요일/함수/문제풀이/주소영 . . . . 4 matches
         ====
  • 데블스캠프2006/화요일/pointer/문제4/주소영 . . . . 4 matches
         ====
  • 마방진/김아영 . . . . 4 matches
         []
  • 소수구하기/zennith . . . . 4 matches
         [""]
  • 아무개 . . . . 4 matches
         NoSmok:
  • 연습장 . . . . 4 matches
         '''[]'''
          *
  • 위키정원사 . . . . 4 matches
         #redirect
  • 유니코드와ANSI문자열간변환 . . . . 4 matches
          * [http://www.winapiprogramming.com/MyHome/api.htm ]
  • 임인택/Link . . . . 4 matches
          * [http://forums.mozilla.or.kr/viewtopic.php?t=954&highlight=%C5%D7%B8%B6 테]
         [택]
  • 지원 . . . . 4 matches
         #redirect
  • 피보나치/김소현,임수연 . . . . 4 matches
          printf("");
  • A_Multiplication_Game/권영기 . . . . 3 matches
         [ACM_ICPC/2012]
  • AngularJS . . . . 3 matches
          * [http://angularjs.org 크]
         == 크 ==
  • Button/상욱 . . . . 3 matches
         ["JavaStudyInVacation/황"]
  • C_Tip . . . . 3 matches
         1. [함]
  • ConvertAppIntoApplet/진영 . . . . 3 matches
         ["JavaStudyInVacation/황"]
  • DamienRice . . . . 3 matches
         #redirect
  • EXIT MUSIC처음화면 . . . . 3 matches
         === ===
  • Hartals/상협재동 . . . . 3 matches
         = Hartals/ =
  • HelloWorld/상욱 . . . . 3 matches
         ["JavaStudyInVacation/황"]
  • HelloWorld/영동 . . . . 3 matches
         ["JavaStudyInVacation/황"]
  • HelloWorld/진영 . . . . 3 matches
         ["JavaStudyInVacation/황"]
  • Java/JSP . . . . 3 matches
         = =
  • LC-Display/상협재동 . . . . 3 matches
         = LC-Display/ =
  • Nand2Tetris . . . . 3 matches
         #redirect /Nand 2 Tetris
  • Passion . . . . 3 matches
         #redirect
  • RoboCode/LowQuality . . . . 3 matches
         = =
  • SandBox . . . . 3 matches
         #redirect
  • TicTacToe/노수민 . . . . 3 matches
          setTitle("Player " + turn + " ");
  • WorldCupNoise/정진경 . . . . 3 matches
          * [http://poj.org/problem?id=1953 크]
  • XOR삼각형/aekae . . . . 3 matches
         [XOR형]
  • XOR삼각형/임인택 . . . . 3 matches
         [XOR형]
  • aekae . . . . 3 matches
         #redirect 황
  • chonie . . . . 3 matches
         #redirect
  • koi_aio/권영기 . . . . 3 matches
         [ACM_ICPC/2012]
  • michin1213 . . . . 3 matches
         #redirect
  • radiohead4us/PenpalInfo . . . . 3 matches
         [택]
  • redd0g . . . . 3 matches
         #redirect
  • usa_selfish/권영기 . . . . 3 matches
         [ACM_ICPC/2012]
  • 개인키,공개키/노수민,신소영 . . . . 3 matches
         [호화]
  • 구구단/aekae . . . . 3 matches
         [""] [aekae]
  • 구구단/이태양 . . . . 3 matches
         []
  • 구구단/임다찬 . . . . 3 matches
         []
  • 구구단/주요한 . . . . 3 matches
         []
  • 김윤환 . . . . 3 matches
         !
  • 데블스캠프2006/월요일/연습문제/기타문제/이장길 . . . . 3 matches
         ====
  • 데블스캠프2006/화요일/pointer/문제2/주소영 . . . . 3 matches
          2~
  • 무지개손가락 . . . . 3 matches
         #redirect
  • 신형준 . . . . 3 matches
         Describe here
  • 임인택/AdvancedDigitalImageProcessing . . . . 3 matches
         [택]
  • 임인택/Temp . . . . 3 matches
         [택]
  • 재선 . . . . 3 matches
         #redirect 황
  • 정렬/장창재 . . . . 3 matches
         []
  • 주요한 . . . . 3 matches
         = 한 =
  • 최경현 . . . . 3 matches
         20051089 CAUCSE
  • 톱아보다 . . . . 3 matches
         #redirect
  • 프로그래밍잔치/SmallTalk . . . . 3 matches
         === ===
  • API/WindowsAPI . . . . 2 matches
         [http://www.winapi.co.kr/win32lec/lec2/lec2-1-1.htm WinAPI ]
  • HASH구하기/강희경,김홍선 . . . . 2 matches
         === HASH ===
  • IndexedTree/권영기 . . . . 2 matches
         BinaryIndexedTree C++
  • JTDStudy/두번째과제/상욱 . . . . 2 matches
         == ==
  • JavaStudy2004/이재환 . . . . 2 matches
         === ===
  • Map연습문제/나휘동 . . . . 2 matches
         [STL]
  • ReverseAndAdd/김범준 . . . . 2 matches
          number = str(input(': '))
  • Self-describingSequence/shon . . . . 2 matches
         == Source - 1 ==
         == Source - 2 ==
  • SeminarHowToProgramIt/Pipe/vendingmachine.py . . . . 2 matches
         #
  • User Stories . . . . 2 matches
          : http://www.extremeprogramming.org/rules/userstories.html
  • VendingMachine_참관자 . . . . 2 matches
          printf(":");
  • WERTYU/허아영 . . . . 2 matches
         = =
  • crossedladder/곽병학 . . . . 2 matches
         Describe crossedladder/학 here
  • undinekr . . . . 2 matches
         #redirect
  • 데블스캠프2006/월요일/연습문제/기타문제/이차형 . . . . 2 matches
          == 형 ==
  • 마방진/변준원 . . . . 2 matches
          cout << "행() ? = " ;
  • 방선희 . . . . 2 matches
         #redirect
  • 정렬/aekae . . . . 2 matches
         
  • 정렬/방선희 . . . . 2 matches
         []
  • 책아저씨 . . . . 2 matches
         #Redirect
  • 최소정수의합/김대순 . . . . 2 matches
          == !! ==
  • Map연습문제/조동영 . . . . 1 match
         == 힝==
  • 데블스캠프2005/금요일/OneCard . . . . 1 match
          crossBar = ''*len(cards)*3
Found 4576 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
last modified 2021-02-16 14:07:46
Processing time 2.5358 sec