- Oct 01 Wed 2014 10:40
-
安裝MultiCam Drivers
- Sep 17 Wed 2014 10:14
-
安裝ADLINK PCI-8164
- Sep 17 Wed 2014 10:07
-
安裝ADLINK PCIS-DASK v5.11.2
- Sep 16 Tue 2014 12:15
-
Installing Euresys eVision6.7.1
- Sep 15 Mon 2014 13:07
-
Factory Pattern
- Sep 14 Sun 2014 08:54
-
Strategy Pattern
- Sep 13 Sat 2014 14:28
-
Singleton Pattern

Create a Windows FormAdd two buttons as following figure.
The first time you clicked the “Run” button, the following two dialogs will show up.And then another dialog followsThe second time you click the “Run” button, you can only see the above dialog.Since the instance does exist, no more constructor or initialization is needed!
- Sep 12 Fri 2014 11:38
-
安裝ePaperTool
安裝ePaperTool
Pervasive Displays EPD Kit Homepage http://pervasivedisplays.com/kits/ext_kit
RePaper Webpage http://repaper.org
E-paper Display Cog Driver Interface Timing http://www.pervasivedisplays.com/LiteratureRetrieve.aspx?ID=138408
- Sep 11 Thu 2014 11:24
-
sealed 修飾詞

資料來源: http://msdn.microsoft.com/zh-tw/library/88c54tsw.aspx
前面sealed修飾字表示B繼承A,但沒有任何類別可繼承自 B。
- Aug 29 Fri 2014 12:00
-
EmguCV: How to Load a Image?

幾種常見方式:
1. 指標方式:IntPtr
using (OpenFileDialog ofd = new OpenFileDialog())
{
if (ofd.ShowDialog() == DialogResult.OK)
{
IntPtr inputImage = CvInvoke.cvLoadImage(ofd.FileName, LOAD_IMAGE_TYPE.CV_LOAD_IMAGE_COLOR);
CvInvoke.cvShowImage("IntPtr", inputImage);
}
}
- Aug 26 Tue 2014 11:55
-
網路上提供測試 RTSP 的伺服器
- Aug 25 Mon 2014 22:23
-
c# 拖拉一張照片至視窗並載入該張照片
資料參考: A Simple Drag And Drop How To Example






