[STM32H7] Chapter 7 RTX5 task management

Forum original address (continuously updated): http://www.armbbs.cn/forum.php?mod=viewthread&tid=93149Chapter 7 RTX5 task managementFor beginners, especially those without RTOS foundation, it is very important to understand the task management of RTX5. The purpose of understanding task management is to make beginners transition from bare me ...

Added by doogles on Fri, 04 Mar 2022 17:57:57 +0200

Godson 2k1000 PMON envinit function annotation learning

This is the second article. I feel that the order is still very important. Let me sort it out and explain it a little. My order is from main C (PMON / common / main. C) about 813 lines The void dbginit (char *adr) function starts. As for why, because I read a section in front and didn't write notes, so let's start here and add the previous p ...

Added by Dark_Archon on Fri, 04 Mar 2022 17:49:58 +0200

vulnstack2 of red sun safety ATT & CK target aircraft combat series

Typera root URL: PIC \ att & CK target combat series - vulnstack2 statement study hard and make progress every day Environment configuration Baidu members can download directly from the cloud without any address http://vulnstack.qiyuanxuetang.net/vuln/detail/3/ While downloading, you can start the network configuration of vmware The ...

Added by ramram on Fri, 04 Mar 2022 17:49:56 +0200

Design of Java motan gateway

@TOC Insert code slice here Recently joined a company that built it from scratch. The rpc framework is motan. The reason why motan is used is mainly because the company is divided into two teams: java and php. motan can realize cross language call and is relatively lightweight, so motan is selected. Since rpc is used for communication between ...

Added by Xajel on Fri, 04 Mar 2022 17:12:54 +0200

The first trial of HNUCM ladder competition

A: Color overlay Title Description Kimi, who loves science, has been studying various colors. Today he plans to do a small experiment on color superposition. Kimi has many blue and yellow rectangular transparent plastic cards. As we all know, if blue and yellow are mixed together, they will turn green. Therefore, Kimi can see green by look ...

Added by bigbob on Fri, 04 Mar 2022 17:07:07 +0200

Three hundred rows per day (13 days: linked list)

Three hundred rows per day (13 days: linked list) Note: here are the synchronous notes and records of JAVA self-study and understanding. If you have any questions, please correct them 1, About linked list The logical structure and physical structure of the linked list are not as close as the sequential list. The physical storage of the ...

Added by davidlenehan on Fri, 04 Mar 2022 16:56:57 +0200

Detailed explanation of emotion analysis using two-way LSTM

1, Principle introduction RNN can remember context information, so it is often used to process time series data. In theory, RNN can memorize infinite length of historical information, but due to the accumulation of gradients, the amount of calculation is too large to be operated in practice. Therefore, in practice, RNN can only record the info ...

Added by Randomizer on Fri, 04 Mar 2022 16:53:07 +0200

Test questions and detailed explanation of the 10th Lanqiao cup provincial competition in 2019 (Java undergraduate group C)

[Blue Bridge Cup] summary of real questions and solutions over the years Results fill in the blanks (full score 5 points)Results fill in the blanks (full score 5 points)Results fill in the blanks (full score 10 points)Results fill in the blanks (full score 10 points)Results fill in the blanks (Full Score: 15 points)Programming (Full Score: 15 ...

Added by Wien on Fri, 04 Mar 2022 16:23:21 +0200

Weekly leetcode - 02 linked list topic 237/83/234/138/92/142/Offer 22/148/23/24/147/86/61/328/2/Offer06

leetcode - 237. Delete node in linked list Please write a function to delete a specific node in the single linked list. When designing the function, you should pay attention to that you cannot access the head node of the linked list. You can only directly access the node to be deleted. The topic data ensures that the node to be deleted is ...

Added by tress on Fri, 04 Mar 2022 16:20:49 +0200

Leetcode one question per day (two questions) - 3.4 + 3.3

Leetcode one question per day (two questions) - 3.4 + 3.3 preface I wrote the daily question of these two days, learned some new knowledge points, and made a comb and summary. 3.3 add up Given a non negative integer num, the numbers on each bit are added repeatedly until the result is a single digit. Return this result. Title Link ...

Added by rsnell on Fri, 04 Mar 2022 16:16:11 +0200