Floating Window.It is descendant of TCustomPanel. You can: - Drag on its title bar. - Set title bar on the left (only for truetype font) - Show/Hide buttons on title bar - Expand/shrink window (like tool window in CorelDraw)
標簽: title TCustomPanel descendant Floating
上傳時間: 2013-12-20
上傳用戶:wendy15
Welcome to the Wrox Press C++ tutorial "I hope you ll enjoy reading this tutorial with your portable, your work, or your home PC. It s a perfect companion to the Introduction to Visual C++ 6.0 Standard Edition manual and is a proven aid to understanding the C++ language. The material in this tutorial is adapted from my book Beginning Visual C++ 6.0, to provide you with a thorough grounding in pure C++. I ve been careful to address the new standards in C++ laid out by the ANSI and ISO committees and I encourage you to adopt these conventions so that your programs are maintainable for years to come.
標簽: tutorial Welcome reading portabl
上傳時間: 2016-01-26
上傳用戶:wsf950131
ch03目錄下: disasm.tgz :作者改寫的反匯編器,可以輸出比較容易接受的匯編格式。 simpleboot.tgz: 作者編寫的簡單boot代碼 ch04目錄下: gba_ucos.tgz : 作者移植的可運行在GBA(或者模擬器)上的uC/OS-II代碼 ch05目錄下: znet.tgz : 作者在uC/OS-II上實現的tcp/ip協議實現代碼 ch09目錄下: font.c 字體顯示和變更例程 image1 位圖文件加載與顯示 2win.c 兩個窗口間消息傳遞例程 button 按鈕制作的例程 slider 游戲文件程序
標簽: simpleboot tgz disasm ch
上傳時間: 2014-01-09
上傳用戶:妄想演繹師
=== === === === === === === === === === ==== IBM PC KEYBOARD INFORMATION FOR SOFTWARE DEVELOPERS ================================================================ Sources: PORTS.A of Ralf Brown s interrupt list collection repairfaq.org keyboard FAQ(doesn t appear to exsist) Linux source code Test hardware: New Samsung KB3T001SAXAA 104-key keyboard Old Maxi 2186035-00-21 101-key keyboard NO WARRANTY. NO GUARANTEE. I have tried to make this information accurate. I don t know if I succeeded. Corrections or additional information would be welcome. This is a plain-text document. If you use a word-processor to view it, use a fixed-pitch font (like Courier) so columnar data and ASCII art lines up properly.
標簽: INFORMATION DEVELOPERS KEYBOARD SOFTWARE
上傳時間: 2014-08-18
上傳用戶:ecooo
//構造具有指定的標簽的菜單 files = new Menu("文件(F)") compile = new Menu("編輯(E)") see = new Menu("查看(V)") format = new Menu("格式(O)") font = new Menu("字體和顏色(F)...") //在格式菜單下再添加一個字體及顏色的菜單 help = new Menu("幫助(H)") //構造具有指定的標簽的菜單項 news = new MenuItem("新建(N)" + " " + "Ctrl+N") open = new MenuItem("打開(O)..." + " " + "Ctrl+O") save = new MenuItem("保存(S)" + " " + "Ctrl+S") other = new MenuItem("另存為(A)...") page = new MenuItem("頁面設置(U)...") mim = new MenuItem("打印(P)..." + " " + "Ctrl+P") quit = new MenuItem("退出(X)")
上傳時間: 2016-02-27
上傳用戶:小儒尼尼奧
《C++標準程序庫》本書不僅對每一個程序庫組件提供范圍廣泛的說明,也對繁復的觀念提供清楚明亮的解釋,并描述高效運用這些組件時需要的實際編程細節,提出一個又一個的范例程序。本書是一本包含最新資料的完整書籍。反映出被ANSI/ISO C++語言標準規格書納入C++標準程序庫的最新組成。更明確地說,本書將焦點放在標準模板庫(Standard Template Library)身上,檢驗其中的容器(containers)
上傳時間: 2016-02-27
上傳用戶:qiaoyue
USB接口驅動,ISO模式,windows DDK編寫
上傳時間: 2013-12-21
上傳用戶:SimonQQ
CANopen is a networking system based on the CAN serial bus. CANopen assumes that the device’s hardware has a CAN transceiver and CAN controller as specified in ISO 11898. CANopen profile family specifies standardized communication mechanisms and device functionality. The profile family is available and maintained by CAN in Automation (CiA), the international users’ and manufacturers’ group and may be implemented license-free.
標簽: CANopen networking the assumes
上傳時間: 2013-12-26
上傳用戶:q123321
為什么叫H.264 H.264是一種視頻高壓縮技術,全稱是MPEG-4 AVC,用中文說是“活動圖像專家組-4的高等視頻編碼”,或稱為MPEG-4 Part10。它是由國際電信標準化部門ITU-T和規定MPEG的國際標準化組織ISO/國際電工協會IEC共同制訂的一種活動圖像編碼方式的國際標準格式,這是我們叫慣了的MPEG中的一種,那為什么叫H.264呢?
上傳時間: 2016-03-24
上傳用戶:lhw888
中文平臺在PCB中放置字符串時選擇SERF字體可顯示中文但打印時亂碼。 在PCB中打印中文可使用漢字PCBHZ補丁。 步驟: 1,安裝中文平臺; 2,將PCBHZ文件包放入Altium2004根目錄; 3, 將DXP.RCS文件放入C:\Documents and Settings\個人文件夾\Application Data\Altium2004目錄 4,重新啟動DXP2004. 5,在PCB界面中加載PCBHZ文件包中的hanzi庫文件; 以上以C盤安裝為例---C:\Program Files\Altium2004,其它盤安裝時請將此路徑和font.bas文件中的路徑改好
上傳時間: 2016-04-04
上傳用戶:ynzfm