五對角占優線性方程組求解的MATLAB 程序MYLU。 輸入參數A為系數矩陣,F為右端向量。輸出參數L,U為A的LU 分解A=LU,X為解向量。
上傳時間: 2013-12-04
上傳用戶:c12228
I2C端口的FPGA實現,網上較多,但發現不少有問題,這個是在網上代碼的基礎上修改過,驗證可行。
上傳時間: 2015-11-16
上傳用戶:ynwbosss
Dopod 838官方拆機及維修手冊,很詳細的說明,照著他一步一步拆,很簡單的,我的手機壞了就是照他拆了修的。
上傳時間: 2014-01-12
上傳用戶:13215175592
This document provides guidelines for integrating a discrete high speed USB host controller onto a fourlayer desktop motherboard. The material covered can be broken into three main categories: Board design guidelines, EMI/ESD guidelines and front panel USB guidelines. Section 1.1 Background provides an explanation of the routing experiments and testing performed to validate the feasibility of 480 Megabits per second on an actual motherboard. Section 7 contains a design checklist that lists each design recommendation described in this document. High speed USB operation is described in the USB 2.0 Specification (http://www.usb.org/developers/docs.html).
標簽: integrating controller guidelines document
上傳時間: 2013-11-27
上傳用戶:電子世界
This document provides guidelines for integrating a discrete high speed USB host controller onto a fourlayer desktop motherboard. The material covered can be broken into three main categories: Board design guidelines, EMI/ESD guidelines and front panel USB guidelines. Section 1.1 Background provides an explanation of the routing experiments and testing performed to validate the feasibility of 480 Megabits per second on an actual motherboard. Section 7 contains a design checklist that lists each design recommendation described in this document. High speed USB operation is described in the USB 2.0 Specification (http://www.usb.org/developers/docs.html).
標簽: integrating controller guidelines document
上傳時間: 2015-11-18
上傳用戶:xhz1993
Gif圖象制作軟件,關于軟件的使用說明和注冊,如無特別說明,請用記事本打開壓縮包內的NFO文件。 內存注冊機的使用方法如下: 把注冊機下載后保存或解壓到程序所在目錄,執行注冊機,原程序自動運行,選中注冊框,在注冊碼輸入欄內輸入任意的字符,點確定,馬上被內存注冊機攔截,彈出正確的注冊碼,復制正確的注冊碼粘貼到注冊碼輸入欄內點擊注冊便可完成注冊!內存注冊機只能用于相同版本軟件,請注意核對版本號。 破解補丁的使用方法: 把破解補丁拷貝到程序所在目錄,執行,便可完成文件的修補丁,即可解決軟件原有的各種限制! 現在小部分國內殺毒軟件把注冊機(特別是內存注冊機)報告為病毒(一般報為hack.psw.foxmail病毒)這是為了打擊破解,盜版。如果你覺得軟件好用,建議向作者注冊或購買!如果你對誤報病毒很在乎,請不要下載使用。我們提供的軟件盡量測試后上傳的.
上傳時間: 2015-11-22
上傳用戶:ynwbosss
gphone is a net phone base on the rtp protocol. It is simple but pratical and can be a good sample for newbies of rtp protocol
標簽: protocol pratical gphone simple
上傳時間: 2014-01-19
上傳用戶:lnnn30
經濟學原理 經濟狀況是經常地起變化的,每一時代都是以它自己的方法來觀察它自己的問題。在英國以及歐洲大陸和美國,經濟學的研究現在都比以前更為努力進行;但這一切活動只是更為清楚地表明,經濟學是——而且必然是——一種緩慢和不斷發展的科學。在當代最好的著作中,有些初看起來的確似乎與前人的著作有矛盾;但當這些著作日久成熟,粗糙的地方已經修正時,我們就可知道,它們實在并沒有違反經濟學發展的連續性。新的學說補充了舊的學說,并擴大和發展了、有時還修正了舊的學說,而且因著重點的不同往往使舊的學說具有新的解釋;但卻很少推翻舊的學說。
上傳時間: 2014-01-07
上傳用戶:kelimu
螞蟻算法,c語言版,其中,‘F’點表示食物,‘H’表示窩,白色塊表示障礙物,‘+’就是螞蟻了。
標簽: 螞蟻算法
上傳時間: 2013-12-24
上傳用戶:2404
嘿嘿,大俠看到不要見笑呀... 大家都知道使用DLL的好處.于是我就想把FORM封裝到DLL里面去. 到網上找,發現是MDI和模式窗體的,非模式的也有很多問題.便想自己解決這個問題. 原來是用DLL創建一個對象返回,但發現有很多的問題. 想了半天就去尋根問柳吧. 找到了類. 我就想把類封裝進DLL,到時簡單的返回一個類,然后在主程序里操作不就簡單了? 找了半天發現了TFormClass,于是試了試從DLL導出來,像一般的程序一樣創建窗體發現成功. 接著我又想看看其他的類是不是也能這樣,就拿TFrame來實驗. function GetDllFrameClass():TFrame stdcall 第一次是這樣聲明的,失敗.奇怪?! 試了好多次都不行,就想到了TFormClass(Ctrl+左鍵),進去看看,發現是這樣聲明的. TFormClass = class of TForm 哎呀,恍然大悟!! class(TFrame) 是聲明一個類, 這個類繼承了TFrame類 f: TFrame 是一個對象 class of TFrame 聲明的是類類型, f:TFrameClass 是一個類. function GetDllFrameClass():TFrame 返回就不是類而是對象了,照TFormClass修改后TFrameClass = class of TFrame 運行...成功,
上傳時間: 2013-12-10
上傳用戶:kiklkook