Skip to main content
Graph
Search
fr
|
en
Login
Search
All
Categories
Concepts
Courses
Lectures
MOOCs
People
Practice
Publications
Startups
Units
Show all results for
Home
Lecture
C Backend: Compiler Structure and Abstract Data Types
Graph Chatbot
Related lectures (29)
Previous
Page 1 of 3
Next
Model Representation: Structures and Functions
Covers the representation of mathematical models, functions, and data structures in information systems.
C Backend: Code Generation and ADTs
Explores the adaptation of wasm code generation for C, memory management, ADTs representation, and translation of expressions.
C++ Standard Library: Containers and Algorithms
Covers the basics of C++ standard library containers, algorithms, and iterators.
Python/NumPy Primer
Introduces Python basics and NumPy for scientific computing, covering data types, functions, arrays, indexing, and common operations.
Code Generation Lab
Covers generating code for a compiler, translating an Amy program to WebAssembly, including memory management and pattern matching compilation.
Protocols in Akka Typed
Explores protocols in Akka Typed, typing actors to restrict message types and modeling protocols with algebraic data types.
Introduction to C Programming
Covers the basics of C programming, including syntax, data types, pointers, arrays, and compilation commands.
Object-Oriented Programming: Core Features Analysis
Explores the core features of object-oriented programming, including dynamic dispatch, encapsulation, inheritance, and subtyping, using Java examples and practical insights.
Introduction to C Programming: Basics and Compilation
Covers the basics of C programming, including syntax, structure, and compilation processes.
Enums: Pure Data
Covers enums as a shorthand for case class hierarchies, focusing on modeling pure data.