- Jun 07 Tue 2016 03:18
-
如何把ifc圖檔匯入c#?
http://xbim.codeplex.com參考資料1. The xBIM Toolkit2. 推介BIM理論與應用3. 建築空間資訊模型在維護管理上的應用
- Jun 06 Mon 2016 16:05
-
Quick Select Using Revit Filters
1. “Quick Select" in revit?2. Count on Revit3. RQSelect (Revit Quick Select) CMI Tools for Revit4. Quick Select similar items
- May 30 Mon 2016 09:57
-
Windows 10 通用視窗App

Visual Studio 2015 新增了許多功能, 以下為支援開發Win10 通用視窗App的語言1. C# 與 XAML(Extensible Application Markup Language)2. VB與 XAML3. C++與 XAML4. Javascript與HTML5在所有語言中, Visual Studio 都可以結合Blend用於設計精美的使用者介面(UI),依照自己熟悉的語言進行開發^_^(1) 程式進入點(Entry points)C#程式進入點會是在App.xmal.cs寫在OnLaunched事件
- May 24 Tue 2016 09:56
-
Plotting Sine Wave Using Python(x,y)

Python(x,y)-2.7.3.0C:\Program Files (x86)\pythonxy安裝完成In[1]~In[5] 依序輸入指令Out[5] 為輸出結果關閉console時會跳出提示對話框
- May 22 Sun 2016 22:18
-
Hello World Samle for IoT on Raspberry Pi 2

1. Select Visaul C#, Windows, Universal2. Double click on Install Universal Windows ToolsAnother 8GB is used. It requires really large SPACE for the installation. Create a new C# projectSEARH powershellYou may need to start the WinRM service on your desktop to enable remote connections. From the PS console type the following command:net start WinRM
- May 21 Sat 2016 19:47
-
GPU-accelerated LIBSVM
This is my first time to study GPU-accelerated LIBSVM, which is an accerlated version of original LIBSVM.A video on YOUTUBE demonstrates such a powerful tool. I think you will love it espcially when you have a lot of features to train by using LIBSVM.
- May 21 Sat 2016 15:54
-
Installation for missing features of Visual Studio 2015

Common Tool for Visual C++ 2015Win 8.1 SDK and Universal CRT SDKOops, it requires up to 3 GB for update!
- May 11 Wed 2016 08:36
-
Windows 10 IOT on Raspberry Pi II

Download Windows 10 IoT Core Release Image for Raspberrry Pi 2Visual Studio 2015-----------------------------------------------------------------------------------------------------------After you downloaded Win 10 IoT Core, uncompressed 10586.0.151029-1700.TH2_Release_IOTCoreRPi_armFREand then run Windows_10_IoT_Core_RPi2.msiYou should prepared a SD Card Reader with an empty SD card of size 8GB(>4GB at least).Press <Refresh> button and it will automatically detect the path of SD card. Now we are going to select the image file(.ffu) for writing SD card
- May 06 Fri 2016 10:13
-
Convex and Concave的應用
convex and concave 中文直譯: 凸凹下圖為convex例子, xy連線通過一個封閉區域,任何X,Y連線(集合)都會被包含在這個封閉區域即綠色區域下圖為concave例子, xy連線通過一個封閉區域,並不是全部的X, Y連線都會被包含在這個封閉區域(綠色區域), 換句話說, 紅色線段(集合)並不包含在這個封閉區域(綠色區域)維基百科定義concaveThe word concave means curving in or hollowed inward, as opposed to convex.[1]
- May 05 Thu 2016 09:26
-
The MIMIC Database: Numerics

下載MIMIC Database[1]下載wget工具[2]我是下載Binaries和Dependencies兩個壓縮檔案記得解壓縮後, 將Dependencies資料下的dll複製或剪下貼到Bin資料內,
- May 05 Thu 2016 03:03
-
HSMS simulator
可以先到 http://secs.itri.org.tw/了解HSMS的規範, 下載Emulator和試用軟體---------------------------------------------------------------------------------------------This is the SECSII/HSMS host application for windows.Download here---------------------------------------------------------------------------------------------以下為HSMS-SECS.1.0.0.1使用範例, 下載HSMS/SECS-II Library
HSMS hsms = new HSMS();hsms.OnReceived += hsms_OnReceived;
HSMSData data = new HSMSData();data.Stream(1);
data.Function(1);
SecsData secs = data.Secs();
SecsList list = (SecsList)secs.Add(new SecsList());list.Add(new SecsAscii("This is an ASCII text."));
list.Add(new SecsBinary(0x25));list.Add(new SecsList());hsms.Connect("127.0.0.1", 6000);hsms.Send(data);
- May 02 Mon 2016 11:40
-
Light sources
incandescent lamps 白熾燈filament 燈絲tungsten 鎢 halogen 鹵素iodine 碘Xenone lamps 氙燈fluorescent lamps 熒光燈argon 氬Front light: It is oftern refered to as incident light and the light that falls onto the object.Back light: It is also called transmitted light, especially if images of transparant objects are acquired.Dark-field illumination: The light is placed in such a way that most of the light is reflected away from the camera, and only light of certain parts of the object is reflected to the camera.