熟悉pic控制12864 LCD的使用方法 LCD循環顯示本站網址和電話 硬件要求:LCD直接與單片機的A口和D口相連接所有撥碼開關置OFF
上傳時間: 2016-11-26
上傳用戶:曹云鵬
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
"arect" displays a 3-D plot of a pattern."makepattern" computes values of an array pattern cover function for apattern.函數“arect”是給出一個方向圖的3D圖。函數“makepattern”是計算一個陣列方向圖的值。
標簽: pattern makepattern displays computes
上傳時間: 2016-12-09
上傳用戶:zm7516678
A/D D/A模塊。。C程序!~ 具體功能下了自己看吧。調試過了,應該沒問題。
上傳時間: 2013-12-21
上傳用戶:源碼3
一些單片機匯編程序 流水燈 鍵盤 lcd A/D D/A等
上傳時間: 2017-01-20
上傳用戶:gaome
用 2個鏈表 實現 鏈表 A 和鏈表 B相減并清楚重復內容的程序
上傳時間: 2013-12-12
上傳用戶:Late_Li
object recognition using fast adaptive hough transform 快速自適應霍夫變換 作者:D.D. Haule. A.S. Malowany Computer Vision and Robotics Laboratory Department of Electrical Engineering McGill University。IEEE 1989的文章,對指導霍夫變換檢測目標的識別有一定的參考意義
標簽: D.D. A.S. recognition transform
上傳時間: 2017-04-09
上傳用戶:s363994250
Recovering 3-D structure from motion in noisy 2-D images is a problem addressed by many vision system researchers. By consistently tracking feature points of interest across multiple images using a methodology first described by Lucas-Kanade, a 3-D shape of the scene can be reconstructed using these features points using the factorization method developed by Tomasi-Kanade.
標簽: Recovering structure addressed problem
上傳時間: 2017-04-17
上傳用戶:xiaoxiang
數字基帶傳輸系統的MATLAB仿真實現 function [sampl,re_sampl]=system_1(A,F,P,D,snr,m,N) 輸入變量A ,F,P分別為輸入信號的幅度、頻率和相位,D為量化電平數,snr 為信道信噪比,N為D/A轉換時的內插點數;輸出變量sampl為抽樣后的輸入 信號,re_sampl為恢復出的輸入信號。 數字基帶傳輸系統的MATLAB仿真實現 [sampl,quant,pcm]=a_d_1(A,F,P,D) [changed_ami]=signal_encod_1(pcm) [ami_after_channel]=channel_1(changed_ami,snr) [adjudged_ami]=adjudg_1(ami_after_channel,m) re_pcm=signal_decod_1(adjudged_ami) [re_voltag,re_sampl,re_sampl1]=d_a_1(re_pcm,sampl,D,N)
標簽: function re_sampl MATLAB system
上傳時間: 2017-04-21
上傳用戶:tzl1975
c51的空調系統 硬件設備需要a/d d/a的支持 還需要四個八段的led的顯示
上傳時間: 2014-05-27
上傳用戶:anng