E D R , A S I H C RSS

Full text search for "System"

System


Search BackLinks only
Display context of search results
Case-sensitive searching
  • 데블스캠프2012/넷째날/묻지마Csharp/Mission3/김수경 . . . . 84 matches
         using System;
         using System.Collections.Generic;
         using System.ComponentModel;
         using System.Data;
         using System.Drawing;
         using System.Linq;
         using System.Text;
         using System.Windows.Forms;
          private System.ComponentModel.IContainer components = null;
          this.components = new System.ComponentModel.Container();
          this.startBtn = new System.Windows.Forms.Button();
          this.timer1 = new System.Windows.Forms.Timer(this.components);
          this.hour = new System.Windows.Forms.Label();
          this.minute = new System.Windows.Forms.Label();
          this.second = new System.Windows.Forms.Label();
          this.milli = new System.Windows.Forms.Label();
          this.label1 = new System.Windows.Forms.Label();
          this.label2 = new System.Windows.Forms.Label();
          this.label3 = new System.Windows.Forms.Label();
          this.stopBtn = new System.Windows.Forms.Button();
  • ClassifyByAnagram/sun . . . . 35 matches
          elapsed = System.currentTimeMillis();
          elapsed = System.currentTimeMillis() - elapsed;
          g.drawString( "....vendor : " + System.getProperty( "java.vm.vendor"), 10, 35 );
          g.drawString( "....version: " + System.getProperty( "java.vm.version"), 10, 50 );
          g.drawString( "....name: " + System.getProperty( "java.vm.name"), 10, 65 );
          System.out.print( item.next() );
          System.out.print( " " );
          System.out.println();
          long start = System.currentTimeMillis();
          FindAnagram anagram = new FindAnagram( System.in );
          long end = System.currentTimeMillis();
          long printEnd = System.currentTimeMillis();
          System.out.println( "수행시간: " + (end-start) + " ms" );
          System.out.println( "수행시간(print): " + (printEnd-start) + " ms" );
          long start = System.currentTimeMillis();
          FindAnagram anagram = new FindAnagram( System.in );
          long end = System.currentTimeMillis();
          anagram.print( System.out );
          long printEnd = System.currentTimeMillis();
          System.out.println( "수행시간: " + (end-start) + " ms" );
  • 조영준/다대다채팅 . . . . 32 matches
         using System;
         using System.Collections.Generic;
         using System.Linq;
         using System.Text;
         using System.Threading.Tasks;
         using System.Net;
         using System.Net.Sockets;
         using System.Threading;
         using System;
         using System.Collections.Generic;
         using System.Linq;
         using System.Text;
         using System.Threading.Tasks;
         using System.Net.Sockets;
         using System.Net;
         using System.Threading;
         using System;
         using System.Collections.Generic;
         using System.Linq;
         using System.Text;
  • Java/ModeSelectionPerformanceTest . . . . 24 matches
          start = System.currentTimeMillis();
          end = System.currentTimeMillis();
          System.out.println("if - else elapsed time :" + (end - start) + "ms ");
          start = System.currentTimeMillis();
          end = System.currentTimeMillis();
          System.out.println("elapsed time :" + (end - start) + "ms ");
          start = System.currentTimeMillis();
          end = System.currentTimeMillis();
          System.out.println("reflection with method initialize table elapsed time :" + (end - start) + "ms ");
          start = System.currentTimeMillis();
          end = System.currentTimeMillis();
          System.out.println("reflection with method elapsed time :" + (end - start) + "ms ");
          start = System.currentTimeMillis();
          end = System.currentTimeMillis();
          System.out.println("interface table lookup init table elapsed time :" + (end - start) + "ms ");
          start = System.currentTimeMillis();
          end = System.currentTimeMillis();
          System.out.println("interface table lookup elapsed time :" + (end - start) + "ms ");
          start = System.currentTimeMillis();
          end = System.currentTimeMillis();
  • Where's_Waldorf/곽병학_미완.. . . . . 21 matches
          /*System.out.println(str[i].charAt(index));
          System.out.println((row+1) + " " + (col+1));*/
          System.out.println("444 : " + (row+1) + " " + (col+1) );
          System.out.println();
          System.out.println("check: " + (row+1) + " " + (col+1));
          System.out.println();
          System.out.println();
          System.out.println(str);
          System.out.println();
          System.out.println("111 "+ temp_r + " " + temp_c);
          System.out.println("222");
          System.out.println("idx = " + idx);
          System.out.println("333");
          Scanner sc = new Scanner(System.in);
         // System.out.println(num); /////////
          // System.out.println(m); /////////
          // System.out.println(n); /////////
          // System.out.println(grid[row]);
          System.out.print(grid[a][b]);
          System.out.println();
  • JavaStudy2002/영동-3주차 . . . . 17 matches
          System.out.println("RandomWalk");
          System.out.print("\n");
          System.out.print(board[i][j]);
          System.out.print("\t");
          System.out.print("\n");
          System.out.println();
          System.out.print(board[i][j] + "\t");
          System.out.println();
          System.out.println("RandomWalk");
          System.out.println();
          System.out.print(board[i][j] + "\t");
          System.out.println();
          System.out.println("RandomWalk");
          System.out.println();
          System.out.print(board[i][j] + "\t");
          System.out.println();
          System.out.println("RandomWalk");
  • TicTacToe/박진영,곽세환 . . . . 17 matches
          System.out.println("play 2 WIN !!! ");
          System.out.println("play 2 WIN !!! ");
          System.out.println("play 2 WIN !!! ");
          System.out.println("play 2 WIN !!! ");
          System.out.println("play 2 WIN !!! ");
          System.out.println("play 2 WIN !!! ");
          System.out.println("play 2 WIN !!! ");
          System.out.println("play 2 WIN !!! ");
          System.out.println("play 1 WIN !!! ");
          System.out.println("play 1 WIN !!! ");
          System.out.println("play 1 WIN !!! ");
          System.out.println("play 1 WIN !!! ");
          System.out.println("play 1 WIN !!! ");
          System.out.println("play 1 WIN !!! ");
          System.out.println("play 1 WIN !!! ");
          System.out.println("play 1 WIN !!! ");
          System.out.println("무승부");
  • RandomWalk/임인택 . . . . 15 matches
          //System.err.println(e);
          System.out.println("toast~!");
          System.out.println("바퀴위치 : " + (roaX+x) + ", " + (roaY+y));
          System.out.println("바퀴위치 : " + roaX + ", " + roaY);
          System.out.print(_board[i][j] + "\t");
          System.out.println();
          System.err.println(e);
          System.err.println(e);
          System.err.println(e);
          System.err.println(e);
          System.err.println(e);
          System.err.println(e);
          System.out.println("Random walk finished.");
          System.out.println("There are" + _numOfVisited + " arrivals");
          System.out.println(adjInfo);
  • 호너의법칙/김정현 . . . . 15 matches
          Scanner input = new Scanner(System.in);
          System.out.print("X값을 입력 ");
          System.out.print("n========");
          for(int i=0;i<a.length;i++) System.out.print("====");
          System.out.print("n|index|");
          System.out.print(" "+i+" |");
          System.out.print("n========");
          for(int i=0;i<a.length;i++) System.out.print("====");
          System.out.print("n| data|");
          System.out.print(" "+a[i]+" |");
          System.out.print("n========");
          for(int i=0;i<a.length;i++) System.out.print("====");
          System.out.println("nHorner Function Value ----> "+output);
          System.out.println("Horner ADD Count ----> "+sum);
          System.out.println("Horner Multiply Count ----> "+mul);
  • JavaStudy2004/조동영 . . . . 14 matches
          System.out.println("공격받은후의 Dragoon의 Hp와 Shield");
          System.out.print(unitHp);
          System.out.print(unitShield);
          System.out.println("공격받은후의 Dragoon의 Hp와 Shield");
          System.out.print(unitHp);
          System.out.print(unitShield);
          System.out.println("공격받은후의 Dragoon의 Hp와 Shield");
          System.out.print(unitHp);
          System.out.print(unitShield);
          System.out.println("공격받기전의 Dragoon의 Hp와 Shield");
          System.out.println(d.getHp());
          System.out.println(d.getShield());
          System.out.println("Zealot이 생성되었습니다.");
          System.out.println("Dragoon이 생성되었습니다.");
  • ClassifyByAnagram/김재우 . . . . 12 matches
         using System;
         using System;
         using System.Collections;
         using System.IO;
          System.Collections.IEnumerator myEnumerator = list.GetEnumerator();
          System.out.print( "," );
          System.out.print( word );
          System.out.println( "" );
          long start = System.currentTimeMillis();
          BufferedReader reader = new BufferedReader( new InputStreamReader( System.in ) );
          System.err.println( "Elapsed: " + String.valueOf( System.currentTimeMillis() - start ) );
  • JavaNetworkProgramming . . . . 10 matches
          synchronized(System.out){ //메시지를 터미널에 출력하던 도중에 다른 쓰레드에 의해 String이 출력될수 없도록 동기화처리
          System.out.write(msg.charAt(i) & 0xff); //16비트 유니코드로 구성된 String은 연속한 바이트로 매스킹한후 출력
          System.out.write('\n'); //개행문자 출력
          System.out.flush(); //버퍼에 저장된 모든 데이커가 출력되었음을 확인하는 의미에서 스트림을 flush시킨다.
          while((numberRead =System.in.read(buffer))>=0) //가능한 많은 양을 읽는다. EOF가 -1을 반환하면 출력한다.
          System.out.write(buffer,0,numberRead);
          *스트림 필터의 사용 예제 : System.in으로 입력받는것을 BufferedInputStream필터를 거쳐서 LineNumberInputStream을 거처 DataInputStream을 거처서 DataOutputStream에 쓰여지고 BufferedOutputStream으로 버퍼링돼 한번에 출력된다. --;
          BufferedInputStream bufferedIn = new BufferedInputStream(System.in); //장치 입력을 버퍼 필터로 받는다.
          BufferedOutputStream bufferedOut = new BufferedOutputStream(System.out); //화면에 출력하기전 버퍼아웃픗스트림을 거친다.
          System.err.println(ex);
  • LoadBalancingProblem/임인택 . . . . 10 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)
          System.out.println("라이트");
          System.out.println();
          System.out.println("옮긴 횟수: " + getMovedJob() );
          System.out.print(_processor[i] + " " );
          System.out.println();
  • 데블스캠프2011/둘째날/Machine-Learning/NaiveBayesClassifier/송지원 . . . . 10 matches
          System.out.println(articles.get(i));
          System.out.print("\n\n");
          System.out.print(data.get(i));
          System.out.println(" " + frequency.get(i));
          System.out.println("Data size : "+data.size());
          System.out.println("Frequency size : "+frequency.size());
          for(int i=0; i<articleWords.size(); i++) System.out.println(articleWords.get(i));
          System.out.println(bayesNumber);
          System.out.println("bayes size : "+bayes.size());
          System.out.println(str);
  • EightQueenProblem/이선우2 . . . . 9 matches
          System.out.println( "Usage: java NQueen2 size" );
          System.exit( 1 );
          System.out.println( "has answers? " + nq.hasAnswers() );
          System.out.println( "number of answers: " + nq.countAnswers());
          System.out.println( "has answers? " + nq.hasAnswers() );
          System.out.println( "number of answers: " + nq.countAnswers( System.out ));
          System.out.println( "number of answers: " + nq.countAnswers( System.out ));
  • TheJavaMan/스네이크바이트 . . . . 9 matches
          System.out.print(board[i][j] + " ");
          System.out.println();
          System.out.println();
          System.out.println("움직이고자 하는 방향을 입력하세요");
          System.out.println("a : 왼쪽 " + "d : 오른쪽 " + "w : 위쪽 " + "x : 아래쪽");
          int select = System.in.read();
          while(System.in.read()!='\n')
          System.out.println(e.getActionCommand());
          System.exit(0);
  • 데블스캠프2004/금요일 . . . . 9 matches
          System.out.println("Hello world!");
          = new BufferedReader(new InputStreamReader(System.in));
          breader = new BufferedReader(new InputStreamReader(System.in));
          System.out.print("윈도우 이름 : ");
          System.out.print("넓이 : ");
          System.out.print("높이 : ");
          System.out.println("x 좌표 : " + x);
          System.out.println("y 좌표 : " + y);
          System.out.print("Click!! ");
  • 데블스캠프2005/금요일/OneCard/이동현 . . . . 9 matches
          System.out.print(i+".("+card.face+" "+card.num+") ");
          System.out.print("\n");
          System.out.println("컴퓨터카드");
          System.out.println("마지막으로 낸 카드");
          System.out.println(discard.retTop());
          System.out.println("플레이어카드");
          System.out.println("");
          System.out.println("컴퓨터승리");
          System.out.println("플레이어승리");
  • 정모/2011.4.4/CodeRace/강소현 . . . . 9 matches
          Scanner input = new Scanner(System.in);
          System.out.println("Luke가 강에 빠졌습니다ㅠㅠ");
          System.exit(1);
          System.out.print("강 건널 사람 몇 명(0~2)? ");
          System.out.print("건널 사람 이름?(Layton: 1, Luke: 2, Bad: 3)->");
          System.out.println("[Error] 배는 2인승이야!");
          System.out.println("[Error] Luke 혼자 못탐ㅋ");
          System.out.print("town : " + people[i].getPosition().getTownName());
          System.out.println(", name : " + people[i].getName());
  • DataStructure/List . . . . 8 matches
          System.out.println("저장된 데이터양을 초과하는 인덱스입니다!");
          System.out.println("저장된 데이터가 없습니다!");
          System.out.println(data);
          System.out.println("1. Add");
          System.out.println("2. Delete");
          System.out.println("3. Show");
          System.out.println("4. End");
          System.out.print("Select the Menu : ");
  • HelpOnMacros . . . . 8 matches
         매크로는 위키 페이지에 특수한 기능을 집어넣는 확장입니다. 대부분의 위키페이지는 매크로기능을 사용하지 않고 있지만 경우에 따라서 이러한 특수한 기능이 필요할 때가 있습니다. 예를 들어 RecentChanges 페이지에는 RecentChanges매크로를 사용하고 있고, SystemInfo 페이지에는 SystemInfo 매크로를 사용하고 있습니다. 각 페이지를 편집하거나 [[Icon(info)]]를 눌러 이전 정보로부터 페이지 소스를 보시면 매크로를 어떻게 사용하고 있는지를 보실 수 있습니다.
         ||{{{[[SystemInfo]]}}} || 현재 위키의 사양 || SystemInfo ||
         각각의 매크로에 대한 예제는 각 매크로 해당 페이지에서 보실 수 있습니다. 간단한 예로 SystemInfo페이지에서 사용하는 {{{[[SystemInfo]]}}}매크로입니다. {{{[[SystemInfo]]}}}를 임의의 페이지에 집어넣으면 다음과 같이 보여집니다:
          [[SystemInfo]]
  • JollyJumpers/조현태 . . . . 8 matches
         using System;
         using System.Collections.Generic;
         using System.Linq;
         using System.Text;
          String text = System.Console.ReadLine();
          System.Console.WriteLine("Jolly");
          System.Console.WriteLine("Not jolly");
          text = System.Console.ReadLine();
  • Refactoring/ComposingMethods . . . . 8 matches
          System.out.println( "name:" + _name);
          System.out.println( "amount" + amount);
          System.out.println( "name:" + _name);
          System.out.println( "amount" + amount);
          System.out.println (temp);
          System.out.println(temp);
          System.out.println(perimeter);
          System.out.println(area);
  • 데블스캠프2012/넷째날/묻지마Csharp/Mission3/김준석 . . . . 8 matches
         using System;
         using System.Collections.Generic;
         using System.ComponentModel;
         using System.Data;
         using System.Drawing;
         using System.Linq;
         using System.Text;
         using System.Windows.Forms;
  • 데블스캠프2012/넷째날/묻지마Csharp/김태진 . . . . 8 matches
         using System;
         using System.Collections.Generic;
         using System.ComponentModel;
         using System.Data;
         using System.Drawing;
         using System.Linq;
         using System.Text;
         using System.Windows.Forms;
  • 정모/2011.4.4/CodeRace . . . . 8 matches
          System.out.println(name + "은/는 지금 "+city+"에있다");
         // System.out.println(city);
         // System.out.println(city);
         // System.out.println(city);
          System.out.println("Uncle loc : " + str);
          System.out.println("루크 죽음 ㅋ");
          System.out.println("Child loc : " + str);
          System.out.println("Professor loc : " + str);
  • JTDStudy/첫번째과제/정현 . . . . 7 matches
          Scanner input= new Scanner(System.in);
          System.out.println("baseball game");
          System.out.println("what are you doing?");
          System.exit(0);
          System.out.print(baseBall.getStrike() + " strike, ");
          System.out.println(baseBall.getBall() + "ball");
          System.out.println("good");
  • OperatingSystemClass . . . . 7 matches
         수업내용: Operating System 에 대한 전반적인 개론. Computer Architecture 에서 한단계 더 위의 Layer 를 공부하게 된다. 메모리의 계층구조, 멀티테스킹과 그에 따른 동기화문제, 가상 메모리 등등.
          * ["OperatingSystemClass/Exam2002_1"]
          * ["OperatingSystemClass/Exam2002_2"]
          * ["OperatingSystemClass/Exam2006_1"]
          * ["OperatingSystemClass/Exam2006_2"]
         OS 수업시간의 교재인 Applied Operating System 이나 이 책의 원판에 대당하는 Operating System Concepts 는 개인적으로 좋은 책이라 생각.--["1002"]
  • ZIM/EssentialUseCase . . . . 7 matches
          || Actor Action || System Response ||
          || Actor Action || System Response ||
          || Actor Action || System Response ||
          || Actor Action || System Response ||
          || Actor Action || System Response ||
          || Actor Action || System Response ||
         화일 전송시의 System Response는 클라이언트프로그램의 입장에서 써야 하나요? -- 석천
  • 만년달력/영동 . . . . 7 matches
          System.out.println(dYear+"년 "+dMonth+"월의 달력");
          System.out.print(nameOfday[i]+"\t");
          System.out.print("\n");
          System.out.print("\t");//해당 달의 첫날의 요일 설정. +1인 이유는 1년 1월 1일은 일요일
          System.out.print(i+"\t");
          System.out.print("\n");
          System.out.print("\n");
  • 서지혜/Calendar . . . . 7 matches
          System.out.println("Input year pleas : ex) 2013");
          System.out.print(">> ");
          Scanner scanner = new Scanner(System.in);
          System.out.println("MONTH : " + month);
          System.out.println("sun\tmon\ttue\twed\tthu\tfri\tsat");
          System.out.println(days + "\n");
          System.out.println("THIS YEAR IS : " + year + "\n\n");
  • BasicJAVA2005/실습1/송수생 . . . . 6 matches
          System.out.println("입력:");
          Scanner scannumber = new Scanner(System.in);
          System.out.print("Strike=");
          System.out.print(strike);
          System.out.print("Ball=");
          System.out.println(ball);
  • BasicJAVA2005/실습1/조현태 . . . . 6 matches
          Scanner NumberScanner = new Scanner(System.in);
          System.out.println("동일한 숫자를 입력하였습니다. 다시 입력해주세요.");
          System.out.print("Strike = ");
          System.out.println(strike);
          System.out.print("Ball = ");
          System.out.println(ball);
  • EightQueenProblem/kulguy . . . . 6 matches
          long start = System.currentTimeMillis();
          System.out.println("소요시간(ms) = " + String.valueOf(System.currentTimeMillis() - start));
          System.out.println("가능한 해답 = " + String.valueOf(problem.getSuccessNum()));
          // System.out.println("성공 " + String.valueOf(++successNum));
          // System.out.println(board);
  • EightQueenProblem/이선우 . . . . 6 matches
          //System.exit( 0 );
          if( board[i] == j ) System.out.print( QUEEN_MARK );
          else System.out.print( BLANK_BOARD );
          System.out.println();
          System.out.println( "Number of different board: " + numberOfBoard );
          System.out.println( "Usage: java NQueen size_of_queen" );
  • JollyJumpers/황재선 . . . . 6 matches
          BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
          System.out.println(v.get(i));
          BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
          System.out.println((String) list.get(i));
          System.out.println("3000 초과. 다시 입력하세요");
          System.out.println("수열의 개수가" + size + "과 다릅니다. 다시 입력하세요");
  • LinuxSystemClass . . . . 6 matches
         [LinuxSystemClass/Report2004_1] - PosixThread 를 이용, 스레드를 만들고 그에 따른 퍼포먼스 측정.
         [LinuxSystemClass/Exercise2004_1]
         [LinuxSystemClass/Exercise2004_2]
         [LinuxSystemClass/Exercise2004_3]
         [LinuxSystemClass/Exam_2004_1]
         학교 수업공부를 하거나 레포트를 쓰는 경우 위의 학교 교재와 함께 'The Design of the Unix Operating System' 을 같이 보면 도움이 많이 된다. 해당 알고리즘들에 대해서 좀 더 구체적으로 서술되어있다. 단, 책이 좀 오래된 감이 있다.
  • PatternOrientedSoftwareArchitecture . . . . 6 matches
         || Distributed Systems || Broken Patterns || use in distributed application ||
         || Interactive Systems || Model-View-Controlled, Presentation-Abstraction-Control Pattern || - ||
         || Adaptable Systems || Microkernel pattern || - ||
          * 시스템의 각 부분은 교환 가능해야 한다. (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 ( 정확한 의미는 모르겠음, 누가 해석좀....)
          * Relaxed Layered System : 이시스템을 통해서 얻은 유연성과 성능의 향상은 유지보수 능력의 저하를 가져온다. application 소프트웨어 보다 infrastructure(영구적인) 시스템에서 자주 본다. UNIX, X Window System가 그예이다.
          * Information System(IS)
  • Server&Client/상욱 . . . . 6 matches
          System.err.println("실행할 수 없습니다.");
          System.out.println("서버에서 접속을 기다립니다.");
          System.out.println("접속되었습니다.");
          System.out.println(connect.getInetAddress());
          System.out.println("종료되었습니다.");
          System.out.println("예외가 발생하였습니다.");
  • UML . . . . 6 matches
         In software engineering, Unified Modeling Language (UML) is a non-proprietary, third generation modeling and specification language. However, the use of UML is not restricted to model software. It can be used for modeling hardware (engineering systems) and is commonly used for business process modeling, organizational structure, and systems engineering modeling. The UML is an open method used to specify, visualize, construct, and document the artifacts of an object-oriented software-intensive system under development. The UML represents a compilation of best engineering practices which have proven to be successful in modeling large, complex systems, especially at the architectural level.
         This diagram describes the functionality of the (simple) Restaurant System. The Food Critic actor can Eat Food, Pay for Food, or Drink Wine. Only the Chef Actor can Cook Food. Use Cases are represented by ovals and the Actors are represented by stick figures. The box defines the boundaries of the Restaurant System, i.e., the use cases shown are part of the system being modelled, the actors are not.
         This diagram describes the structure of a simple Restaurant System. UML shows [[Inheritance_(computer_science)|Inheritance]] relationships with a [[triangle]]; and containers with [[rhombus|diamond shape]]. Additionally, the role of the relationship may be specified as well as the cardinality. The Restaurant System has any number of Food dishes(*), with one Kitchen(1), a Dining Area(contains), and any number of staff(*). All of these objects are associated to one Restaurant.
         This diagram describes the sequences of messages of the (simple) Restaurant System. This diagram represents a Patron ordering food and wine; drinking wine then eating the food; finally paying for the food. The dotted lines extending downwards indicate the timeline. The arrows represent messages (stimuli) from an actor or object to other objects. For example, the Patron sends message 'pay' to the Cashier. Half arrows indicate asynchronous method calls.
         Above is the collaboration diagram of the (simple) Restaurant System. Notice how you can follow the process from object to object, according to the outline below:
         A Collaboration diagram models the interactions between objects in terms of sequenced messages. Collaboration diagrams represent a combination of information taken from [[#UML_Class Diagram|Class]], [[#UML_Sequence_Diagram|Sequence]], and [[#UML_Use_Case_Diagram|Use Case Diagrams]] describing both the static structure and dynamic behavior of a system.
         Activity diagrams represent the business and operational workflows of a system. An Activity diagram is a variation of the state diagram where the "states" represent operations, and the transitions represent the activities that happen when the operation is complete.
         Deployment diagrams serve to model the hardware used in system implementations and the associations between those components. The elements used in deployment diagrams are nodes (shown as a cube), components (shown as a rectangular box, with two rectangles protruding from the left side) and associations.
         Another problem is that UML doesn't apply well to distributed systems. In such systems, factors such as serialization, message passing and persistence are of great importance. UML lacks the ability to specify such things. For example, it is not possible to specify using UML that an object "lives" in a [[server]] process and that it is shared among various instances of a running [[process]].
         [http://www.sparxsystems.com.au/resources/uml2_tutorial/] - 좋은 UML 튜토리얼
  • 김희성/MTFREADER . . . . 6 matches
          SYSTEMTIME time;
          FileTimeToSystemTime((FILETIME*)offset,&time);
          FileTimeToSystemTime((FILETIME*)(offset+8),&time);
          FileTimeToSystemTime((FILETIME*)(offset+24),&time);
          FileTimeToSystemTime((FILETIME*)(offset+8),&time);
          FileTimeToSystemTime((FILETIME*)(offset+16),&time);
          FileTimeToSystemTime((FILETIME*)(offset+32),&time);
  • 데블스캠프2009/목요일/연습문제/MFC/서민관 . . . . 6 matches
          // Add "About..." menu item to system menu.
          // IDM_ABOUTBOX must be in the system command range.
          CMenu* pSysMenu = GetSystemMenu(FALSE);
          int cxIcon = GetSystemMetrics(SM_CXICON);
          int cyIcon = GetSystemMetrics(SM_CYICON);
         // The system calls this to obtain the cursor to display while the user drags
          // Add "About..." menu item to system menu.
          // IDM_ABOUTBOX must be in the system command range.
          CMenu* pSysMenu = GetSystemMenu(FALSE);
          int cxIcon = GetSystemMetrics(SM_CXICON);
          int cyIcon = GetSystemMetrics(SM_CYICON);
         // The system calls this to obtain the cursor to display while the user drags
  • 데블스캠프2011/다섯째날/HowToWriteCodeWell/박정근,김수경 . . . . 6 matches
          //System.out.println(e.floor());
          //System.out.println(e.floor());
          //System.out.println(e.floor());
          //System.out.println(e.floor());
          //System.out.println(e.floor());
          //System.out.println(e.floor());
  • 데블스캠프2013/셋째날/머신러닝 . . . . 6 matches
         using System;
         using System.Collections.Generic;
         using System.Linq;
         using System.Text;
         using System.Threading.Tasks;
         using System.IO;
  • 이영호/개인공부일기장 . . . . 6 matches
         ☆ 구입해야할 책들 - 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)
         1일 (월) - System Programming
         31 (일) - Network Programming(멀티쓰레드 - POSIX, MUTEX, SEMAPORE), System Programming(Kernel)
         23 (토) - Compilers(정말... 정말 이 책 못보겠다. 어렵다. 미치겠다. 같은 부분 3번 읽고서 반정도 이해 되니 이거 무슨 왜 배워야되는지 이유를 알아야 머리에 들어오는데 그냥 무지막지하게 이론만 쓰다니.), Socket/System Programming in C (지난주 복습, 고급입출력, Broadcast/Multicast)
         17 (일) - Socket/System Programming in C (Multiplexing)
         16 (토) - Socket/System Programming in C (Signal 처리와 Process간의 Pipe 사용법(IPC)), 유리수, 카네기 행복론.
  • 조영준/파스칼삼각형/이전버전 . . . . 6 matches
         using System;
         using System;
         using System;
         using System;
         {{{using System;
         {{{using System;
  • 진격의안드로이드&Java . . . . 6 matches
          System.out.println("hello");
          4: getstatic #2 // Field java/lang/System.out:Ljava/io/PrintStream;
          System.out.println("hello");
          4: getstatic #2 // Field java/lang/System.out:Ljava/io/PrintStream;
          System.out.println("hello");
          4: getstatic #2 // Field java/lang/System.out:Ljava/io/PrintStream;
  • AKnight'sJourney/강소현 . . . . 5 matches
          Scanner sc = new Scanner(System.in);
          System.out.println("Scenario #"+i+":");
          System.out.printf("%c%d",savePath[k][1]+64, savePath[k][0]);
          System.out.print("impossible");
          System.out.println("\n");
  • EffectiveC++ . . . . 5 matches
         FileSystem& theFileSystem()
          static FileSystem tfs;
          // theFileSystem 함수를 호출하여 디렉토리 부분을 초기화 시킨다.
         이렇게 함으로 반드시 Directory클래스가 초기화 되기전에 FileSystem을 초기화 시킬수 있다.
  • EightQueenProblem/이선우3 . . . . 5 matches
          if( chessman instanceof Queen ) System.out.print( "Q" );
          else System.out.print( "." );
          System.out.println();
          System.out.println( "I found " + player.getNumberOfSolutions() + " solutions." );
          System.out.println( "Usage: java NQueensPlayer size_of_board" );
  • HelloWorld . . . . 5 matches
          System.out.println("Hello, World!");
          System.out.println(what);
         using System;
          System.Console.WriteLine("Hello World!");
         using namespace System;
  • JavaHTMLParsing/2011년프로젝트 . . . . 5 matches
          System.out.println(buf);
          System.err.println("잘못된 URL입니다. 사용법 : java URLConn http://hostname/path]");
          System.exit(1);
          System.err.println("IOException " + ioe);
          System.exit(1);
  • JavaStudy2002/영동-2주차 . . . . 5 matches
          System.out.println("RandomWalk");
          System.out.print("\n");
          System.out.print(board[i][j]);
          System.out.print("\t");
          System.out.print("\n");
  • JavaStudy2002/입출력관련문제 . . . . 5 matches
          BufferedReader bufferReader = new BufferedReader(new InputStreamReader(System.in));
          System.out.println("글자 한줄 입력 받기 예제");
          for ( int i=0;i<input.length;i++)System.out.println(input[i]);
          System.out.println("\n글자나누기 예제\n");
          for ( int i=0;i<input.length;i++)System.out.println(input[i]);
  • JollyJumpers/iruril . . . . 5 matches
          BufferedReader in = new BufferedReader( new InputStreamReader(System.in));
         // System.out.println(differenceValue);
         // System.out.println(tempDiffer);
          System.out.println("Jolly");
          System.out.println("Not Jolly");
  • Linux/필수명령어/용법 . . . . 5 matches
         -v : System V의 df와의 호환을 위한 옵션이다. 무시된다.
         이것은 시스템이 처음 가동될 때 자동으로 호출된다. 이름은 file system check를 줄인 것으로, 파일 시스템을 스캔(scan)하여 일관성을 유지하고 있는가를 검사한다.
         시스템이 halt되면 'System halted' 메시지가 나오고, 시스템은 정지한다. halt는 옵션을 가지지 않는다.
         : 전자 우편을 사용하기 위해 mail이라는 명령을 사용한다. System V 같은 계열의 유닉스에서는 mailx라고 하기도 한다. BSD에서는 mail이라고 하며, 당연히 BSD 계열인 리눅스에서도 그렇게 부른다.
         more는 BSD에 있었으나 지금은 System V 등에도 있으며 리눅스는 물론이고 대부분의 유닉스가 기본적으로 가지고 있는 유틸리티이다. 기본적으로 more는 한 번에 한 페이지 단위로 파일의 내용을 출력한다.
         - $ shutdown 23:30 System will be down at 11:30 PM!!
         - audio system
         - audio system
         30 minutes latter, this system will be halted!! ^D
  • Lotto/강소현 . . . . 5 matches
          Scanner sc = new Scanner(System.in);
          if(k==0) System.exit(0);
          System.out.print(S[i]+" ");
          System.out.println(S[i]);
          System.out.println("");
  • MineSweeper/황재선 . . . . 5 matches
          BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
          System.out.println("Field #" + num + ":");
          System.out.print(arr[row][col]);
          System.out.println();
          System.out.println();
  • OperatingSystemClass/Exam2002_1 . . . . 5 matches
         4. system call 이란 무엇이며, 왜 필요한가?
          System.out.println ("Producer Blocked");
          System.out.println("Producer UnBlocked");
          System.out.println("Full");
          System.out.println("Consumer Blocked");
          System.out.println("Consumer UnBlocked");
  • Server&Client/영동 . . . . 5 matches
          System.out.println(server);
          System.out.println("접속을 기다립니다.");
          System.out.println(accepted);
          System.out.println("종료합니다.\n");
          System.out.println(connect);
  • java/reflection . . . . 5 matches
          System.out.println("say Hello");
          System.out.println(classLoader.getClass().getName());
          System.out.println(Thread.currentThread().getContextClassLoader().getClass().getName());
          System.out.println(Thread.currentThread().getContextClassLoader().getClass().getName());
          System.out.println(declaredMethod.getName());
  • 니젤프림/BuilderPattern . . . . 5 matches
          System.out.println("\n" + getName());
          System.out.println(", " + getDescription());
          System.out.println("------------------------------");
          System.out.println("\t" + getName() + "\n");
          System.out.println("\t\t" + getDescription() + "\n");
  • 코드레이스/2007.03.24정현영동원희 . . . . 5 matches
          System.out.println(signal.getColor(30));
          System.out.println(signal.getColor(120));
          System.out.println(signal.getColorWithDate(2007, 3, 24, 12, 30, 24));
          System.out.println(signal.getColorWithDate(2000, 1, 1, 0, 0, 0));
          System.out.println(signal.checkViolation());
  • 코바예제/시계 . . . . 5 matches
         public String getTime() throws SystemException {
         } catch(SystemException e) {
         System.err.println(e);
         } catch(SystemException e) {
         System.err.println(e);
  • BasicJava2005/5주차 . . . . 4 matches
          System.out.println(a + " / " + b + " = " + (a / b));
          System.out.println("숫자를 2개 넣으세요");
          System.out.println("0으로 나누지 마세요");
          System.out.println("문자열을 넣지 마세요");
  • CVS/길동씨의CVS사용기ForLocal . . . . 4 matches
          System.out.println("Hello Java");
          System.out.println(helloScript);
         < System.out.println(helloScript);
         > System.out.println("Hello Java");
  • Chapter II - Real-Time Systems Concepts . . . . 4 matches
         반에 Hard System이란 특정 시간내에 Task의 작업이 완수 되어야 하는 작업들을 말한다. 대부분의 Real-Time 시스템에서는 두가지
         === Real Time System 의 사용 범위 ===
         Food processing, Chemical plants, Engine controls, Antilock braking systems, Fax machines, ETC
         === Foreground / Background System ===
         작은 시스템에서는 시스템의 효율성을 위해 보단 간편하고 일반적인 디자인을 사용한다고 한다. 실제로 어플리케이션이 작동하는 부분을 Background System이라고 하며 ISR (interrupt service rountines) 라고 불리우는 인터럽트 부분을 Foreground system이라고 한다.
  • ClassifyByAnagram/Passion . . . . 4 matches
          long start = System.currentTimeMillis();
          Parser parser = new Parser(System.in);
          long end = System.currentTimeMillis();
          System.out.println("time : "+(end-start)+"millis");
  • EightQueenProblem/임인택/java . . . . 4 matches
          System.out.print(Queen[j][i] + " ");
          System.out.println();
          System.out.println("ex) java Queen NumofQueens");
          System.exit(0);
  • EmbeddedSystem . . . . 4 matches
         = Embedded System의 실시간적 특성 =
          * 보통의 Embedded System은 외부 반응에 즉각적인 응답을 해야하는 특성을 가진다.
          * Soft Real Time System 반응이 느려도 무방한 시스템
          * Hard Real Time System 반응이 빠르고 정확해야 하는 시스템
  • FactorialFactors/이동현 . . . . 4 matches
          System.out.println(total);
          long time = System.currentTimeMillis();
          System.out.print(System.currentTimeMillis()-time);
  • MoniWikiPo . . . . 4 matches
         #: ../plugin/SystemInfo.php:16
         #: ../plugin/SystemInfo.php:17
         #: ../plugin/SystemInfo.php:18
         #: ../plugin/SystemInfo.php:19
         msgid "Please contact the system administrator for htaccess based logins."
  • OperatingSystemClass/Exam2002_2 . . . . 4 matches
          System.out.println("threadA got first mutex");
          System.out.println ("threadA got second mutex");
          System.out.println ("threadB got second mutex");
          System.out.println ("threadB got first mutex");
         4. Consider a paging system with the page table stored in memory.
  • ProjectPrometheus/Journey . . . . 4 matches
          * DB Schema 궁리 & Recommendation System 을 DB 버전으로 Integration 시도
          * MockObjects 를 이용, Database 에 대해서 MockObjects Test 와 Real DB Test 를 같이 해 나가보았다. DB - Recommendation System 연결을 위해서는 RS 에서의 object 들과 DB 와의 Mapping 이 필요하다고 판단, DB Schema 를 같이 궁리한 뒤, Test 를 작성하였다. 이때 이전 기억을 떠올리면서 MockObjects Test 를 상속받아서 Real DB Test 를 작성하는 식으로 접근해봤는데 좋은 방법이라 생각.
          * Iteration 2. Recommendation System 에 대한 SpikeSolution
          "여기서 Recommendation System 이 작동해야 할 부분이 들어가면 안되겠는데... 본래 의도는 검색이 되고 난 뒤 책 관련 정보가 나올때 RS 가 작동하여 같이 표시가 되어야 해." [[BR]]
  • TheTrip/황재선 . . . . 4 matches
          BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
          System.out.println("$10000.00을 넘을수없으니 다시 입력해");
          System.out.println("$" + num.doubleValue());
          System.out.println("학생수는 1000명을 넘지 않으니 다시 입력해");
  • TicTacToe/임인택 . . . . 4 matches
          System.out.println("흑 승");
          System.out.println("백 승");
          System.exit(1);
          //System.out.println(ptX + " " + ptX2);
  • TicTacToe/조재화,신소영 . . . . 4 matches
          System.out.println("x 좌표 : " + x);
          System.out.println("y 좌표 : " + y);
          System.out.print(array[i][j]);
          System.out.println();
  • ZPBoard/APM/Install . . . . 4 matches
          * PHP 디렉토리에 있는 php4ts.dll 파일을 Windows 디렉토리의 System(Windows 98의 경우) 또는 System32(Windows NT, XP의 경우) 디렉토리에 복사한다.
          * PHP 디렉토리에 있는 php4ts.dll 파일을 Windows 디렉토리의 System(Windows 98의 경우) 또는 System32(Windows NT, XP의 경우) 디렉토리에 복사한다.
  • zennith/w2kDefaultProcess . . . . 4 matches
         Win32.sys가 Win32 subsystem의 커널모드 부분인데 비해서 Csrss.exe는 사용자모드 부
         분이다. Csrss는 Client/Server Run-time SubSystem의 약자로 항상 돌고 있어야 하는
         필수 subsystem 중 하나이다. 콘솔 창, 쓰레드 생성 및 제거 및 16비드 가상 도스 환
         사용자 세션을 시작시키는 세션 관리자 subsystem으로서 시스템 쓰레드에 의해 초기화
         System - 작업관리자에서 종료 불가
         대부분의 시스템 커널모드 쓰레드들이 System 프로세스로서 실행된다.
         System Idle Process - 작업관리자에서 종료 불가
         를 이용하여 종료가 가능하지만 system failure나 기타 다른 부작용을 야기할 수 있
  • 만년달력/김정현 . . . . 4 matches
          System.out.println("input year, month");
          Scanner input= new Scanner(System.in);
          System.out.println(maker.getNames(4));
          System.out.println(maker.getResult(1, timeInfo.getDaysInYearMonth(year, month)));
  • 수업평가 . . . . 4 matches
         ||ComputerSystem || 8 || 5 || 5 || 6 || 24 || 5 ||4.8 ||
         ||LinuxSystemClass || . || . || . || . || . || . ||. ||
         ||OperatingSystemClass || 1 || 1 || 0 || -2 || 0 || 1 ||0 ||
         ||OperatingSystemClass박철민 || 1 || -2 || -3 || -4 || -8 || 2 ||-4 ||
  • 토비의스프링3/오브젝트와의존관계 . . . . 4 matches
          System.out.println(user.getId() + "등록 성공");
          System.out.println(user2.getName());
          System.out.println(user2.getPassword());
          System.out.println(user2.getId() + "조회 성공");
  • AncientCipher/강소현 . . . . 3 matches
          Scanner sc = new Scanner(System.in);
          System.out.println("YES");
          System.out.println("NO");
  • Android/WallpaperChanger . . . . 3 matches
          final Display d = ((WindowManager)getSystemService(WINDOW_SERVICE)).getDefaultDisplay();
          System.out.println(s2.getState());
          System.out.println("Value is " + value);
  • CleanCode . . . . 3 matches
          * [https://code.google.com/p/support/wiki/CodeReviews Google Code Review System]
          * Ch. 11 Systems
          * Separate Constructing a System from Using It.
  • CollaborativeFiltering . . . . 3 matches
         협업 (상호협동) 필터링, Recommender System이라고도 불림. ProjectPrometheus에서 사용한다.
          * [http://www.voght.com/cgi-bin/pywiki?RecommenderSystems Recommender Systems]
  • DatabaseManagementSystem . . . . 3 matches
         [RelationalDatabaseManagementSystem]
         [NetworkDatabaseManagementSystem]
         [HierarchicalDatabaseManagementSystem]
  • Doublets/황재선 . . . . 3 matches
          return new Scanner(System.in).useDelimiter("\n").next().trim();
          System.out.println("No solution.");
          System.out.println((String) it.next());
  • ErdosNumbers/황재선 . . . . 3 matches
          Scanner sc = new Scanner(System.in).useDelimiter("\n");
          System.out.println("Scenario " + ++scenario);
          System.out.println(eachName + " " + tm.get(eachName));
  • Euclid'sGame/강소현 . . . . 3 matches
          Scanner sc = new Scanner(System.in);
          System.out.println("Ollie wins");
          System.out.println("Stan wins");
  • HanoiProblem/임인택 . . . . 3 matches
          System.out.println("Tower Created.");
          System.out.println(i);
          System.out.println("이동에러!");
  • HowManyZerosAndDigits/임인택 . . . . 3 matches
          public void testNumberSystemConversion() {
          System.out.println(howManyZeros() + " " + numDigit());
          BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));
  • JollyJumpers/강소현 . . . . 3 matches
          Scanner scan = new Scanner(System.in);
          System.out.println("Jolly");
          System.out.println("Not jolly");
  • JollyJumpers/신재동 . . . . 3 matches
          BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));
          System.out.println("Jolly");
          System.out.println("Not jolly");
  • Linux . . . . 3 matches
         [[include(틀:OperatingSystems)]]
         I'm doing a (free) operating system (just a hobby, won't be big and
         (same physical layout of the file-system (due to practical reasons)
         DeleteMe) [EmbeddedSystem] 을 알아보려고 이곳저곳을 돌아다닌 끝에 도착한 Linux...- 이승한
         [OperatingSystem]
  • MobileJavaStudy/Tip . . . . 3 matches
          System.out.print((char) ch);
          System.out.println(e);
          * System.gc() 함수를 호출하며 가비지 콜렉터를 명시적으로 수행해 준다.
  • MoinMoinTodo . . . . 3 matches
          * Replace SystemPages by using the normal "save page" code, thus creating a backup copy of the page that was in the system. Only replace when diff shows the page needs updating.
          * Setup tool (cmd line or cgi): fetch/update from master set of system pages, create a new wiki from the master tarball, delete pages, ...
          * Add display of config params (lower/uppercase letterns) to the SystemInfo macro.
          * System Info: number edits, views, whatever.
  • MySQL/PasswordFunctionInJava . . . . 3 matches
          System.out.println(MySqlUtil.toMySQLPassword("hahaha"));
          System.out.println(MySqlUtil.toMySQLPassword("testing"));
          System.out.println(MySqlUtil.toMySQLPassword("abcd1234"));
  • NUnit/C++예제 . . . . 3 matches
         using namespace System;
         using namespace System;
         using namespace System;
  • OperatingSystem . . . . 3 matches
         [[include(틀:OperatingSystems)]]
         == What is OS(OperatingSystem)? ==
         In computing, an operating system (OS) is the system software responsible for the direct control and management of hardware and basic system operations. Additionally, it provides a foundation upon which to run application software such as word processing programs and web browsers.
         일종의, [[SeparationOfConcerns]]라고 볼 수 있다. 사용자는 OperatingSystem (조금 더 엄밀히 이야기하자면, [[Kernel]]) 이 어떻게 memory 와 I/O를 관리하는지에 대해서 신경쓸 필요가 없다. (프로그래머라면 이야기가 조금 다를 수도 있겠지만 :) )
  • ProjectPrometheus/Estimation . . . . 3 matches
         Login System 0.5
         Recomendation System 2
         Admin System 0.5
  • SystemEngineeringTeam . . . . 3 matches
         == System Engineering Team ==
          * System Engineering Team of ZeroPage
          * [https://trello.com/board/system-engineering/50574d21fd29fa5616f9cf55 trello here]
          * [SystemEngineeringTeam/TrainingCourse]
  • TicTacToe/임민수,하욱주 . . . . 3 matches
          System.out.println("x 좌표 : " + x);
          System.out.println("y 좌표 : " + y);
          System.out.println("painted.." + board[0][0]);
  • UbuntuLinux . . . . 3 matches
         [[include(틀:OperatingSystems)]]
         Used for Desktop Wiki System
         [OperatingSystem]
  • ZIM . . . . 3 matches
          * ["ZIM/SystemSequenceDiagram"] (by 시스템 아키텍트)
          * 시스템 엔지니어(System Engineer) : 이덕준
          * 시스템 아키텍트(System Architect) : 강석천
  • ZP도서관 . . . . 3 matches
         || Embedded Systems Building Blocks, ||.|| ... || ["fnwinter"] || 원서 ||
         || Essential System Administration || AEeen Frisch ||O'Reilly || ["혀뉘"], ["ddori"] || 원서 ||
         || Operating Systems Design and Implemenation || TANENBAUM ||.|| ["fnwinter"] || 원서 ||
  • 데블스캠프2009/목요일/연습문제/MFC/김태욱 . . . . 3 matches
          // Add "About..." menu item to system menu.
          // IDM_ABOUTBOX must be in the system command range.
          CMenu* pSysMenu = GetSystemMenu(FALSE);
          int cxIcon = GetSystemMetrics(SM_CXICON);
          int cyIcon = GetSystemMetrics(SM_CYICON);
         // The system calls this to obtain the cursor to display while the user drags
  • 데블스캠프2009/목요일/연습문제/MFC/박준호 . . . . 3 matches
          // Add "About..." menu item to system menu.
          // IDM_ABOUTBOX must be in the system command range.
          CMenu* pSysMenu = GetSystemMenu(FALSE);
          int cxIcon = GetSystemMetrics(SM_CXICON);
          int cyIcon = GetSystemMetrics(SM_CYICON);
         // The system calls this to obtain the cursor to display while the user drags
  • 데블스캠프2009/목요일/연습문제/MFC/송지원 . . . . 3 matches
          // Add "About..." menu item to system menu.
          // IDM_ABOUTBOX must be in the system command range.
          CMenu* pSysMenu = GetSystemMenu(FALSE);
          int cxIcon = GetSystemMetrics(SM_CXICON);
          int cyIcon = GetSystemMetrics(SM_CYICON);
         // The system calls this to obtain the cursor to display while the user drags
  • 데블스캠프2009/목요일/연습문제/MFC/정종록 . . . . 3 matches
          // Add "About..." menu item to system menu.
          // IDM_ABOUTBOX must be in the system command range.
          CMenu* pSysMenu = GetSystemMenu(FALSE);
          int cxIcon = GetSystemMetrics(SM_CXICON);
          int cyIcon = GetSystemMetrics(SM_CYICON);
         // The system calls this to obtain the cursor to display while the user drags
  • 떡장수할머니/강소현 . . . . 3 matches
          Scanner sc = new Scanner(System.in);
          System.out.println(i+"\n"+(k-x*i)/y);
          System.exit(0);
  • 문자반대출력/김정현 . . . . 3 matches
          System.out.println("헉");
          System.out.println("헉");
          System.out.println(text+ " 쓰기성공");
  • 새싹교실/2012/세싹 . . . . 3 matches
          printf("======My FILE SYSTEM INFO==========\n");
          printf("File System : %s \n",boot_block.Format);
          printf("======My FILE SYSTEM INFO==========\n");
          printf("File System : %s \n",boot_block.Format);
          printf("======My FILE SYSTEM INFO==========\n");
          printf("File System : %s \n",boot_block.Format);
          system("pause");
  • 새싹교실/2012/앞부분만본반 . . . . 3 matches
         Linear System이 무엇인지 설명 -> Linear Equation의 집합
         그에 따른 Linear System이 가지고 있는 해 종류
         Linear System 과 Matrix equation사이의 상관관계를 설명함.
          A system of linear equation is said to be consistent if it has either one solution or infinitely many solutions; a system is inconsistent if it has no solution.
          system이 infinitely many solutions일 때도 consistent가 아닌가요? 궁금해서 질문 올립니다.- [김희성]
  • 제로스 . . . . 3 matches
         || . 1. 9. || Upload:CH2_Operating-System-Structures.ppt || 수생, 소현 ||
         * 이론 : Operating System Concepts(6/E) : Windows XP Update - 한국어판
          * 현재 프로젝트의 방향은 정하지 않은 것으로 보이니까 공룡책으로 이론 공부를 하고 Nachos라는 교육용 OS 프로그램 분석을 병행하면서 여기서 얻은 지식으로 OS를 만드는 접근 방법을 사용하는 것이 어떨까 하는데 다들 의견이 어떠신지 궁금? -- 이론 : Operating System Concepts -- 실습 : Nachos - [진석]
  • 조영준/CodeRace/130506 . . . . 3 matches
         using System;
         using System.IO;
         using System.Collections.Generic;
  • 주민등록번호확인하기/문보창 . . . . 3 matches
          Scanner input = new Scanner(System.in);
          System.out.println("대한민국 국민이네요~ ^^ 안녕하세요!");
          System.out.println("혹시 간첩???? -_-;;");
  • 2012/2학기/컴퓨터구조 . . . . 2 matches
          * System software
          * Operating System
  • 2학기자바스터디/운세게임 . . . . 2 matches
          System.out.println(today); // 바로 today가 String으로 자동변환되어 오늘 날짜 출력
          System.out.println(dateForm.format(today)); // today란 Date객체를 dateForm의 출력형식에 맞게 출력
  • 3DGraphicsFoundation . . . . 2 matches
          * 상협 ["3DGraphicsFoundation/SolarSystem"] : 역동하는 태양계.. 또는 엽기 태양계.. ㅡㅡ;;
          * 인수 ["3DGraphicsFoundation/INSU/SolarSystem"] : 아무 생각없이 도는 태양계 뭔가 좀 이상하다는--;
  • 3DGraphicsFoundation/SolarSystem . . . . 2 matches
         = SolarSystem? =
         || ["상협"] || ["SolarSystem/상협"] ||
  • AnEasyProblem/강소현 . . . . 2 matches
          Scanner sc = new Scanner(System.in);
          System.out.println(result);
  • BasicJava2005/3주차 . . . . 2 matches
         BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
          system.out.println(br);
         Scanner sc = new Scanner(System.in);
  • ComputerGraphicsClass . . . . 2 matches
         실제 수업의 경우는 OpenGL 자체가 주는 아니다. 3DViewingSystem 이나 Flat, Gouraud, Phong Shading 등에 대해서도 대부분 GDI 로 구현하게 한다.(Flat,Gouraud 는 OpenGL 에서 기본으로 제공해주는 관계로 별 의미가 없다)
         Project 에 걸리는 시간이 꽤 크므로, 미리미리 스케줄링을 잘 할 필요가 있다. Viewing System 이나 Ray Tracing 은 일주일 이상 조금씩 꾸준하게 진척하기를 권함.
  • ComputerNetworkClass/Report2006/BuildingProxyServer . . . . 2 matches
         using namespace System;
          System::Console::WriteLine( a.ToString());
  • Counting/황재선 . . . . 2 matches
          return new Scanner(System.in).useDelimiter("\n").next().trim();
          System.out.println(number);
  • EditStepLadders/황재선 . . . . 2 matches
          return new Scanner(System.in).nextLine();
          System.out.println(longestPassedWordCount);
  • HanoiTowerTroublesAgain!/황재선 . . . . 2 matches
          return new Scanner(System.in).nextInt();
          System.out.println(numOfBall);
  • Hessian . . . . 2 matches
          System.out.println("Hello ():" + basic.hello());
          System.out.println("returnInt : " + basic.returnInt());
  • HowManyFibs?/황재선 . . . . 2 matches
          return new Scanner(System.in).useDelimiter("\n").next().trim();
          System.out.println(numOfFibs);
  • JSP/SearchAgency . . . . 2 matches
          in = new BufferedReader(new InputStreamReader(System.in));
          System.out.print("Query: ");
  • Java/ReflectionForInnerClass . . . . 2 matches
          System.out.println(inner.toString());
          System.out.println("Exception: " + e.getMessage());
  • JavaStudy2002/상욱-2주차 . . . . 2 matches
          System.out.print(boardCount[i][j] + " ");
          System.out.println();
  • JavaStudy2004/클래스상속 . . . . 2 matches
         // System.out.println(p.getArea());
          System.out.println(c.getArea());
  • MFCStudy_2001/MMTimer . . . . 2 matches
          둘째는 MMSYSTEM.H 를 인클루드 시켜줘야 합니다.[[BR]]
          소스에 #include <mmsystem.h> 를 넣고[[BR]]
          - Applications should not call any system-defined functions from inside a callback function, except for PostMessage, timeGetSystemTime, timeGetTime, timeSetEvent, timeKillEvent, midiOutShortMsg, midiOutLongMsg, and OutputDebugString.[[BR]]
          - 어플리케이션은 콜백 함수 내부로부터 다음 함수를 제외하고는 시스템 정의 함수를 부를 수가 없다. : PostMessage, timeGetSystemTime, timeGetTime, timeSetEvent, timeKillEvent, midiOutShortMsg, midiOutLongMsg, and OutputDebugString.[[BR]]
  • MagicSquare/인수 . . . . 2 matches
          System.out.print( _board[i][j] + " ");
          System.out.println(" ");
  • MoreEffectiveC++/Efficiency . . . . 2 matches
         80-20 규칙은 수많은 기계에서, 운영체제(Operating System)에서, 그리고 어플리케이션에서 적용된다. 80-20 규칙은 단지 재미있는 표현보다 더 많은 의미가 있다.;그것은 광범위하고, 실질적인 개념이 필요한 시스템의 성능(능률)에 개선 대한 기준점을 제시한다.
         이러한 접근은 new를 배열의 증가 때만 부르는 간단한 방법 이지만 new는 operator new(Item 8참고)를 부르고, operator new(그리고 operaotr delete)는 보통 이 명령어들은 비용이 비싸다. 그것의 이유는 일반적으로 OS, 시스템 기반의 호출(System call)이 in-process 함수호출 보다 느린게 되겠다. (DeleteMe OS를 배워야 확실히 알겠다 이건) 결과적으로 가능한 system 호출(system call)을 줄여 나가야 한다.
  • NSIS_Start . . . . 2 matches
          * 프로젝트 이름 : NSIS Start (About Nullsoft ({{{~cpp SuperPiMP}}} | Scriptable) Install System)
          * 주제 : Installer Program 에 대한 이해를 위해. free software 인 Nullsoft ({{{~cpp SuperPiMP}}} | Scriptable) Install System 영문메뉴얼을 보면서 한글 메뉴얼을 만든다.
  • NUnit/C#예제 . . . . 2 matches
         using System;
         using System.IO;
  • OperatingSystemClass/Exam2006_2 . . . . 2 matches
         4. Log based file system의 정의와 에러 복구 시 어떻게 연동되는지 쓰시오
         6. Paging System에서 여러 가지 주소 맵핑 방법이 있는데 각각을 설명하시오.
         [OperatingSystemClass]
  • PrimaryArithmetic/sun . . . . 2 matches
          BufferedReader in = new BufferedReader( new InputStreamReader( System.in ));
          System.out.println( occurs + " carry operation" + postfix + "." );
  • ProjectPrometheus/MappingObjectToRDB . . . . 2 matches
          For Recommendation System (Read Book, point )
          For Recommendation System ( Related Book Point )
  • ScheduledWalk/임인택 . . . . 2 matches
          System.out.print(board[j][i] + " ");
          System.out.println();
  • Self-describingSequence/황재선 . . . . 2 matches
          return new Scanner(System.in).nextInt();
          System.out.println(value);
  • SmallTalk/강좌FromHitel/강의4 . . . . 2 matches
         하나는 "System Transcript"라는 제목이 붙어있는 "알림판"(transcript)이
          SmalltalkSystem current browseContainingSource: 'Dolphin'
  • TheJavaMan/설치 . . . . 2 matches
          System.out.println("Hello!!! The Java Man");
         앞의 과정을 잘 따라했다면 ''System.out.println("Hello!!! The Java Man");''
  • TheJavaMan/숫자야구 . . . . 2 matches
          System.exit(0); // Program을 종료한다.
          System.exit(0);
  • TicTacToe/zennith . . . . 2 matches
          System.out.println("winner = O");
          System.out.println("winner = X");
  • TicTacToe/유주영 . . . . 2 matches
          System.out.println("x 좌표 : " + x);
          System.out.println("y 좌표 : " + y);
  • TicTacToe/조동영 . . . . 2 matches
          System.out.println("x 좌표 : " + x);
          System.out.println("y 좌표 : " + y);
  • ToastOS . . . . 2 matches
         = Toast Operating System =
         음..우선 전에 플로피 1번 섹터에서 부트섹트를 읽어 들여 부트 로더를 만든다고 까지 얘기한 것 같다.그럼 커널로더는 무엇일까? 부트 로더가 할 수 없는 기이한 일들을 커널 로더가 한다. 우선 보호모드로들어가는 것과 커널을 실행가능한 상태로 재배치 시키는 일등을 한다. 왜 그런 일을 할까? 부트로더가512kb밖이 되지 않아 그런 일들을 할 수 없기 때문이다. 위에 사진에서 보면 퍼런 글씨로 kernel loader라고나오는데 전에 CAU Operating System 어쩌구...가 먼저 나온다..다만 VMWARE를 쓰기때문에 그런 글씨가 안나온다. 여하튼 커널 로더가 가지는 의미는 우선 부트로더를 만들기 위해 어쩔수 없이 썼던 짜증나는 어셈을 이제 안써도 된다...ㅋㅋ 사실 어셈은 계속 써야 된다... 다만 이제 어쎔을 주로 쓰지 않고 C에서 인라인 어쎔을 쓸것이다. 이제 Boland C 3.1 버전의 컴파일러로 커널로더와 커널을 제작하게 될 것이다. 그럼 위와 같은 것을 그냥 해주면 되는거 아니냐? 라고 반문하는 사람이 있을 것이다.. 그렇다. 그냥 해주면 된다. 우선 컴파일할때 -S라는 옵션을 두어서 어셈블리 소스를 만들고 나서 그리고 그렇게 만들어진소스의 extern들을 링크 시키고 그런 다음 EXE파일을 실행가능한 재배치상태로 만들고 나서 부트로더와 같이뒤집어 씌우면 된다.
  • Velocity . . . . 2 matches
          // 최종 출력 : System.out 에 출력함.
          Writer out = new OutputStreamWriter(System.out);
  • WOWAddOn/2011년프로젝트/초성퀴즈 . . . . 2 matches
          System.out.println(""+ (char)first[cho] + (char)middle[joong] + (char)last[jong]);
          print("Current system uptime is: "..seconds.." seconds!");
         우선 와우에서는 API설명상. Addon에 Sleep을 걸어놓으면 전체 시스템이 멈추는것으로 되어있다. 그렇다면 쓰레드를 만들어서 Sleep을 했다가. 복귀하면 하는건 어떨까? 우선 Sleep을 Lua의 System함수 패키지인 OS에서는 지원해주지 않는다.
          print("Current system uptime is: "..seconds.." seconds!");
          print("Current system uptime is: "..seconds.." seconds!");
  • WorldCup/송지원 . . . . 2 matches
          Scanner sc = new Scanner(System.in);
          System.out.println((matches * 3 - sum));
  • XpWeek/ToDo . . . . 2 matches
         SystemMetaphor생각
          === SystemMetaphor생각 ===
  • ZeroPageHistory . . . . 2 matches
         ||1학기 ||2기 회원모집. 1학년을 위한 각종 강좌 마련, 스터디 조직. 2학년 각종 스터디 조직(C++, Graphics, OS, System-Programming, 한글 구현). 첫돌 잔치. ||
          * C++, Computer Graphics, OS, System-Programming
          * 동남은행 Firm banking system
  • ZeroPage성년식/거의모든ZP의역사 . . . . 2 matches
         ||1학기 ||2기 회원모집. 1학년을 위한 각종 강좌 마련, 스터디 조직. 2학년 각종 스터디 조직(C++, Graphics, OS, System-Programming, 한글 구현). 첫돌 잔치. ||
          * C++, Computer Graphics, OS, System-Programming
          * 동남은행 Firm banking system
  • uCOS-II . . . . 2 matches
         ["Chapter II - Real-Time Systems Concepts"] 정직이 번역 중
         ["EmbeddedSystemsBuildingBlocks"]
  • usa_selfish/곽병학 . . . . 2 matches
          Scanner scan = new Scanner(System.in);
          System.out.println(ans[last]);
  • 달리기/강소현 . . . . 2 matches
          Scanner sc = new Scanner(System.in);
          System.out.println(i);
  • 비행기게임/BasisSource . . . . 2 matches
          raise SystemExit,"sorry, extended image module required"
          raise SystemExit, 'Could not load image "%s"%s'%(file,pygame.get_error)
  • 새싹교실/2012/주먹밥 . . . . 2 matches
          System.out.println(i + "is prime Number!");
          System.out.println("Count : " + count);
  • 오픈소스검색엔진Lucene활용 . . . . 2 matches
          in = new BufferedReader(new InputStreamReader(System.in, "UTF-8"));
          in = new BufferedReader(new InputStreamReader(System.in));
  • 이영호/미니프로젝트#1 . . . . 2 matches
         Language : C & Linux System Function
         주의점 : Zombie Process를 만들지 않도록 System Call 을 잘 관리한다.
  • 정모/2013.5.6/CodeRace . . . . 2 matches
         using System;
         using System.IO;
          system("pause");
  • 중위수구하기/문보창 . . . . 2 matches
          Scanner input = new Scanner(System.in);
          System.out.println(midNum);
  • 지도분류 . . . . 2 matches
         || ["CVS"] || Concurrent Versions System. 공동 프로젝트를 위한 소스 버전 관리 도구 ||
         ||OperatingSystemClass ||
  • 최대공약수/문보창 . . . . 2 matches
          Scanner input = new Scanner(System.in);
          System.out.println("The GCD of " + bigInteger1 + " and " + bigInteger2 + " is " + gcdNum);
  • 토이/숫자뒤집기/김남훈 . . . . 2 matches
          System.out.print(c[i]);
          System.out.println();
  • 포항공대전산대학원ReadigList . . . . 2 matches
         “Operating System Concepts: 6th Edition”, Silberschatz, Galvin, and Gagne John Wiley & Sons, 2004.
         “Operating System Principles”, Lubomir F,. Bic and Alan C. Shaw, Prentice-Hall, 2003.
  • 02_Python . . . . 1 match
          System.out.println("Hello World");
  • 1002/Journal . . . . 1 match
          * Operating System Concepts. Process 관련 전반적으로 훑어봄. 동기화 문제나 데드락 같은 용어들은 이전에 Client / Server Programming 할때 스레드 동기화 부분을 하면서 접해본지라 비교적 친숙하게 다가왔다. (Process 나 Thread 나 동기화 부분에 대해서는 거의 다를바 없어보인다.)
  • 2학기자바스터디/첫번째모임 . . . . 1 match
          System.out.println("ddd");
  • 3DGraphicsFoundation/INSU/SolarSystem . . . . 1 match
         static LPCTSTR lpszAppName = "Solar System";
          // Set the perspective coordinate system
  • AI세미나 . . . . 1 match
         3부. 인간의 사고 - 엑스퍼트 시스템 (Expert System)
  • BasicJAVA2005/실습2/허아영 . . . . 1 match
          System.exit(0);
  • Button/진영 . . . . 1 match
          System.exit(0);
  • C++Seminar03/SimpleCurriculum . . . . 1 match
          * 강의주제 : [EmbeddedSystem] 에 대한 초간단 설명.
  • CMM . . . . 1 match
          * SE-CMM : Systems Engineering Capability Maturity Model. 시스템공학 분야에서 적용하여야 할 기본 요소들을 대상으로 현재의 프로세스 수준을 측정하고 평가하기 위한 모델로서 기본적인 프레임웍은 SW-CMM과 유사
  • CVS . . . . 1 match
         Concurrent Versions System. 공동 프로젝트를 위한 소스 버전 관리 툴. 오픈소스계열에서 Source Repository 의 용도로서 많이 이용된다. 활발하게 이용되고 있는 곳에 대해서는 http://sourceforge.net 에서 많이 볼수 있다.
  • Class/2006Fall . . . . 1 match
          === DistributedSystemClass ===
  • Classes . . . . 1 match
         === LinuxSystemClass ===
  • CodeConvention . . . . 1 match
          * [http://network.hanbitbook.co.kr/view_news.htm?serial=161 CTS(Common Type System)와 CLS(Common Language Specification)]
  • CodeRace/20060105/민경선호재선 . . . . 1 match
          System.out.printf("%-15s\t%d\t%d\n", temp, list.get(i).getCount(), count);
  • ComputerNetworkClass/Exam2006_2 . . . . 1 match
         availability(interruption, DoS, Jamming -> Firewall, Proxy-base Network System)에 대한 설명과 수업때 배운 보안기술들을 분류하고 설명하는 문제임.
  • Cpp에서의멤버함수구현메커니즘 . . . . 1 match
         만약 구현 컴파일러가, 메모리를 system으로 반환하고 접근 금지 영역으로 설정한다면, 다음 강제 접근시 access 에러가 나겠지요. 이러한 비효율적 구현 플랫폼 없을 겁니다.
          System.out.println("Hello");
  • DBMS . . . . 1 match
         #redirect DatabaseManagementSystem
  • DataCommunicationSummaryProject/Chapter11 . . . . 1 match
          * 대부분 보급되어있는 wireless local loop system은 산업, 과학, 의학용 주파수(ISM band) 를 사용한다. 실제로 IEEE 802.11b 표준에 기초한 시스템도 있다.
          * Multipoint Multichannel Distribution System 의 약자이다.
  • DataCommunicationSummaryProject/Chapter4 . . . . 1 match
         == GSM(Global System for Mobile Communications) ==
  • DataCommunicationSummaryProject/Chapter5 . . . . 1 match
          * Roaming : operation의 multiple modes - 각기 다른 3G System.
  • DataCommunicationSummaryProject/Chapter8 . . . . 1 match
          * 이것은 가장큰 역할은 핸드폰 시스템 자체의 신호 프로토콜을 보통 전화선에서 전화번호와 같은 정보를 나르는데 사용하는 Signaling System 7(SS7)로 변환하는 것이다.
  • DebuggingSeminar_2005/AutoExp.dat . . . . 1 match
         ;_SYSTEMTIME=$ADDIN(EEAddIn.dll,AddIn_SystemTime)
  • DebuggingSeminar_2005/UndName . . . . 1 match
         Microsoft(R) Windows (R) 2000 Operating System
  • DevelopmentinWindows/APIExample . . . . 1 match
         FONT 10, "System"
  • EmbeddedC++ . . . . 1 match
          * C++은 동적메모리 관리자가 필요하지만 [EmbeddedSystem]은 메모리가 부족하므로 C++이 잘 쓰이지 않는다.
  • FileInputOutput . . . . 1 match
          System.out.println("Error : "+ e.toString()); {}
  • GRASP . . . . 1 match
         그 외에 [DavidParnas]의 On the Criteria To Be Used in Decomposing Systems Into Modules에서 [InformationHiding] 개념을 소개했고 [DataEncapsulation]과 혼동하는 경우가 많았다고 말해주네요. [OCP]에 대해서도 이야기해 주고 ...
  • Gof/Facade . . . . 1 match
         subsystem classes (Scanner, Parser, ProgramNode, etc.)
         Sample Code의 compiler 의 예는 ObjectWorksSmalltalk compiler system에서 영감을 얻은 것이다.[Par90]
         Choices operating system [CIRM93] 은 많은 framework를 하나로 합치기 위해 facade를 사용한다. Choices에서의 key가 되는 추상객체들은 process와 storge, 그리고 adress spaces 이다. 이러한 각 추상객체들에는 각각에 대응되는 서브시스템이 있으며, framework로서 구현된다. 이 framework는 다양한 하드웨어 플랫폼에 대해 Choices에 대한 porting을 지원한다. 이 두 서브시스템은 '대표자'를 가진다. (즉, facade) 이 대표자들은 FileSystemInterface (storage) 와 Domain (address spaces)이다.
  • Gof/Strategy . . . . 1 match
          * RTL System for compiler code optimization - Register allocation, Instruction set Scheduling.
          * RApp (system for integrated circult layout) - Router Algorithms.
  • HelloWorld/상욱 . . . . 1 match
          System.out.println("Hello World.");
  • HelloWorld/영동 . . . . 1 match
          System.out.println("HelloWorld");
  • HelloWorld/진영 . . . . 1 match
          System.out.println("We will not use 'Hello World!'");
  • HelpOnInstallation . . . . 1 match
          그러나 초보사용자라면 SystemPages는 반드시 설치하는 것을 권장한다.
  • HierarchicalDatabaseManagementSystem . . . . 1 match
         = Hierarchical Database Management System =
         A hierarchical database is a kind of database management system that links records together in a tree data structure such that each record type has only one owner (e.g., an order is owned by only one customer). Hierarchical structures were widely used in the first mainframe database management systems. However, due to their restrictions, they often cannot be used to relate structures that exist in the real world.
  • JSP/FileUpload . . . . 1 match
          System.out.println("Content type is :: " +contentType);
  • Java Study2003/첫번째과제/곽세환 . . . . 1 match
          System.out.println("Hello World!");
  • Java Study2003/첫번째과제/노수민 . . . . 1 match
          * 자바는 Sun Microsystems 에서 개발한 객체지향형 프로그래밍 언어
         자바는 처음에는 가전 제품에서 단순하게 사용되다가 플랫폼 독립적인 기능이 인터넷의 기능과 조화를 이룬다는 점을 밝혀져 1995년 썬 마이크로시스템즈(Sun Microsystems)에서 "자바(Java) 언어"를 와 "핫자바(HotJava)"를 발표하면서 세상에 나오기 시작했다. "핫자바(HotJava)"는 자바 언어로 만든 웹브라우저를 말한다. 바로 JDK(Java Developers Kit) 1.0.x버전을 발표하면서 본격적인 자바 개발환경이 지원되기 시작된다. 그리고 Netscape와 라이센스 계약을 통해 Netsacpe 브라우저에서 자바가 시행됨으로서 전 세계로 자바가 확산된다.
          System.out.println("Hello World!");
  • Java Study2003/첫번째과제/방선희 . . . . 1 match
          * JVM이 알아서 더 이상 사용되지 않는 메모리를 check해서 system에 반납해 준다.
          System.out.println("Hello World!");
  • Java Study2003/첫번째과제/장창재 . . . . 1 match
         System.out.println("Hello World!"); // Display the string
  • Java/CapacityIsChangedByDataIO . . . . 1 match
          CapacityTest capacity = new CapacityTest(System.out);
  • Java2MicroEdition . . . . 1 match
          그림을 보면 맨 아래에 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의 기본이 되고 있다.
  • JavaStudy2003/두번째과제/노수민 . . . . 1 match
          System.out.println(process(7));
  • JavaStudy2004/이용재 . . . . 1 match
          System.out.println(name);
  • JavaStudy2004/클래스 . . . . 1 match
          System.exit(0);
  • JollyJumpers/임인택 . . . . 1 match
          System.out.println(jj.testify());
  • Kongulo . . . . 1 match
         # Should always be true on Windows systems.
          # 'index.', 'Icon', '%SystemRoot%\system32\SHELL32.dll,134'])
  • LinuxSystemClass/Exam_2004_1 . . . . 1 match
         LinuxSystemClass
  • MFCStudy2006/1주차 . . . . 1 match
          cs.x = ::GetSystemMetrics(SM_CXSCREEN)-300;
  • MemoryUsageInJava . . . . 1 match
          System.gc();
  • Metaphor . . . . 1 match
         Choose a System Metaphor
         Choose a system metaphor to keep the team on the same page by naming classes and methods consistently. What you name your objects is very important for understanding the overall design of the system and code reuse as well. Being able to guess at what something might be named if it already existed and being right is a real time saver. Choose a system of names for your objects that everyone can relate to without specific, hard to earn knowledge about the system. For example the Chrysler payroll system was built as a production line. At Ford car sales were structured as a bill of materials. There is also a metaphor known as the naive metaphor which is based on your domain itself. But don't choose the naive metaphor unless it is simple enough.
  • MobileJavaStudy/SnakeBite/FinalSource . . . . 1 match
          System.out.println("No Image");
  • MobileJavaStudy/SnakeBite/Spec2Source . . . . 1 match
          System.out.println("그림이 없음");
  • MobileJavaStudy/SnakeBite/Spec3Source . . . . 1 match
          System.out.println("그림이 없음");
  • MoniWikiPlugins . . . . 1 match
          * SystemInfo
  • NSIS/Reference . . . . 1 match
         || BrandingText || "ZeroPage Installer System v1.0" || 인스톨러 하단부에 보여지는 텍스트 ||
          * $SYSDIR - windows system 디렉토리 (보통 C:\windows\system, C:\winnt\system32) 실행시 탐색된다.
          * !system
  • NeoCoin/Server . . . . 1 match
         /etc/syslog.conf : System 의 로그들이 어디에 남는가 기록되어 있는 파일
  • NetworkDatabaseManagementSystem . . . . 1 match
         = Network Database Management System =
         The chief argument in favour of the network model, in comparison to the hierarchic model, was that it allowed a more natural modeling of relationships between entities. Although the model was widely implemented and used, it failed to become dominant for two main reasons. Firstly, IBM chose to stick to the hierarchical model in their established products such as IMS and DL/I. Secondly, it was eventually displaced by the relational model, which offered a higher-level, more declarative interface. Until the early 1980s the performance benefits of the low-level navigational interfaces offered by hierarchical and network databases were persuasive for many large-scale applications, but as hardware became faster, the extra productivity and flexibility of relational systems won the day.
  • OperatingSystemClass/Exam2006_1 . . . . 1 match
         [OperatingSystemClass]
  • PC실관리/고스트/네트워크를이용한OS설치 . . . . 1 match
          * 설정 방법은 윈도우와 같다. 그 설정 메뉴 가는 방법은 System -> 적당히 선택해서 보면 있다. -_-;
  • PairProgramming . . . . 1 match
         나는 .NET의 System.Data의 구조를 보고 즉시 PHP에 적용시키고 싶어졌다. ASP.NET에는 SqlConnection , OdbcConnection , OleDbConnection을 제공해 준다. 이 클래스들을 잘 사용하면 DataTier의 종류가 바뀌어도 코드의 수정을 최소화 시킬 수 있다. PHP는 여러가지 종류의 데이타베이스 관련함수를 제공해준다. 어떠한 데이타베이스를 사용하느냐에 따라 동일한 기능을 하는 다른 이름의 함수를 호출해야만 한다.
  • PragmaticVersionControlWithCVS/HowTo . . . . 1 match
         == Organizing a Version Control System ==
  • PrimeNumberPractice . . . . 1 match
          System.out.print(i + " -> ");
  • ProgrammingPartyAfterwords . . . . 1 match
          * Discrete-Event System Simulation : 이산 이벤트 시뮬레이션 쪽에 최고의 책으로 평가받는 베스트셀러. 어렵지도 않고, 매우 흥미로움. [http://165.194.100.2/cgi-bin/mcu240?LIBRCODE=ATSL&USERID=*&SYSDB=R&BIBNO=0000351634 도서관]에 있음
  • ProgrammingWithInterface . . . . 1 match
          System.arraycopy(articles, 0, theData, topOfStack + 1, articles.length);
  • ProjectPrometheus/AT_RecommendationPrototype . . . . 1 match
         class TestRecommendationSystem(unittest.TestCase):
  • ProjectPrometheus/Iteration . . . . 1 match
          * Release 1 : Iteration 1 ~ 3 (I1 ~ I3)까지. 책 검색과 Login , Recommendation System (이하 RS) 기능이 완료.
  • ProjectPrometheus/Iteration2 . . . . 1 match
         ||||||Story Name : Recommendation System(RS) Study (Prototype)||
  • ProjectPrometheus/Iteration3 . . . . 1 match
         ||||||Story Name : Recommendation System(RS) Implementation, Login ||
  • ProjectPrometheus/Iteration5 . . . . 1 match
         ||||||Story Name : Recommendation System(RS) Implementation ||
  • ProjectPrometheus/Iteration6 . . . . 1 match
         ||||||Story Name : Recommendation System(RS) Implementation ||
  • ProjectZephyrus/Thread . . . . 1 match
         ''' ''System.out.println()'' 이 머지않아 재앙을 가져올 것이니.. --삽질 계시록 2장 :)'''
  • PyGame . . . . 1 match
         ["데기"]는 PyGame 을 이용해서 3D Viewing System 을 만든바 있다.
  • QuestionsAboutMultiProcessAndThread . . . . 1 match
          1. Single CPU System에서 프로세서 A 가 Run 중일 때, I/O 작업을 해야 돼서 다른 프로세서 B로 스위칭을 하는 상황이다.
  • REAL_LIBOS . . . . 1 match
         Little Basic Operating System의 약자.
  • ReadySet 번역처음화면 . . . . 1 match
          * System test case template
         These templates are in pure XHTML with CSS, not a proprietary file format. That makes them easier to edit and to track changes using freely available tools and version control systems. The templates are designed to always be used on the web; they use hyperlinks to avoid duplicating information.
         The templates are not burdened with information about individual authorship or document change history. It is assumed that professional software developers will keep all project documents in version control systems that provide those capabilities.
  • Reverse Engineering처음화면 . . . . 1 match
         1. System Programming (Kernel)
  • SmallTalk/강좌FromHitel/강의2 . . . . 1 match
          SmalltalkSystem current browseContainingSource: 'Dolphin'.
  • SystemInfo . . . . 1 match
         [[SystemInfo]]
  • SystemPages . . . . 1 match
         [[SystemInfo]]
  • TCP/IP 네트워크 관리 / TCP/IP의 개요 . . . . 1 match
          *ISO(International Standards Organization, 국제 표준기구)에 의해 개발된 구조적 모델 '''OSI'''(Open Systems Interconnect Reference Model)은 데이터 통신 프로토콜 구조와 기능 설명을 위해 자주 사용.
  • TheJavaMan . . . . 1 match
          - PageName 만 보고서는 Computer System 이란 과목에 등장하는 LittleManComputer 가 생각나는군요..^^ - 임인택
  • TheJavaMan/달력 . . . . 1 match
          //System.out.println(e);
  • TicTacToe/김홍선 . . . . 1 match
          System.out.println("승자는 " + winner + "입니다");
  • UglyNumbers/이동현 . . . . 1 match
          System.out.println("The 1500'th ugly number is "+new BigDecimal(((Double)arr.get(0)).doubleValue()));// + " " + arr.size());
  • UserStory . . . . 1 match
         Use Case 에 대해서 문서를 작성하고..그 다음으로 System Sequence Diagram을 만드는데.
  • WebGL . . . . 1 match
         OpenGL에서 정말 실무에서 쓰는 부분만 따로 떼어낸 OpenGL ES(Embeded System)의 Javascript 구현체이며 [HTML5] [Canvas]를 통해 나타난다. 따라서 초보자가 쉽게 배우는데에 초점이 맞추어져 있지 않고 오직 전문가가 구현을 하는데에 초점이 맞추어져 있다.
  • ZeroPageServer/CVS계정 . . . . 1 match
          Concurrent Version System 의 계정 즉 ZeroPageServer 에서 제공하는 ["CVS"] 서비스의 계정이다.
  • ZeroPageServer/old . . . . 1 match
         || [ZeroPageServer/SystemSpec] || ||
  • ZeroPageServer/set2005_88 . . . . 1 match
          * Version Control System
  • [Lovely]boy^_^/Book . . . . 1 match
          * Pattern Oriented System Architecture 1,2
  • eclipse단축키 . . . . 1 match
          * 문자열 "sysout" + Ctrl + Space : System.out.println(); 자동완성
  • neocoin/Log . . . . 1 match
          * 한:데이터 베이스 시스템 ( Database System Concept ) : 제거, 4학년 이수 과목이므로 다음기회에
  • wiz네처음화면 . . . . 1 match
          * Develope Zeropage level up system
          * Develope Bookshelf making me Management System[(zeropage)나를만든책장관리시스템]
  • zennith/MemoryHierarchy . . . . 1 match
         === Main Memory (Virtual Memory System) ===
  • 같은 페이지가 생기면 무슨 문제가 있을까? . . . . 1 match
          * 용량문제는 많아야 1~5MB 안쪽 이다. 1000Page가 넘어가는 ZeroWiki 가 백업 용량이 3.5MB이다. SeeAlso SystemPages 중간 백업 로그
  • 구글을지탱하는기술 . . . . 1 match
          * [GFS(Google File System)] : 구글 분산 파일 시스템
  • 데블스캠프2002 . . . . 1 match
         머리쓰는 문제도 중요하지만... 여러가지 분야를 조금이나마 경험하게 해주는것도 필요하지 않을까여..? 윈도우즈 에플리케이션이 어떻게 돌아가는지 간단히 소개시켜 준다든지... Little Man Computer 같은 것을 통해 컴퓨터 내부의 동작 원리를 설명해 준다든지.. Embedded System을 간단히 소개시켜 줘서.. 휴대전화나 가전제품, 계산기 등도 프로그램이 들어간다는것을 알게 해준다든지 등........ --상규
  • 데블스캠프2003/다루어볼문제와관련세미나 . . . . 1 match
          * 회의 때 나왔던 주제들 입니다. OOP, Computer System, 다양한 프로그램 언어 체험, 네트워크
  • 데블스캠프2011/다섯째날/HowToWriteCodeWell/강소현,구자경 . . . . 1 match
          System.out.println(el.floor());
  • 데블스캠프2011/둘째날/Machine-Learning/NaiveBayesClassifier/강성현 . . . . 1 match
          System.out.println((isP + isE)/(double)count);
  • 데블스캠프2011/둘째날/Machine-Learning/NaiveBayesClassifier/김동준 . . . . 1 match
          System.out.println("Right : " + posiNum + " Wrong : " + negaNum + " Result : " + (getLnPsPns(index) + ((double)posiNum / (posiNum+negaNum))));
  • 데블스캠프2011/둘째날/Machine-Learning/NaiveBayesClassifier/변형진 . . . . 1 match
          System.out.println(right + "\t" + wrong + "\t" + ((double)right/(right+wrong)));
  • 데블스캠프2012/둘째날/후기 . . . . 1 match
          * [정진경] - 입학 하기 전에 산 컴퓨터에 CentOS를 깔고 제일 먼저 해봤던게 웹서버 구축이었던 것 같네요. 윈도우즈 환경에서도 어렵지 않게 구축할 수 있네요. (물론 지금의 시점에서지만,) 개인 서버를 구축하고 응용할 수 있으면 나름 장점이 있는 것 같습니다. 활용하기 나름이지만, 최근 Online Judge System에 VC++ 컴파일러를 올리고 싶어서 윈도우즈 서버도 생각하고 있는데, 추후에 도움이 될지도 모르겠네요.
  • 무엇을공부할것인가 . . . . 1 match
         Game Developer, System Software Developer, Software Architect, 전산학자 식으로 각각의 직업과 관련된 지식에 대한 Roadmap 은 어떨까요? (예전에 '~~한 개발자가 되기 위한 book map' 같은 것도 있었던 것 같은데)
          system [1]
  • 반복문자열/김정현 . . . . 1 match
          System.out.println("KJH LOVE");
  • 반복문자열/이태양 . . . . 1 match
         using System;
  • 상협/감상 . . . . 1 match
         || [OperatingSystem] || H.M.Deitel || 1 || 굿 || 운영체제공부를 처음으로 시작한다면 이책이 적당하다고 생각한다 ||
  • 새싹교실/2011/學高/1회차 . . . . 1 match
          * SW의 구분: System SW, Application SW
  • 새싹배움터05 . . . . 1 match
          C, 발표잘하는법, PPT제작 기법, [Python], [PHP], [ExtremeProgramming], ToyProblems, Linux, Internetworking(TCP/IP), Ghost(demonstration), OS(abstraction), OS+Windows, Embedded System, 다양한 언어들(Scheme, Haskell, Ruby, ...), 보안(본안의 기본과 기초, 인터넷 뱅킹의 인증서에 대해..), C언어 포인터 특강(?), 정보검색(검색 엔진의 원리와 구현), 컴퓨터 구조(컴퓨터는 도대체 어떻게 일을 하는가), 자바 가상머신 소스 분석
  • 서민관 . . . . 1 match
         ||Neuro-Fuzzy System - 3||
  • 서지혜 . . . . 1 match
          * 핵심 가치와 기술 몇가지(Master-Slave, MapReduce, File System, Index Block 등)
  • 영호의해킹공부페이지 . . . . 1 match
         ifstream) then use get() and getline() instead of the '>>' system.
         _. SAIX Dynamic IP System explained by Moe1, Virulent and Jumpers ._ ,;:;,, _.
  • 오목/인수 . . . . 1 match
          System.exit(0);
  • 위시리스트 . . . . 1 match
         Building Machine Learning Systems with Python 한국어판
  • 위키설명회 . . . . 1 match
          * ZeroPage 의 전체 페이지의 숫자(SystemPages) 를 통해서 얼마나 많은 문서들이 누적되었는가 실감하고, 몇가지 항해 지도를 주어서 차후 항해를 해보는 동기를 만들어 본다.
  • 위키의특징 . . . . 1 match
         '''MindMap [위키위키] KMS(Knowledge Management System) 비교'''
  • 이승한/java . . . . 1 match
         System.out.println(" str "); //넘어오는 문자열을 출력하여 준다.
  • 이영호/64bit컴퓨터와그에따른공부방향 . . . . 1 match
         이러고 보니 현직 프로그래머들의 싸움이 되고 있군요. System 프로그래머와 일반 Application 프로그래머의 싸움. 한가지... 모두가 다 그런것은 아니겠지만, 전 Coder에 머무르고 싶지는 않습니다. 저 높은 수준까지는 아니더래도 Programmer로서 Guru정도의 위치에는 가고 싶군요. - [이영호]
  • 이영호/시스템프로그래밍과어셈블리어 . . . . 1 match
         System Programming을 통해 Application층 프로그래밍의 본질을 깨닫기 시작했으며, 가장 중요한 것이 Assembly란 것을 다시 한번 깨달았다.
  • 작은자바이야기 . . . . 1 match
          * .java 파일에는 클래스 내에 native modifier를 붙인 메소드를 작성하고, .c, .cpp 파일에는 Java에서 호출될 함수의 구현을 작성한다. 이후 System.loadLibrary(...) 함수를 이용해서 .dll 파일(Windows의 경우) 또는 .so(shared object) 파일(Linux의 경우)을 동적으로 로드한다.
  • 재미있게공부하기 . . . . 1 match
         재미없는 공부에도 그나마 개중 재미있는 놈이 있다. 그 놈부터 공략한다. 그걸 공부하고 나면 이전에 재미없어 보이던 것들이 하나 둘 재미있어 보이기 시작한다. 이는 NoSmok:김창준의일반단어공부론 의 Frontier Zone System과 유사하다.
  • 정모/2012.11.19 . . . . 1 match
         == Judging Systems ==
          * 유료 system에 zeropage ID로 만들어서 ACM 학습 지원
          * 추후에 system을 구축할 예정
  • 정모/2012.8.29 . . . . 1 match
          * Trello for ZeroPage Systems
  • 제로Wiki . . . . 1 match
         == FLBS(Flexible Load Balace System) ==
  • 졸업논문/참고문헌 . . . . 1 match
         [12] "Database Management System", http://en.wikipedia.org/wiki/Database_management_system
  • 최소정수의합/김정현 . . . . 1 match
          System.out.println("n= "+n+" sum = "+sum);
  • 프로그래밍/ACM . . . . 1 match
          car = System.in.read();
  • 프로그래밍/DigitGenerator . . . . 1 match
          System.out.println(result);
  • 프로그래밍/Pinary . . . . 1 match
          System.out.println(result);
  • 프로그래밍/Score . . . . 1 match
          System.out.println(result);
  • 프로그래밍/장보기 . . . . 1 match
          System.out.println(result);
Found 301 matching pages out of 7547 total pages (5000 pages are searched)

You can also click here to search title.

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