STC89C52單片機 主頻:11.0592M 模塊名稱:SED1520驅動12232液晶驅動
上傳時間: 2016-11-20
上傳用戶:hwl453472107
These files contain all of the code listings in C: The Complete Reference, 4th Edition The source code is organized into files by chapter. Within each chapter file, the listings are stored in the same order as they appear in the book. Simply edit the appropriate file to extract the listing in which you are interested.
標簽: The Reference Complete listings
上傳時間: 2016-11-23
上傳用戶:nanshan
VisualC++數字圖像處理何斌等編2001年4月第1版-本書主要講述如何使用Visual C++進行數字圖像處理。全書共11章,分別介紹了圖像的點運算、幾何變換、正交變換、圖像增強、腐蝕算法、膨脹算法、細化算法、邊緣檢測與提取、輪廓跟蹤、圖像分析、圖像復原和圖像的壓縮編碼技術,對每種常用的數字圖像處理方法,本書都提供了完整的源代碼。
標簽: VisualC Visual 2001 數字圖像處理
上傳時間: 2016-11-27
上傳用戶:xiaoxiang
// 1.這個測試采用查詢方式進行串口通訊 // 2.將軟件仿真環境的晶震設為11.0592 MHz // 3.軟件模擬全速運行, 觀察波特率是1200bps // 4.在串口1中輸入數字或字母,可觀察到通訊是否有誤。
上傳時間: 2013-11-25
上傳用戶:shanml
華為編程規范排版 6 2 注釋 11 3 標識符命名 18 4 可讀性 20 5 變量、結構 22 6 函數、過程 28 7 可測性 36 8 程序效率 40 9 質量保證 44 10 代碼編輯、編譯、審查 50 11 代碼測試、維護 52 12 宏 53
上傳時間: 2016-12-11
上傳用戶:cursor
linux0.11原碼,附有詳細注釋,可用VC直接打開
上傳時間: 2013-11-30
上傳用戶:evil
15篇光流配準經典文獻,目錄如下: 1、A Local Approach for Robust Optical Flow Estimation under Varying 2、A New Method for Computing Optical Flow 3、Accuracy vs. Efficiency Trade-offs in Optical Flow Algorithms 4、all about direct methods 5、An Introduction to OpenCV and Optical Flow 6、Bayesian Real-time Optical Flow 7、Color Optical Flow 8、Computation of Smooth Optical Flow in a Feedback Connected Analog Network 9、Computing optical flow with physical models of brightness Variation 10、Dense estimation and object-based segmentation of the optical flow with robust techniques 11、Example Goal Standard methods Our solution Optical flow under 12、Exploiting Discontinuities in Optical Flow 13、Optical flow for Validating Medical Image Registration 14、Tutorial Computing 2D and 3D Optical Flow.pdf 15、The computation of optical flow
標簽: 光流
上傳時間: 2014-11-21
上傳用戶:fanboynet
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
★★ ★計算器1.0版★★★★★★★★★★★ 作者:賈真 完成于2008年11月15日 說明:本軟件由JAVA語言編寫,并實現免裝JDK、免安裝, 在各種操作系統下均能運行。本電子鐘為老師上課設計, 可以永遠顯示在最上面,以便在老師用幻燈片講課時提 醒老師按時下課,功能上不完善,還待后續版本完善功能, 希望各位用戶對本軟件批評指正,如發現BUG,請與本作 者聯系! QQ:122781981 郵箱:122781981@qq.com
上傳時間: 2013-11-29
上傳用戶:cc1
計算全息close all clc clear A=zeros(64) A(15:20,20:40)=1 A(15:50,20:25)=1 A(45:50,20:40)=1 A(30:34,20:35)=1 % ppp=exp(rand(64)*pi*2*i) A=A.*ppp % Author s email: zjliu2001@163.com figure imshow(abs(A),[]) Fa=fft2(fftshift(A)) Fs=fftshift(Fa) Am=abs(Fs) % amplitude Ph=angle(Fs) % phase s=11 % 這表示邊長嗎? cgh=zeros(64*s) th=max(max(abs(Fs)))
上傳時間: 2014-10-13
上傳用戶:wweqas