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

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

Out

  • CPLD和FPGA設計介紹

    Field Programmable Gate Arrays (FPGAs) are becoming a critical part of every system design. Many vendors offer many different architectures and processes. Which one is right for your design? How do you design one of these so that it works correctly and functions as you expect in your entire system? These are the questions that this paper sets Out to answer.

    標簽: CPLD FPGA

    上傳時間: 2013-10-22

    上傳用戶:lmq0059

  • CPLD庫指南

    Xilinx is disclosing this user guide, manual, release note, and/or specification (the “Documentation”) to you solely for use in the development of designs to operate with Xilinx hardware devices. You may not reproduce, distribute, republish, download, display, post, or transmit the Documentation in any form or by any means including, but not limited to, electronic, mechanical, photocopying, recording, or otherwise, withOut the prior written consent of Xilinx. Xilinx expressly disclaims any liability arising Out of your use of the Documentation. Xilinx reserves the right, at its sole discretion, to change the Documentation withOut notice at any time. Xilinx assumes no obligation to correct any errors contained in the Documentation, or to advise you of any corrections or updates. Xilinx expressly disclaims any liability in connection with technical support or assistance that may be provided to you in connection with the Information.  

    標簽: CPLD

    上傳時間: 2014-12-05

    上傳用戶:qazxsw

  • 基于FPGA的光纖光柵解調系統的研究

     波長信號的解調是實現光纖光柵傳感網絡的關鍵,基于現有的光纖光柵傳感器解調方法,提出一種基于FPGA的雙匹配光纖光柵解調方法,此系統是一種高速率、高精度、低成本的解調系統,并且通過引入雙匹配光柵有效地克服了雙值問題同時擴大了檢測范圍。分析了光纖光柵的測溫原理并給出了該方案軟硬件設計,綜合考慮系統的解調精度和FPGA的處理速度給出了基于拉格朗日的曲線擬合算法。 Abstract:  Sensor is one of the most important application of the fiber grating. Wavelength signal demodulating is the key techniques to carry Out fiber grating sensing network, based on several existing methods of fiber grating sensor demodulation inadequate, a two-match fiber grating demodulation method was presented. This system is a high-speed, high precision, low-cost demodulation system. And by introducing a two-match grating effectively overcomes the problem of double value while expands the scope of testing. This paper analyzes the principle of fiber Bragg grating temperature and gives the software and hardware design of the program. Considering the system of demodulation accuracy and processing speed of FPGA,this paper gives the curve fitting algorithm based on Lagrange.

    標簽: FPGA 光纖光柵 解調系統

    上傳時間: 2013-10-10

    上傳用戶:zxc23456789

  • 各種功能的計數器實例(VHDL源代碼)

    各種功能的計數器實例(VHDL源代碼):ENTITY counters IS  PORT  (   d  : IN  INTEGER RANGE 0 TO 255;   clk  : IN BIT;   clear : IN BIT;   ld  : IN BIT;   enable : IN BIT;   up_down : IN BIT;   qa  : Out  INTEGER RANGE 0 TO 255;   qb  : Out  INTEGER RANGE 0 TO 255;   qc  : Out  INTEGER RANGE 0 TO 255;   qd  : Out  INTEGER RANGE 0 TO 255;   qe  : Out  INTEGER RANGE 0 TO 255;   qf  : Out  INTEGER RANGE 0 TO 255;   qg  : Out  INTEGER RANGE 0 TO 255;   qh  : Out  INTEGER RANGE 0 TO 255;   qi  : Out  INTEGER RANGE 0 TO 255;

    標簽: VHDL 計數器 源代碼

    上傳時間: 2013-10-09

    上傳用戶:松毓336

  • 單片機及接口技術考試試卷及答案詳解

      電子發燒友網:本資料是關于單片機及接口技術這門課程的期末考試試卷及答案的詳解。          8.當需要從MCS-51單片機程序存儲器取數據時,采用的指令為( )。   a)MOV A, @R1 b)MOVC A, @A + DPTR   c)MOVX A, @ R0 d)MOVX A, @ DPTR   二、填空題(每空1分,共30分)   1.一個完整的微機系統由 和 兩大部分組成。   2.8051 的引腳RST是____(IN腳還是Out腳),當其端出現____電平時,8051進入復位狀態。8051一直維持這個值,直到RST腳收到____電平,8051才脫離復位狀態,進入程序運行狀態,從ROM H單元開始取指令并翻譯和執行。   3.半導體存儲器分成兩大類 和 ,其中 具有易失性,常用于存儲 。

    標簽: 單片機 接口技術 試卷

    上傳時間: 2015-01-03

    上傳用戶:wfl_yy

  • 溫濕度傳感器 sht11 仿真程序下載

    溫濕度傳感器 sht11 仿真程序 sbit Out =P3^0; //加熱口  //sbit input =P1^1;//檢測口  //sbit speek =P2^0;//報警  sbit clo =P3^7;//時鐘  sbit ST =P3^5;//開始  sbit EOC =P3^6;//成功信號  sbit gwei =P3^4;//個位  sbit swei =P3^3;//十位 sbit bwei =P3^2;//百位 sbit qwei =P3^1;//千位 sbit speak =P0^0;//報警音 sbit bjled =P0^1;//報警燈 sbit zcled =P0^2;//正常LED  int count;  uchar xianzhi;//取轉換結果 uchar seth;//高時間 uchar setl;//低時間 uchar seth_mi;//高時間 uchar setl_mi;//低時間  bit  hlbz;//高低標志  bit  clbz;  bit  spbz;       ///定時中斷程序/// void t0 (void) interrupt 1 using 0 {     TH0=(65536-200)/256;//5ms*200=1000ms=1s   TL0=(65536-200)%256;  clo=!clo;//產生時鐘      if(count>5000)   {     if(hlbz)            {       if(seth_mi==0){seth_mi=seth;hlbz=0;Out=0;}    else seth_mi--;       }     if(!hlbz)            {       if(setl_mi==0){setl_mi=setl;hlbz=1;Out=1;}    else setl_mi--;       }   count=0;   }      else count++;         } ///////////// ///////延時/////// delay(int i) {    while(--i);          }     ///////顯示處理/////// xianshi() {      int   abcd=0;     int i;     for (i=0;i<5;i++) {   abcd=xianzhi;  gwei=1;  swei=1;  bwei=1;  qwei=1;  P1=dispcode[abcd/1000];   qwei=0;  delay(70);   qwei=1;  abcd=abcd%1000;  P1=dispcode[abcd/100];  bwei=0;  delay(70);  bwei=1;   abcd=abcd%100;  P1=dispcode[abcd/10];  swei=0;  delay(70);  swei=1;  abcd=abcd%10;  P1=dispcode[abcd];  gwei=0;  delay(70);  gwei=1;  } }   doing()   {     if(xianzhi>100)     {bjled=0;speak=1;zcled=1;}  else {bjled=1;speak=0;zcled=0;}   }   void main(void)  {  seth=60;//h60秒  setl=90;//l90秒  seth_mi=60;//h60秒  setl_mi=90;//l90秒  TMOD=0X01;//定時0 16位工作模式   TH0=(65536-200)/256;   TL0=(65536-200)%256;    TR0=1; //開始計時  ET0=1;   //開定時0中斷  EA=1;    //開全中斷  while(1)  {      ST=0;    _nop_();     ST=1;    _nop_();     ST=0;  //   EOC=0;          xianshi();       while(!EOC)   {         xianshi();    }        xianzhi=P2;             xianshi();     doing();  }  }

    標簽: sht 11 溫濕度傳感器 仿真程序

    上傳時間: 2013-10-16

    上傳用戶:黃蛋的蛋黃

  • Displaying a large bitmap file on a dialog box, in its original size, is quite difficult in the VC++

    Displaying a large bitmap file on a dialog box, in its original size, is quite difficult in the VC++ environment. However, it is possible to display a large bitmap to a predefined area of the dialog by using the StretchBlt( ) function.The major disadvantage of this is that the clarity of the image will be lost. Check Out this article for displaying large bitmaps into the desired area of your dialog box in its original size with a scrolling technique used to show the entire bitmap. 滾動顯示位圖 在VC++環境下,在一個對話框中顯示一個原始尺寸的大小的位圖文件相當是困難的。然而,通過使用 StretchBlt()函數一個給定的區域顯示一個大的位圖是可能的。主要的缺點是圖像將會失真。看了這篇通過卷動技術顯示整個位圖技術的文章,你將能夠以它的原始尺寸在給定對話框的區域內顯示一個大位圖。 來源: http://www.codeguru.com/bitmap/ScrollBitmap.html

    標簽: Displaying difficult original bitmap

    上傳時間: 2014-01-05

    上傳用戶:yiwen213

  • Mantis an easily deployable, web based bugtracker to aid product bug tracking. It requires PHP, MySQ

    Mantis an easily deployable, web based bugtracker to aid product bug tracking. It requires PHP, MySQL and a web server. It is simpler than Bugzilla and easily editable. Check Out the online Demo.

    標簽: deployable bugtracker requires tracking

    上傳時間: 2014-01-25

    上傳用戶:小寶愛考拉

  • 說明:本程序用于矩形截面偏心受壓構件對稱配筋的設計和復核以及不對稱配筋的復核。本程序有文件支持

    說明:本程序用于矩形截面偏心受壓構件對稱配筋的設計和復核以及不對稱配筋的復核。本程序有文件支持,但無需建立數據文件,請按屏幕提示輸入數據,并注意單位。本程序可在此文件同目錄上自動生成下列文件:設計數據文件“design.dat”,設計結果文件“design.Out”;復核數據文件“verify.dat”,復核結果文件“verify.Out”。

    標簽: 程序 對稱 矩形 截面

    上傳時間: 2015-03-19

    上傳用戶:xinzhch

  • 這是關于文件操作的一個題

    這是關于文件操作的一個題,由題意可知,該題解決起來應該分為三個部分。第一部分即從in.dat中讀入數據,第二部分即實現排序的算法,最后應該實現將排序的結果輸出到Out.dat中。

    標簽: 文件操作

    上傳時間: 2014-01-12

    上傳用戶:coeus

主站蜘蛛池模板: 中卫市| 繁峙县| 邹城市| 漾濞| 江孜县| 湘阴县| 微山县| 鹤山市| 儋州市| 高州市| 施甸县| 萝北县| 科技| 寿宁县| 澜沧| 涪陵区| 卢龙县| 永修县| 广水市| 景泰县| 灵川县| 吉水县| 茂名市| 介休市| 高安市| 成安县| 白山市| 桃园县| 城市| 库尔勒市| 潜江市| 嘉荫县| 五原县| 云梦县| 承德县| 哈密市| 商水县| 图们市| 六安市| 南澳县| 长汀县|