最小二乘曲面擬合程序(m文件),對(duì)一組三維數(shù)據(jù)z=f(x,y)擬合,成為關(guān)于x和y的多項(xiàng)式
標(biāo)簽: 程序
上傳時(shí)間: 2015-11-10
上傳用戶:xsnjzljj
五對(duì)角占優(yōu)線性方程組求解的MATLAB 程序MYLU。 輸入?yún)?shù)A為系數(shù)矩陣,F(xiàn)為右端向量。輸出參數(shù)L,U為A的LU 分解A=LU,X為解向量。
標(biāo)簽: MATLAB MYLU 對(duì)角 參數(shù)
上傳時(shí)間: 2013-12-04
上傳用戶:c12228
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).
標(biāo)簽: integrating controller guidelines document
上傳時(shí)間: 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).
標(biāo)簽: integrating controller guidelines document
上傳時(shí)間: 2015-11-18
上傳用戶:xhz1993
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
標(biāo)簽: protocol pratical gphone simple
上傳時(shí)間: 2014-01-19
上傳用戶:lnnn30
pyformat.zip包中有兩個(gè)文件夾,pyformat_src文件夾里的為源代碼,pyformat_dist文件夾里的為編譯后的exe可執(zhí)行程序,另外每個(gè)文件夾里都放了一個(gè)名為“testfile.txt”的測(cè)試文件。 源碼使用方法示例:執(zhí)行"python pyformat.py testfile.txt"。 可執(zhí)行程序使用方法示例:執(zhí)行“pyformat testfile.txt”。 即可把文件名中的不帶調(diào)拼音+聲調(diào)記號(hào)轉(zhuǎn)化為帶調(diào)拼音輸出到stdout。文件名可以有多個(gè)。 例如:輸入wo3 shi4 zhong1 guo2 ren2. 輸出為wǒ shì zhōng guó rén. zho1ng、zhon1g、zhong1、zhong12341等均輸出為zhōng。
上傳時(shí)間: 2015-11-26
上傳用戶:1427796291
螞蟻算法,c語(yǔ)言版,其中,‘F’點(diǎn)表示食物,‘H’表示窩,白色塊表示障礙物,‘+’就是螞蟻了。
標(biāo)簽: 螞蟻算法
上傳時(shí)間: 2013-12-24
上傳用戶:2404
嘿嘿,大俠看到不要見笑呀... 大家都知道使用DLL的好處.于是我就想把FORM封裝到DLL里面去. 到網(wǎng)上找,發(fā)現(xiàn)是MDI和模式窗體的,非模式的也有很多問(wèn)題.便想自己解決這個(gè)問(wèn)題. 原來(lái)是用DLL創(chuàng)建一個(gè)對(duì)象返回,但發(fā)現(xiàn)有很多的問(wèn)題. 想了半天就去尋根問(wèn)柳吧. 找到了類. 我就想把類封裝進(jìn)DLL,到時(shí)簡(jiǎn)單的返回一個(gè)類,然后在主程序里操作不就簡(jiǎn)單了? 找了半天發(fā)現(xiàn)了TFormClass,于是試了試從DLL導(dǎo)出來(lái),像一般的程序一樣創(chuàng)建窗體發(fā)現(xiàn)成功. 接著我又想看看其他的類是不是也能這樣,就拿TFrame來(lái)實(shí)驗(yàn). function GetDllFrameClass():TFrame stdcall 第一次是這樣聲明的,失敗.奇怪?! 試了好多次都不行,就想到了TFormClass(Ctrl+左鍵),進(jìn)去看看,發(fā)現(xiàn)是這樣聲明的. TFormClass = class of TForm 哎呀,恍然大悟!! class(TFrame) 是聲明一個(gè)類, 這個(gè)類繼承了TFrame類 f: TFrame 是一個(gè)對(duì)象 class of TFrame 聲明的是類類型, f:TFrameClass 是一個(gè)類. function GetDllFrameClass():TFrame 返回就不是類而是對(duì)象了,照TFormClass修改后TFrameClass = class of TFrame 運(yùn)行...成功,
上傳時(shí)間: 2013-12-10
上傳用戶:kiklkook
單片機(jī)系統(tǒng)上電后,P0 口和 P1 口都被清 0。然后,你規(guī)定一個(gè)由 6 個(gè)數(shù)字構(gòu)成的序列(每個(gè)數(shù)字從 0~F 中選?。?,比如 E、8、9、0、7、F。然后每次當(dāng)單片機(jī)檢測(cè)到外部中斷 0發(fā)起中斷時(shí)間時(shí),讀取 P0 口和 P1 口上的狀態(tài)值,當(dāng)連續(xù) 6 次外部中斷事件的對(duì)應(yīng)的數(shù)字序列構(gòu)成你所設(shè)定的序列后(舉例來(lái)說(shuō),如果 P0.0 是 1,P0 和 P1 的其他管腳是 0,那么我們稱為檢測(cè)到一次數(shù)字 0),從串口打印輸出一幅類似下圖的 16×16 的ASCII碼的圣誕樹圖片。
標(biāo)簽: 單片機(jī)系統(tǒng) 上電
上傳時(shí)間: 2015-12-04
上傳用戶:wqxstar
氣候分析中檢驗(yàn)突變的經(jīng)典程序,如滑動(dòng)t檢驗(yàn),cv,滑動(dòng)f檢驗(yàn)等
上傳時(shí)間: 2014-01-08
上傳用戶:yulg
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1