Qt/Embedded的安裝(本人親自安裝步驟) 準備源碼包 ◆ tmake 1.11 或更高版本;(生成Qt/Embedded應用工程的Makefile文件) ◆ Qt/Embedded 2.3.7 (Qt/Embedded 安裝包) ◆ Qt 2.3.2 for X11; (Qt的X11版的安裝包, 它將產生x11開發環境所需要的兩個工 具) 假設把源碼包解壓所在/root/build-arm下 1安裝tmake 進入tmake-1.11目錄 cd /root/build-arm/tmake-1.11 export TMAKEDIR=$PWD/tmake-1.11 export TMAKEPATH=$TMAKEDIR/lib/qws/linux-arm-g++ export PATH=$TMAKEDIR/bin:$PATH 2.安裝Qt/X11 2.3.2 cd qt-2.3.2 export QTDIR=$PWD export PATH=$QTDIR/bin:$PATH export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH ./configure -no-xft -thread -gif -system-jpeg -sm -shared [make] make -C tools/qvfb make -C tools/qembed
標簽: Embedded Qt Makefile tmake
上傳時間: 2013-12-22
上傳用戶:sk5201314
Linux下的USB攝像頭拍照程序,以Qt4作為GUI,目前測試過zc301,ov511芯片,拍照后直接保存為jpeg文件。支持嵌入式Linux,實驗平臺:QQ2440+N35。
上傳時間: 2014-12-05
上傳用戶:zsjzc
Codesite 的主要目的是幫助開發者們查找其代碼中的問題。CodeSite 的主要功能是可以讓開發者使用代碼來發送運行時的詳細信息到特殊的接收器。更精確的說,通過 CodeSite 實現的 TCodeSite 類,我們可以打包并發送運行時的信息給 CodeSite Dispatcher(CodeSite 的消息分發器),它可以路由這些消息到一個或多個接收器來察看。缺省的信息接收器是 CodeSite Viewer(消息察看器)。CodeSite 的效率體現在它不同于簡單的顯示消息的對話框或設定斷點來檢查變量,它的消息是可持續的,也就是可以保存的。生成的發送到目的地的消息的日志將為你找出代碼中的問題提供相當有用的的信息。此外,在使用對話框和斷點的時候,發出 Codesite 信息并不中斷你的應用程序,因此,Codesite 在用戶需要跟蹤記錄交互內容的場合里效率是十分高的。 本版本支持以下 IDE: Delphi 5,6,7,2005 C++Builder 5,6 BDS 2006 (Delphi 2006, C++Builder 2006) RAD Studio 2007 (Delphi 2007, C++Builder 2007) RAD Studio 2009 (Delphi 2009, C++Builder 2009) Visual Studio .NET 2003 Visual Studio 2005 Visual Studio 2008
上傳時間: 2014-08-16
上傳用戶:水口鴻勝電器
This paper presents a novel technique to increase the quality of medical images based on Histogram Equalization. In the proposed method first we have applied a noise reduction method and then we apply some suitable preprocessing on histogram of the medical images and after that histogram equalization has been applied on the new histogram. Our proposed method in despite of its simplicity has better results in compare to other usual methods based on histogram equalization. The quality of resulted images after applying our proposed methods has been tested on a database (medical images) with a confirmed criterion by viewer. Also we have considered a mathematical criterion for comparing our proposed algorithm with other available methods for contrast enhancement. Results show the better efficiency of the proposed method.
標簽: Histogram technique increase presents
上傳時間: 2017-04-20
上傳用戶:VRMMO
圖像處理MATLAB源代碼,這個是讀入JPEG文件
上傳時間: 2013-12-19
上傳用戶:lixinxiang
這是從一款商業嵌入式瀏覽器中節選出來的代碼,這款html瀏覽器用在機頂盒等嵌入式設備上。該代碼為用到的JPEG庫
上傳時間: 2017-05-11
上傳用戶:wpt
This is schematic and Gerber files of PCB that is used for GSM alarm system. This is industrial-grade system with many features like 1-wire (iButton) interface, additional interface for video camera (UART JPEG camera is used), SD card to store pictures from camera and send them by GSM to remote mobile phone. Can be used as a reference design for anyone who wants to make own GSM alarm system system based on SIM300C module from Simcom.
標簽: This industrial-grad schematic is
上傳時間: 2013-12-06
上傳用戶:com1com2
項目基于Linux操作平臺,QT圖形編程、C語言、ARM9qq2440開發板。可以移植到ARM9qq2440開發板中,可顯示JPEG格式的圖片,可以手動實現上一張和下一張相片的預覽。也可以自動循環播放或暫停播放相片!
上傳時間: 2017-06-03
上傳用戶:exxxds
編譯源文件生成可執行文件TestLibjpeg.exe, 此程序可以轉換bmp位圖為jpg格式,或解壓縮 jpg格式圖像為bmp格式。 將需轉換的bmp格式圖片存到和TestLibjpeg.exe 相同的文件夾下,在DOS界面下使用命令行參數 bmp到jpeg的轉換使用:TestLibjpeg.exe j 原圖片名.bmp 目標圖片名.jpg jpeg到bmp的轉換使用:TestLibjpeg.exe b 原圖片名.jpg 目標圖片名.bmp
標簽: TestLibjpeg exe 編譯 可執行文件
上傳時間: 2014-02-07
上傳用戶:chenjjer
智能畫圖軟件,用來構造基于jpg\tif\jpeg等多種不同格式的圖形
上傳時間: 2014-12-21
上傳用戶:gundamwzc