Assignment Chef icon Assignment Chef

Lessons

English programming tutorials

Focused lessons based on real assignment themes, written for quick study before you start coding.

Jun 4, 2026

Mastering Modal Analysis of Shear Buildings: A MATLAB Tutorial for ME 370

Learn how to derive equations of motion, perform modal analysis, and simulate steady-state responses of a 3-story shear building using MATLAB. This tutorial covers undamped and damped cases, tuned mass dampers, and practical tips for your ME 370 project.

ME 370 shear building modal analysis MATLAB 3 DOF spring mass system steady state response harmonic impulse response Dirac delta

Available languages

Jun 3, 2026

Mastering FPGA Model-Based Design: Implementing a Convolution Encoder for IEEE 802.11

Learn how to design and verify a convolutional encoder for IEEE 802.11 using model-based design with Simulink, System Generator, and FPGA hardware-in-the-loop. This tutorial covers polynomial conversion, trellis diagrams, VHDL RTL cross-check, and synthesis optimization.

FPGA model-based design convolutional encoder tutorial IEEE 802.11 encoder System Generator for DSP hardware-in-the-loop verification

Available languages

Jun 3, 2026

Building a Scientific Calculator in Python: A Step-by-Step Lab Guide for COP3504c

Master looping, type conversion, and data persistence by building a command-line scientific calculator. This guide walks through menu-driven design, handling invalid input, and implementing extra credit features like using previous results.

scientific calculator Python COP3504c lab 01 command-line calculator Python calculator tutorial menu-driven program Python

Available languages

Jun 3, 2026

Bit Manipulation and Function Call Stack in C: A Hands-On Tutorial for Comp 2401

Learn how to implement bit-level operations and a function call stack simulator in C, similar to assignments in Comp 2401. This tutorial covers get/set/clear bit, rotate, swap, encryption, and stack frame simulation with real-world analogies.

bit manipulation C Comp 2401 C programming tutorial encrypt function C function call stack simulation

Available languages