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

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

while循環(huán)

  • 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

  • 基于光電傳感器導向的AGV控制系統的設計_開題報告(宋延華)_畢業論文(設計)

    本課題選用光電傳感器作為導向傳感器,以設計出使用方便、價格低廉、引導精確、響應速度快的AGV工廠自動運貨車為研究目的。 AGV是自動導引運輸車(Automated Guided Vehicle)的英文縮寫,是當今柔性制造系統(FMS)和自動化倉儲系統中物流運輸的有效手段。自動導引運輸車系統的核心設備是自動導引運輸車,作為一種無人駕駛工業搬運車輛,一般用蓄電池作為動力,載重量從幾公斤到上百噸,工作場地可以是辦公室、車間,也可以是港口、碼頭。 現代的AGV都是由計算機控制的,車上裝有微處理器。多數的AGVS配有系統集中控制與管理計算機,用于對AGV的作業過程進行優化,發出搬運指令,跟蹤傳送中的構件。裝備有電磁或光學等自動導引裝置,能夠沿規定的導引路徑行駛,具有安全保護以及各種移載功能的運輸車,工業應用中不需駕駛員的搬運車,以可充電之蓄電池為其動力來源。一般可透過電腦來控制其行進路線以及行為,或利用電磁軌道(electromagnetic path-following system)來設立其行進路線,電磁軌道黏貼於地板上,自動導引運輸車則依循電磁軌道所帶來的訊息進行移動與動作。 AGV以輪式移動為特征,較之步行、爬行或其它非輪式的移動機器人具有行動快捷、工作效率高、結構簡單、可控性強、安全性好等優勢。與物料輸送中常用的其他設備相比,AGV的活動區域無需鋪設軌道、支座架等固定裝置,不受場地、道路和空間的限制。因此,在自動化物流系統中,最能充分地體現其自動性和柔性,實現高效、經濟、靈活的無人化生產。 AGV的常用引導方式有電磁感應式引導,激光引導,電磁陀螺式引導等,通過對這種引導方式的比較,我們選用光電傳感器作為導向傳感器,因為光電檢測方法具有精度高、反應快、非接觸等優點,而且可測參數多,傳感器的結構簡單,形式靈活多樣。選用紅外傳感器作為蔽障傳感器,因為紅外線對外界環境光線的適應能力比較強。用直流測速發電機作為速度傳感器。設計出使用方便、價格低廉、引導精確、響應速度快的AGV。

    標簽: AGV 光電傳感器 控制系統 報告

    上傳時間: 2015-01-02

    上傳用戶:LANCE

  • 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

  • 由于時間緊迫及事先準備不足

    由于時間緊迫及事先準備不足,編譯器最后定型時暴露出不少問題及不足之處,主要有以下一些方面:   不支持數組數據類型,這是文法分析器設計時的一個疏漏,由于時間關系,最后只得把掃描器中已做好的相關的數組部分刪去。   對于float數據類型的支持,直到語義分析都是正常的,也能生成相應的匯編代碼,但由于我們對8086/8088指令系統本身了解不足,這樣的匯編代碼將只能做到含義上完全忠實于源程序,但不能運行。   對于局部變量的支持,則于時間緊迫,所有的局部變量全被處理成靜態變量。使遞歸函數不能得到正確的結果。    對于函數調用語句,不進行參數匹配檢查,如果參數數量不對,也將能通過編譯,但運行時將產生非法操作。   對&& !等邏輯操作在最后生成代碼時處理比較粗燥,生成的代碼在邏輯復雜時將不能保證運行正常。   接下來有一些,不能說是缺陷,但必須說明的問題:   對于main函數,沒有參數表,通回類型也必須為void,但如果寫上參數表及其他返回類型也能編譯通過,生成代碼時將簡單地忽略,不影響最后的代碼的運行。   對于while,for,if語句,其語句體不管是一句還是多句,必須都有{}圍起來。這跟C語言中若是一句則可省略{}不同。

    標簽:

    上傳時間: 2015-03-14

    上傳用戶:gmh1314

  • access the database using Flash MX. Please remember that Flash is unable to natively access a databa

    access the database using Flash MX. Please remember that Flash is unable to natively access a database. A programming language (ASP in this case) provides the programming logic, while Flash works at the presentation tier of the application.

    標簽: access Flash database remember

    上傳時間: 2014-01-04

    上傳用戶:小碼農lz

  • 先序遍歷非遞歸算法 #define maxsize 100 typedef struct { Bitree Elem[maxsize] int top }SqStack void PreOrderUn

    先序遍歷非遞歸算法 #define maxsize 100 typedef struct { Bitree Elem[maxsize] int top }SqStack void PreOrderUnrec(Bitree t) { SqStack s StackInit(s) p=t while (p!=null !StackEmpty(s

    標簽: maxsize PreOrderUn SqStack typedef

    上傳時間: 2014-01-26

    上傳用戶:hewenzhi

主站蜘蛛池模板: 临湘市| 黄浦区| 隆尧县| 永嘉县| 克东县| 通化县| 马鞍山市| 崇州市| 巢湖市| 古蔺县| 肥乡县| 定南县| 永仁县| 湘潭市| 邮箱| 安远县| 八宿县| 阿合奇县| 东平县| 石城县| 绥化市| 虹口区| 澳门| 苏尼特左旗| 台前县| 甘孜县| 宁陵县| 汨罗市| 友谊县| 桑日县| 驻马店市| 东乡| 闽侯县| 安丘市| 莆田市| 岑溪市| 新源县| 东至县| 冷水江市| 沁水县| 中江县|