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
Programming with VPL: Thymio Robot
Graph Chatbot
Related lectures (14)
Previous
Page 1 of 2
Next
Programming Thymio with VPL
Covers programming the Thymio robot with VPL, including basic behaviors and sensor functionalities.
Programming Thymio with VPL
Explores using VPL to program Thymio robots and addresses students' and teachers' challenges in programming.
Introduction to VPL Standard Mode
Introduces students to the standard mode of VPL.
Thymio: Robot Features Presentation
Introduces the features of the Thymio robot, from design to sensors and actuators.
Pointers and References: Key Differences in Programming
Explains the differences between pointers and references in programming, focusing on their definitions, uses, and limitations in C and C++.
Variables and Types: Introduction to C Programming
Introduces the fundamentals of variables and types in C programming, covering declaration, initialization, and the differences from Java.
Pointers in C: Understanding Their Utility and Applications
Covers the definition and applications of pointers in C programming, emphasizing their role in memory management and generic programming.
Termination Analysis using Dependency Pairs
Explores automated termination analysis using dependency pairs, covering classical and modern techniques, annual competitions, and tools like AProVE.
Dynamic Memory Management: Using Realloc in C
Explains dynamic memory allocation in C, focusing on the realloc function and its implications for managing memory effectively.
Operators and Expressions: Programming in C
Explains operators and expressions in C, focusing on arithmetic, comparison, and logical operations.