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
Concept
Control-flow graph
Applied sciences
Computer engineering
Computer programming
Compilers
Graph Chatbot
Related lectures (30)
Login to filter by course
Login to filter by course
Reset
Previous
Page 2 of 3
Next
Disasters, Successes, and Inductive Invariants
Explores software disasters, successful verifications, transition systems, and invariants in systems.
Matlab 2: Vectorisation and Functions
Covers vectorisation, functions, and flow control in Matlab, emphasizing the importance of avoiding global variables and providing examples of simple plots and debugging techniques.
Meta-metaprogramming: Advanced Tools for Software Engineering
Explores 'meta-metaprogramming' for simplifying advanced programming tools and addressing software engineering challenges.
Static Analysis for Amy: Techniques and Implementations
Explores static analysis techniques like AST-based analysis and taint analysis applied to the Amy language.
Introduction to LabVIEW
Covers the basics of LabVIEW, including its importance, history, functions, and tools available.
Program Optimizations and Abstract Interpretation Idea
Covers program optimizations, abstract interpretation, algebraic transformations, and interval analyses.
If-elif-else: Python Control Flow Statements
Explores Python's if-else statements, demonstrating their syntax and usage through examples.
Register Machine
Covers the efficiency of register machines over stack machines, memory organization, and mapping instructions.
Intermediate Representations: CPS/L3
Covers intermediate representations in compilers, focusing on CPS/L3 functional IR with local continuations and control constructs.
Translating Control with Destination Parameters
Covers the efficient translation of control flow structures using branch destination parameters and the compilation of switch statements with breaks.