2013年6月27日 星期四

[C++/CLI]Show Images on the ListView

前言

如何使用C++的CLI元件顯示一堆圖片列表,在這邊使用了ListView做為顯示圖片的方式

[C++/CLI]System::String^ to std::string 與 std::string to System::String^

前言

當我們在開發c++/cli視窗程式時,會遇到需要把System::String^ 格式轉成std::string 或是相反的情況,在這邊紀錄一下

2013年6月23日 星期日

[C# WPF]在ListBox中顯示Image 水平方向(Horizon Orientation)顯示垂直卷軸(Vertical Scroll)

前言

最近因為課程專案的需要,所以使用Lsh(Locality Sensitive Hashing)實作以圖搜圖的關係,所以需要讓查詢的相似圖片在視窗中排序列出,於是便花了一些時間尋找資料簡單的用ListBox實作出此功能。