728x90
반응형

BAK/Problem Solving, Python Programming, and 6

Coursera 강의,Problem Solving, Python Programming, and Video Games 5주차

학습목표 Identify solution issues (Hacking Version 2) that require selection and understand how using selection affects the game creation process. Understand a game version (Hacking Version 3), by observing and playing it, to identify its features Modify a description (Hacking Version 2) to support new features (Hacking Version 3), using the Description Builder. Modify a test plan (Hacking Version 2..

Coursera 강의,Problem Solving, Python Programming, and Video Games 4주차

학습목표 Classify solution issues (Hacking Version 1), as code quality or missing features. Understand a game version (Hacking Version 2), by observing and playing it, to identify its features. Modify a description (Hacking Version 1) to support new features (Hacking Version 2), using the Description Builder. Modify a test plan (Hacking Version 1) to support new features (Hacking Version 2), using t..

Coursera 강의,Problem Solving, Python Programming, and Video Games 3주차

3주차의 목표 Generate the tokens in a Python program using lexical tables and rules for: identifier, literal and delimiter. Validate the syntax of a Python program, using syntax diagrams for: expression statement, expression, and function call. Validate the semantics of a Python program, using simplified semantic rules for: identifier, literal and function call. Predict the outcome of evaluating a Py..

Coursera 강의,Problem Solving, Python Programming, and Video Games 2주차

You will explore five criteria for problem decomposition: experiential decomposition, feature selection, problem refinement, spatial decomposition, and temporal decomposition. you will use three interactive learning objects: the description builder, functional test plan builder, and algorithm builder. 주요 개념 Recognize the difference between a process and ad hoc problem solving. Recognize experien..

Virtual box (버추얼박스)에러(0x80004005) 및 다른 문제들

아니.. 깔았는데 왜 에러...? 에러 자동으로 못고치냐 요즘 컴퓨터 좋아져도 아직인가ㅠㅠ 그래서 저 위의 2개 오류 Not in a hypervision partition VERR_NEM_NOT_AVAILABLE AMD_V is disabled in the BIOS ( or by the host OS) VERR_SVM_DISABLED 오류를 해결해보자 우선 여기온 사람들은 Virtual Box를 재설치 해보았다는 가정하에 진행하겠다. 해결방법 1 시작메뉴 → 실행(윈도우키 + R)에서 cmd 입력하고 실행합니다. cmd 창에서 아래의 커맨드를 입력하고 엔터 sfc/scannow 사진과 함께 보여주자면 해결방법 2. Windows 의 Hypervisor 기능이 off되어 있는 것으로 추측됨 가보자 해결하..

Coursera 강의,Problem Solving, Python Programming, and Video Games 1주차

이 수업의 목표는 4가지이다. Understanding 1.computer science 2. problem solving or computational thinking 3. Python programming 4. create video game == > create software application Python을 통해서 우리가 배울 것은 1. lexics 2. syntax 3. semantics 4. namespaces 5. control structures 1주차 내용들 IT 용어적으로 설명하자면 네이버 사전이 그렇게 말한다. require 장치(unit)나 디바이스(device), 시스템 등이 어떤 목적을 달성하기 위하여 명령하거나 요구하는 것. 예를 들면 콘솔(console) 상의 특정한 키 ..

728x90
반응형