%直接型到并聯型的轉換 % %[C,B,A]=dir2par(b,a) %C為當b的長度大于a時的多項式部分 %B為包含各bk的K乘2維實系數矩陣 %A為包含各ak的K乘3維實系數矩陣 %b為直接型分子多項式系數 %a為直接型分母多項式系數 %
上傳時間: 2014-01-20
上傳用戶:lizhen9880
直接型到級聯型的形式轉換 % [b0,B,A]=dir2cas(b,a) %b 為直接型的分子多項式系數 %a 為直接型的分母多項式系數 %b0為增益系數 %B 為包含各bk的K乘3維實系數矩陣 %A 為包含各ak的K乘3維實系數矩陣 %
上傳時間: 2013-12-30
上傳用戶:agent
The project Adventure is a simple text-based adventure game. The game, as given, involves the hero trying to find his way from a deep dark forest to home and his true love. There s very little else the player can do apart from moving from place to place. It s not really very interesting. This project can be of use beyond the given, rather boring forest adventure though. You can use it as a basis for developing your own adventure game with different, more interesting commands, areas, items, people and so on. The package ope.adventure contains classes to describe the game world.
標簽: game text-based The Adventure
上傳時間: 2014-01-15
上傳用戶:cursor
B樹及其B+樹的實現代碼,支持模版(數據類型,M值)
上傳時間: 2016-02-22
上傳用戶:jhksyghr
Description Calculate a+b Input Two integer a,b (0<=a,b<=101000) Output Output a + b Sample Input 5 7 Sample Output 12
標簽: Description Calculate integer 101000
上傳時間: 2014-01-25
上傳用戶:tonyshao
Perl and XML XML is a text-based markup language that has taken the programming world by storm. More powerful than HTML yet less demanding than SGML, XML has proven itself to be flexible and resilient. XML is the perfect tool for formatting documents with even the smallest bit of complexity, from Web pages to legal contracts to books. However, XML has also proven itself to be indispensable for organizing and conveying other sorts of data as well, thus its central role in web services like SOAP and XML-RPC. As the Perl programming language was tailor-
標簽: programming text-based XML language
上傳時間: 2014-01-07
上傳用戶:jichenxi0730
Prentice Hall 出版的整合linux和windows <b>英文原版<b> 另本人有大量電子書,O Reilly的最多 有需要的朋友在我的個人空間上給我留言
標簽: Prentice windows linux Hall
上傳時間: 2014-01-22
上傳用戶:JIUSHICHEN
歐幾里德算法:輾轉求余 原理: gcd(a,b)=gcd(b,a mod b) 當b為0時,兩數的最大公約數即為a getchar()會接受前一個scanf的回車符
上傳時間: 2014-01-10
上傳用戶:2467478207
//9488定時器B功能測試 9488定時器B功能測試B:DAMI調試通過: 9488 8位定時器B的使用 有關的I/O為三個:TBPWM(輸出)(P1.0) 模式有:間隔定時功能,PWM模式 有定時中斷:定時器B溢出中斷
上傳時間: 2017-06-01
上傳用戶:ryb
1.有三根桿子A,B,C。A桿上有若干碟子 2.每次移動一塊碟子,小的只能疊在大的上面 3.把所有碟子從A桿全部移到C桿上 經過研究發現,漢諾塔的破解很簡單,就是按照移動規則向一個方向移動金片: 如3階漢諾塔的移動:A→C,A→B,C→B,A→C,B→A,B→C,A→C 此外,漢諾塔問題也是程序設計中的經典遞歸問題
上傳時間: 2016-07-25
上傳用戶:gxrui1991