Skip to main content

Recently Updated Pages

2. Components of a Testbench

Digital Sistem Design (PSD/DSG) Module 4 - Testbench

2.1 Entity Declaration The testbench entity is declared without any ports. It's a self-contained ...

Updated 2 months ago by RE

1. Understanding Testbench in VHDL

Digital Sistem Design (PSD/DSG) Module 4 - Testbench

A VHDL testbench is a non-synthesizable VHDL entity used to simulate and verify the functionality...

Updated 2 months ago by RE

2. Graph Concept

Algorithm Programming Module 9 - Advanced Graph

2.1 Theory 2.1.1 Definition of Graph A Graph is a data structure consisting of: Vertex (node) → ...

Updated 2 months ago by RE

1. Introduction

Algorithm Programming Module 9 - Advanced Graph

Module 9: Advanced Graph Author: YP Learning Objectives After completing this module, students ar...

Updated 2 months ago by RE

10.2 What is Mesh?

Internet of Things Module 10 - Mesh

10.2.1 What is a Mesh Network? A mesh network is a topology where each device (node) is intercon...

Updated 2 months ago by YP

10.3 Example Code

Internet of Things Module 10 - Mesh

10.3.1 Root Node #include <Arduino.h> #include <painlessMesh.h> #include <WiFi.h> // --- Konfigu...

Updated 2 months ago by YP

10.1 Introduction

Internet of Things Module 10 - Mesh

Module 10: Mesh Author: YP Learning Objectives After completing this module, students are expecte...

Updated 2 months ago by YP

8. Multi-dimensional Arrays

Alprog - Elektro KKI Module 3 : Array (Static)

8.1 Two-Dimensional Arrays 8.1.1 Declaration and Initialization // Declaration int matrix[3][4]; ...

Updated 2 months ago by DS

7. Character Arrays and Strings

Alprog - Elektro KKI Module 3 : Array (Static)

7.1 Character Arrays vs Strings Understanding C Strings: In C, strings are arrays of characters t...

Updated 2 months ago by DS

6. Mathematical Operations on Arrays

Alprog - Elektro KKI Module 3 : Array (Static)

6.1 Statistical Operations 6.1.1 Sum and Average #include <stdio.h> int sum_array(int arr[], int...

Updated 2 months ago by DS

5. Common Array Operations

Alprog - Elektro KKI Module 3 : Array (Static)

5.1 Array Traversal 5.1.1 Forward Traversal // Python equivalent: for item in list: for (int i = ...

Updated 2 months ago by DS

4. Array Input and Output Operations

Alprog - Elektro KKI Module 3 : Array (Static)

4.1 Reading Array Elements 4.1.1 Reading with Known Size #include <stdio.h> int main() { int...

Updated 2 months ago by DS

3. Array Indexing and Access

Alprog - Elektro KKI Module 3 : Array (Static)

3.1 Basic Indexing Python vs C Indexing: Operation Python C First element list[0] array[0]...

Updated 2 months ago by DS

2. Array Declaration and Initialization

Alprog - Elektro KKI Module 3 : Array (Static)

2.1 Basic Array Declaration Python vs C Comparison: Python C numbers = [1, 2, 3, 4, 5] int...

Updated 2 months ago by DS

1. Introduction: From Python Lists to C Arrays

Alprog - Elektro KKI Module 3 : Array (Static)

1.1 Key Differences Overview Aspect Python Lists C Arrays Size Dynamic (can grow/shrink) F...

Updated 2 months ago by DS

Referensi Lebih Lanjut

Internet of Things Module 3 - Memory Management & Queue

“The FreeRTOSTM Reference Manual.” Available: https://www.freertos.org/media/2018/FreeRTOS_Refer...

Updated 2 months ago by Digilab UI

Mengirimkan Struct dengan Queue

Internet of Things Module 3 - Memory Management & Queue

Umumnya data tidak dikirimkan secara langsung pada queue, namun terlebih dahulu di masukkan kedal...

Updated 2 months ago by Digilab UI

Queue

Internet of Things Module 3 - Memory Management & Queue

Data structure queue mungkin sudah familiar setelah digunakan pada praktikum pemrograman sebelum ...

Updated 2 months ago by Digilab UI

Heap Configuration FreeRTOS

Internet of Things Module 3 - Memory Management & Queue

FreeRTOS menyediakan beberapa skema pengelolaan heap (memori dinamis), yang berbeda dari segi kom...

Updated 2 months ago by Digilab UI

Tipe Memory Allocation

Internet of Things Module 3 - Memory Management & Queue

Dalam sebuah program, baik secara umum maupun pada Sistem Embedded, terdapat beberapa jenis aloka...

Updated 2 months ago by Digilab UI