C Language | Reverse Output of 0-9

C Language | Reverse Output of 0-9

“To become a master, it is not achieved overnight, unless you are a natural talent in martial arts, but such people are… one in ten thousand” —— Landlady This principle also applies to learning C language. There are indeed few people with exceptional talent in programming; most of us need to accumulate knowledge day by … Read more

How to Write Your First Line of C Code on Mac?

How to Write Your First Line of C Code on Mac?

How to Write Your First Line of C Code on Mac? Xcode. You can simply write it in the Xcode editor, which integrates a C language compiler. Below, I’ll briefly outline this process. 1. Download Xcode Download Xcode; if you haven’t downloaded it yet, just go to the App Store to download it. (Image 1) … Read more

Microcontroller C Language Programming Insights

Microcontroller C Language Programming Insights

During the process of writing this 8*8 key program, whether I was writing it myself or referencing others’ programs, I found that I had many misunderstandings about some basic points of C language and programming norms. Some were due to my previous bad programming habits, and some were a manifestation of not having a solid … Read more

Understanding Selection Statements in C Language

Understanding Selection Statements in C Language

Today, let’s talk about the C language. When I first started learning, I was also confused, thinking it seemed simple, but I encountered various problems when using it. After years of trial and error, I would like to share some of my insights with you. Here are examples of using selection statements in C language: … Read more

Introduction to C Language: From Basics to Hello World

Introduction to C Language: From Basics to Hello World

Hello everyone, I am Xiaoyu, and today we will discuss the introductory knowledge of the C language, starting with the classic program “Hello, World!”. Although it seems simple, there is a lot of programming knowledge worth exploring behind it. Today, we will start with the most basic syntax, gradually analyzing each line of code, allowing … Read more

Microcontroller Programming Development Tips

Microcontroller Programming Development Tips

Wu Jianying Microcontroller Development Board Address Taobao Store:【Wu Jianying’s Shop】 Address:【https://item.taobao.com/item.htm?_u=ukgdp5a7629&id=524088004171】 After working for 7 months, I have gradually become familiar with programming microcontrollers. Previously, I always knew that microcontrollers combined timers, state machines, and interrupts, which was quite efficient. However, after taking over the development of the GPF chip, I discovered another kind of … Read more

Step-by-Step Guide to Setting Up Embedded Development Environment on Ubuntu 18.04 – Part Two

Step-by-Step Guide to Setting Up Embedded Development Environment on Ubuntu 18.04 - Part Two

In the previous blog post we installed the Ubuntu 18.04 LTS system. Now, I, Old Wu, plan to delve into some basic concepts of Ubuntu. Ubuntu is a South African concept focusing on the loyalty and connection between people. The word comes from Zulu and Xhosa. Ubuntu (pronounced “oo-BOON-too”) is regarded as a traditional African … Read more

Setting Up An Embedded Linux Development Environment on Ubuntu

Setting Up An Embedded Linux Development Environment on Ubuntu

Baibai Network has created a complete Ubuntu image, which can be downloaded from here: Link: https://pan.baidu.com/s/1vw4VUV_Mvt0HXz8IC66ACg Extraction code: iftb We are also starting to teach driver basics using a pure Ubuntu environment for free starting from (2022.10.17). If you are using our Ubuntu image, you can skip the content in chapters 1 to 6 and … Read more

Embedded Linux and Android Learning Roadmap

Embedded Linux and Android Learning Roadmap

Website/Forum: www.100ask.net, www.100ask.org Taobao: 100ask.taobao.com Email: [email protected] WeChat Official Account: baiwenkeji Company Weibo: 百问科技 Personal Weibo: 韦东山 Version: V1 Date: 2016.07.29 Author: 韦东山 Description: Version 1, Android part not written I entered university in 1999, majoring in physics. During my freshman year, there was a general sense of unease in our class about the future, … Read more