搜索资源列表
LED_Label
- 這個編程可以在程序中使用圖形化的LED數字顯示標籤,主要程序已經封裝為一個類別,可以很方便套用到其他程序中-This programming can be used in the proceedings graphical LED digital display label, the main procedures have been packaged as a category, can be easily applied to other programs
OwnerDraw_src_demo
- 一般情況下,按鈕的繪製工作是由相同完成的,但是有時我們覺得系統繪製的效果太單調,想使自己的按鈕與眾不同,這時你可以選中控件的Owner draw屬性。選擇了這個屬性後,系統便不再繪製該控件,而是當需要顯示控件時,系統會發送WM_DRAWITEM消息給CButton類(對於SDK編程,消息通常是發給父窗口)。對於其他控件,如ListBox,系統在發送WM_DRAWITEM消息前,還發送WM_MEASUREITEM消息,主要是讓你設置ListBox中每個項目的高度-Under normal circ
AvionicsDemo
- 航空電子儀表元件,改寫自Ardupilot編程範例。元件控制中均使用角度單位而非徑度單位。完整的使用源碼範例,便於使用者了解如何使用各儀表元件。-Avionics demo in c# with source code. The demo is modified from ArduPiolot demo. All the setting about angle is in the unit of degree(not radian).