-
PIN diodes have a lightly doped intrinsic region (I) sandwiched between heavily doped P and N regions and are widely used in the RF and microwave fields. Common applications are microwave switche...[Details]
-
TSMC's current dominance seems unmatched, but even though GlobalFoundries' large-scale patent litigation war launched at the end of August seems to have little chance of winning, it will inevitably m...[Details]
-
Source: China Electric Vehicle 100 Forum "The more than 10 years of development of electric vehicles in China tells us that the underlying (logic) of a strong automobile country is a strong parts ...[Details]
-
introduction
Time delays for audio are traditionally implemented using delay lines or charge-coupled devices, which are widely used in consumer equipment. The most common is the reverberation sy...[Details]
-
1. Program Function
1. Realize the 16-bit keyboard input function of 0~f, and output the numbers represented by the keys through port P1.
2. Code
#include"reg52.h"
#define uchar unsigned char
...[Details]
-
On June 9, at the 2021 World Semiconductor Conference, Wu Hanming, academician of the Chinese Academy of Engineering and dean of the School of Micro-Nano Electronics at Zhejiang University, delivere...[Details]
-
Today, Hao Mo Zhixing officially announced that it has reached a strategic cooperation with Yingchi Technology. In the future, both parties will rely on their advantages in their respective fields to...[Details]
-
#include stdio.h #include stdint.h /* Decode the 2-bit BCD code stored in one byte into a normal binary number*/ uint8_t decode(uint8_t BCD) { uint8_t geWei, shiWei; geWei = BCD & 0x0F; ...[Details]
-
1. Introduction There are corresponding examples in the cube package for the three commonly used ARM IDE tools: MDK-ARM (keil), EWARM (IAR) and TrueSTUDIO (Atollic). As for arm-gcc, cube only provide...[Details]
-
In LED lighting systems, if the power factor correction (PFC) block does not respond quickly enough, the fluctuating AC input can push the output voltage out of its normal range and cause changes i...[Details]
-
On October 31, the signing ceremony of the consortium of Honeycomb Energy Technology (Suining) Co., Ltd. was completed in Suining City, Sichuan Province. The Honeycomb Energy Suining project successfu...[Details]
-
Although the big and small core architecture of mobile platforms has been used for many years, the x86 platform only began to support the big and small core design for the first time last year ...[Details]
-
1 Introduction
At present, my country's industrial energy consumption accounts for about 70% of the total energy consumption, of which motor energy consumption accounts for about 60% to 70%. A...[Details]
-
Question 1: Is a workshop a plug fest? What is a plug fest? Answer: Workshop is a plug fest. There are many things to do at the meeting, including many consistency tests and many interoperability tes...[Details]
-
Thyristor soft start and voltage reduction principle is a technology that uses thyristors to achieve soft start and voltage reduction of motors or other loads. In this article, we will introduce th...[Details]