C Language Level 1 December Simulation

C Language Level 1 December Simulation

A.Repeated Sequence Problem: There is a sequence arranged in the following order: 1,2,3,4,0, 1,2,3,4,0, 1,2,3,4,0, 1,2,3,4,0, ⋯ What is the n-th number in this sequence? Input Format:A single integer: n Output Format:A single integer: the value of the n-th number in the sequence SampleInput1:1 SampleOutput1:1 SampleInput2:10 SampleOutput2:0 Note (Data Range): 1≤n≤1000000 Time Limit: 1000ms Memory … Read more

College News | Successful Completion of C Language Learning Assessment by the Software College’s Development Department

College News | Successful Completion of C Language Learning Assessment by the Software College's Development Department

C Language Learning Assessment Successfully Completed To solidify the professional foundation of the members and assess the effectiveness of the month-long intensive C language study, on November 21, the Development Department of the Software College at Taiyuan University of Technology organized a C language learning assessment, which was successfully completed under the coordination of the … Read more

Decoding 3D Printing: Encountering an Intelligent Future

Decoding 3D Printing: Encountering an Intelligent Future

Decoding 3D Printing Encountering an Intelligent Future As the autumn sun shines through the car windows, and the carriage is filled with the chirping excitement, the third and sixth-grade students from the Eleventh Primary School in the Southwest District, carrying the “technology question marks” from their textbooks, head to the Wenbo 3D Printing Science Popularization … Read more

Guide to Implementing a Simple Running Light with the 51 Microcontroller

Guide to Implementing a Simple Running Light with the 51 Microcontroller

The 51 microcontroller has become the first choice for electronic beginners due to its low cost and ease of use. The running light, as a basic experimental project, allows for quick mastery of core skills such as GPIO control and delay functions. This article breaks down the implementation steps from hardware setup to software programming. … Read more

AI Generation Comparison: JiMeng vs NanoBanana

AI Generation Comparison: JiMeng vs NanoBanana

I conducted an interesting experiment: generating images using the same prompt on JiMeng and NanoBanana to see how the two AI tools differ in their presentation.First, let’s take a look at the results from JiMeng and NanoBanana. (Left is NanoBanana, right is JiMeng)Island Dream MapPrompt: Aspect ratio 16:9. A dreamy and delicate hand-drawn map of … Read more

ESP32 HMI + TinyMaix: Low-Power Handwritten Digit Recognition Solution Implementation

ESP32 HMI + TinyMaix: Low-Power Handwritten Digit Recognition Solution Implementation

During this winter vacation project, I wanted to do something that seemed “simple but extremely interesting”—to make an ESP32S3 HMI development board learn to “understand” the handwritten digits I write on the screen and display the recognition results on an 8×8 LED board. From designing the interface with LVGL to running the handwritten digit recognition … Read more

How to Switch Between Chinese and English User Interface in Matlab 2024a? Super Simple

How to Switch Between Chinese and English User Interface in Matlab 2024a? Super Simple

1. Switching from Chinese to English Interface: 1. First, open the MATLAB 2024a software, which defaults to the Chinese version, and click on 【Preferences】 in the toolbar; ▎Web Version (For Personal Use Only): http://www.zhanshaoyi.com/20986.html (Copy the link above and paste it into your computer’s browser address bar to open) 2. The “Preferences” window will pop … Read more

5 Practical PLC Programming Cases to Master for Advanced Electricians! Understand Them and Talk to Your Boss About a Raise

5 Practical PLC Programming Cases to Master for Advanced Electricians! Understand Them and Talk to Your Boss About a Raise

Search WeChatAutomation Knowledge Base Hello everyone, I am Lao Zhou, an electrician with over ten years of experience. Recently, many colleagues have messaged me, and the most common question is about learning PLC: “Lao Zhou, how do I learn PLC?” “Is there a quick way to get started?” “Are there any shortcuts?” Every time I … Read more

Mitsubishi PLC Programming Examples and Techniques (Material Handling Cart Control Program Design)

Mitsubishi PLC Programming Examples and Techniques (Material Handling Cart Control Program Design)

In the field of industrial automation, PLCs (Programmable Logic Controllers) serve as core control devices, and their programming capabilities directly determine the stability and efficiency of automation systems. This article presents a classic case of material handling cart control program design, showcasing the programming ideas and practical techniques of the Mitsubishi FX series PLC from … Read more

Seven Steps to Easily Debug PLCs: A Quick Start for Electrical Beginners!

Seven Steps to Easily Debug PLCs: A Quick Start for Electrical Beginners!

Seven Steps to Easily Debug PLCs: A Quick Start for Electrical Beginners! Electrical beginners often encounter a challenge after completing the design of electrical control cabinets and PLC programs: how to start debugging? If the method is improper, it may lead to serious issues such as burning out the PLC. Today, I will introduce a … Read more