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

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

while

while是計算機的一種基本循環模式。當滿足條件時進入循環,進入循環后,當條件不滿足時,跳出循環。while語句的一般表達式為:while(表達式){循環體}。
  • WP401-FPGA設計的DO-254

    The standard that governs the design of avioniccomponents and systems, DO-254, is one of the mostpoorly understood but widely applicable standardsin the avionic industry. while information on thegeneral aspects of the standard is easy to obtain, thedetails of exactly how to implement the standard aresketchy. And once an entity develops a process thatachieves compliance, the details of how compliancewas achieved become part of the intellectualproperty of that entity. This white paper focuses onthe details of developing a DO-254 compliantprocess for the design of FPGAs.

    標簽: FPGA 401 254 WP

    上傳時間: 2013-11-03

    上傳用戶:ysystc670

  • XAPP806 -決定DDR反饋時鐘的最佳DCM相移

    This application note describes how to build a system that can be used for determining theoptimal phase shift for a Double Data Rate (DDR) memory feedback clock. In this system, theDDR memory is controlled by a controller that attaches to either the OPB or PLB and is used inan embedded microprocessor application. This reference system also uses a DCM that isconfigured so that the phase of its output clock can be changed while the system is running anda GPIO core that controls that phase shift. The GPIO output is controlled by a softwareapplication that can be run on a PowerPC® 405 or Microblaze™ microprocessor.

    標簽: XAPP 806 DDR DCM

    上傳時間: 2014-11-26

    上傳用戶:erkuizhang

  • allegro cx manual教程

    We would like to welcome you as a user of the Allegro CX, a rugged, handheld fi  eld PC for data collection. Developed with the input of data collection professionals worldwide, the Allegro CX is adaptable and versatile for use in a wide variety of data collection environments. The Allegro CX continues to utilize our ergonomic, lightweight design that is standard in our line of Allegro Field PCs. This design makes your Allegro easy to use for extended periods while moving to and from data collection sites in the fi  eld.  

    標簽: allegro manual cx 教程

    上傳時間: 2015-01-02

    上傳用戶:zhangyi99104144

  • 基于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

  • pci e PCB設計規范

    This document provides practical, common guidelines for incorporating PCI Express interconnect layouts onto Printed Circuit Boards (PCB) ranging from 4-layer desktop baseboard designs to 10- layer or more server baseboard designs. Guidelines and constraints in this document are intended for use on both baseboard and add-in card PCB designs. This includes interconnects between PCI Express devices located on the same baseboard (chip-to-chip routing) and interconnects between a PCI Express device located “down” on the baseboard and a device located “up” on an add-in card attached through a connector. This document is intended to cover all major components of the physical interconnect including design guidelines for the PCB traces, vias and AC coupling capacitors, as well as add-in card edge-finger and connector considerations. The intent of the guidelines and examples is to help ensure that good high-speed signal design practices are used and that the timing/jitter and loss/attenuation budgets can also be met from end-to-end across the PCI Express interconnect. However, while general physical guidelines and suggestions are given, they may not necessarily guarantee adequate performance of the interconnect for all layouts and implementations. Therefore, designers should consider modeling and simulation of the interconnect in order to ensure compliance to all applicable specifications. The document is composed of two main sections. The first section provides an overview of general topology and interconnect guidelines. The second section concentrates on physical layout constraints where bulleted items at the beginning of a topic highlight important constraints, while the narrative that follows offers additional insight.  

    標簽: pci PCB 設計規范

    上傳時間: 2014-01-24

    上傳用戶:s363994250

  • LabVIEW中的循環結構

    在程序設計中,如果需要重復執行一段代碼,就需要使用循環結構。接下來我們將介紹在LabVIEW中常常使用的2種循環結構while 循環和For 循環。

    標簽: LabVIEW 循環結構

    上傳時間: 2013-10-19

    上傳用戶:遠遠ssad

  • 溫濕度傳感器 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

    上傳用戶:黃蛋的蛋黃

  • This Unix C code monitors a web server every few minutes by trying to retrieve its home page. It sen

    This Unix C code monitors a web server every few minutes by trying to retrieve its home page. It sends you email when it can t connect, and every so often while the server is still down. It sends a final message when it comes back up. If you have email paging, just direct the email to your pager address.

    標簽: monitors retrieve minutes server

    上傳時間: 2015-01-11

    上傳用戶:pompey

  • The TapiComm sample uses both the Telephony API and the Win32 Communications API to demonstrate one

    The TapiComm sample uses both the Telephony API and the Win32 Communications API to demonstrate one way to implement a very simple TTY application. while the user interface and TTY emulation are very rudimentary, the TAPI and comm modules are fairly complete.

    標簽: Communications demonstrate API Telephony

    上傳時間: 2014-12-07

    上傳用戶:chenxichenyue

  • 軟件測試:一個編譯器測試軟件

    軟件測試:一個編譯器測試軟件,支持下列C語言運算符:+ - * / % ^(乘方) 負 (int) (double) "字符串" [](數組) > < == >= <= != && ! ++ -- = += -= *= /= %= ^=,支持下列關鍵字:void int double string if else for while do goto break continue return,支持下列數據類型:int double string int[] double[] string[],支持下列系統函數:int max(int,int),double max(double,double),int[] newint(int),double[] newdouble(int),string[] newstring(int),void delete(int[]),void delete(double[]),void delete(string[]),支持任意用戶定義函數,支持函數重載。不支持全局變量。如果發現錯誤,請告訴我

    標簽: 軟件測試 編譯器 測試軟件

    上傳時間: 2013-12-15

    上傳用戶:sy_jiadeyi

亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产伦理一区| 亚洲看片网站| 亚洲天堂网在线观看| 国产深夜精品| 欧美日韩一区精品| 欧美精品日韩综合在线| 欧美国产日本在线| 久久久久免费视频| 久久久久久九九九九| 久久国产天堂福利天堂| 欧美日韩a区| 亚洲电影免费观看高清完整版| 国产美女精品视频免费观看| 欧美性生交xxxxx久久久| 欧美日韩成人在线播放| 欧美精品亚洲一区二区在线播放| 欧美福利小视频| 欧美日韩国产成人在线免费| 欧美日韩亚洲一区二区三区四区| 欧美日韩国产首页| 国产精品wwwwww| 国产精品一区在线播放| 国产欧美亚洲日本| 国内精品国语自产拍在线观看| 国产日韩精品久久| 狠狠入ady亚洲精品| 影音先锋亚洲电影| 亚洲精品在线免费观看视频| 亚洲午夜精品国产| 午夜国产欧美理论在线播放| 久久成人免费视频| 欧美mv日韩mv国产网站| 欧美日韩福利在线观看| 国产精品久久久久一区| 国产欧美在线观看一区| 亚洲第一精品夜夜躁人人爽| 一区二区三区国产| 久久精品国产免费看久久精品| 免费看精品久久片| 国产精品久久国产愉拍| 精品不卡一区二区三区| 一区二区福利| 久久先锋影音av| 欧美日韩激情小视频| 国产亚洲一区二区精品| 亚洲人线精品午夜| 欧美一区在线直播| 欧美美女bbbb| 激情一区二区三区| 亚洲综合色网站| 欧美大学生性色视频| 国产精品一区二区三区成人| 亚洲国产视频a| 欧美专区福利在线| 欧美日韩激情小视频| 国产美女诱惑一区二区| 亚洲人屁股眼子交8| 欧美综合激情网| 欧美三级在线视频| 影音先锋亚洲精品| 午夜亚洲性色视频| 欧美日韩在线视频观看| 伊人狠狠色丁香综合尤物| 亚洲主播在线观看| 欧美激情一区二区三区在线| 国产综合第一页| 亚洲综合首页| 欧美深夜影院| 欧美日本韩国| 欧美.com| 国产午夜一区二区三区| 一区二区三区视频在线看| 免费看精品久久片| 伊人色综合久久天天五月婷| 欧美一区二区三区啪啪| 国产精品专区h在线观看| 正在播放亚洲一区| 欧美激情影音先锋| 亚洲国产美国国产综合一区二区| 久久精品国产亚洲高清剧情介绍| 国产精品丝袜xxxxxxx| 一区二区三区日韩欧美精品| 欧美精品123区| 亚洲欧洲一区二区在线播放| 欧美成人高清| 亚洲国产电影| 欧美 日韩 国产在线| 樱桃国产成人精品视频| 久久人人97超碰国产公开结果| 国内揄拍国内精品久久| 久久久国产91| 亚洲国产1区| 欧美黄色aaaa| 99视频+国产日韩欧美| 欧美色123| 午夜日韩在线观看| 国产欧美日韩一区二区三区在线观看 | 国产手机视频一区二区| 亚洲欧美中文另类| 国产日韩一区二区三区在线播放| 欧美有码视频| 精品动漫3d一区二区三区免费版 | 欧美成人按摩| 亚洲三级性片| 欧美日韩亚洲一区二区三区在线观看| 一区二区三区黄色| 国产精品乱码久久久久久| 亚洲欧美在线免费观看| 国产一区视频在线观看免费| 久久精品一区二区国产| 亚洲第一免费播放区| 欧美破处大片在线视频| 亚洲欧美日韩一区二区三区在线观看 | 新片速递亚洲合集欧美合集| 国产一区二区成人| 欧美 日韩 国产一区二区在线视频| 亚洲精品免费一区二区三区| 国产精品国产三级国产aⅴ无密码 国产精品国产三级国产aⅴ入口 | 欧美福利视频网站| 99精品欧美| 国产精品亚洲网站| 欧美一区二区观看视频| 影音先锋一区| 欧美三级电影大全| 久久精品国产精品亚洲精品| 亚洲经典视频在线观看| 国产精品a级| 久久久久久日产精品| 99精品视频免费全部在线| 国产欧美在线观看| 欧美激情精品久久久久久免费印度| 亚洲视频久久| 亚洲二区免费| 国产日韩精品一区二区浪潮av| 欧美成人a∨高清免费观看| 亚洲自拍电影| 亚洲国产欧美在线人成| 国产免费观看久久黄| 欧美日韩成人在线观看| 久久网站免费| 亚洲欧美中文日韩在线| 亚洲日韩欧美视频一区| 国产一区自拍视频| 欧美午夜电影一区| 男女激情久久| 久久久亚洲国产天美传媒修理工 | 午夜精品理论片| 亚洲黄色在线视频| 国产乱人伦精品一区二区| 欧美xx视频| 久久久久久黄| 小处雏高清一区二区三区 | 欧美激情第9页| 久久久综合视频| 午夜精品一区二区三区在线视| 亚洲日本电影| 亚洲高清久久久| 一区二区自拍| 国外成人性视频| 国产精品久久久久久久久久久久| 欧美激情自拍| 欧美电影免费观看高清| 久久久www成人免费毛片麻豆| 亚洲伊人久久综合| 亚洲视频欧美在线| 一区二区黄色| 正在播放欧美一区| 99在线精品观看| 亚洲精品久久久久久久久久久| 在线观看成人网| 一区在线观看| 亚洲高清一区二| 亚洲高清不卡| 91久久精品国产| 91久久线看在观草草青青| 亚洲成在线观看| 亚洲国产高清在线观看视频| 在线看国产一区| 亚洲第一精品夜夜躁人人躁| 极品日韩av| 亚洲成人中文| 亚洲人成啪啪网站| 亚洲最新色图| 亚洲在线中文字幕| 羞羞答答国产精品www一本| 欧美一区二区三区在线免费观看| 亚洲一区自拍| 久久成人18免费观看| 久久婷婷人人澡人人喊人人爽| 老司机久久99久久精品播放免费 | 国产精品久久久久免费a∨大胸| 国产精品草莓在线免费观看| 国产精品美女久久久| 国产欧美日韩在线视频| 黄色成人在线网站| 亚洲啪啪91| 亚洲欧美激情视频| 久久久噜噜噜久久狠狠50岁| 欧美大片在线影院| 欧美三日本三级少妇三99|