Qt VLC Lib installation testing (Not For Tutorial just for Testing Processing)
If you want the immediately work, see the bottom of the article.
e-ChiaCplus+
2017年2月7日 星期二
Qt VLC lib Sample Code Simple Player setting
This article is referenced by the vlc-qt GitHub,
You should know:
This tutorial is just for quick using. It just tell how to quickly use the sample code, because I could not figure out the problem of the cmake or qmake error, the environment can not be build for your own computer environment.
You should know:
This tutorial is just for quick using. It just tell how to quickly use the sample code, because I could not figure out the problem of the cmake or qmake error, the environment can not be build for your own computer environment.
2017年2月6日 星期一
Boost C++ Libraries build liberary bjam
[初探勘]
原本是想用網路上的一個Open Source Program 讀取 IPCam的,才偶然查到需要Link Boost C++ Libraries. 雖然碰C++ 有六年了,但卻是第一次聽到這個東西,目前說起來還不知道這的東西強大的地方在哪邊,需要好好深入了解才能知道了。
原本是想用網路上的一個Open Source Program 讀取 IPCam的,才偶然查到需要Link Boost C++ Libraries. 雖然碰C++ 有六年了,但卻是第一次聽到這個東西,目前說起來還不知道這的東西強大的地方在哪邊,需要好好深入了解才能知道了。
2017年2月5日 星期日
2017年2月3日 星期五
2017年2月2日 星期四
計算機系統自讀筆記-Chapter1-1 漫遊
[本文為看書後的筆記整理]
計算機系統是由軟體跟硬體組合而成的。
源碼程式基本上是由一個值 0 和 1 所組成的,這些0和1在電腦裡稱做一個位元(bit),8個bit會組成一個位元組(byte)。
以我們最常見到的Hello World程式碼而言,該文件即是由一堆byte所組成的,而這些我們眼中的文字,轉換到電腦語言就是經由ASCII code 轉換而成的,而至於整體的程式意思還有是哪種變數,則需要依靠上下文才能夠做判斷。
計算機系統是由軟體跟硬體組合而成的。
源碼程式基本上是由一個值 0 和 1 所組成的,這些0和1在電腦裡稱做一個位元(bit),8個bit會組成一個位元組(byte)。
以我們最常見到的Hello World程式碼而言,該文件即是由一堆byte所組成的,而這些我們眼中的文字,轉換到電腦語言就是經由ASCII code 轉換而成的,而至於整體的程式意思還有是哪種變數,則需要依靠上下文才能夠做判斷。
2016年12月8日 星期四
稀疏表示與字典學習相關文章網站整理 Sparse Representation & Dictionary Learning
最近正在學習字典學習的方法,因為東西很多,這邊一併做個整理,希望想學的人可以更快入手這個領域。
Image Modeling and Enhancement via Structured Sparse Model Selection
利用稀疏表示降噪、重繪、去除模糊等example技術
Using Sparse Representation to reach the goal of denoising, inpaiting and deblurring.
訂閱:
文章 (Atom)
Qt VLC lib Testing for how to use (Not For Tutorial)
Qt VLC Lib installation testing (Not For Tutorial just for Testing Processing) If you want the immediately work, see the bottom of the art...
-
我想做機電電路或是想改善家裡的電器控制系統的人,都會希望,可以控制諸如電風扇、電燈,這時後是否有一個很大的疑問?該怎麼讓Arduino(或任何晶片)和110V的電器產品連結在一起呢?
-
程式碼 ...
-
Qt 教學範例程式 Qt Tutorial Sample Code 設備溝通 Qt Printer 印表機使用