E D R , A S I H C RSS

Full text search for "Interpreter"

Interpreter


Search BackLinks only
Display context of search results
Case-sensitive searching
  • LearningGuideToDesignPatterns . . . . 6 matches
         CompositePattern은 여러부분에서 나타나며, IteratorPattern, ChainOfResponsibilityPattern, InterpreterPattern, VisitorPattern 에서 종종 쓰인다.
         가장 복잡한 Pattern중 하나이다. 이 Pattern의 이용 예제는 다음 패턴인 InterpreterPattern 에서 서술된다.
         === Interpreter - Behavioral ===
         InterpreterPattern 은 복잡하다. 이 Pattern은 FlyweightPattern 와 VisitorPattern 과 관계있으며, 이해를 돕는다.
         가장 마지막으로 읽을 Pattern 은 FacadePattern 이다. 이 Pattern은 InterpreterPattern 의 예제코드와 그 주제가 비슷하므로, InterpreterPattern 다음에 이어지는 것이 적절하다.
  • BuildingParser . . . . 2 matches
         Writing Compilers and Interpreters by Ronald Mak
         Programming Language Processors in Java: Compilers and Interpreters by David Watt, Deryck Brown
  • Celfin's ACM training . . . . 2 matches
         || 19 || 1 || 110106/10033 || Interpreter || much || [Interpreter/Celfin] ||
  • Java Study2003/첫번째과제/장창재 . . . . 2 matches
          자바 언어(Java Language)를 이용하여 작성한 자바 프로그램(Java Program)은 자바 컴파일러(Java Compiler)를 이용하여 자바 바이트코드(Java Byte code)로 컴파일 되고, 이 자바 바이트코드는 자바 가상머신에 의해 해석되어 실행되는데, 이때 자바 가상머신은 자바 바이트코드에 대한 해석기 즉 인터프리터(interpreter)로 동작하게 됩니다. 이렇게 자바 프로그램은 컴파일 방식 및 인터프리터 방식이 모두 적용된다는 것입니다.
         자바 인터프리터(Java Interpreter) 또는 자바 가상머신(Java Virtual Machine):
         인터프리터(Interpreter) 방식이다:
  • PatternCatalog . . . . 2 matches
          * ["InterpreterPattern"]
          * ["Gof/Interpreter"]
  • WOWAddOn/2011년프로젝트/초성퀴즈 . . . . 2 matches
         Eclipse에서 Java외의 다른것을 돌리려면 당연 인터프리터나 컴파일러를 설치해주어야 한다. 그래서 Lua를 설치하려했다. LuaProfiler나 LuaInterpreter를 설치해야한다는데 도통 영어를 못읽겠다 나의 무식함이 들어났다.
         설치된경로를 따라 Eclipse의 Profiler말고 Interpreter로 lua.exe로 path를 설정해주면 Eclipse에서 Project를 만든뒤 출력되는 Lua파일을 볼수 있다.
  • 1002/Journal . . . . 1 match
          1. 객체지향프로그래밍 과정 - OOP를 하면서 나는 기계로 만들어진 엔진을 떠올리곤 한다. 볼트, 너트, 실린더, 크랭크, 배기밸브... 저것들을 닦고 조이고 기름쳐가며 만들어가기. 이 부분을 어떻게 설명할까 하면서 '차라리 벡터 그래픽 툴을 만져보게 할까' 하는 생각도 해봤었다. 중간에 Python Interpreter 를 만져보게 하는것이 좋겠다는 생각을 했었고, 창준이형과의 전화중 더욱 더 확신을 가지게 되었다.
  • DPSCChapter5 . . . . 1 match
         '''Interpreter(261)'''
  • HaskellLanguage . . . . 1 match
         == Haskell Interpreters ==
  • Hessian . . . . 1 match
         Java 와 Python 둘 다 구현이 가능하다. 여기서는 간단하게 Python Interpreter 를 이용해보자.
  • Java Study2003/첫번째과제/곽세환 . . . . 1 match
         인터프리터(Interpreter) 방식이다:
  • Java Study2003/첫번째과제/노수민 . . . . 1 match
          * 인터프리터(Interpreter) 방식이다:
  • ProgrammingLanguageClass . . . . 1 match
          * ''Programming Language Processors In Java : Compilers and Interpreters'' by David A. Watt & Deryck F. Brown
  • ProjectPrometheus/CookBook . . . . 1 match
         regular expression 패턴을 정의하기 위해서 ["Komodo"] 를 이용할 수도 있다. 또는 Seminar:TddRegularExpression 을 시도해보는 것도 좋다. ["1002"] 는 Python Interpreter 를 이용, 표현식을 찾아냈다.
  • ProjectPrometheus/Journey . . . . 1 match
         Python Interpreter 는 말 그대로 'shell' 이다.; command 대신 쓰고 살까.. Python 과 webdebug 을 이용, 도서관 웹 사이트에 GET/POST 으로 데이터를 보내는 부분에 대한 분석은 참 편했다. (단, Python shell 에서의 encoding 부분에 대해 충돌나는건 골치)
  • PyGame . . . . 1 match
         사용하기 정말 쉽다. [Python] Interpreter 에서 한줄 한줄 입력하면서 공부할 수도 있다.
  • 권영기/web crawler . . . . 1 match
         4. Window > Preference > PyDev > Interpreter - Python > Auto Config
  • 데블스캠프2002/진행상황 . . . . 1 match
          * Python 기초 + 객체 가지고 놀기 실습 - Gateway 에서 Zealot, Dragoon 을 만들어보는 예제를 Python Interpreter 에서 입력해보았다.
  • 컴퓨터공부지도 . . . . 1 match
         가장 쉽게 GUI Programming 을 배우는방법이라 생각되는건, Python 에서의 Tkinter Programming 또는 Jython Interpreter 에서 Swing Tutorial 을 이용하는것이다. (["Jython"] 페이지의 JythonTutorial 참조)
Found 19 matching pages out of 7540 total pages (5000 pages are searched)

You can also click here to search title.

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