BSP Development Course Upgrade with T113i-DevKit

BSP Development Course Upgrade with T113i-DevKit

First Phase Key Explanation Basic operations of the development board (suitable for students with weak fundamentals).Hands-on basic usage explanation based on the SDK source code provided by the manufacturer, using the 100ask T113 development board.Focus on foundational entry: from hardware wiring of the development board, powering up to the composition of the embedded Linux system, … Read more

Why Rust Is The Genshin Impact Of Programming Languages

Why Rust Is The Genshin Impact Of Programming Languages

A few days ago, I was joking in the group about how difficult it is to get started with Rust, when a friend said, “Rust is the Genshin Impact of the programming world.” I thought to myself, even though Rust has been praised and criticized excessively over the past two years, it shouldn’t be blackened … Read more

How to Write and Run C Programs in VC++2010

How to Write and Run C Programs in VC++2010

Since March 2018, the development environment for the national Level 2 C and C++ language exams has changed from VC6.0 to VC++2010 Express. For users accustomed to VC6.0, it may take some time to adapt to VC++2010, but it offers more powerful features, and after a while, it feels quite good. Below, I will share … Read more

Commonly Used Linux Commands for Developers (1)

Commonly Used Linux Commands for Developers (1)

Introduction As a developer, using the Linux system is a common practice and a skill that every developer must learn. Being proficient in Linux commands can help you complete tasks more efficiently while using the Linux system. vim Command Today, we will introduce the vim command, which is the pro version of the vi command, … Read more

Developing AI Agents with LlamaIndex: Chapter 3 Notes

Developing AI Agents with LlamaIndex: Chapter 3 Notes

3.3 LlamaIndex Compared to the comprehensive approach of langchain, Llama takes a more elegant and compact path. It particularly focuses on how to develop advanced AI-based RAG technology and the establishment of multi-tenant RAG systems. The enterprise solutions based on LlamaIndex aim to eliminate technical and security barriers, enhancing enterprises’ data usage and service capabilities. … Read more

Understanding The Components Of A C Language Program

Understanding The Components Of A C Language Program

In this world, almost every programmer’s first piece of code is Hello World. The reason is that Dennis Ritchie, the author of the C language, introduced it in his classic work, which has been passed down as a classic for future generations, and other languages have followed suit in homage. 1. Components of a C … Read more

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

Wu Jianying Microcontroller Development Board Address Taobao Store:【Wu Jianying’s Shop】 Address:【https://item.taobao.com/item.htm?_u=ukgdp5a7629&id=524088004171】 During the process of creating this 8*8 key program, whether writing my own or referencing others’ programs, I found that I lacked understanding of some basic concepts and programming standards in C language. Some issues stemmed from poor programming habits, while others were a … 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