這是牛頓法求解非線性方程組哦那個,用matlab編寫的3個m文件,F是方程組左端向量函數,JF是其Jacobian矩陣,最后調用newdim函數文件
上傳時間: 2014-01-06
上傳用戶:13215175592
burgers方程的數值解,包括L-W格式,L-F格式,Upwind格式,以類組織,VC6.0環境
上傳時間: 2014-08-20
上傳用戶:小碼農lz
/*** *** *** *** *** *** *** *** *** *** *** *** **/ //**此映射表用來映射LED模塊不譯碼時,顯示的字符和必須輸入的數據的關系 //**每段和對應比特位的關系見示意圖 // g // --- --- // b | a |f | | <---顯示0時點亮的段為gfedcb // --- // c | |e | | 那么寫入數據為0x7e // --- --- // d // bit: 7 6 5 4 3 2 1 0 // 段位: g f e d c b a
上傳時間: 2013-11-25
上傳用戶:
BNB20 Finds the constrained minimum of a function of several possibly integer variables. % Usage: [errmsg,Z,X,t,c,fail] = % BNB20(fun,x0,xstatus,xlb,xub,A,B,Aeq,Beq,nonlcon,settings,options,P1,P2,...) % % BNB solves problems of the form: % Minimize F(x) subject to: xlb <= x0 <=xub % A*x <= B Aeq*x=Beq % C(x)<=0 Ceq(x)=0 % x(i) is continuous for xstatus(i)=0 % x(i) integer for xstatus(i)= 1 % x(i) fixed for xstatus(i)=2 %
標簽: constrained variables function possibly
上傳時間: 2014-01-13
上傳用戶:youth25
諾基亞手機管理軟件,具有管理電話本、收發短信、撥打電話、查看主鄰小區信號強度、顯示電池電量等功能。通過F-BUS數據線和PC相連接。
上傳時間: 2015-09-19
上傳用戶:hasan2015
神經網絡的樣本值對整個網絡能否正常運行及誤差的大小非常重要,因此本程序不采用讓用戶自己輸入樣本植的方法,而自動設定了樣本值 該網絡采用的作用函數為Sigmoid函數,即f(x)=1/(1+e-x)。網絡先對輸入的樣本值進行訓練,當達到規定的訓練次數或者網絡的整體誤差達到規定的精確度時就停止訓練。此后,可以輸入成績運行網絡得出運行結果。
上傳時間: 2013-12-05
上傳用戶:cuibaigao
The Mythical Man-Month: Essays on Software Engineering is a book on software project management by Fred Brooks, whose central theme is that "Adding manpower to a late software project makes it later."
標簽: Engineering management Man-Month Mythical
上傳時間: 2013-12-08
上傳用戶:songnanhua
基于ARM核的s3c44BOX應用程序試用定時器Timer5,設定44B0定時器Timer5工作在查詢方式,在Micetek板的led上依次循環顯示16進制數1,2,……,f,每隔1秒,更新顯示一個數字。
上傳時間: 2014-01-15
上傳用戶:wfeel
palm編成,這種書很少,有興趣看看 Title: Palm Programming: The Developer s Guide URL: http://safari.oreilly.com/JVXSL.asp?x=1&mode=section&sortKey=rank&sortOrder=desc&view=book&xmlid=1-56592-525-4&open=false&srchText=palm+programming&code=&h=&m=&l=1&catid=&s=1&b=1&f=1&t=1&c=1&u=1&page=0 ISBN: 1-56592-525-4 Author: Julie McKeehan/ Neil Rhodes Publisher: O Reilly Page: 478 Edition: 1st edition (December 1998) Catalog: PDA programming / Palm Format: pdf Size: 2.06M Supplier: Summary: Emerging as the bestselling hand-held computers of all time, PalmPilots have spawned intense developer activity and a fanatical following. Used by Palm in their developer training, this tutorial-style book shows intermediate to experienced C programmers how to build a Palm application from the ground up. Includes a CD-ROM with source code and third-party developer tools
標簽: Programming Developer oreilly safari
上傳時間: 2013-12-10
上傳用戶:litianchu
程序作用:測試Sage Tech.開發板(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燈 */
上傳時間: 2013-12-30
上傳用戶:Ants