掌握在uC/OS-II 操作系統下使用ZLG/GUI的基本方法。 1. 啟動 ADS 1.2,使用 ARM Executable Image for UCOSII(for lpc22xx)工程模板建立一 個工程 gui_ucos,工程存儲在 uCOS-II 目錄下。 說明:在 uCOS-II 目錄下要保存有 uCOS-II 的移植代碼和內核源代碼。 2. 建立 C 源文件 Test .c,編寫實驗程序,保存到 gui_ucos\src 目錄下,然后添加到工程 的 user組中。 3. 復制 ZLG/GUI 文件。把 ZLG_GUI 整個目錄及文件復制到 gui_ucos\SRC 目錄下。 4. 添加 ZLG/GUI 文件。在工程管理窗口中新建一個組 ZLG/GUI,然后在這個組內添 加 gui_ucos\SRC\ZLG_GUI下的所有 C 源程序文件和 GUI_CONFIG.H配置文件。 5. 新建驅動程序,在工程管理窗口中新建一個組 lcd_drive,并將驅動程序添加到工程 的 lcd_drive組中。驅動程序文件名比如:LCDDRIVE.c、LCDDRIVE.H,可以保存 在 gui_ucos\SRC 目錄下。 6. 修改 CONFIG.H,增加包含 LCDDRIVE.H 頭文件和 ZLG/GUI 的所有頭文件,如程 序清單 1.3 所示。
上傳時間: 2013-12-21
上傳用戶:wyc199288
將SQLSERVER記錄還原生成Insert的SQL語句,方便生成數據庫安裝記錄,備份重要數據, 支持字段多,但暫時不支持image類字段
上傳時間: 2014-01-27
上傳用戶:清風冷雨
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
AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation. 1. Unzip the installation file onto your system (called installation directory below) 2. Create an OS design or open an existing OS design in Platform Builder 6.0. a. The OS must support the SD bus driver and have an SD Host Controller driver (add these from Catalog Items). b. Run image size should be set to allow greater than 32MB. 3. a. From the Project menu select Add Existing Subproject... b. select AR6K_DRV.pbxml c. select open This should create a subproject within your OS Design project for the AR6K_DRV driver. 4. Build the solution.
標簽: installation Windows Driver March
上傳時間: 2014-09-06
上傳用戶:yuzsu
(1)ICCV1999 Object Recognition from Local Scale-Invariant Features.pdf提出(2)IJCV2004 Distinctive image features from scale invariant keypoints.pdf總結(3)CVPR2004 PCA-SIFT:A More Distinctive Representation for Local Image Descriptors.pdf加PCA降維
標簽: Scale-Invariant Distinctive Recognition Features
上傳時間: 2013-12-27
上傳用戶:yepeng139
ECE345, Visual-to-Audio Electronic Travel Aid Code for TM320C54x (v2a.asm) download This project involves the design and implementation of a audio synthesis device that converts moving images into audio signals. The system is built on a TM320C54x DSP with interface to an IMAQ camera module via the serial port on a PC. Brief description: A LabVIEW VI acquires an image from the IMAQ camera module. It quantizes the image into a 5x5, 3-bit image, and sends the data to the TM320C54x DSP via a serial port. The TM320C54x DSP constructs a 64-tap FIR by combining a series of 64-tap head related transfer functions (HRTF) according to the incoming data, and then filters an input audio signal with this FIR filter, in effect creating a correspondence between the filtered signal and the original image.
標簽: Visual-to-Audio Electronic download project
上傳時間: 2017-02-01
上傳用戶:笨小孩
包含了H.264編碼標準的兩篇文章,是講多描述編碼的。An Effective Epipolar Geometry Assisted Motion Estimation Technique for Multi-View Image and Video Coding和An Epipolar Geometry-Based Fast Disparity Estimation Algorithm for Multiview Image and Video Coding
上傳時間: 2014-12-21
上傳用戶:saharawalker
Applet Name: navCube Applet Source: navCube.java Import(s): java.applet, java.awt, java.awt.image, java.lang, java.net, java.util Feature(s): image, animation, network, mouse
上傳時間: 2017-02-06
上傳用戶:lhw888
Applet Name: Sentence Applet Source: Sentence.java Import(s): java.applet, java.awt, java.io, java.lang, java.util Feature(s): text, image, animation, mouse
標簽: java Sentence Applet Import
上傳時間: 2013-12-17
上傳用戶:lnnn30
public class CircleMenuCanvas extends Canvas implements Runnable{ double pi = Math.PI public final int MENURIGHT = 1 public final int MENULEFT = 0 Image menuImage[] = new Image[6] int []jiaodu = {330,30,90,150,210,270} String menuName[] = {"新游戲","繼續游戲","游戲設置","高分榜","游戲幫助","退出游戲"} int x = getWidth()/2 int y = getHeight()/2 int count = 0 int local int index = 0 Font f boolean running = false /** * 構造方法 * */
標簽: public CircleMenuCanvas implements Runnable
上傳時間: 2014-01-08
上傳用戶:zhaoq123