This a matlab code for nested dissection.
標簽: dissection matlab nested This
上傳時間: 2014-01-18
上傳用戶:13681659100
struts標簽庫范例 nested標簽庫
上傳時間: 2014-08-10
上傳用戶:woshiayin
HTML Parser is a Java library used to parse HTML in either a linear or nested fashion. Primarily used for transformation or extraction, it features filters, visitors, custom tags and easy to use JavaBeans. It is a fast, robust and well tested package.
標簽: HTML Primarily fashion library
上傳時間: 2016-05-03
上傳用戶:coeus
本例展示了如何使用嵌套中斷向量控制器(nested Vectored Interrupt Controller)來設置IRQ通道。 把3個計時器(TIM2,3,4)設置為在每一個計數器更新事項(counter update event)產生中斷。這三個計時器都與各自對應的更新IRQ通道聯系起來,并設置他們的中斷優先級,TIM2為0,TIM4為2。 在他們各自的中斷中:TIM2每1秒翻轉一次PC.06的狀態;TIM3每2秒翻轉一次PC.07的狀態;TIM4每3秒翻轉一次PC.08的狀態。 由于在STM3210B-LK1板上, 4個LED連接在PC.04 – PC.07,而不是STM3210B-EVAL上的PC.06 – PC.09,因此,程序要做相應的改動。
標簽: Controller Interrupt Vectored nested
上傳時間: 2013-12-18
上傳用戶:Zxcvbnm
How to use nested struct
上傳時間: 2014-01-07
上傳用戶:釣鰲牧馬
This little program shows how to use COM technology in Win32Asm. When it s run it lets the user freely decide about the presence of the program with the WS_EX_TOOLWINDOW style on the taskbar. The main goal is to show the easiest possible example instead of killing people with the details about virtual tables, polymorphism, inheritance and using nested macros etc., etc.
標簽: technology program little shows
上傳時間: 2015-05-03
上傳用戶:kernaling
This toolbox contains Matlab code for several graph and mesh partitioning methods, including geometric, spectral, geometric spectral, and coordinate bisection. It also has routines to generate recursive multiway partitions, vertex separators, and nested dissection orderings and it has some sample meshes and mesh generators. The toolbox contains a Matlab interface to Leland and Hendrickson s Chaco partitioning package, but it doesn t contain Chaco itself. The file "chaco/README" tells how to install the interface to Chaco. It also contains a Matlab interface to Karypis et al. s Metis partitioning package, using Robert Bridson s "metismex" code.
標簽: partitioning including contains toolbox
上傳時間: 2015-05-25
上傳用戶:tzl1975
初識java內部類提起Java內部類(Inner Class)可能很多人不太熟悉,實際上類似的概念在C++里也有,那就是嵌套類(nested Class),關于這兩者的區別與聯系,在下文中會有對比。
上傳時間: 2014-12-04
上傳用戶:水口鴻勝電器
This a translation of the ToyFDTD c code available from the web site http://www.borg.umn.edu/toyfdtd/ToyFDTD1.html This some optimization to use MATLAB matrix notation. Others may find a way to further optimize the nested loops.
標簽: translation available the ToyFDTD
上傳時間: 2013-12-07
上傳用戶:daoxiang126
upsd_flash.c These functions are provided to help you develop your initial code. They are optimized for speed rather that size. As a result, you will see very few nested function calls. If speed is not critical, you can use function calls for common tasks (like dat polling after writing a byte to Flash) The penalty is the extra processor time to make the nested calls.
標簽: upsd_flash functions are provided
上傳時間: 2013-12-23
上傳用戶:Andy123456