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

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

HOME

  • DELPHI basicCtrl+NUM 直接將光標跳到NUM處

    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項。

    標簽: basicCtrl NUM DELPHI 光標

    上傳時間: 2014-11-26

    上傳用戶:kr770906

  • 一個游戲 the hardware for the game includes a number of displays, each with a button and -- a light, t

    一個游戲 the hardware for the game includes a number of displays, each with a button and -- a light, that each represent a bin that can store marbles (beans). -- -- The display indicates the number of marbles in each bin at any given time. -- The light indecates that the present bin is not empty and that pushing the -- button is a valid move in the game. -- -- The button for each display indicates that a player takes the marbles from -- the selected bin, and takes them in his hand. The hand is represented by a -- diplay itself (no button). -- -- Each player has a HOME bin, located on opposite sides of the game.

    標簽: the hardware displays includes

    上傳時間: 2015-06-10

    上傳用戶:cc1015285075

  • 編程精粹 ─── Microsoft 編寫優質無錯C 程序秘訣 Writing Clean Code ─── Microsoft Techniques for Developing Bug-fr

    編程精粹 ─── Microsoft 編寫優質無錯C 程序秘訣 Writing Clean Code ─── Microsoft Techniques for Developing Bug-free C Programs Steve Maguire 著 姜靜波 佟金榮 譯 麥中凡 校 電子工業出版社 編寫優化、高效、無錯地代碼 2 這份電子書籍由PC HOME 俱樂部、C++ Bulider 討論區數位網友分別整理完成,基本 上完全按照所據譯本原貌,極少數文字為通順起見稍作修改。由于并非一人整理完成,書 中例程各章節代碼書寫風格可能稍有不同,如指針聲明,以下兩種寫法都存在: void* pv // ‘*’號與類型說明符相連 void *pv // ‘*’號與變量名相連

    標簽: Microsoft Developing Techniques Writing

    上傳時間: 2014-01-23

    上傳用戶:啊颯颯大師的

  • RW - Read & Write utility, for hardware engineers, firmware (BIOS) engineers, driver developers, QA

    RW - Read & Write utility, for hardware engineers, firmware (BIOS) engineers, driver developers, QA engineers, performance test engineers, diagnostic engineers, etc., This utility access almost all the computer hardware, including PCI (PCI Express), PCI Index/Data, Memory, Memory Index/Data, I/O Space, I/O Index/Data, Super I/O, Clock Generator, DIMM SPD, SMBus Device, CPU MSR Registers, ATA/ATAPI Identify Data, ACPI Tables Dump (include AML decode), Embedded Controller, USB Information and LPT Remote Access. And also an Command Window is provided to access hardware manually. Website1: http://rw.net-forces.com/ Website2: http://HOME.kimo.com.tw/ckimchan.tw/ Website3: http://jacky5488.myweb.hinet.net/ For best view, please change the screen resolution to 1024 x 768 (or above) pixels.

    標簽: engineers developers firmware hardware

    上傳時間: 2013-12-22

    上傳用戶:王楚楚

  • 用于motorala 68K系列處理器的小實時多任務操作系統 The OMU Kernel was written to provide a cut-down Unix-like O/S for a

    用于motorala 68K系列處理器的小實時多任務操作系統 The OMU Kernel was written to provide a cut-down Unix-like O/S for a HOME-made 6809-based HOME computer built by me, Steven Hosgood, in the early 1980s. This package contains the RTOS version of omu68k, derived from a port of the original 6809 code to the 68000 done by Terry Barnaby and me.

    標簽: Unix-like motorala cut-down provide

    上傳時間: 2014-01-21

    上傳用戶:1159797854

  • pop3代理服務器源代碼One of the most powerful features of Pop3 Agent is a naive Bayes filter, that is capab

    pop3代理服務器源代碼One of the most powerful features of Pop3 Agent is a naive Bayes filter, that is capable of recognizing spam e-mails after appropriate training. Pop3 Agent uses an embedded Firebird database server. Of course, you can configure Pop3 Agent to work with an existing server if there is another Interbase/Firebird installation available in your network. Open the Pop3 Agent HOME directory, delete or rename gds32.dll and ib_util.dll, and set the INI file parameter FBembedded=0.

    標簽: features powerful filter Agent

    上傳時間: 2014-01-10

    上傳用戶:yoleeson

  • The project Adventure is a simple text-based adventure game. The game, as given, involves the hero t

    The project Adventure is a simple text-based adventure game. The game, as given, involves the hero trying to find his way from a deep dark forest to HOME and his true love. There s very little else the player can do apart from moving from place to place. It s not really very interesting. This project can be of use beyond the given, rather boring forest adventure though. You can use it as a basis for developing your own adventure game with different, more interesting commands, areas, items, people and so on. The package ope.adventure contains classes to describe the game world.

    標簽: game text-based The Adventure

    上傳時間: 2014-01-15

    上傳用戶:cursor

  • Gcomm is a serial communications program similar to seyon, but more modern, and easier to use. Works

    Gcomm is a serial communications program similar to seyon, but more modern, and easier to use. Works over serial port, via TCP/IP, or a pipe through another program. Supports xmodem/ymodem/zmodem protocols. Visit the gcomm.sourceforge.net HOME page for 系統是 Linux ,但是協議部分是可用的

    標簽: communications program similar easier

    上傳時間: 2013-12-21

    上傳用戶:PresidentHuang

  • Digital Thermostat with High Accuracy -6,00 to 46,00 °C Digital Thermostat We build a digital the

    Digital Thermostat with High Accuracy -6,00 to 46,00 °C Digital Thermostat We build a digital thermostat for HOME applications, which controls the room temperature. I used the AT90S2313 microprocessor of ATMEL. The digital thermostat opens the main heating valve of the apartment and the hot water flows in the radiators. Digital Thermostat Board

    標簽: Thermostat Digital Accuracy digital

    上傳時間: 2014-01-18

    上傳用戶:D&L37

  • 一個很好用的 lcd 時鐘程序 C語言 #include<reg51.h> #include<stdio.h> //定義計時器0 的重裝值 #define RELOAD

    一個很好用的 lcd 時鐘程序 C語言 #include<reg51.h> #include<stdio.h> //定義計時器0 的重裝值 #define RELOAD_HIGH 0x3C #define RELOAD_LOW 0xD2 //定義按鍵彈跳時間 #define DB_VAL //定義設置模式的最大時間間隔 #define TIMEOUT 200 //定義游標位置常數 #define HOME 0 #define HOUR 1 #define MIN 2 #define SEC 3

    標簽: include define RELOAD stdio

    上傳時間: 2014-12-19

    上傳用戶:zukfu

主站蜘蛛池模板: 望奎县| 焉耆| 深圳市| 勐海县| 建德市| 富阳市| 澄城县| 教育| 伊金霍洛旗| 玉林市| 唐山市| 平安县| 黄浦区| 正阳县| 手游| 额尔古纳市| 正宁县| 廊坊市| 驻马店市| 周口市| 邢台县| 郧西县| 青浦区| 武强县| 阿尔山市| 紫金县| 建宁县| 曲周县| 正宁县| 沙田区| 乐山市| 铁岭县| 台东县| 宜阳县| 曲麻莱县| 商南县| 新野县| 沾化县| 霍州市| 邓州市| 桑日县|