ORCAD在使用的時候總會出現這樣或那樣的問題…但下這個問題比較奇怪…在ORCAD中無法輸出網表…彈出下面的錯誤….這種問題很是奇怪…Netlist Format: tango.dllDesign Name: D:\EDA_PROJECT\PROTEL99SE\YK\SV3200\Main.DSNERROR [NET0021] Cannot get part.[FMT0024] Ref-des not found. Possible Logical/Physical annotation conflict.[FMT0018] Errors processing intermediate file找了一天沒找到問題…終于在花了N多時間后發現問題所在…其實這個問題就是不要使用ORCAD PSPICE 庫里面的元件來畫電路圖…實際中我是用了PSPICE里面和自己制作的二種電阻和電容混合在一起…就會出現這種問題…
上傳時間: 2013-11-02
上傳用戶:sz_hjbf
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.
上傳時間: 2014-01-24
上傳用戶:s363994250
溫濕度傳感器 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(); } }
上傳時間: 2013-10-16
上傳用戶:黃蛋的蛋黃
新聞發布系統1.0 第一步:解開壓縮包,到Tomcat或其他網絡服務器中。 第二步:請在WEB-INF\classes\目錄下新建一個news文件夾,把sql_data.java和sql_data.class復制到news目錄下 ,這樣配好Beans。 第三步:在數據源ODBC中建立數據連接,點擊系統dsn,添加access數據庫,之后選擇news.mdb數據庫,完成數據庫 連接。 第四步:瀏覽器打開http://127.0.0.1:8080/...Main.jsp。
上傳時間: 2015-02-20
上傳用戶:bcjtao
本人寫的一個簡單VCD租賃系統,需JDK1.5.0編譯,Main()函數在Maininterface.java文件中。
標簽: VCD
上傳時間: 2013-12-12
上傳用戶:妄想演繹師
由于時間緊迫及事先準備不足,編譯器最后定型時暴露出不少問題及不足之處,主要有以下一些方面: 不支持數組數據類型,這是文法分析器設計時的一個疏漏,由于時間關系,最后只得把掃描器中已做好的相關的數組部分刪去。 對于float數據類型的支持,直到語義分析都是正常的,也能生成相應的匯編代碼,但由于我們對8086/8088指令系統本身了解不足,這樣的匯編代碼將只能做到含義上完全忠實于源程序,但不能運行。 對于局部變量的支持,則于時間緊迫,所有的局部變量全被處理成靜態變量。使遞歸函數不能得到正確的結果。 對于函數調用語句,不進行參數匹配檢查,如果參數數量不對,也將能通過編譯,但運行時將產生非法操作。 對&& !等邏輯操作在最后生成代碼時處理比較粗燥,生成的代碼在邏輯復雜時將不能保證運行正常。 接下來有一些,不能說是缺陷,但必須說明的問題: 對于Main函數,沒有參數表,通回類型也必須為void,但如果寫上參數表及其他返回類型也能編譯通過,生成代碼時將簡單地忽略,不影響最后的代碼的運行。 對于while,for,if語句,其語句體不管是一句還是多句,必須都有{}圍起來。這跟C語言中若是一句則可省略{}不同。
標簽:
上傳時間: 2015-03-14
上傳用戶:gmh1314
一個電話報警系統源碼 /*------------- 泰興電子集團 ------------------ *---------------------------------------------- *文件名: Main.C *開發: www.at90s1200.go.nease.net *創建日期: 2004-6-30 16:19 *創建人: 尹剛 *功能: 主程序
上傳時間: 2015-03-17
上傳用戶:腳趾頭
學籍管理系統!利用C語言實現! 在構思基本模塊時,訂立了“讀取文件到內存形成鏈表,對鏈表的操作,將內存的鏈表內容保存到文件”三大基本塊。 讀取文件:在Main函數里完成。原理是,先檢查文件指針是否在末尾,若否,則在內存開辟一個單位長度,在文件中讀取單位長度數據入該空間中,并彼此構成鏈表。采取帶參數的主函數,以保證保存文件的多樣性。 對鏈表的操作:可分為插入(建立),刪除,查找,修改,排序。五大基本功能。分別用五個函數完成。這里不一一描述。其中,刪除,查找,修改都是要用到查找一個數據的操作。所以,在編寫查找函數時,兼顧了刪除,修改操作所需的元素。在刪除中,嘗試書中原始方法,而修改操作則保留我原有的引用。排序函數中,設想對已有的各項排序,因此按照每項再另建函數。通過代碼量上的增加來確保運行的一次可行性。每次運行完都返回一個head值。再通過主函數的數據顯示循環顯示結果。 保存操作:關閉已打開文件。用“寫”的形式建立同名的(同時自動刪除原有的),將內存中的鏈表完全輸出到文件中。
上傳時間: 2014-01-03
上傳用戶:dsgkjgkjg
簡單介紹一下,整個工程分為5個文件:Main.c ----- 程序的入口點,其實很簡單,就是調用兩個函數。Global.h ----- 定義了一些全局變量及宏Parse.h ----- 語法分析器的主要算法Prece.h ----- 定義和實現了一些關于優先級的操作Stack.h ----- 定義和實現了一個棧及其操作編譯的時候只要用TC2.0或者WinTC打開Main.c文件進行編譯就好了。如發現有Bug請在這里貼出來或者把修改后的代碼跟帖在這里:)總之,這個工程僅僅是一個簡單示例,告訴大家怎么樣把課堂上學到的知識運用到實際編程當中去,工程中所用到的模塊化思想,數據結構等知識都是大家學過的,大三了,希望大家在最后這段時間里把寫程序的本領練就出來。:)
標簽:
上傳時間: 2015-03-18
上傳用戶:13160677563
詞法分析程序,可對以下的C源程序進行分析:Main() {int a[12] ,sum for(i=1 i<=12 i++) {for(j=1 j<=12 j++)scanf("%d",&a[i][j]) } for(i=12 i>=1 i--){ for(j=12 j>=1 j--){ if(i==j&&i+j==13)sum+=a[i][j] } } printf("%c",sum) }
上傳時間: 2013-12-26
上傳用戶:skhlm