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

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

DRIVErs

  • Dynamic Security

    This book is written for engineers involved in the operation, control, and planning of electric power systems. In addition, the book provides information and tools for researchers working in the fields of power system security and stability. The book consists of two volumes. The first volume provides traditional techniques for the stability analysis of large scale power systems. In addition, an overview of the main DRIVErs and requirements for modernization of the traditional methods for online applications are discussed. The second volume provides techniques for online security assessment and corrective action studies. In addition, the impact of variable generation on the security of power systems is considered in the second volume. The first volume may be considered as a background builder while the second volume is intended for the coverage of edge techniques and methods for online dynamic security studies.

    標簽: Security Dynamic

    上傳時間: 2020-06-07

    上傳用戶:shancjb

  • WBG+Materials+for+Power+Electronics

    stract With  global  DRIVErs  such  as  better  energy consumption, energy efficiency and reduction of greenhouse gases, CO 2 emission reduction has become key in every layer of the value chain. Power Electronics has definitely a role to play in these thrilling challenges. From converters down to compound semiconductors, innovation is leading to breakthrough technologies. Wide BandGap, Power Module Packaging, growth of Electric Vehicle market will game change the overall power electronic industry and supply chain. In this presentation we  will  review  power  electronics  trends,  from technologies to markets.

    標簽: Electronics Materials Power WBG for

    上傳時間: 2020-06-07

    上傳用戶:shancjb

  • Mobile+Information+Systems+Leveraging

    Since OpenStreetMap (OSM) appeared more than ten years ago, new collaborative mapping approaches have emerged in different areas and have become important components of localised information and services based on localisation. There is now increased awareness of the importance of the space-time attributes of almost every event and phenomenon. Citizens now have endless possibilities to quickly geographically locate themselves with an accuracy previously thought impossible. Based on these societal DRIVErs, we proposed a number of collaborative mapping experiments (“mapping parties”) to delegates of a large open-source geospatial conference and to citizens of the conference’s host city during July 2015.

    標簽: Information Leveraging Systems Mobile

    上傳時間: 2020-06-09

    上傳用戶:shancjb

  • MAX1447

    MAX1447  3.5- and 4.5-Digit, Single-Chip ADCs with LED DRIVErs

    標簽: 1447 MAX

    上傳時間: 2020-11-12

    上傳用戶:

  • Linux內核裁剪與編譯

    學習本章要達到的目標:口1.理解 Linux內核編譯選項的含義口2.學會根據不同的硬件配置裁減定制內核;口3.理解內核編譯過程中每一步的功能,并編譯 Linux2.630內核。需要去重新編譯 Linux內核口增加操作系統對新的硬件設備的支持口增加內核新的功能口對內核代碼或內核配置進行優化時Prompt for development and/or incomplete code/DRIVErs口顯示處于開發調試中或尚未完善的代碼或驅口選中:如果是測試人員或者開發者;口不選:其他情況Local version append to kerne release口追加本地版本號口使用命令“uname-a”進行查看。POSIX Message Queues口 POSIX消息隊列的支持,這是 POSIX進程間通信的一部分BSD Process Accounting口將進程的統計信息寫入文件口信息通常包括建立時間、所有者、命令名稱、內存使用、控制終端等,這個選項一般是選擇的。Enable loadable module support口使能可加載模塊支持口如果使能此選項則可以通過"makemodules_insta"把內核模塊安裝在/lib/modules/中Kernel support for ELF binaries口內核對ELF文件格式的支持口ELF是開放平臺下最常用的二進制文件格式支持動態連接,支持不同的硬件平臺Kernel support for a out and ECOFF binaries口早期UNIX系統的可執行文件格式,目前已經被ELF格式取代Unix domain sockets口本機高效率的 Socket口僅能運行在本機上的高效率的 Socket,簡稱 Unix socket。口很多進程使用為這種機制在操作系統內部進行進程間通信,例如 X Window和 syslog等TCP/IP networking口TcP/IP網絡協議的支持

    標簽: linux

    上傳時間: 2022-03-29

    上傳用戶:kingwide

  • MSP430單片機+SI4463射頻芯片開發無線...

    說明:  MSP430單片機+SI4463射頻芯片開發,無線發送、接收驅動函數源碼。(msp430 and SI4463 project development,willess tx and rx DRIVErs.)

    標簽: msp430 單片機 si4463 射頻芯片

    上傳時間: 2022-05-27

    上傳用戶:

  • 圖文并茂教你在keil下搭建RT-thread最小系統工程

    對于初次接觸RT-thread 的朋友來說,要想自己重新建立一個keil 下的工程,可能會覺得不知所措,那么看到這篇文字,可能對你會有幫助。我在這里演示了如何提取官方bsp 包中stm32 分支中的相關文件,重新組織文件結構,按照下圖中的文件夾分配,重新生成keil 下的工程,這個工程將會包括RT-thread 的內核和finsh 組件。我愿意在開始前說明下分別建立這幾個文件夾的作用:project ——存放MDK工程文件;RT-thread ——存放rtt 源碼包(放在最外層);apps ——存放我們自己(用戶)寫的一些應用代碼;DRIVErs ——存放硬件外設驅動;third_part ——存放第三方程序源碼,比如stm32 固件庫、解碼庫等;obj ——目標文件;這么一來, 各類代碼分類一清二楚, 好了, 現在開始一步一步帶大家走一遍生成這個工程的過程,當你明白后可按照自己的意愿去生成工程。拷貝所需的文件解壓RT-Thread 源碼,將源碼放在我們所建立的工程文件夾外面(這么放是方便以后的工程可以共用)從源碼bsp\stm32f10x 目錄copy 下圖所列出的文件,放入篇3- 例程1- 重構RTT最小系統\apps 目錄RT-Thread 源碼( 我改了下文件夾名字)我們準備構建的工程文件夾,包含上圖中的各個文件夾從源碼bsp\stm32f10x 目錄copy 下圖列出的必要的驅動文件,放入篇3- 例程1-重構RTT最小系統\DRIVErs 目錄

    標簽: keil RT-thread 最小系統

    上傳時間: 2022-06-20

    上傳用戶:

  • FTDI 串口驅動 支持win10 32/64位

    FTDI CDM DRIVErs是FTDI CDM USB轉串口需要安裝的驅動程序。ftdi usb轉串口驅動用于全系列WINDOWS操作系統(WIN9X除外),支持最新的WIN8/8.1及WIN10 32位/64位系統。

    標簽: FTDI 串口驅動

    上傳時間: 2022-07-03

    上傳用戶:

  • AM2355n datasheet

    3-phase Sensor-less Fan Motor DriverAM2355NThe AM2355N is a 3-phase sensor-less DC fan motor driver IC. It senses the BEMF (BackElectro-Motive Force) of the motor in rotation and provides corresponding commutation current tothe motor. Rotation speed can be controlled by PWM input signal. The DRIVErs include LockDetection, Thermal Shutdown, and Over-current Protection. Forward and Reverse control.www.junmintech.com

    標簽: am2355n

    上傳時間: 2022-07-26

    上傳用戶:

  • CANOPEN源代碼

    代碼目錄結構:debiandocDRIVErsexamplesincludeobjdictgensrctest.hg_archival.txt.hgignore.hgtags.travis.ymlappveyor.ymlAUTHORSbitbucket-pipelines.ymlCanFestival-3.vc9.slnCanFestival-3.vc9.vcprojCanFestival-3.vc10.slnCanFestival-3.vc10.vcxprojCanFestival-3.vc10.vcxproj.filtersCanFestival-3.vc15.slnCanFestival-3.vc15.vcxprojconfigureCONTRIBUTORSCOPYINGLICENCEMakefile.inREADME.md

    標簽: canopen 源代碼 canfestival

    上傳時間: 2022-08-10

    上傳用戶:

主站蜘蛛池模板: 永宁县| 黑龙江省| 韩城市| 康平县| 陕西省| 福鼎市| 岐山县| 云和县| 洛扎县| 望都县| 陆丰市| 陇西县| 唐海县| 吉安市| 井冈山市| 武山县| 台北市| 普安县| 洛川县| 临湘市| 马龙县| 海兴县| 鄂托克前旗| 广水市| 巴塘县| 巫溪县| 奈曼旗| 宜丰县| 梁山县| 日照市| 南漳县| 祁东县| 平原县| 措美县| 安西县| 湘潭县| 靖宇县| 巴林左旗| 论坛| 沧源| 佛学|