VC技術(shù)內(nèi)幕第五版_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的顯示輸入和非顯示輸入,設(shè)置字體及顏色,菜單設(shè)計,建立象限小程序,在小程序中引入多媒體,建立電話號碼簿編輯器,建立時鐘應(yīng)用程序,編寫自己的軟件包,建立控制臺應(yīng)用程序,建立調(diào)色板應(yīng)用程序,建立數(shù)據(jù)庫應(yīng)用程序,建立霓虹燈動畫小程序。
上傳時間: 2015-04-29
上傳用戶:大融融rr
DELPHI basicCtrl+NUM 直接將光標跳到NUM處,NUM是用Ctrl+Shift+NUM設(shè)置的標號。 NUM不能用小鍵盤。 Ctrl+Home 將光標移至文件頭。 Ctrl+End 將光標移至文件尾。 Ctrl+B Buffer List窗口。 Ctrl+I 同Tab鍵。 Ctrl+M 同Enter鍵。 Ctrl+N 同Enter鍵,但光標位置保持不變。 Ctrl+T 刪除光標右邊的一個單詞。 Ctrl+Y 刪除光標所在行。 Ctrl+Shift+↑ 光標在函數(shù)體內(nèi)時,將光標快速移至當前函數(shù)聲明處。 Ctrl+Shift+↓ 光標在函數(shù)聲明行時,將光標快速移至函數(shù)定義處。 Ctrl+Shift+C 聲明一個過程或函數(shù)后,直接生成過程或函數(shù)的名稱、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
這是一個簡單的編輯器雛形,這里用到了屏幕開發(fā)庫 curses 和鍵盤函數(shù) keypad,程序可移動光標,輸入,刪除,增加代碼就可成為功能強大的編輯器了, 編譯程序:gcc -I/usr/include/ncurses edIt.c -o edIt -lncurses
標簽: 編輯器
上傳時間: 2014-01-13
上傳用戶:yyyyyyyyyy
本題所涉及的有關(guān)操作是從控件中選擇所要創(chuàng)建的鏈表的類型(用VC的Radio Button 實現(xiàn)選擇),然后在編輯控件(edIt Button)中輸入數(shù)據(jù),然后創(chuàng)建鏈表時從控件中截取數(shù)據(jù),轉(zhuǎn)化為數(shù)學(xué)數(shù)據(jù)后,通過對鏈表入鏈操作,從而建立起一個鏈表。鏈表建立起來后,要求在窗口中以圖形方式輸出鏈表,窗口圖形顯示,主要是利用畫直線和畫矩形函數(shù)實現(xiàn)。數(shù)值的輸出通過VC自帶的函數(shù)在相應(yīng)的坐標點顯示。鏈表的動態(tài)顯示所涉及的問題是:在一個窗口中輸出了圖形是始終存在的。要實行動態(tài)顯示,必須在一段區(qū)域內(nèi)畫一個足夠大的圖形(其中畫筆和填充顏色都把它設(shè)為背景色,這樣就能把原來的圖形覆蓋掉,然后把鏈表重畫一下,這樣就能實現(xiàn)動態(tài)顯示。由此,對鏈表的相應(yīng)操作后,通過上述操作,就能實現(xiàn)鏈表的動態(tài)實現(xiàn)了。
上傳時間: 2013-12-20
上傳用戶:xiaoxiang
Wince.Net平臺上使用標準API實現(xiàn)的控件界面,使用API實現(xiàn)了標準BUTTON、edIt、RADIO控件的功能!
上傳時間: 2015-07-02
上傳用戶:waitingfy
IP核生成器生成 ip 后有兩個文件對我們比較有用,假設(shè)生成了一個 asyn_fifo 的核,則 asyn_fifo.veo 給出了例化該核方式(或者在 edIt->Language Template->COREGEN 中找到 verilog/VHDL 的例化方式)。asyn_fifo.v 是該核的行為模型,主要調(diào)用了 xilinx 行為模型庫 的模塊,仿真時該文件也要加入工程。
上傳時間: 2014-01-05
上傳用戶:頂?shù)弥?/p>
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匯編,設(shè)計Window窗口程序,并設(shè)計按鈕,菜單,工具條,edIt等Window界面控件元素。 2. 實現(xiàn)將兩個edIt控件中的數(shù)字進行相加,結(jié)果用MessageBox彈出。
上傳時間: 2014-01-15
上傳用戶:2467478207
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1