λΆλ₯ μ 체보기 (285) μΈλ€μΌν 리μ€νΈν Aggression TODAY - defining aggression and violence - studying aggression and violence - theories of aggression : catharsis : social learning theory : voluntary incapacitation - research on aggression : Bobo doll study : violent video games and movies Aggression : an intentional action aimed at doing harm or causing pain (to someone who wants to avoid it) ( Can be physical or psychological pain ) Violence .. The person in big data _ mid κ΄μ¬μλ λΆμΌμ¬μ λλ¦ μ΄μ¬ν 곡λΆν The person in big data μ€κ°κ³ μ¬ ΰ· κ΅¬κΈλλΌμ΄λΈμ λ΄κ° 곡λΆνλ©΄μ μ 리νκ±° μ¬λ €λλ° ν€ν€ https://drive.google.com/open?id=17by5920_fnHsUW8uxusX8pC_hudIRBCWKKIcWGcZALY Google λλΌμ΄λΈ - λͺ¨λ νμΌμ ν κ³³μμ νλμ κ³μ μΌλ‘ λͺ¨λ Google μλΉμ€λ₯Ό Google λλΌμ΄λΈλ‘ μ΄λνλ €λ©΄ λ‘κ·ΈμΈνμΈμ. accounts.google.com Scheme Scheme - Scheme is a dialect of Lisp. - It uses a lot of parentheses. https://scheme.cs61a.org 61A Scheme scheme.cs61a.org Why another language? : The goal of this class is not to teach Python, but rather to teach a variety of programming techniques and core concepts. How does learning another language help us? - To see some key components across many programming languages. - To see what paradig.. Week 6 https://cs61a.org/articles/scheme-builtins.html Scheme Built-In Procedure Reference | CS 61A Summer 2019 Scheme Built-In Procedure Reference Last Updated: Summer 2018 This document serves as a reference for the built-in procedures in the Scheme project and staff Scheme interpreter. The web interpreter includes several additional built-in procedures. In all of cs61a.org https://cs61a.org/articles.. Interfaces Interfaces : Describe how you can interact with an object without necessarily implementing it Magic Methods : These are specially named methods that are callable outside the ordinary dot notation. Example: __init__ str & repr str __str__ specifies what occurs when str is called on it Used when calling print on an object repr __repr__ specifies what occurs when repr is called on it Used when disp.. Linked Lists & Mutable Trees Linked Lists Linked List Definition A Linked List is either : - Empty - Composed of a first element and the rest of the linked list Creating Linked Lists : We’ll define a linked list recursively by making a constructor that takes in a first and rest value The Link Class Processing Linked Lists - Sum Goal : Given a linked list, lnk, return the sum of all elements in the linked list - display_link.. HBD to me ΰ· μ¨ μ€λμ΄ λ¬΄μ¨λ μ΄κ² ? λ°λ‘λ°λ‘ μ³μ΄ μμΌμ΄μ§λ£½ ν€ν€ κ·Έλμ λ΄ μμΌ κΈ°λ μΌλ‘ μΈλλ€μ΄λ κ³ κΈ°νν° κ²Έ λ΄ μμΌ μΆνλ₯Ό νκΈ°λ‘ νλ€. λ―Έκ΅μ¨μ§ μΌμ£Όκ° μ§λ¬μ μ―€ ? μ²μ μΈλλ€μ΄λ κ³ κΈ°νν°λ₯Ό νμλλ° κ·Έ λ λ무 κ°λμ΄μ¬μ μΌμ£ΌμΌμ νλ²μ©μ κΌ κ³ κΈ°νν°λ₯Ό νκΈ°λ‘ νλ€. κΈ°μμ¬ μ£Όλ³μμ κ³ κΈ°λ₯Ό μ΄ μ μλ κ°μ₯ κ°κΉμ΄ κ³³μ΄ safeway μΈλ° λ΄κ° νμ μκ°μ΄ μλμ΄μ μΈλλ€μ΄ λ§€λ² κ³ κΈ°λ₯Ό μ¬μμλ€. μ€λλ μλλ μμ μ΄ 5μλ°μ λλλ λ μ΄μλλ° μ€κ°κ³ μ¬λ₯Ό 보λ λ°λμ 4μμ λλλ²λ Έλ€. κ·Έλμ μΈλλ€μ΄λ λ€ κ°μ΄ κ³ κΈ°λ₯Ό μ¬λ¬ κ°λ€. κ°μ₯ μ€μν κ³ κΈ° π νμ thin cutμ΄λΌκ³ μ¨μ Έμλ λ±μ¬μ λ¨Ήμμλλ° μ€λμ κ·Έ κ³ κΈ°κ° μμλ€. κ·Έλμ λ°λ‘ μλμ¬μ§μ²λΌ μ΄λ κ² ν¬μ₯λ κ³ κΈ° λ§κ³ μλ μλμ¬μ§μ²λΌ μ§.. Inheritance Re-Implement Rationals : Rational Class - Attributes: Numerator Denominator - Methods: print ( ) - should print ‘numerator / denominator’ add ( other ) - should return a new rational with addition of current and other mul ( other ) - should return a new rational with multiplication of current and other Inheritance Class Relationships : Electric-type Pokemon are simply specialized versions of reg.. μ΄μ 1 Β·Β·Β· 16 17 18 19 20 21 22 Β·Β·Β· 36 λ€μ