Cubic spline algorithm approximating function y=f(x) - ((-2)*x*(2*x+3))/(x*x+4*x+5) in interval [-2 2]
標簽: approximating algorithm function interval
上傳時間: 2013-12-05
上傳用戶:xymbian
資料->【F】機械結(jié)構(gòu)->【F1】機械叢書->機械設(shè)計手冊(新版)機械工業(yè)出版社->機械設(shè)計手冊.(新版).第2卷.pdf
標簽: 機械設(shè)計手冊
上傳時間: 2013-05-18
上傳用戶:han0097
資料->【F】機械結(jié)構(gòu)->【F1】機械叢書->中國模具工程大典 (共9卷)->中國模具工程大典 第2卷 模具材料及熱處理.pdf
上傳時間: 2013-04-24
上傳用戶:lingzhichao
資料->【F】機械結(jié)構(gòu)->【F1】機械叢書->機械設(shè)計手冊(第五版)化學工業(yè)出版社->機械設(shè)計手冊(第五版)第2卷.pdf
標簽: 機械設(shè)計手冊
上傳時間: 2013-04-24
上傳用戶:1101055045
資料->【F】機械結(jié)構(gòu)->【F1】機械叢書->中國機械設(shè)計大典 (共6卷)->第2卷-機械設(shè)計基礎(chǔ) 1537頁 42.1M.pdf
上傳時間: 2013-05-29
上傳用戶:LouieWu
The MAX3243E device consists of three line drivers, five line receivers, and a dual charge-pump circuit with±15-kV ESD (HBM and IEC61000-4-2, Air-Gap Discharge) and ±8-kV ESD (IEC61000-4-2, Contact Discharge)protection on serial-port connection pins. The device meets the requirements of TIA/EIA-232-F and provides theelectrical interface between an asynchronous communication controller and the serial-port connector. Thiscombination of drivers and receivers matches that needed for the typical serial port used in an IBM PC/AT, orcompatible. The charge pump and four small external capacitors allow operation from a single 3-V to 5.5-Vsupply. In addition, the device includes an always-active noninverting output (ROUT2B), which allowsapplications using the ring indicator to transmit data while the device is powered down. The device operates atdata signaling rates up to 250 kbit/s and a maximum of 30-V/ms driver output slew rate.
標簽: MULTICHANNEL 5.5 TO RS
上傳時間: 2013-10-19
上傳用戶:ddddddd
這是非常有挑戰(zhàn)性的題目。對于用戶輸入的任意一個平面函數(shù)f(x),繪制出其函數(shù)曲線。這里最關(guān)鍵的技術(shù)難點就是如何實現(xiàn)計算表達式的值。在《編譯原理》和《數(shù)據(jù)結(jié)構(gòu)》的書中,都有對表達式運算方法的論述。說實在的,在編譯型計算機語言中實現(xiàn)對用戶輸入表達式的運算是非常困難的。需要對表達式進行掃描,去括號,按照運算符的優(yōu)先級生成2叉樹,然后遍歷該樹生成逆波蘭表達式,再然后通過棧的方法進行運算。如果在表達式中再包含有函數(shù)的話......描述起來都麻煩,更不要說用程序?qū)崿F(xiàn)了:-(
上傳時間: 2014-08-07
上傳用戶:1159797854
HD7279(c語言)驅(qū)動 程序作用:測試Sage Tech.開發(fā)板(MCP300)中hd7279鍵盤顯示芯片是否能正常工作 程序功能:按下1號鍵顯示0、1、2、3,按下2號鍵顯示c、d、e、f,按下3號鍵顯示4、5 、6、7 按下4號鍵顯示8、9、a、b,按下0號鍵點亮4個LED燈
上傳時間: 2015-04-08
上傳用戶:xuanjie
prolog 找路例子程序: === === === === === === Part 1-Adding connections Part 2-Simple Path example | ?- path1(a,b,P,T). will produce the response: T = 15 P = [a,b] ? Part 3 - Non-repeating path As an example, the query: ?- path2(a,h,P,T). will succeed and may produce the bindings: P = [a,depot,b,d,e,f,h] T = 155 Part 4 - Generating a path below a cost threshold As an example, the query: ?- path_below_cost(a,[a,b,c,d,e,f,g,h],RS,300). returns: RS = [a,b,depot,c,d,e,g,f,h] ? RS = [a,c,depot,b,d,e,g,f,h] ? no ==================================
標簽: Part connections example prolog
上傳時間: 2015-04-24
上傳用戶:ljt101007
設(shè)計說明:1。數(shù)據(jù)結(jié)構(gòu)和表示:程序用1、2、3、4分別表示將右、上、左、下的數(shù)字塊移動到空格之中。采用典型的樹+鏈表結(jié)構(gòu),每種局面產(chǎn)生一個BoardState類。出于避免走法順序列表被過多復制的考慮,在樹結(jié)構(gòu)中保存局面的繼承關(guān)系。每種新的局面產(chǎn)生后,引用估值函數(shù)產(chǎn)生f的值,再根據(jù)大小將其插入鏈表之中,以便實現(xiàn)“優(yōu)先展開f值小的節(jié)點”。Solve()函數(shù)在成功解決問題之后保存一個走法序列供輸出并返回零,而失敗則返回失敗處的節(jié)點層數(shù)。(具體的判斷方法見后文)
標簽: 數(shù)據(jù)結(jié)構(gòu) 分 典型 數(shù)字
上傳時間: 2015-05-02
上傳用戶:xieguodong1234
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1