the source code of ucosii, the best example of C language and operation system
標簽: the operation language example
上傳時間: 2013-12-13
上傳用戶:gyq
1.an fpga implementation of the image space reconstruction algorithm for hyperspectral imaging analysis 2. fpga implemention of a median filter 3. fpga implementation of digital filters 4.hardware acceleration of edge detection algorithm on fpgas 5.implementation and evaluation of image processing algorithms on reconfigurable architecture using C-based hardware descriptive languages 6. implementing 2D median filter in fpgas 7.視頻圖像處理與分析的網絡資源
標簽: implementation reconstruction hyperspectral algorithm
上傳時間: 2014-01-10
上傳用戶:894898248
Fortran 90 versions of all the Numerical Recipes routines appear in the following Chapters B1 through B20, numbered in correspondence with Chapters 1 through 20 in Volume 1. Within each chapter, the routines appear in the same order as in Volume 1, but not broken out separately by section number within Volume 1鈥檚 chapters. There are commentaries accompanying many of the routines, generally following the printed listing of the routine to which they apply. These are of two kinds: issues related to parallelizing the algorithm in question, and issues related to the Fortran 90 implementation. To distinguish between these two, rather different, kind
標簽: Numerical following the Chapters
上傳時間: 2017-04-12
上傳用戶:6546544
Python and XML : is comprehensive book of Python with XML
標簽: Python comprehensive XML book
上傳時間: 2014-01-13
上傳用戶:康郎
樣板 B 樹 ( B - tree ) 規則 : (1) 每個節點內元素個數在 [MIN,2*MIN] 之間, 但根節點元素個數為 [1,2*MIN] (2) 節點內元素由小排到大, 元素不重複 (3) 每個節點內的指標個數為元素個數加一 (4) 第 i 個指標所指向的子節點內的所有元素值皆小於父節點的第 i 個元素 (5) B 樹內的所有末端節點深度一樣
上傳時間: 2017-05-14
上傳用戶:日光微瀾
This is a code of Pseudo-Arc Length Continuation Method , the method can be used for solving the nonlinear equations, the principle can re found in some text books. In the code,I prove the agreement of the code with other methods
標簽: Continuation Pseudo-Arc the solving
上傳時間: 2013-12-03
上傳用戶:xzt
歐幾里德算法:輾轉求余 原理: gcd(a,b)=gcd(b,a mod b) 當b為0時,兩數的最大公約數即為a getchar()會接受前一個scanf的回車符
上傳時間: 2014-01-10
上傳用戶:2467478207
get ip address of all the hosts connected on the ethernet network by using matlab
標簽: connected the ethernet address
上傳時間: 2014-11-08
上傳用戶:plsee
This is a great book of puzzels and logics.
上傳時間: 2013-12-25
上傳用戶:ikemada
This is a book of LINQ and SQL. Good Luck Buddy.
上傳時間: 2017-06-18
上傳用戶:CSUSheep