Exploring Arduino LED Effects (Part 1)

Exploring Arduino LED Effects (Part 1)

Last time, Qiu Qiu successfully achieved the effect of a flowing light according to the tutorial. After playing for a while, it felt a bit monotonous, as the lights could only light up one by one in order. Can more lights be added to the circuit? Can the flowing lights present some different effects? And … Read more

Keil MDK Compiler Migration Guide from V5 to V6

Keil MDK Compiler Migration Guide from V5 to V6

This is an official migration video. You can reply with 【Keil Series Tutorial】 in the background of my public account “strongerHuang” to view the corresponding article. var __INLINE_SCRIPT__ = (function () { 'use strict'; function _arrayLikeToArray$2(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 … Read more

C++ String Class: Member Functions and Operation Techniques

C++ String Class: Member Functions and Operation Techniques

C++ String Class: Member Functions and Operation Techniques In C++, the string class is a very important standard library for handling sequences of characters, providing a wealth of methods to simplify string operations. For beginners, mastering the string class and its member functions is an important step in learning C++. In this article, we will … Read more

Proteus 8.9 Installation Tutorial

Proteus 8.9 Installation Tutorial

Proteus 8.9 download link: Link:https://pan.baidu.com/s/13IEN77StSBEeEqW8vNmyFg Extraction code:5ude Installation Steps 1. Right-click the software compressed package and select “Extract to proteus8.9”. 2. Open the extracted folder, right-click “Setup.exe” and select “Run as administrator”. 3. Edit the software installation path, then click “Next”. 4. Click “Next”. 5. The software is installing, please be patient, thank you. 6. … Read more

Proteus 8.4 Installation Guide

Proteus 8.4 Installation Guide

Download link for Proteus 8.4 32/64-bit software Link: http://pan.baidu.com/s/1eSMWE34 Password: cifr Installation Steps: 1. Right-click the software zip file and select “Extract to Proteus 8.4 SP0” 2. Open the “Proteus 8.4 SP0 with Advanced Simulation” folder, right-click on “Proteus 8.4 SP0 Pro-Demo Setup”, and select “Run as administrator” 3. Click “Next” 4. Check the box … Read more

Getting Started with LabVIEW and BeagleBone Black

Getting Started with LabVIEW and BeagleBone Black

Hello, dear friends, welcome back to Xiao Linzi’s LabVIEW~ LabVIEW and BeagleBone Black – Light Up a Lamp Last Friday, I explained to everyone how to program BBB in the LabVIEW development environment including: 1. Install the “English version” of LabVIEW 2014 or later 2. Install VIPM 3. Install the Linx 3.0 package Click the … Read more

Matlab R2019a Installation Guide

Matlab R2019a Installation Guide

Software Introduction Matlab R2019a is an advanced technical computing software based on mathematical computation and programming language, developed by MathWorks, USA. Its main features include mathematical operations, data analysis, visualization, and algorithm development. Due to its powerful mathematical computing capabilities and open programming language, MATLAB is widely used in various fields including scientific research, engineering … Read more

Creating MATLAB Tutorials with Attention to Detail

Creating MATLAB Tutorials with Attention to Detail

I found that I really have OCD! When I create MATLAB tutorials, as soon as I notice a table spans rows, I immediately adjust it! Sentences across lines in the same paragraph? That is even more of a “thorn in my eye”! Being so “picky” has allowed me to complete hundreds of pages of tutorial … Read more