In predominantly digital systems it is often necessaryto include linear circuit functions. Traditionally, separatepower supplies have been used to run the linear components(see Box, “Linear Power Supplies—Past, Present,and Future”).
標簽: Designing Operation Circuits Linear
上傳時間: 2013-11-04
上傳用戶:sdq_123
飛機電網故障時,機載電氣盒必須在延遲時間內切斷電網,保護機載設備。采用AT89S52設計的電氣盒測試儀能夠測試電氣盒保護功能,測量延遲時間。實際應用結果表明,該測試儀具有測量準確、可靠性高、成本低等優點。 Abstract: The helicopter-electrical-box must shut off the helicopter power,protect the equipments of the helicopter when the helicopter power is failed.The tester for the helicopter-electrical-box based on AT89S52is used for testing the protect-ing function and measuring the delay time.Application results show this tester has some advantages,such as accurate mea-surement,high dependability,economical cost etc.
上傳時間: 2014-12-27
上傳用戶:786334970
產品簡介1.1 產品功能:1.1.1 本產品是手持萬用在線編程機的簡化版。保留了 ISP/IAP 的核心功能。LCD/鍵盤/內置存儲器、加密性能相應弱化,以降低客戶應用成本。1.1.2 下載盒可儲存 1 個用戶程序代碼文件。1.1.3 下載盒可儲存 1 個固件代碼,分別支持不同系列單片機/ARM 芯片的脫機/離線下載和編程。 1.1.4 可支持意法半導體公司 STM32F系列芯片的脫機 ISP 燒錄。1.1.5 支持 STM32F 系列芯片的脫機加密 IAP程序燒錄/升級。1.1.6 支持 FreeScale HCS08 系列和 RS08 系列芯片的脫機 BDM 編程。1.1.7 支持 MicroChip 的 PIC12/PIC16/PIC18系列芯片的脫機 ICSP 編程。1.1.8 支持 AVR 系列 8 位單片機的脫機 ISP。1.1.9 本產品將不斷升級,支持更多種類和型號的芯片。如果客戶需要使用暫不支持的芯片,可向單片機在線編程網提出,本網可在優先開發對應芯片的支持固件。1.1.10 可內置干電池(4 節 7 號)供電,也可用電腦 USB 口供電,或選配USB口電源適配器1.2 產品銷售清單:1.2.1 單片機下載盒 1 個。1.2.2 miniUSB 連接線一條。1.2.3 10PIN 轉 6PIN 排線一根。1.2.4 說明書一本(即本文件,初期以電子文件形式提供)。1.2.5 10PIN-DB9 串口轉換器一個(選配件)。1.2.6 USB 型電源適配器一個(選配件)。
上傳時間: 2013-10-10
上傳用戶:003030
介紹了AES中,SubBytes算法在FPGA的具體實現.構造SubBytes的S-Box轉換表可以直接查找ROM表來實現.通過分析SubBytes算法得到一種可行性硬件邏輯電路,從而實現SubBytes變換的功能.
上傳時間: 2013-11-30
上傳用戶:hzy5825468
15.2 已經加入了有關貫孔及銲點的Z軸延遲計算功能. 先開啟 Setup - Constraints - Electrical constraint sets 下的 DRC 選項. 點選 Electrical Constraints dialog box 下 Options 頁面 勾選 Z-Axis delay欄.
上傳時間: 2013-11-12
上傳用戶:Late_Li
介紹了AES中,SubBytes算法在FPGA的具體實現.構造SubBytes的S-Box轉換表可以直接查找ROM表來實現.通過分析SubBytes算法得到一種可行性硬件邏輯電路,從而實現SubBytes變換的功能.
上傳時間: 2014-07-10
上傳用戶:lacsx
您在使用UNIX嗎?你曾經使用過中創的會計系統嗎?那么你喜歡他的界面嗎?可是你又苦于無法實現他的效果嗎?現在好了,我向您免費提供 一套基于UNIX/LINUX下的 Curses 函數的函數庫,使用這個函數庫,您就可以快速開發類似于中創系統的界面,保證漂亮、美觀、大方,此控 件包含: QWindowX.hpp 窗口類,重新封裝了CURSES的類,重新制作了BOX函數,徹底解決了系
上傳時間: 2014-01-01
上傳用戶:a673761058
This article is a very simple introduction writing a Windows Form application for the Microsoft.NET framework using C#. The sample application demonstrates how to create and layout controls on a simple form and the handling of mouse click events. The application displays a form showing attributes of a file. This form is similar to the properties dialog box of a file (Right click on a file and Click on Properties menu item). Since attributes of a file will be shown, the sample will show how to use File IO operations in .NET framework.
標簽: introduction application Microsoft article
上傳時間: 2015-04-09
上傳用戶:www240697738
abel Tool Sample Requires: Visual Basic 6 and MapObjects 2.x Data: redlands.shp (Redlands sample data set from MO 2.x) Interactive Labeling Tool If the check box is checked, then the mouse down location will search for the closest line, and label it with the street name. If the check box is not checked, then the mouse down will turn into a pan/zoom tool. There is a slider bar to control the search tolerance in screen pixels for the labeling.
標簽: MapObjects Requires Redlands redlands
上傳時間: 2013-12-17
上傳用戶:sunjet
一般會使用WINDOW API的情況,實在是因為VB本身不提供某些功能,但是,程式所 需又不得不然,例如:讀取Registry內的資料,VB只提供SaveSetting、Getsetting 等 系列的指令,但是它只能讀取特定地區的值,要讀、刪、更動其他區域的值時,就無法 使用。再如:仔細看一看Combo Box的Events,其中沒有MouseMove,但這是我們經常用 上的一個Event,那該如何呢?是的,那只有透過Winodow API。而VB呼叫Window API一 般不都使用API檢視員,直接將相對應的API COPY到我們的程式中就好,那還用什麼技 巧嗎?其實不然,因為VB資料格式的問題,又加上VB本身沒有指標,在許多地方需要一 些小技巧才能解決,而且我們經常因應不同的需求,將API 檢視員的宣告COPY過來後再 做一些修改,最重要的,如果有一個.DLL檔,它不在API 檢視員中定義,那時,就只有 自己想辦法啦。
上傳時間: 2014-01-18
上傳用戶:sclyutian