亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專(zhuān)輯| 精品軟件
登錄| 注冊(cè)

t-snake

  • DELPHI basicCtrl+NUM 直接將光標(biāo)跳到NUM處

    DELPHI basicCtrl+NUM 直接將光標(biāo)跳到NUM處,NUM是用Ctrl+Shift+NUM設(shè)置的標(biāo)號(hào)。 NUM不能用小鍵盤(pán)。 Ctrl+Home 將光標(biāo)移至文件頭。 Ctrl+End 將光標(biāo)移至文件尾。 Ctrl+B Buffer List窗口。 Ctrl+I 同Tab鍵。 Ctrl+M 同Enter鍵。 Ctrl+N 同Enter鍵,但光標(biāo)位置保持不變。 Ctrl+T 刪除光標(biāo)右邊的一個(gè)單詞。 Ctrl+Y 刪除光標(biāo)所在行。 Ctrl+Shift+↑ 光標(biāo)在函數(shù)體內(nèi)時(shí),將光標(biāo)快速移至當(dāng)前函數(shù)聲明處。 Ctrl+Shift+↓ 光標(biāo)在函數(shù)聲明行時(shí),將光標(biāo)快速移至函數(shù)定義處。 Ctrl+Shift+C 聲明一個(gè)過(guò)程或函數(shù)后,直接生成過(guò)程或函數(shù)的名稱(chēng)、begin、end Ctrl+Shift+E 光標(biāo)在Edit窗口和Explorer窗口間切換。 Ctrl+Shift+G 插入GUID。 Ctrl+Shift+J 彈出Delphi語(yǔ)句提示窗口,選擇所需語(yǔ)句將自動(dòng)完成一條語(yǔ)句。 Ctrl+Shift+T 在光標(biāo)行加入To-Do注釋。 Ctrl+Shift+Y 刪除光標(biāo)之后至本行末尾之間的文本。 Ctrl+F3 Call Stack窗口。 Ctrl+F4 等于File菜單中的Close項(xiàng)。

    標(biāo)簽: basicCtrl NUM DELPHI 光標(biāo)

    上傳時(shí)間: 2014-11-26

    上傳用戶(hù):kr770906

  • This a simple compressor based on aplib, yoda s Kernel code, and my own stuffing around. It only ha

    This a simple compressor based on aplib, yoda s Kernel code, and my own stuffing around. It only has one function with MANY limitations at the moment, but it is desinged for demo purposes only so it don t matter.

    標(biāo)簽: compressor stuffing Kernel simple

    上傳時(shí)間: 2013-12-24

    上傳用戶(hù):13215175592

  • He was the first one (I noticed of) who coded a decrypter for yC 1.2 :)...good job. Also if it hasn

    He was the first one (I noticed of) who coded a decrypter for yC 1.2 :)...good job. Also if it hasn t full support yet >:-) So as I promised...here s the source code. I hope it helps someone.

    標(biāo)簽: decrypter noticed first coded

    上傳時(shí)間: 2015-05-03

    上傳用戶(hù):498732662

  • This example demonstrates how to erase, write, and read the on-chip 640-byte EEPROM Data Memory of t

    This example demonstrates how to erase, write, and read the on-chip 640-byte EEPROM Data Memory of the Analog Devices ADuC812, ADuC814, ADuC816, and ADuC824 devivces. This example includes a µ Vision2 Project with a target for each supported device.

    標(biāo)簽: demonstrates example on-chip EEPROM

    上傳時(shí)間: 2015-05-04

    上傳用戶(hù):wl9454

  • How to Use Tables With the JTable (in the API reference documentation) class you can display tables

    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

    標(biāo)簽: documentation the reference display

    上傳時(shí)間: 2013-12-23

    上傳用戶(hù):ayfeixiao

  • The code is fairly straightforward, except perhaps for the call to convertColumnIndexToModel. That c

    The code is fairly straightforward, except perhaps for the call to convertColumnIndexToModel. That call is necessary because if the user moves the columns around, the view s index for the column doesn t match the model s index for the column. For example, the user might drag the Vegetarian column (which the model considers to be at index 4) so it s displayed as the first column — at view index 0. Since prepareRenderer gives us the view index, we need to translate the view index to a model index so we can be sure we re dealing with the intended column

    標(biāo)簽: convertColumnIndexToModel straightforward perhaps fairly

    上傳時(shí)間: 2013-12-10

    上傳用戶(hù):it男一枚

  • Shows how to use all list selection modes, using a list selection listener that s shared between a t

    Shows how to use all list selection modes, using a list selection listener that s shared between a table and list.

    標(biāo)簽: selection list listener between

    上傳時(shí)間: 2015-05-04

    上傳用戶(hù):jichenxi0730

  • 用匯編寫(xiě)的

    用匯編寫(xiě)的,獲得CMOS數(shù)據(jù),用tasm rcmos.asm生成rcmos.obj,再tlink rcmos/t生成rcmos.com文件

    標(biāo)簽: 匯編

    上傳時(shí)間: 2013-12-24

    上傳用戶(hù):tb_6877751

  • This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end

    This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end of program execution it will display in the debug window if there were any memory leaks and how the memory looks so you can identify where your memory leak occurred. It will display in the debug window a message saying no memory leaks detected if there are no memory leaks. Similar to what crtdbg.h does in VC++. The code detects memory leaks generated with calls to new and delete operators in C++. The code doesn t detect memory leaks generated with C functions: malloc, calloc, free, but that can be done in the future. Let me know and I will program it.

    標(biāo)簽: the embedded detects almost

    上傳時(shí)間: 2015-05-07

    上傳用戶(hù):comua

  • 最新的DVB-H的引導(dǎo)標(biāo)準(zhǔn)

    最新的DVB-H的引導(dǎo)標(biāo)準(zhǔn),對(duì)于預(yù)將DVB-H,DVB-T,DMB等模塊集成到手機(jī)射頻中有相當(dāng)大的參考價(jià)值

    標(biāo)簽: DVB-H 標(biāo)準(zhǔn)

    上傳時(shí)間: 2015-05-07

    上傳用戶(hù):牛津鞋

主站蜘蛛池模板: 兰溪市| 和平县| 永定县| 林口县| 博客| 内乡县| 堆龙德庆县| 迁安市| 常山县| 和顺县| 濮阳市| 永昌县| 南溪县| 东兰县| 安溪县| 淳化县| 阿坝| 珲春市| 古丈县| 岐山县| 独山县| 宣武区| 永泰县| 上虞市| 金沙县| 兰州市| 湘潭县| 新巴尔虎右旗| 邹平县| 永福县| 乡城县| 新晃| 城固县| 沅江市| 台前县| 和田市| 民权县| 安图县| 康乐县| 旬阳县| 望谟县|