im2dat.m is used to convert images to data which can be plotted using the standard MATLAB functions. This is very handy if you have plots on hardcopy and you want to convert them into data that MATLAB can use. The scanned image can be analysed by this function and the output will allow you to perform any calculation/manipulations that MATLAB can perform, e.g. curve fitting.
標簽: functions standard convert plotted
上傳時間: 2014-12-07
上傳用戶:gdgzhym
簡單有限元計算程序。 NJF---結點自由度數 E---彈性模量 NE---單元數 T---板厚度 VM---泊松比 z---實型二維數組,用來存放結點坐標 ZJ---實型二維數組,用來存放每個約束自由度方向和該方向的約束值, ie---實型二維數組,存放布爾矩陣 p---實型一維數組,先存放等效結點載荷,解完方程后存放輸出的結點位移 a,b,a---實型數組,存放各個單元的面積及由結點坐標計算的bi,bj,ci,cj g---實型數組,存放單剛子塊 zk---實型二維數組,存放整剛矩陣
上傳時間: 2014-01-24
上傳用戶:cuibaigao
Relationship Between the Sum of Squared Difference (SSD) and Cross Correlation for Template Matching Konstantinos G. Derpanis York University kosta@cs.yorku.ca Version 1.0 December 23, 2005
標簽: Relationship Correlation Difference Template
上傳時間: 2014-01-10
上傳用戶:妄想演繹師
本代碼采用C語言編寫,為信利公司MSC-G12232DYSY-11W型號122X32點陣單色LCD驅動程序,采用ATMEGA168編寫,其中針對驅動部分,采用IO口驅動74HC164作為并行輸出。代碼已通過調試,請放心參考。
上傳時間: 2013-12-31
上傳用戶:libinxny
93c46讀寫程序 define di_93 dip3 #define sk_93 dip2 #define cs_93 dip1 #define do_93 dip4 #define gnd_93 dip5 #define org_93 dip6
上傳時間: 2013-12-25
上傳用戶:invtnewer
數字音樂盒 (1) 硬件電路中用P1.0~P1.7控制按鍵,其中P1.0~P1.3掃描行,P1.4~P1.7掃描列。 (2) 用P0.0~P0.7,P2.0~P2.7控制LED,其中P0.0~P0.7控制七段碼a,b,c,d,e,f,g,用P2.0~P2.7為數碼管位選信號。 (3) 用,P2.0~P2.2作為LCD的RS,R/W,E的控制信號。用P0.0~P0.7作為LCD的D0~D7的控制信號。 (4) 用P3.7口控制蜂鳴器(J2,J4斷開,J3短接)。 (5) 電路為12MHZ晶振頻率工作,起振電路中C1,C2均為30pf。
上傳時間: 2016-12-03
上傳用戶:ruixue198909
算術編碼是把一個信源表示為實軸上0和1之間的一個區間,信源集合中的每一個元素都用來縮短這個區間。 算術編碼的過程如下: (1)設定編碼區間的高段為h,編碼區間的長度為g,EndC為編碼字符分配的高段,StartC 為字符分配區間的低端。 (2)根據有限的信源估算出各元素的概率。 (3)杜宇編碼的元素A1,根據(2)估算的概率和區間,計算出該元素編碼后的新的l,和h。
上傳時間: 2014-01-26
上傳用戶:aysyzxzm
Problem B:Longest Ordered Subsequence A numeric sequence of ai is ordered if a1 < a2 < ... < aN. Let the subsequence of the given numeric sequence (a1, a2, ..., aN) be any sequence (ai1, ai2, ..., aiK), where 1 <= i1 < i2 < ... < iK <= N. For example, sequence (1, 7, 3, 5, 9, 4, 8) has ordered subsequences, e. g., (1, 7), (3, 4, 8) and many others. All longest ordered subsequences are of length 4, e. g., (1, 3, 5, 8).
標簽: Subsequence sequence Problem Longest
上傳時間: 2016-12-08
上傳用戶:busterman
made by: kangkai data:2008.11.23 this one is used to test arm7 str71x. use a led to test GPIO. a---------P0.0 b---------P0.1 c---------P0.2 d---------P0.3 e---------P0.4 f---------P0.5 g---------P0.6 just run it and you will see the led to show 0-9 all the time.
上傳時間: 2016-12-16
上傳用戶:moerwang
裝一整套 gcc-libc libstdc++ gcc-c++ gcc -objc cpp binutil 卸載與2.95.3-8有關的 卸載gcc 卸載gcc-g++ 卸載gcc-chill 卸載gcc-g77 卸載gcc-objc 卸載gcc 卸載 libstdc++-2.95.3-8 批量裝gcc rpm -ivh gcc*.rpm 批量裝libstdc++ rpm -ivh libstdc++*.rpm 查看某軟件包安裝路徑 rpm -qpl xxxxxx 源碼包tar.gz放于 /var/src/rpm/SOURCES 安裝完后的.src.rpm 生成的 ix86.rpm 放于 /var/src/rpm/RPMS
標簽: gcc gcc-libc binutil libstdc
上傳時間: 2016-12-17
上傳用戶:wang5829