實驗題目:Hermite插值多項式 相關(guān)知識:通過n+1個節(jié)點的次數(shù)不超過2n+1的Hermite插值多項式為: 其中,Hermite插值基函數(shù) 數(shù)據(jù)結(jié)構(gòu):三個一維數(shù)組或一個二維數(shù)組 算法設(shè)計:(略) 編寫代碼:(略) 實驗用例: 已知函數(shù)y=f(x)的一張表(其中 ): x 0.10 0.20 0.30 0.40 0.50 y 0.904837 0.818731 0.740818 0.670320 0.606531 m -0.904837 -0.818731 -0.740818 -0.670320 -0.606531 x 0.60 0.70 0.80 0.90 1.00 y 0.548812 0.496585 0.449329 0.406570 0.367879 m -0.548812 -0.496585 -0.449329 -0.406570 -0.367879 實驗用例:利用Hermite插值多項式 求被插值函數(shù)f(x)在點x=0.55處的近似值。建議:畫出Hermite插值多項式 的曲線。
上傳時間: 2013-12-24
上傳用戶:czl10052678
#include "iostream.h" #include "iomanip.h" #define N 20 //學(xué)習(xí)樣本個數(shù) #define IN 1 //輸入層神經(jīng)元數(shù)目 #define HN 8 //隱層神經(jīng)元數(shù)目 #define ON 1 //輸出層神經(jīng)元數(shù)目 double P[IN] //單個樣本輸入數(shù)據(jù) double T[ON] //單個樣本教師數(shù)據(jù) double W[HN][IN] //輸入層至隱層權(quán)值 double V[ON][HN] //隱層至輸出層權(quán)值 double X[HN] //隱層的輸入 double Y[ON] //輸出層的輸入 double H[HN] //隱層的輸出
標(biāo)簽: define include iostream iomanip
上傳時間: 2014-01-01
上傳用戶:凌云御清風(fēng)
本文介紹了一種在單片機應(yīng)用中實現(xiàn)高效、多功能鍵盤掃描分析的設(shè)計思想、方法和原理。該演算法可以實現(xiàn)組合鍵、自動連續(xù)等功能,並具有軟、硬體開銷小,效率高等特點。該演算法已應(yīng)用於實際產(chǎn)品中。 關(guān)鍵字:鍵盤掃描;單片機
上傳時間: 2013-12-14
上傳用戶:fredguo
La designaci貿(mào)n Modbus Modicon corresponde a una marca registrada por Gould Inc. Como en tantos otros casos, la designaci貿(mào)n no corresponde propiamente al est謾ndar de red, incluyendo todos los aspectos desde el nivel f鉚sico hasta el de aplicaci貿(mào)n, sino a un protocolo de enlace [nivel OSI 2]. Puede, por tanto, implementarse con diversos tipos de conexi貿(mào)n f鉚sica y cada fabricante suele suministrar un software de aplicaci貿(mào)n propio, que permite parametrizar sus producto
標(biāo)簽: corresponde registrada designaci Modicon
上傳時間: 2014-12-01
上傳用戶:梧桐
是Nios II處理器下客製化指令的一個32位元浮點數(shù)除法器,可將兩IEEE 754格式的值進(jìn)行相除
上傳時間: 2014-01-21
上傳用戶:star_in_rain
This is a Flex UIComponent that can be used 謀n a FLEX 3 mxml application as component written in action script 3.0, provides you to create items that cab be filled from an XML or Query ResultSet or etc. and is viewed in a container that can preview images and additional info like a store item and can be added to shopp謀ng chart , and also can be deleted from that shopp謀ng chart
標(biāo)簽: UIComponent application component written
上傳時間: 2013-12-09
上傳用戶:dapangxie
文字型:已經(jīng)有內(nèi)建文字圖形(通常只有英文字母大小寫、阿拉伯?dāng)?shù)字、標(biāo)點符號),只要輸入對應(yīng)的字形碼(ASCII code),LCD便會將該字的圖形顯示於LCD,可參考課本第三篇第三章。 繪圖型:只能用繪圖的方式將資料顯示於LCD,所以必須先將要顯示文字的圖形依LCD所需的格式事先存起來,如一個16 15的中文字便需儲存30byte的資料,將此30byte的資料依序填入LCD即可顯示對應(yīng)文字圖形,可參考課本第四篇第二章。
上傳時間: 2013-12-16
上傳用戶:王者A
我們的注意焦點要轉(zhuǎn)到搜尋樹(search tree)了,要深度討論兩種標(biāo)準(zhǔn)的樹結(jié)構(gòu)(tree structure),就是本章所要說明的二元搜尋樹(binary search tree)以及下一章所要討論的 AVL 平衡樹(AVL tree)。這兩種樹其資料都依序排列的,它們之間的差別只在於 AVL 是一種平衡樹,而二元搜尋樹卻不是。
上傳時間: 2013-12-27
上傳用戶:561596
Cisco E-DI supports perl scripting through the CLI. This feature automates many of the server and network administration tasks. This section explains how to enable and disable the perl scripting service, and how to use Cisco E-DI Perl API for daily tasks. When a perl script is implemented by an administrator or a user, the script automatically inherits the user s security privileges and the user s operational context (either server or network). Each invocation of a
標(biāo)簽: automates scripting the supports
上傳時間: 2017-07-06
上傳用戶:a673761058
steppedchirp子函數(shù)產(chǎn)生一個子脈沖數(shù)為N的步進(jìn)頻信號,子脈沖為chirp信號,參數(shù)可在main函數(shù)中設(shè)置,結(jié)果保存在數(shù)組y[]中。
標(biāo)簽: steppedchirp 函數(shù) 信號 脈沖
上傳時間: 2017-09-12
上傳用戶:haohaoxuexi
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1