基于VHDL的FPGA和Nios II 實例精煉【作者:劉福奇;出版社:北京航空航天大學出版社】(本書優酷視頻地址:http://www.youku.com/playlist_show/id_5882081.html) 內容簡介:本書分為4個部分:Quartus Ⅱ軟件的基本操作、VHDL語法介紹、FPGA設計實例和Nios Ⅱ設計實例;總結了編者幾年來的FPGA設計經驗,力求給初學者或是想接觸這方面知識的讀者提供一種快速入門的方法;適合電子相關專業的大學生、FPGA的初學者以及對FPGA有興趣的電子工程師。初學者可以按照步驟學習。本書中提及到時間計算問題,不光提出有時間戳的方法, 還介紹了一種通過讀取定時器的寄存器來計算時間的方法。其實,有人認為,本書最好的部分是:DMA的實現說明(本書從3個方面講述了DMA的使用)。現在學習Verilog HDL的人或許比較多,但是用VHDL的人可以學習下,這本書還是很不錯的。
上傳時間: 2014-07-10
上傳用戶:米米陽123
This simple SDI Notepad-like application demonstrates how, taking advantage of the MFC support for Unicode, to Turkmenize labels of the specified menu items. Actually, Turkmen is not supported by Windows 2000, therefore, to create such resources as menu so that strings in Turkmen could be displayed I had to invent an additional technique 這是一個與記事本類似的簡單的SDI應用程序,演示了怎樣使用MFC來支持 Unicode,對指定的菜單條目進行Turkmenize標簽化。實際上,Windwos 2000并不支持Turknen,因此,創建了那些菜單資源以便那些字符串可以在Turknen中顯示,為此我必須開發其它的技術。 來源: http://www.codeguru.com/advancedui/SDI_Note.html
標簽: Notepad-like demonstrates application advantage
上傳時間: 2013-11-26
上傳用戶:txfyddz
I have written this article to capture a Windows image into a bitmap file that will support all PaintBrush tools and Thumbnail Views of Windows Explorer. I have found many programmers suffering from this problem, including me, until I wrote this article. 捕獲一個窗口圖像并存入一個支持MS畫筆的位圖文件中 我寫的這篇文章介紹了捕獲一個窗口圖像并存入一個支持所有畫筆和Windows Explorer的位圖文件中。 我發現許多程序員因這個問題而煩惱,包括我在內,直到我寫了這篇文章。 來源: http://www.codeguru.com/bitmap/WndToBmpFile.html
標簽: article Windows capture written
上傳時間: 2015-01-10
上傳用戶:hzy5825468
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
This software was done in part for a textbook on AI I ve written called _The Basis of AI_ (tentative title, subject to change but not if I get my way). For details see: http://www.mcs.com/~drt/basisofai.html
標簽: tentative software textbook written
上傳時間: 2015-03-30
上傳用戶:cxl274287265
QT是目前Linux上最知名的窗口環境系統,除了桌上型電腦之外,PDA上的Linux系統也大都是以QT當作窗口環境。 目前QT在Linux PDA上必須安裝的程序包括QT/Embedded與QT/Palmtop兩者,并且QT公開其原始碼與發展環境。 本程序主要希望在Linux PDA上藉由RS-232通訊與手機溝通,并且能夠收發簡訊。 采用的發展環境為QT/Embedded 3.0.2與GSMLib 1.8,模擬程序為QT/Palmtop的模擬器。 您可以在下列網站取得相關的函式庫: gsmlib-1.8.tar.gz http://www.pxh.de/fs/gsmlib/ qt-embedded-free-3.0.2.tar.gz http://www.trolltech.com/dl/ qpe-1.3.1-bin-x86.tar.gz http://www.trolltech.com/dl/ 本程序并非免費程序,版權所有,并受 GNU General Public License 保護。
上傳時間: 2014-01-01
上傳用戶:baiom
1.這個計算器可用在離散數學的數理邏輯中,純屬工具,隨意傳播,由java語言實現,解壓即可運行,需要按照java環境。可以去這里下載運行環境:http://www.skycn.com/soft/3116.html 2.這個計算器可以計算邏輯表達式的值、對應的真值表、主析取范式、主合取范式。 3.輸入表達式時可以在表達式欄中輸入,也可用相應的按鈕輸入,變元只能是PQRST。由于等價連接詞無法識別,所以用等號代替,這也是一個無奈的選擇。 4.計算前請選擇變元個數(默認為3元)并對變元賦值。變元個數最高為5,基本能滿足日常的計算。 5.計算器有自動檢查表達式是否正確的功能,如果判斷功能有誤,麻煩您告訴我您的表達式。
上傳時間: 2013-12-13
上傳用戶:txfyddz
Visual.C.Sharp應用類書籍,采用問答方式,每章列舉幾個經典問題,然后講解實現方式。實例代碼可到 http://www.apress.com/book/bookDisplay.html?bID=10051下載。
上傳時間: 2016-01-18
上傳用戶:linlin
CodeSmart 2007 for VB6,功能強大的VB6插件,破解補丁! 點擊復制本貼發給好友,增加貢獻值 CodeSmart 2007 for VB6,功能強大的VB6插件,破解補丁!頂級的VB6 IDE插件,給VB6增加了許多的功能,VB6程序員必備! 具體介紹可以看官方網站 http://www.axtools.com或 http://www.aivosto.com/codesmart/vb6.html 此補丁只適用于最新的2007評估版。補丁去除了評估版使用時間和功能上的限制。使用補丁前請先下載安裝評估版!
上傳時間: 2013-12-21
上傳用戶:水口鴻勝電器
ecos移植到R8H系列的源碼。源碼包來自http://www.cetoni.de/develop/develop_ecosh8s_en.html,作者Uwe Kindler。
標簽: develop_ecosh develop cetoni ecos
上傳時間: 2013-12-17
上傳用戶:2467478207