VC技術內幕第五版_English.The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds an amazing number of productivity-boosting features such as EDIT And Continue, IntelliSense, AutoComplete, and code tips. These features take Visual C++ to a new level. We have tried to make sure that this book keeps you up to speed on the latest technologies being introduced into Visual C++.
標簽: Microsoft continued Internet English
上傳時間: 2013-12-08
上傳用戶:lepoke
JAVA小程序,分別是建立文本編輯器,EDIT的顯示輸入和非顯示輸入,設置字體及顏色,菜單設計,建立象限小程序,在小程序中引入多媒體,建立電話號碼簿編輯器,建立時鐘應用程序,編寫自己的軟件包,建立控制臺應用程序,建立調色板應用程序,建立數據庫應用程序,建立霓虹燈動畫小程序。
上傳時間: 2015-04-29
上傳用戶:大融融rr
DELPHI basicCtrl+NUM 直接將光標跳到NUM處,NUM是用Ctrl+Shift+NUM設置的標號。 NUM不能用小鍵盤。 Ctrl+Home 將光標移至文件頭。 Ctrl+End 將光標移至文件尾。 Ctrl+B Buffer List窗口。 Ctrl+I 同Tab鍵。 Ctrl+M 同Enter鍵。 Ctrl+N 同Enter鍵,但光標位置保持不變。 Ctrl+T 刪除光標右邊的一個單詞。 Ctrl+Y 刪除光標所在行。 Ctrl+Shift+↑ 光標在函數體內時,將光標快速移至當前函數聲明處。 Ctrl+Shift+↓ 光標在函數聲明行時,將光標快速移至函數定義處。 Ctrl+Shift+C 聲明一個過程或函數后,直接生成過程或函數的名稱、begin、end Ctrl+Shift+E 光標在EDIT窗口和Explorer窗口間切換。 Ctrl+Shift+G 插入GUID。 Ctrl+Shift+J 彈出Delphi語句提示窗口,選擇所需語句將自動完成一條語句。 Ctrl+Shift+T 在光標行加入To-Do注釋。 Ctrl+Shift+Y 刪除光標之后至本行末尾之間的文本。 Ctrl+F3 Call Stack窗口。 Ctrl+F4 等于File菜單中的Close項。
上傳時間: 2014-11-26
上傳用戶:kr770906
How to Use Tables With the JTable (in the API reference documentation) class you can display tables of data, optionally allowing the user to EDIT the data. JTable doesn t contain or cache data it s simply a view of your data. Here s a picture of a typical table displayed within a scroll pane
標簽: documentation the reference display
上傳時間: 2013-12-23
上傳用戶:ayfeixiao
這是一個簡單的編輯器雛形,這里用到了屏幕開發庫 curses 和鍵盤函數 keypad,程序可移動光標,輸入,刪除,增加代碼就可成為功能強大的編輯器了, 編譯程序:gcc -I/usr/include/ncurses EDIT.c -o EDIT -lncurses
標簽: 編輯器
上傳時間: 2014-01-13
上傳用戶:yyyyyyyyyy
本題所涉及的有關操作是從控件中選擇所要創建的鏈表的類型(用VC的Radio Button 實現選擇),然后在編輯控件(EDIT Button)中輸入數據,然后創建鏈表時從控件中截取數據,轉化為數學數據后,通過對鏈表入鏈操作,從而建立起一個鏈表。鏈表建立起來后,要求在窗口中以圖形方式輸出鏈表,窗口圖形顯示,主要是利用畫直線和畫矩形函數實現。數值的輸出通過VC自帶的函數在相應的坐標點顯示。鏈表的動態顯示所涉及的問題是:在一個窗口中輸出了圖形是始終存在的。要實行動態顯示,必須在一段區域內畫一個足夠大的圖形(其中畫筆和填充顏色都把它設為背景色,這樣就能把原來的圖形覆蓋掉,然后把鏈表重畫一下,這樣就能實現動態顯示。由此,對鏈表的相應操作后,通過上述操作,就能實現鏈表的動態實現了。
上傳時間: 2013-12-20
上傳用戶:xiaoxiang
Wince.Net平臺上使用標準API實現的控件界面,使用API實現了標準BUTTON、EDIT、RADIO控件的功能!
上傳時間: 2015-07-02
上傳用戶:waitingfy
IP核生成器生成 ip 后有兩個文件對我們比較有用,假設生成了一個 asyn_fifo 的核,則 asyn_fifo.veo 給出了例化該核方式(或者在 EDIT->Language Template->COREGEN 中找到 verilog/VHDL 的例化方式)。asyn_fifo.v 是該核的行為模型,主要調用了 xilinx 行為模型庫 的模塊,仿真時該文件也要加入工程。
上傳時間: 2014-01-05
上傳用戶:頂得柱
HTML EDITor for VC++ 6.0:Today, applications often need a rich user interface. One of them is ability to compose or EDIT HTML documents in an easy, effective, and reliable way. This article and source code attached give you a nice control to perform this task. And now, the best part: This control works fine with Microsoft VC++ 6.0!
標簽: applications interface EDITor abilit
上傳時間: 2015-07-23
上傳用戶:lepoke
1. 利用W32匯編,設計Window窗口程序,并設計按鈕,菜單,工具條,EDIT等Window界面控件元素。 2. 實現將兩個EDIT控件中的數字進行相加,結果用MessageBox彈出。
上傳時間: 2014-01-15
上傳用戶:2467478207