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

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

Interrupt-driven

  • Design for Manufacturability and Statistical

    Design for manufacturability and statistical design encompass a number of activities and areas of study spanning the integrated circuit design and manufacturing worlds. In the early days of the planar integrated circuit, it was typical for a handful of practitioners working on a particular design to have a fairly complete understanding of the manufacturing process, the resulting semiconductor active and passive devices, as well as the resulting circuit - often composed of as few as tens of devices. With the success of semiconductor scaling, predicted and - to a certain extent even driven - by Moore’s law, and the vastly increased complexity of modern nano-meter scale processes and the billion-device circuits they allow, there came a necessary separation between the various disciplines.

    標簽: Manufacturability Statistical Design for and

    上傳時間: 2020-06-10

    上傳用戶:shancjb

  • 矩陣式鍵盤

    include<reg52.h> #define uint unsigned int #define uchar unsigned char uint temp,aa,wang,qian,bai,shi,ge; sbit dula=P2^6; sbit wela=P2^7; uchar code table[]={ 0x3f,0x06,0x5b,0x4f, 0x66,0x6d,0x7d,0x07, 0x7f,0x6f,0x77,0x7c, 0x39,0x5e,0x79,0x71}; void display( uint wang,uint qian,uint bai,uint shi,uint ge); void delay(uint z); void init(); void main() { init();//初始化子程序 while(1) { if(aa==20)   { aa=0; temp++; if(temp==99999)    { temp=0;    } wang=temp/10000; qian=(temp-wang*10000)/1000; bai=(temp-wang*10000-qian*1000)/100; shi=(temp-wang*10000-qian*1000-bai*100)/10; ge=temp%10;   } display(wang,qian, bai,shi,ge); } }   void delay(uint z) { uint x,y; for(x=z;x>0;x--) for(y=110;y>0;y--); }   void display(uint wang,uint qian,uint bai,uint shi,uint ge) {         dula=1; P0=table[wang]; dula=0; P0=0xff; wela=1; P0=0xfe; wela=0; delay(1);   dula=1; P0=table[qian]; dula=0; P0=0xff; wela=1; P0=0xfd; wela=0; delay(1);           dula=1; P0=table[bai]; dula=0; P0=0xff; wela=1; P0=0xfb; wela=0; delay(1);   dula=1; P0=table[shi]; dula=0; P0=0xff; wela=1; P0=0xf7; wela=0; delay(1);   dula=1; P0=table[ge]; dula=0; P0=0xff; wela=1; P0=0xef; wela=0; delay(1); }   void init() { wela=0; dula=0; temp=0; TMOD=0x01; TH0=(65536-50000)/256; TL0=(65536-50000)%256; EA=1; ET0=1; TR0=1; }   void timer0() interrupt 1 { TH0=(65536-50000)/256; TL0=(65536-50000)%256; aa++; } include<reg52.h> #define uint unsigned int #define uchar unsigned char uint temp,aa,wang,qian,bai,shi,ge; sbit dula=P2^6; sbit wela=P2^7; uchar code table[]={ 0x3f,0x06,0x5b,0x4f, 0x66,0x6d,0x7d,0x07, 0x7f,0x6f,0x77,0x7c, 0x39,0x5e,0x79,0x71}; void display( uint wang,uint qian,uint bai,uint shi,uint ge); void delay(uint z); void init(); void main() { init();//初始化子程序 while(1) { if(aa==20)   { aa=0; temp++; if(temp==99999)    { temp=0;    } wang=temp/10000; qian=(temp-wang*10000)/1000; bai=(temp-wang*10000-qian*1000)/100; shi=(temp-wang*10000-qian*1000-bai*100)/10; ge=temp%10;   } display(wang,qian, bai,shi,ge); } }   void delay(uint z) { uint x,y; for(x=z;x>0;x--) for(y=110;y>0;y--); }   void display(uint wang,uint qian,uint bai,uint shi,uint ge) {         dula=1; P0=table[wang]; dula=0; P0=0xff; wela=1; P0=0xfe; wela=0; delay(1);   dula=1; P0=table[qian]; dula=0; P0=0xff; wela=1; P0=0xfd; wela=0; delay(1);           dula=1; P0=table[bai]; dula=0; P0=0xff; wela=1; P0=0xfb; wela=0; delay(1);   dula=1; P0=table[shi]; dula=0; P0=0xff; wela=1; P0=0xf7; wela=0; delay(1);   dula=1; P0=table[ge]; dula=0; P0=0xff; wela=1; P0=0xef; wela=0; delay(1); }   void init() { wela=0; dula=0; temp=0; TMOD=0x01; TH0=(65536-50000)/256; TL0=(65536-50000)%256; EA=1; ET0=1; TR0=1; }   void timer0() interrupt 1 { TH0=(65536-50000)/256; TL0=(65536-50000)%256; aa++; } include<reg52.h> #define uint unsigned int #define uchar unsigned char uint temp,aa,wang,qian,bai,shi,ge; sbit dula=P2^6; sbit wela=P2^7; uchar code table[]={ 0x3f,0x06,0x5b,0x4f, 0x66,0x6d,0x7d,0x07, 0x7f,0x6f,0x77,0x7c, 0x39,0x5e,0x79,0x71}; void display( uint wang,uint qian,uint bai,uint shi,uint ge); void delay(uint z); void init(); void main() { init();//初始化子程序 while(1) { if(aa==20)   { aa=0; temp++; if(temp==99999)    { temp=0;    } wang=temp/10000; qian=(temp-wang*10000)/1000; bai=(temp-wang*10000-qian*1000)/100; shi=(temp-wang*10000-qian*1000-bai*100)/10; ge=temp%10;   } display(wang,qian, bai,shi,ge); } }   void delay(uint z) { uint x,y; for(x=z;x>0;x--) for(y=110;y>0;y--); }   void display(uint wang,uint qian,uint bai,uint shi,uint ge) {         dula=1; P0=table[wang]; dula=0; P0=0xff; wela=1; P0=0xfe; wela=0; delay(1);   dula=1; P0=table[qian]; dula=0; P0=0xff; wela=1; P0=0xfd; wela=0; delay(1);           dula=1; P0=table[bai]; dula=0; P0=0xff; wela=1; P0=0xfb; wela=0; delay(1);   dula=1; P0=table[shi]; dula=0; P0=0xff; wela=1; P0=0xf7; wela=0; delay(1);   dula=1; P0=table[ge]; dula=0; P0=0xff; wela=1; P0=0xef; wela=0; delay(1); }   void init() { wela=0; dula=0; temp=0; TMOD=0x01; TH0=(65536-50000)/256; TL0=(65536-50000)%256; EA=1; ET0=1; TR0=1; }   void timer0() interrupt 1 { TH0=(65536-50000)/256; TL0=(65536-50000)%256; aa++; }

    標簽: 矩陣式鍵盤

    上傳時間: 2021-12-18

    上傳用戶:2590813506

  • 應用ANSOFT-HFSS對曲面結構貼片天線的模擬

    結構體的具體尺寸如下所示:a=1.20h=0.620其中介質錐的介電常數E=2.0。選定工作頻率為f=15GHz相對應的真空中的波長為0=20mm,這樣結構體的兒何尺寸己經完全確定,下面介紹求解的全過程選定求解方式為(Solution Type)Driven modal1.建立所求結構體的幾何模型(單位:mm)。由于此結構體的幾何形狀較簡單,使用工具欄中的Draw命令可直接畫出,這里不再贅述述。畫出的結構體如圖4.1.2所示。2.充結構體的材料選定結構體中的錐體部分,添加其介電常數Er=20的介質材料注:如果HSS中沒有提供與所需參數完全相同的材料,用戶可以通過新建材料或修改已有材料,使其參數滿足用戶需求設定結構體的邊界條件及其激勵源a.選定結構體的貼片部分,設定其為理想導體(PerE)。b.畫出尺寸為X×Y×Z=70mm×70mm×40mm的長方體作為輻射邊界,并設定其邊界條件為輻射邊界條件(Radiation Boundary)。c.由于要求出結構體的RCS,因此設定激勵源為平面入射波(Incident Wave Source)。如圖4.1.3所示。4.設定求解細節,檢驗并求解a.設定求解過程的工作頻率為f=15GHz.其余細節設定如圖4.1.4所示。b.設定遠區輻射場的求解(Far Field Radiation Sphere欄的設定)。c.使用 Validation check命令進行檢驗,無錯誤發生,下一步運行命令 Analyze,對柱錐結構體進行求解。如圖4.1.5和4.1.6所示。

    標簽: ansoft 天線 hfss

    上傳時間: 2022-03-10

    上傳用戶:

  • 基于2.4G的雙電機遙控船模控制系統設計

    以STC12C5A60S2單片機為控制核心,采用2.4G(JF24D)無線遙控模塊進行無線發射與接收,設計了一種雙電機遙控船模控制系統.該系統通過切換檔桿實現前進后退,方向盤左右轉動、暫停按鈕等控制直流電機的正轉、反轉、暫停,使得電機驅動的遙控船模實現前進后退、左右轉向、暫停等功能,有效解決了驅動功率小和船模之間相互干擾等問題,可廣泛應用于遙控船模領域.Using STC12C5A60S2 single-chip microcomputer as the controller and 2.4 G(JF24D)wireless remote control module for wireless transmission and reception, a dual-motor remote control ship model control system is designed. The system realizes forward and backward by switching the gear lever. The steering wheel rotates left and right and the pause button controls the forward, reverse and pause of the dc motor. The remote controller of ship model driven by the motor realizes forward and backward, left and right steering, pause and other functions. The ship model control system can effectively solve the problems of small driving power and mutual interference between ship models, and can be widely used in the field of remote controller of ship model.

    標簽: 電機 遙控船模 控制系統

    上傳時間: 2022-03-27

    上傳用戶:

  • 基于STC12C5A60S2單片機的LED線陣顯示裝置

    LED 線陣顯示裝置, 分為 LED 線性旋轉顯示主機和圖文錄入器兩部分。主機用直流電機帶動由紅綠 LED 組成的線陣旋轉, 同時線陣按照時序依次切換顯示狀態, 在固定區域利用視覺暫留效果形成 16×16 點陣, 用以顯示圖文;圖文錄入器用 HMI 觸控屏作為人機交互界面, 實現圖文錄入和回放功能。主機與圖文錄入器通過無線通信方式進行信息交互,可由圖文錄入器控制主機切換不同工作任務, 以及改變線陣顯示內容。The LED linear array display device is divided into two parts:the one is the main unit used to display content,and the other one is used to input the contents.The main unit is driven by a DC motor to rotate the linear array composed by red and green light emitting diodes.At the same time,the 16×16 dot matrix that switching the display state according to the time sequence on the main unit displays pictures and texts in the fixed area,by using the visual temporary effect.The HMI touch screen is used as human machine interface to realize the function that input and playback pictures and texts.The two parts of the device communicate with each other through wireless communication.The image and text input controller can control the main unit to switch different tasks and change the content of linear array displayed.

    標簽: stc12c5a60s2 單片機 led

    上傳時間: 2022-03-28

    上傳用戶:jiabin

  • 51單片機智能熱水器控制系統設計源代碼

    基于STC89C51單片機的智能電熱水器的控制器的設計,要達到的控制要求有:(1)用LCD1602液晶顯示水溫、設置上下限和定時時間,(2)水溫檢測顯示范圍為00~99℃,精度為±1℃。(3)溫度預設范圍為0~99℃,當檢測溫度低于預設溫度時,開始加熱;檢測溫度高于預設溫度時,停止加熱。(4)設置4個程序按鍵。分別問設置按鍵、加鍵、減鍵、確定。(5)可以紅外遙控,通過紅外一體接收探頭接收遙控器信號,執行與主板按鍵同等功能。(6)有水位檢測功能,無水自動上水,無水不加熱。//外部中斷解碼程序_外部中斷0void intersvr1(void) interrupt 2 using 1{ TR0=1; Tc=TH0*256+TL0;//提取中斷時間間隔時長 TH0=0;  TL0=0;         //定時中斷重新置零 if((Tc>Imin)&&(Tc<Imax)) {  m=0; f=1; return; }       //找到啟始碼 if(f==1) { if(Tc>Inum1&&Tc<Inum3)     {    Im[m/8]=Im[m/8]>>1|0x80; m++;     }    if(Tc>Inum2&&Tc<Inum1)     {      Im[m/8]=Im[m/8]>>1; m++; //取碼  }  if(m==32)     {      m=0;        f=0;      if(Im[2]==~Im[3])       {           IrOK=1;   TR0=0;     }      else IrOK=0;   //取碼完成后判斷讀碼是否正確    }               //準備讀下一碼 }}

    標簽: 51單片機 智能熱水器 控制系統

    上傳時間: 2022-05-14

    上傳用戶:

  • 時鐘芯片RX8025T

    RX-8801 SA Features built-in 32.768 kHz DTCXO, High Stability Supports l'C-Bus's high speed mode (400 kHz)Alarm interrupt function for day, date, hour, and minute settings Fixed-cycle timer interrupt function Time update interrupt function32.768 kHz output with OE function Auto correction of leap years Wide interface voltage range: 2.2 V to 5.5 V Wide time-keeping voltage range:1.8 V to 5.5 V Low current consumption: 0.84A/3V (Typ.)is an IC bus interface-compliant real-time clock which includes a 32.768 kHz DTCXO In addition to providing a calendar (year, month, date, day, hour, minute, second) function and a clock counter function, this module provides an abundance of other functions including an alarm function, fixed-cycle timer unction, time update interrupt function, and 32.768 kHz output function.The devices in this module are fabricated via a C-MOS process for low current consumption, which enables ong-term battery back-up.

    標簽: 時鐘芯片 rx8025t

    上傳時間: 2022-06-17

    上傳用戶:

  • USB控制芯片cy7c68013中文手冊.

    1.特色(CY7C68013A/14A/15A/16A)■USB 2.0USB IF 高速性能且經過認證(TID#40460272)■單芯片集成USB2.0收發器、智能串行接口引擎(SIE)和增強型8051微處理器■適用性、外觀和功能均與FX2兼容a引腳兼容口目標代碼兼容a功能兼容(FX2LP是超集)■超低功耗:lcc在任何模式下都不超過85mA a適合總線和電池供電的應用軟件:8051代碼運行介質:3內部RAM,通過USB下載口內部RAM,從EEPROM加載口外部存儲設備(128引腳封裝)■16K字節片上代碼/數據RAM■四個可編程的BULK/INTERRUPT/ISOCHRONOUS 端點口緩沖區大小選項:兩倍,三倍,四倍■附加的可編程(BULK/INTERRUPT)64位端點■8位或16位外部數據接口■可生成智能介質標準錯誤校正碼ECC

    標簽: usb

    上傳時間: 2022-06-25

    上傳用戶:zhaiyawei

  • 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

  • VIP專區-嵌入式/單片機編程源碼精選合集系列(101)

    VIP專區-嵌入式/單片機編程源碼精選合集系列(101)資源包含以下內容:1. TMS320C54x interrupt.2. C54 instruction.3. 電鬧鐘的設計與制作 電鬧鐘的設計與制作電鬧鐘的設計與制作.4. STR71x的BSPI與M25P10-A串行閃存通信.5. DN503 -- SPI Access (Rev. A).6. 這個rt12864的驅動是我自己摸索了很久才做出來的,因為這塊液晶的真正權威的能參考的繪圖資料真的是太少了,所以我上傳上來,算是做點貢獻吧.7. GBK點陣字體的顯示.8. PCI接口產品中橋芯片PLX6000、PLX8000、PLX9000、PLXsrv系列的驅動模塊源代碼.9. PCI接口產品中橋芯片PLX6000、PLX8000、PLX9000和PLXsrv驅動模塊源碼.10. 很好的資料,很好的芯片,做電機驅動用得到的.11. 紅外成像跟蹤處理器的研制.12. 51單片機上模擬i2c傳輸的程序.13. 一個類STL的多平臺可移植的算法容器庫,主要用于嵌入式系統編程時的內存管理等方面.14. 紅外遙控鍵值解碼1602液晶顯示 紅外遙控器鍵值如下: 10 03 01 06 09 1D 1F 0D 19 1B 11 15 17 12 16 4C 40 48 04 00 02.15. AT51單片機與蜂鳴器奏樂連接演奏(生日快樂).16. 一個用西門子200編的勾數計數程序.17. This guide describes Freescale’s BeeKit Wireless Connectivity Toolkit configuration tool used for Zi.18. This manual describes Freescale’s IEEE™ 802.15.4 Standard compliant MAC/PHY software. The Frees.19. 聞亭TDS560仿真器中的驅動TEST文件夾.20. plc文件.21. atmega8+vs1003+sd卡MP3.22. 康芯公司GWDBVP開發板的原理圖.23. ESS3890+SL原代碼(1*16內存).24. 嵌入式系統相關:周立功EasyArm2131開發板原理圖的真正Protel版本(絕非無恥的PDF版本!).25. Nios II 處理器中文小冊子(altera) NIOS開發板APEX20K版數據手冊 niosii資料-軟件開發文檔 北航NIOS教程.26. C語言51單片機程序.27. 基于51單片機的控制的紅外線通信.28. 基于51單片機控制電機或舵機等.29. 智能電加熱溫控系統的研制.kdh 整體說明與設計.30. 8255可編程并行擴展接口位控功能的應用.caj.31. 2401 接受程序.32. 基于ARM7 LPC2114學習板程序。學習板提供的是ADS源碼.33. 提供收音模塊的操作代碼.可以操作各種收音模塊.34. 嵌入式系統設計師大綱 很辛苦找到的東東.35. nucleus 2006 source code.36. 芯片測試講義.37. i2c存儲體系在arm9平臺上實現的資料.38. 一種新型的獨立CAN通信控制器MCP2515;給出其在CAN總線系統智能節點中的一個應用實例.39. 該書是網卡芯片AMD973的開發手冊,專用于常用網卡芯片開始使用,驅動程序員需要..40. 嵌入式常用的字庫工具,可以由BMP文件生成字庫,也可根據TEXT生成字庫,也可生成字模.總之功能強大,要不也不叫完美版了!.

    標簽: 天線

    上傳時間: 2013-07-04

    上傳用戶:eeworm

主站蜘蛛池模板: 凌云县| 博爱县| 英德市| 象州县| 金乡县| 德兴市| 缙云县| 宁南县| 修文县| 柘城县| 方城县| 景谷| 思茅市| 若羌县| 长宁县| 尚义县| 遂宁市| 珠海市| 涿鹿县| 佳木斯市| 汽车| 山西省| 金平| 西乌珠穆沁旗| 绥宁县| 印江| 宁强县| 监利县| 新郑市| 威海市| 南汇区| 屏东市| 天台县| 昌黎县| 灌阳县| 太原市| 沾益县| 车致| 鲜城| 库伦旗| 深泽县|