亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

TERMS

  • GaN-on-Si+Displace+Si+and+SiC

    GaN is an already well implanted semiconductor technology, widely diffused in the LED optoelectronics industry. For about 10 years, GaN devices have also been developed for RF wireless applications where they can replace Silicon transistors in some selected systems. That incursion in the RF field has open the door to the power switching capability in the lower frequency range and thus to the power electronic applications. Compared to Silicon, GaN exhibits largely better figures for most of the key specifications: Electric field, energy gap, electron mobility and melting point. Intrinsically, GaN could offer better performance than Silicon in TERMS of: breakdown voltage, switching frequency and Overall systems efficiency.

    標簽: GaN-on-Si Displace and SiC Si

    上傳時間: 2020-06-07

    上傳用戶:shancjb

  • The RF in RFID

    To a quantum mechanic the whole universe is one godawful big interacting wavefunction ? but to the rest of us, it’s a world full of separate and distinguishable objects that hurt us when we kick them. At a few months of age, human children recognize objects, expect them to be permanent and move continuously, and display surprise when they aren’t or don’t. We associate visual, tactile, and in some cases audible and olfactory sensations with identifiable physical things. We’re hardwired to understand our environment as being composed of separable things with specific properties and locations. We understand the world in TERMS of what was where when.

    標簽: RFID The RF in

    上傳時間: 2020-06-08

    上傳用戶:shancjb

  • Introduction to Dynamical Systems_Rainer Klages

    There exist two essentially different approaches to the study of dynamical systems, based on the following distinction: time-continuous nonlinear differential equations ? time-discrete maps One approach starts from time-continuous differential equations and leads to time-discrete maps, which are obtained from them by a suitable discretization of time. This path is pursued, e.g., in the book by Strogatz [Str94]. 1 The other approach starts from the study of time-discrete maps and then gradually builds up to time-continuous differential equations, see, e.g., [Ott93, All97, Dev89, Has03, Rob95]. After a short motivation in TERMS of nonlinear differential equations, for the rest of this course we shall follow the latter route to dynamical systems theory. This allows a generally more simple way of introducing the important concepts, which can usually be carried over to a more complex and physically realistic context.

    標簽: Systems_Rainer Introduction Dynamical Klages to

    上傳時間: 2020-06-10

    上傳用戶:shancjb

  • Artificial+Intelligence+for+Marketing

    Forewords to books can play a variety of roles. One is to describe in more general TERMS what the book is about. That’s not really neces- sary, since Jim Sterne is a master at communicating complex topics in relatively simple TERMS.

    標簽: Intelligence Artificial Marketing for

    上傳時間: 2020-06-10

    上傳用戶:shancjb

  • 數組子系統

    #include <stdio.h> #include <stdlib.h> #define SMAX 100 typedef struct SPNode { int i,j,v; }SPNode; struct sparmatrix { int rows,cols,TERMS; SPNode data [SMAX]; }; sparmatrix CreateSparmatrix() { sparmatrix A; printf("\n\t\t請輸入稀疏矩陣的行數,列數和非零元素個數(用逗號隔開):"); scanf("%d,%d,%d",&A.cols,&A.TERMS); for(int n=0;n<=A.TERMS-1;n++) { printf("\n\t\t輸入非零元素值(格式:行號,列號,值):"); scanf("%d,%d,%d",&A.data[n].i,&A.data[n].j,&A.data[n].v); } return A; } void ShowSparmatrix(sparmatrix A) { int k; printf("\n\t\t"); for(int x=0;x<=A.rows-1;x++) { for(int y=0;y<=A.cols-1;y++) { k=0; for(int n=0;n<=A.TERMS-1;n++) { if((A.data[n].i-1==x)&&(A.data[n].j-1==y)) { printf("%8d",A.data[n].v); k=1; } } if(k==0) printf("%8d",k); } printf("\n\t\t"); } } void sumsparmatrix(sparmatrix A) { SPNode *p; p=(SPNode*)malloc(sizeof(SPNode)); p->v=0; int k; k=0; printf("\n\t\t"); for(int x=0;x<=A.rows-1;x++) { for(int y=0;y<=A.cols-1;y++) { for(int n=0;n<=A.TERMS;n++) { if((A.data[n].i==x)&&(A.data[n].j==y)&&(x==y)) { p->v=p->v+A.data[n].v; k=1; } } } printf("\n\t\t"); } if(k==1) printf("\n\t\t對角線元素的和::%d\n",p->v); else printf("\n\t\t對角線元素的和為::0"); } int main() { int ch=1,choice; struct sparmatrix A; A.TERMS=0; while(ch) { printf("\n"); printf("\n\t\t      稀疏矩陣的三元組系統       "); printf("\n\t\t*********************************"); printf("\n\t\t      1------------創建          "); printf("\n\t\t      2------------顯示          "); printf("\n\t\t      3------------求對角線元素和"); printf("\n\t\t      4------------返回          "); printf("\n\t\t*********************************"); printf("\n\t\t請選擇菜單號(0-3):"); scanf("%d",&choice); switch(choice) { case 1: A=CreateSparmatrix(); break; case 2: ShowSparmatrix(A); break; case 3: SumSparmatrix(A); break; default: system("cls"); printf("\n\t\t輸入錯誤!請重新輸入!\n"); break; } if (choice==1||choice==2||choice==3) { printf("\n\t\t"); system("pause"); system("cls"); } else system("cls"); } }

    標簽: 數組 子系統

    上傳時間: 2020-06-11

    上傳用戶:ccccy

  • B型剩余電流保護器設計

    隨著光伏發電系統快速發展,以及電動汽車充電樁的普及,傳統的剩余電流保護器無法滿足實際需求。介紹了一款B型剩余電流保護器,采用磁調制剩余電流互感器和零序電流互感器采集剩余電流。根據GB/T 22794—2017標準要求,可識別1 kHz及以下的正弦交流、帶和不帶直流分量的脈動直流、平滑直流等剩余電流信號。經信號調理電路將電壓信號送到單片機進行采集和判斷。通過試驗測試,該樣機在測試精度和速度上均符合國家標準的相關要求。The rapid development of photovoltaic power generation systems and the popularity of electric vehicle charging piles make the traditional residual current protective devices unable to meet the actual demand.This paper proposed a type B residual current protective device,which uses the magnetically modulated residual current transformer and the zero sequence current transformer to acquire the residual current.According to the requirements of GB/T 22794—2017,the type B residual current protective device can detect sinusoidal AC residual current of 1kHz and below 1kHz,pulsating DC residual current with and without DC component,smooth DC residual current and so on.The signal processing circuit sends the voltage signal to the MCU for acquisition and judgment.Through experimental tests,the device meets the relevant requirements of national standards in TERMS of test accuracy and speed.

    標簽: 電流保護器

    上傳時間: 2022-03-27

    上傳用戶:

  • PCB 焊盤與孔設計工藝規范

    1. 目的 規范產品的PCB焊盤設計工藝, 規定PCB焊盤設計工藝的相關參數,使得PCB 的設計滿足可生產性、可測試性、安規、EMC、EMI 等的技術規范要求,在產品設計過程中構建產品的工藝、技術、質量、成本優勢。 2. 適用范圍本規范適用于空調類電子產品的PCB 工藝設計,運用于但不限于PCB 的設計、PCB 批產工藝審查、單板工藝審查等活動。本規范之前的相關標準、規范的內容如與本規范的規定相抵觸的,以本規范為準3.引用/參考標準或資料TS-S0902010001 <〈信息技術設備PCB 安規設計規范〉>TS—SOE0199001 <〈電子設備的強迫風冷熱設計規范〉〉TS—SOE0199002 〈<電子設備的自然冷卻熱設計規范>>IEC60194 〈<印制板設計、制造與組裝術語與定義>> (Printed Circuit Board designmanufacture and assembly-TERMS and definitions)IPC—A-600F 〈<印制板的驗收條件>〉 (Acceptably of printed board)IEC609504。規范內容4。1焊盤的定義  通孔焊盤的外層形狀通常為圓形、方形或橢圓形。具體尺寸定義詳述如下,名詞定義如圖所示。1)   孔徑尺寸:若實物管腳為圓形:孔徑尺寸(直徑)=實際管腳直徑+0。20∽0。30mm(8。0∽12。0MIL)左右;若實物管腳為方形或矩形:孔徑尺寸(直徑)=實際管腳對角線的尺寸+0.10∽0。20mm(4.0∽8。0MIL)左右。2)   焊盤尺寸: 常規焊盤尺寸=孔徑尺寸(直徑)+0.50mm(20.0 MIL)左右.…………

    標簽: PCB

    上傳時間: 2022-05-24

    上傳用戶:canderile

  • STM32CubeMX使用說明.

    安裝軟件到ST的網站上下載最新版本的STM32CubeMX 軟件:編寫這份文檔的時候最新版本是V4.17.0 將下載后的壓縮包解壓,雙擊里面的SetupSTM32CubeMX-4.17.0.exe 文件來安裝軟件, 出現下圖的界面的時候按Next 按鈕繼續:在下面的窗口中選擇“ I accept the TERMS of this license agreement ”然后繼續按Next 按鈕。2下一個出現的窗口是選擇軟件安裝的路徑, 默認安裝路徑是C:\Program Files(x86)\STMicroelectronics\STM32Cube\STM32CubeMX ,可以根據實際需要選擇別的路徑,本次安裝在D 盤相同的路徑上。按Next 按鈕后彈出一個確認窗口,按確定鍵確定。接著彈出下圖的配置窗口,按原來默認的配置,按Next 鍵繼續。3安裝完后,按Next 鍵繼續。按Done 鍵關閉下面的窗口,完成所有的安裝。4安裝固件包點擊桌面上的STM32CubeMX 圖標運行軟件。先修改軟件包的安裝路徑,點擊help 菜單選“ Updater Settings”選項。軟件包默認安裝在C:/Users/XIN/STM32Cube/Repository/ 目錄下,STM32Cube 軟件包比較大可以點擊Browse 按鍵修改安裝的路徑。修改完軟件包的安裝路徑后開始安裝 STM32Cube軟件包,點擊 help 菜單選 “Insta lnl ewsoftware and/or firmware packages ”選項。

    標簽: stm32cubemx

    上傳時間: 2022-06-19

    上傳用戶:jason_vip1

  • 單片機實現ADPCM編碼和解碼

    INTRODUCTION In the past, adding speech recording and playback capability to a product meant using a digital signal processor or a specialized audio chip. Now, using a simplified Adaptive Differential Pulse Code Modulation(ADPCM) algorithm, these audio capabilities can be added to any PICmicro device. This application note will cover the ADPCM compression and decompression algorithms, performance comparison of all PICmicro devices, and an application using a PIC16C72 micro-controller.DEFINITION OF TERMS step size -value of the step used for quantization of ana-log signals and inverse quantization of a number of steps.quantization -the digital form of an analog input signal is represented by a finite number of steps.adaptive quantization -the step size of a quantizer is dramatically changed with time in order to adapt to a changing input signal.inverse quantizer -a finite number of steps is converted into a digital representation of an analog signal.

    標簽: 單片機 adpcm 編碼 解碼

    上傳時間: 2022-06-20

    上傳用戶:

  • GD32F103數據手冊(英文)

    The GD32F103xx device is a 32-bit general-purpose microcontroller based on the ARM?Cortex?-M3 RISC core with best ratio in TERMS of processing power, reduced power consumption and peripheral set. The Cortex?-M3 is a next generation processor core whichis tightly coupled with a Nested Vectored Interrupt Controller (NVIC), SysTick timer and advanced debug support.The GD32F103xx device incorporates the ARM ' Cortex?-M3 32-bit processor core operating at 108 MHz frequency with Flash accesses zero wait states to obtain maximumefficiency. It provides up to 3 MB on-chip Flash memory and up to 96 KB SRAM memory. An extensive range of enhanced I/Os and peripherals connected to two APB buses. The devices offer up to three 12-bit ADCs, up to two 12-bit DACs, up to ten general-purpose

    標簽: gd32f103

    上傳時間: 2022-07-23

    上傳用戶:aben

主站蜘蛛池模板: 孝感市| 车致| 铜山县| 商水县| 汪清县| 紫云| 黑水县| 阳城县| 报价| 罗平县| 巍山| 嘉峪关市| 通渭县| 邳州市| 咸宁市| 临沂市| 饶平县| 康定县| 金坛市| 庐江县| 伊春市| 双柏县| 龙口市| 拉孜县| 桦川县| 江城| 阿鲁科尔沁旗| 高要市| 隆安县| 荔浦县| 桂平市| 衢州市| 托克托县| 九龙坡区| 旺苍县| 朔州市| 贡山| 蕲春县| 甘南县| 鄂伦春自治旗| 台北县|