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