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

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

Go

Go(又稱Golang)是Google的RobertGriesemer,RobPike及KenThompson開發的一種靜態強類型、編譯型語言。Go語言語法與C相近,但功能上有:內存安全,GC(垃圾回收),結構形態及CSP-style并發計算。
  • ARM多端口存儲器控制器PL176技術手冊

     NXP半導體設計的LPC3000系列ARM芯片,適用于要求高性能和低功耗結合的嵌入式應用中。  NXP通過使用90納米的處理技術,將一個帶有矢量浮點協處理器的ARM926EJ-S CPU內核與一系列包括USB On-The-Go在內的標準外設結合起來,從而實現LPC3000的性能目標。LPC3000系列ARM可工作在高于266MHz的CPU頻率下。ARM926EJ-S CPU內核加入5級流水處理并采用哈佛結構。該內核還具有一個完整的存儲器管理單元(MMU),以提供支持現代操作系統多程序設計所需的虛擬存儲器功能。ARM926EJ-S CPU內核還包含了帶有單周期MAC操作的一系列DSP指令擴展,以及Jazelle Java字節代碼執行。NXP實現的器件具有一個32kB指令高速緩存和32kB數據高速緩存。

    標簽: ARM 176 PL 多端口

    上傳時間: 2013-11-20

    上傳用戶:xiaowei314

  • 深入淺出AVR單片機--從ATMega48/88/168開始

    深入淺出AVR單片機思路清晰,以AVR單片機為載體,介紹了初學單片機所必須掌握的專業知識。書中語言嚴謹但不乏幽默風趣,配以大量的照片、圖示和實例程序,使讀者在愉悅中完成專業知識的學習,并培養了學習嵌入式系統的興趣。本書在講述AVR單片機的同時,更注重于對讀者學習和設計能力的啟發、培養,幫助他們養成“從實踐中來,到實踐中去”的科學方法論,為進一步的學習創造了基礎?! ”緯v述淺顯、內容豐富、編排合理、實例詳盡。首先介紹了如何閱讀器件資料的方法,然后熟悉ICCAVR集成開發環境并搭建實驗開發裝置,接著從實際應用出發,啟發式地介紹AVR單片機的常用資源和對應軟件方法,最后較為全面地補充了從事嵌入式系統開發要擴展的軟件知識。 第1篇 Are you ready? 第1章 學會閱讀Datasheet  1.1 如何閱讀PDF文件,如何獲得Datasheet文件  1.2 Datasheet告訴我們些什么  1.3 如何看懂AVR的Datasheet  1.4 如何得到幫助  1.5 匯編語言執行時間的計算方法  1.6 ATmega48/88/168常用熔絲的作用及其配置方法  1.7 對誤燒寫為外部時鐘模式的解鎖方法  實例1 閱讀74HC595 Datasheet 第2章 深入開發環境  2.1 認識ICC編譯環境  2.2 事半功倍的代碼生成器  2.3 ICC之不得不說的故事  2.4 AVR最小系統和下載線DIY  實例2 AVR最小系統DIY第2篇 Let\'s Go! 第3章 從跑馬燈開始  3.1 輸入/輸出界面   3.1.1 單片機的輸入/輸出設備——引腳   3.1.2 “芯”里有數——數碼管顯示   3.1.3 單片機的輸入/輸出設備——從按鍵到鍵盤  3.2 用ATmega48/88/168單片機端口驅動數碼管  3.3 操縱ATmega48/88/168單片機端口  3.4 端口內建上拉電阻的使用  3.5 端口位操作  實例3 跑馬燈  實例4 數碼管的顯示(上)  實例5 數碼管的顯示(下)  實例6 矩陣鍵盤 第4章 對不起接個電話  4.1 十萬火急——中斷  4.2 中斷的特性  4.3 使用中斷時的注意事項  4.4 ATmega48/88/168單片機有哪些中斷源  4.5 如何編寫一個中斷的服務程序代碼  4.6 ATmega48/88/168單片機中斷的開關控制  4.7 ATmega48/88/168中斷標志位  4.8 ATmega48/88/168中斷優先級  4.9 ATmega48/88/168單片機中斷向量  4.10 中斷與查詢之爭  4.11 用查詢方式響應外設中斷  4.12 中斷誤觸發  4.13 前后臺與原子操作  實例7 中斷喚醒的鍵盤掃描  實例8 旋轉編碼器 第5章 一秒究竟有多長  5.1 單片機與時間  5.2 軟件延時  5.3 不需要加載的“自由計時器”  5.4 通過重加載控制定時中斷周期  5.5 使用代碼生成器生成定時器1初始化代碼  5.6 定時器的其他工作模式  5.7 PWM波及其應用簡介  5.8 人類能看懂的電子時鐘——實時時鐘簡介  實例9 閃爍的燈  實例10 漸明漸暗的燈  實例11 復雜閃爍控制 第6章 電量低  6.1 從猜數游戲到A/D轉換器  6.2 ATmega48/88/168的A/D轉換器  6.3 ATmega48/88/168單片機中與A/D相關的引腳  6.4 ATmega48/88/168單片機中與A/D相關的寄存器  6.5 使用A/D時需要注意些什么  6.6 怎樣知道A/D轉換完成  6.7 讀取A/D的轉換結果  6.8 使用代碼生成器生成ADC初始化代碼  6.9 書寫具有工程結構的初始化代碼  6.10 電量計原理概述  …… 第7章 正在過收費站 第8章 包裝的學問 第9章 傻孩子求職記 第10章 MISSION UPDATE第3篇 Code Name C 第11章 朝花夕拾 第12章 指針都是紙老虎 第13章 來自身邊的啟示 第14章 初識嵌入式系統

    標簽: ATMega AVR 168 48

    上傳時間: 2014-05-05

    上傳用戶:佳期如夢

  • An easy way to work with Exter

    Internal Interrupts are used to respond to asynchronous requests from a certain part of themicrocontroller that needs to be serviced. Each peripheral in the TriCore as well as theBus Control Unit, the Debug Unit, the Peripheral Control Processor (PCP) and the CPUitself can generate an Interrupt Request.So what is an external Interrupt?An external Interrupt is something alike as the internal Interrupt. The difference is that anexternal Interrupt request is caused by an external event. Normally this would be a pulseon Port0 or Port1, but it can be even a signal from the input buffer of the SSC, indicatingthat a service is requested.The User’s Manual does not explain this aspect in detail so this ApNote will explain themost common form of an external Interrupt request. This ApNote will show that there is aneasy way to react on a pulse on Port0 or Port1 and to create with this impulse an InterruptService Request. Later in the second part of the document, you can find hints on how todebounce impulses to enable the use of a simple switch as the input device.Note: You will find additional information on how to setup the Interrupt System in theApNote “First steps through the TriCore Interrupt System” (AP3222xx)1. It would Gobeyond the scope of this document to explain this here, but you will find selfexplanatoryexamples later on.

    標簽: Exter easy work with

    上傳時間: 2013-10-27

    上傳用戶:zhangyigenius

  • PL2303 USB to Serial Adapter

    The PL2303 USB to Serial adapter is your smart and convenient accessory forconnecting RS-232 serial devices to your USB-equipped Windows host computer. Itprovides a bridge connection with a standard DB 9-pin male serial port connector inone end and a standard Type-A USB plug connector on the other end. You simplyattach the serial device onto the serial port of the cable and plug the USB connectorinto your PC USB port. It allows a simple and easy way of adding serial connectionsto your PC without having to Go thru inserting a serial card and traditional portconfiguration.This USB to Serial adapter is ideal for connecting modems, cellular phones, PDAs,digital cameras, card readers and other serial devices to your computer. It providesserial connections up to 1Mbps of data transfer rate. And since USB does not requireany IRQ resource, more devices can be attached to the system without the previoushassles of device and resource conflicts.Finally, the PL-2303 USB to Serial adapter is a fully USB Specification compliantdevice and therefore supports advanced power management such as suspend andresume operations as well as remote wakeup. The PL-2303 USB Serial cable adapteris designed to work on all Windows operating systems.

    標簽: Adapter Serial 2303 USB

    上傳時間: 2013-11-01

    上傳用戶:ghostparker

  • 微電腦型交流電流異常警報電表

    特點 精確度0.25%滿刻度 ±1位數 輸入配線系統可任意選擇 CT比可任意設定 具有異常電流值與異常次數記錄保留功能 電流過高或過低檢測可任意設定 報警繼電器復歸方式可任意設定 尺寸小,穩定性高 2.主要規格 輔助電源: AC110V&220V ±20%(50 or 60Hz) AC220V&440V ±20%(50 or 60Hz)(optional) 精確度: 0.25% F.S. ±1 digit 輸入負載: <0.2VA (Current) 最大過載能力 : Current related input: 2 x rated continuous 10 x rated 30 sec. 25 x rated 3sec. 50 x rated 1 sec. 輸入電流范圍: AC0-5A (10-1000Hz) CT ratio : 1-2000 adjustable 啟動延遲動作時間: 0-99.9 second adjustable 繼電器延遲動作時間: 0-99.9 second adjustable 繼電器復歸方式: Manual (N) / latch(L) can be modified 繼電器磁滯范圍: 0-999 digit adjustable 繼電器動作方向: HI /LO/Go/HL can be modified 繼電器容量: AC 250V-5A, DC 30V-7A 過載顯示: "doFL" 溫度系數: 50ppm/℃ (0-50℃) 顯示幕: Red high efficiency LEDs high 14.22mm(.56")(PV) Red high efficiency LEDs high 14.22mm(.276")(NO) 參數設定方式: Touch switches 記憶型式 : Non-volatile E2PROM memory 絕緣耐壓能力: 2KVac/1 min. (input/output/power) 1600Vdc(input/output 使用環境條件 : 0-50℃(20 to 90% RH non-condensed) 存放環境條件: 0-70℃(20 to 90% RH non-condensed) CE認證: EN 55022:1998/A1:2000 Class A EN 61000-3-2:2000 EN 61000-3-3:1995/A1:2001 EN 55024:1998/A1:2001

    標簽: 微電腦 交流電流 警報電表

    上傳時間: 2013-10-14

    上傳用戶:wanghui2438

  • 微電腦型盤面式異常警報電表

    特點 精確度0.1%滿刻度 ±1位數 可量測 交直流電流/交直流電壓/電位計/傳送器/Pt-100/荷重元/電阻 等信號 顯示范圍-1999-9999可任意規劃 具有異常值與異常次數記錄保留功能 異常信號過高或過低或范圍內或范圍外檢測可任意設定 報警繼電器復歸方式可任意設定 尺寸小,穩定性高 2.主要規格 精確度: 0.1% F.S. ±1 digit 0.2% F.S. ±1 digit(AC) 取樣時間: 16 cycles/sec. 顯示值范圍: -1999 - +9999 digit adjustable 啟動延遲動作時間: 0-99.9 second adjustable 繼電器延遲動作時間: 0-99.9 second adjustable 繼電器復歸方式: Manual (N) / latch(L) can be modified 繼電器動作方向: HI /LO/Go/HL can be modified 繼電器容量: AC 250V-5A, DC 30V-7A 過載顯示: "doFL" 溫度系數: 50ppm/℃ (0-50℃) 顯示幕: Red high efficiency LEDs high 14.22mm(.56")(PV) Red high efficiency LEDs high 7.0mm(.276")(NO) 參數設定方式: Touch switches 記憶型式 : Non-volatile E2PROM memory 絕緣耐壓能力: 2KVac/1 min. (input/output/power) 1600Vdc(input/output 使用環境條件 : 0-50℃(20 to 90% RH non-condensed) 存放環境條件: 0-70℃(20 to 90% RH non-condensed) CE認證: EN 55022:1998/A1:2000 Class A EN 61000-3-2:2000 EN 61000-3-3:1995/A1:2001 EN 55024:1998/A1:2001

    標簽: 微電腦 警報電表

    上傳時間: 2013-11-02

    上傳用戶:fandeshun

  • 多遠程二極管溫度傳感器 (Design Considerat

    多遠程二極管溫度傳感器-Design Considerations for pc thermal management Multiple RDTS (remote diode temperature sensing) provides the most accurate method of sensing an IC’s junction temperature. It overcomes thermal gradient and placement issues encountered when trying to place external sensors. PCB component count decreases when using a device that provides multiple inputs.Better temperature sensing improves product performance and reliability. Disk drive data integrity suffers at elevated temperatures. IBM published an article stating that a 5°C rise in operating temperature causes a 15% increase in the drive’s failure rate. The overall performance of a system can be improved by providing a more accurate temperature measurement of the most critical devices allowing them to run just a few degrees hotter.The LM83 directly senses its own temperature and the temperature of three external PN junctions. One is dedicated to the CPU of choice, the other two Go to other parts of your system that need thermal monitoring such as the disk drive or graphics chip. The SMBus-compatible LM83 supports SMBus timeout and logic levels. The LM83 has two interrupt outputs; one for user-programmable limits and WATCHDOG capability (INT), the other is a Critical Temperature Alarm output (T_CRIT_A) for system power supply shutdown.

    標簽: Considerat Design 遠程 二極管

    上傳時間: 2014-12-21

    上傳用戶:ljd123456

  • ASK發送器接收器用作汽車防盜報警系統

    Abstract: After you park your car and Go into your house, probably the last thing that you want to think about is someone stealing

    標簽: ASK 發送器 接收器 報警系統

    上傳時間: 2014-04-24

    上傳用戶:athjac

  • 醫院信息管理系統源代碼

    if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[FK_藥品庫存_藥品資料]') and OBJECTPROPERTY(id, N'IsForeignKey') = 1) ALTER TABLE [dbo].[藥品庫存] DROP CONSTRAINT FK_藥品庫存_藥品資料 Go if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[FK_門診劃價明細_門診劃價]') and OBJECTPROPERTY(id, N'IsForeignKey') = 1) ALTER TABLE [dbo].[門診劃價明細] DROP CONSTRAINT FK_門診劃價明細_門診劃價 Go if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[FK_門診掛號_門診掛號類型]') and OBJECTPROPERTY(id, N'IsForeignKey') = 1) ALTER TABLE [dbo].[門診掛號] DROP CONSTRAINT FK_門診掛號_門診掛號類型 Go if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[產地]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) drop table [dbo].[產地] Go if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[醫生資料]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) drop table [dbo].[醫生資料]

    標簽: 信息管理系統 源代碼

    上傳時間: 2013-11-12

    上傳用戶:sunshie

  • 酒店管理系統源代碼

    if exists (select * from dbo.sysobjects where id = object_id(N\'[dbo].[FK_帳單明細_入住單]\') and OBJECTPROPERTY(id, N\'IsForeignKey\') = 1) ALTER TABLE [dbo].[帳單明細] DROP CONSTRAINT FK_帳單明細_入住單 Go if exists (select * from dbo.sysobjects where id = object_id(N\'[dbo].[FK_入住單_客房信息]\') and OBJECTPROPERTY(id, N\'IsForeignKey\') = 1) ALTER TABLE [dbo].[入住單] DROP CONSTRAINT FK_入住單_客房信息 Go if exists (select * from dbo.sysobjects where id = object_id(N\'[dbo].[FK_客房信息_客房類型]\') and OBJECTPROPERTY(id, N\'IsForeignKey\') = 1) ALTER TABLE [dbo].[客房信息] DROP CONSTRAINT FK_客房信息_客房類型

    標簽: 管理系統 源代碼

    上傳時間: 2014-03-23

    上傳用戶:chenhr

主站蜘蛛池模板: 陆良县| 博爱县| 扬中市| 高尔夫| 瓦房店市| 巴林左旗| 措美县| 丽江市| 清镇市| 哈尔滨市| 长沙县| 建宁县| 阿荣旗| 永年县| 遂溪县| 股票| 凌海市| 南宫市| 台南市| 渑池县| 德令哈市| 孟连| 织金县| 始兴县| 辉县市| 湘阴县| 丽水市| 万州区| 呼伦贝尔市| 高雄县| 邮箱| 长宁县| 图片| 阜康市| 四平市| 呼图壁县| 宜君县| 大庆市| 梁山县| 佳木斯市| 于田县|