stm32+TB6612 drive DC motor

         Because the single chip microcomputer can not directly drive the motor, it is necessary to add a motor drive module between them. The L298N motor drive module was used in the previous article. Now we recommend a new motor drive module. It is much easier to use than L298N, and it takes up a small ...

Posted by Walle on Fri, 12 Nov 2021 13:57:31 -0800

C language from introduction to earth (Introduction) (detailed explanation of operators p1)

catalogue 1. Operator classification: 2. Arithmetic operators 3. Shift operator 3.1 shift left operator 3.2 shift right operator 4. Bitwise operator 5. Assignment operator 6. Monocular operator   6.1 introduction to monocular operators 6.2 sizeof and arrays //I haven't finished yet! 1. Operator classification: arithmetic ope ...

Posted by fgm on Fri, 12 Nov 2021 13:40:54 -0800

[problem solving report] (lesson 23) string algorithm - string segmentation

  Zero, write in front           This is the 23rd day of clock in. Today's topic is a little difficult. The main knowledge points are 100 lectures on zero fundamentals of algorithms (Lecture 23) string algorithms (III) - string segmentationhttps://blog.csdn.net/WhereIsHeroFrom/article/details/1208 ...

Posted by Cogen on Fri, 12 Nov 2021 12:15:18 -0800

C language to achieve mine sweeping (6 steps)

In the last issue, we implemented the sanziqi game. In this issue, we explained mine sweeping. Let's take a look at the effect first: (personally, I think it is a little more difficult than sanziqi, because it is designed with two two-dimensional arrays, boundary settings and interface printing are more complex, but its code is not as much as s ...

Posted by Ryodox on Fri, 12 Nov 2021 11:30:52 -0800

C language entry game (minesweeper), recursive, can be spread around [specific implementation is conducive to eating] ψ (') ψ]

Catalog Preface 1. Important points of knowledge to be noticed in the realization of this mini-game 1. The first step is to use arrays and functions 2. We will use recursion to expand 2. Ways to Realize Game 3. Realization of Game Subject 1. Implementation of Game Menu 2. Implementation of Main Function 3.game() function implementati ...

Posted by launchcode on Fri, 12 Nov 2021 09:18:25 -0800

ZUCC_ Computer system principle experiment_ Experimental five bit operation

Experimental report of City College of Zhejiang University 1, Purpose of the experiment: Understand the results of data type conversion and shift operation in high-level language, so as to better understand the requirements and problems to be considered in instruction system design and computer hardware design; 2, Experiment content: Write ...

Posted by jjmusicpro on Thu, 11 Nov 2021 16:14:10 -0800

C language FAQ - string

catalogue 1, Common bug: "hot, hot, hot" 1. Solutions 2. Principle 2, String definition 1. String storage 2. String constant 3. String variable 3, How to manipulate strings 1. String variable assignment 2. Input 3. Output   4. Calculate string length 5. String transfer between functions 6. User defined operation 4, ...

Posted by Permutant on Thu, 11 Nov 2021 15:41:00 -0800

Mr. Xu Haoming, Huawei sales expert and LTC expert: process is the basis of digital transformation. Take Huawei marketing LTC and Huawei iron triangle as examples

Mr. Xu Haoming, Huawei sales expert and LTC expert: process is the basis of digital transformation! Take Huawei marketing LTC and Huawei iron triangle as examples At present, more and more enterprises are shouting "data transformation", but in fact, many enterprises are not doing well, or even just a "slogan". If they use s ...

Posted by furma on Thu, 11 Nov 2021 15:14:03 -0800

Minesweeping (including recursive expansion blank)

catalogue preface Code overview Code analysis summary preface It's good to write a small Minesweeper today, which is roughly the same as that used in Sanzi last time. It adopts the method of dividing documents. It's recommended to eat this one after the last one. Some of the contents repeated last time will be briefly mentioned. Today, ...

Posted by mandrews81 on Thu, 11 Nov 2021 12:43:53 -0800

C language games - tic tac toe chess

When we were young, we often wandered in class and played "tic tac toe chess" - also known as "Sanzi chess" with our deskmate. Do you want to relive the happiness of childhood on vs? Let's have a look!   catalogue Complete code Today I want to finish a small program that is more challenging than before - Sanzi. I bel ...

Posted by English Fire on Thu, 11 Nov 2021 11:54:13 -0800