1. Matrix-chain product. The following are some instances a) <3, 5, 2, 1,10> b) <2, 7, 3, 6, 10> c) <10, 3, 15, 12, 7, 2> d) <7, 2, 4, 15, 20, 5>
標簽: Matrix-chain following instances product
上傳時間: 2014-11-28
上傳用戶:731140412
給出Henon的模型x(i+1)=1+y(i)-a*x(i)^2 y(i+1)=b*x(i)
上傳時間: 2013-12-18
上傳用戶:徐孺
The Fuzzy Clustering and Data Analysis Toolbox is a collection of Matlab functions. Its propose is to divide a given data set into subsets (called clusters), hard and fuzzy partitioning mean, that these transitions between the subsets are crisp or gradual.
標簽: Clustering collection functions Analysis
上傳時間: 2016-03-19
上傳用戶:1427796291
1.c企業發放的獎金根據利潤提成。 2.c 計算器 3.c 班級通信錄 4.c 求x的y方的低三位值 5.c a b 兩數組分別正逆序相加
上傳時間: 2014-08-24
上傳用戶:天涯
JLAB is a set of Matlab functions I have written or co-written over the past fifteen years for the purpose of analyzing data. It consists of four hundred m-files spanning thirty thousand lines of code. JLAB includes functions ranging in complexity from one-line aliases to high-level algorithms for certain specialized tasks. These have been collected together and made publicly available for you to use, modify, and --- subject to certain very reasonable constraints --- to redistribute. Some of the highlights are: a suite of functions for the rapid manipulation of multi-component, potentially multi-dimensional datasets a systematic way of dealing with datasets having components of non-uniform length tools for fine-tuning figures using compact, straightforward statements and specialized functions for spectral and time / frequency analysis, including advanced wavelet algorithms developed by myself and collaborators.
標簽: co-written functions the fifteen
上傳時間: 2014-01-26
上傳用戶:hjshhyy
Let the following relational tables be given: R = (A, B, C) and S = (D, E, F) where A, B, C, D, E, and F are the attributes (columns). Write the SQL statements that will express each of the queries given below:
標簽: relational following tables given
上傳時間: 2014-01-14
上傳用戶:cx111111
替代加密: A B C D E F G H I J K L M N O P Q R S T U V W 密文 Y Z D M R N H X J L I O Q U W A C B E G F K P 明文 X Y Z T S V I HAVE A DREAM!# 密文?? 用ARM編程實現替代加密。
標簽: 加密
上傳時間: 2016-07-17
上傳用戶:qq521
The Design and Evolution of C++ 國外經典C++原版書庫《C++語言的設計和演化》/(美)斯特郎斯特魯普(Stroustrup,B)著;裘宗燕等譯 十分經典、難得!
標簽: Stroustrup Evolution Design The
上傳時間: 2016-08-17
上傳用戶:chenlong
A方向和B方向各設紅(R)、黃(Y)、綠(G)和左拐(L)4盞燈,4種燈按合理的順序亮滅,并將時間以倒計時的形式顯示出來。同時要設置兩個方向的緊急通道模式,當某一方向有緊急事件發生時,交警按下緊急通道按鈕,該方向綠燈亮,另外一個方向紅燈亮,等緊急事件解除后(假定計時10s),交通恢復原來的狀態 要求在數碼管上顯示兩個方向的燈種和計時,實現緊急情況按鈕輸入功能 根據交通燈控制要實現的功能,可考慮用兩個并行執行的always模塊(兩個進程)來分別控制A和B兩個方向的4盞燈。這兩個always模塊使用同一個時鐘信號,以進行同步,也就是說,兩個進程的敏感信號時同一個 每個always模塊控制一個方向的4種燈按如下順序點亮,并往復循環:綠燈-黃燈-左拐燈-黃燈-紅燈,燈亮的時間由自己設定 由于板上資源有限,如覺得實現困難,可去掉左拐燈,即順序為綠燈-黃燈-紅燈。
標簽: 方向
上傳時間: 2016-10-07
上傳用戶:CHINA526
現色彩空間轉換R’G’B’ to Y’CbCr的VHDL源代碼。
上傳時間: 2016-10-15
上傳用戶:cazjing