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

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

Stack-Speichers

  • 簡單介紹一下

    簡單介紹一下,整個工程分為5個文件:Main.c ----- 程序的入口點,其實很簡單,就是調(diào)用兩個函數(shù)。Global.h ----- 定義了一些全局變量及宏P(guān)arse.h ----- 語法分析器的主要算法Prece.h ----- 定義和實現(xiàn)了一些關(guān)于優(yōu)先級的操作Stack.h ----- 定義和實現(xiàn)了一個棧及其操作編譯的時候只要用TC2.0或者WinTC打開Main.c文件進行編譯就好了。如發(fā)現(xiàn)有Bug請在這里貼出來或者把修改后的代碼跟帖在這里:)總之,這個工程僅僅是一個簡單示例,告訴大家怎么樣把課堂上學(xué)到的知識運用到實際編程當(dāng)中去,工程中所用到的模塊化思想,數(shù)據(jù)結(jié)構(gòu)等知識都是大家學(xué)過的,大三了,希望大家在最后這段時間里把寫程序的本領(lǐng)練就出來。:)

    標(biāo)簽:

    上傳時間: 2015-03-18

    上傳用戶:13160677563

  • linux下的usb開發(fā)

    linux下的usb開發(fā),采用phlip的isp1362,此為它的stack

    標(biāo)簽: linux usb

    上傳時間: 2015-03-28

    上傳用戶:gououo

  • Addfilter is a command-line application which adds and removes filter drivers for a given drive or v

    Addfilter is a command-line application which adds and removes filter drivers for a given drive or volume. It is intended to demonstrate how to insert a filter driver into the driver stack of a device. The sample illustrates how to do this by using the SetupDi APIs. The sample works on both x86 and Alpha platforms. It has only been tested in a 32-bit environment. Since Addfilter is not a driver, it does not deal with Plug and Play or Power Management.

    標(biāo)簽: command-line application Addfilter drivers

    上傳時間: 2013-12-30

    上傳用戶:天誠24

  • FPFilter is a sample disk filter driver that demonstrates how a disk failure prediction filter drive

    FPFilter is a sample disk filter driver that demonstrates how a disk failure prediction filter driver could be implemented. A failure prediction filter driver can predict when a disk may fail and notify the disk driver stack of this condition.

    標(biāo)簽: filter disk demonstrates prediction

    上傳時間: 2015-03-30

    上傳用戶:變形金剛

  • The flpydisk sample is a floppy driver that resides in the directory \NtddkSrcStorageFdcFlpydsk. It

    The flpydisk sample is a floppy driver that resides in the directory \\Ntddk\Src\Storage\Fdc\Flpydsk. It is similar to a class driver in that it sits a level above the floppy disk controller in the driver stack, and brokers communication between the application level and the low-level driver. The floppy driver takes commands from the application and then calls routines in the controller which will in turn perform the actual interaction with the device. The sample compiles in 64-bit, but has not been tested in this environment. It is compatible with x86 and Alpha platforms.

    標(biāo)簽: NtddkSrcStorageFdcFlpydsk directory flpydisk resides

    上傳時間: 2015-03-30

    上傳用戶:龍飛艇

  • This version of the code is compatible only with the AT89C2051 due to the location of the data buf

    This version of the code is compatible only with the AT89C2051 due to the location of the data buffer and stack in RAM. The code may be modified to work with the AT89C1051 by relocating or resizing the buffer and stack to fit into the smaller amount of RAM available in the AT89C1051.

    標(biāo)簽: the compatible location version

    上傳時間: 2015-04-05

    上傳用戶:changeboy

  • The Small C compiler translates a subset of the C language into assembly language. It runs under P

    The Small C compiler translates a subset of the C language into assembly language. It runs under PC/MS-DOS 2.1 and later. Small C is compatible with the Microsoft and Small Mac assemblers. Small C takes full advantage of the ability of these assemblers to generate relocatable object code, to maintain libraries of relocatable modules, and to link separately compiled program modules. It supports a small memory model with one code and one data/stack segment.

    標(biāo)簽: language translates compiler assembly

    上傳時間: 2015-04-08

    上傳用戶:Avoid98

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

    DELPHI basicCtrl+NUM 直接將光標(biāo)跳到NUM處,NUM是用Ctrl+Shift+NUM設(shè)置的標(biāo)號。 NUM不能用小鍵盤。 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)右邊的一個單詞。 Ctrl+Y 刪除光標(biāo)所在行。 Ctrl+Shift+↑ 光標(biāo)在函數(shù)體內(nèi)時,將光標(biāo)快速移至當(dāng)前函數(shù)聲明處。 Ctrl+Shift+↓ 光標(biāo)在函數(shù)聲明行時,將光標(biāo)快速移至函數(shù)定義處。 Ctrl+Shift+C 聲明一個過程或函數(shù)后,直接生成過程或函數(shù)的名稱、begin、end Ctrl+Shift+E 光標(biāo)在Edit窗口和Explorer窗口間切換。 Ctrl+Shift+G 插入GUID。 Ctrl+Shift+J 彈出Delphi語句提示窗口,選擇所需語句將自動完成一條語句。 Ctrl+Shift+T 在光標(biāo)行加入To-Do注釋。 Ctrl+Shift+Y 刪除光標(biāo)之后至本行末尾之間的文本。 Ctrl+F3 Call Stack窗口。 Ctrl+F4 等于File菜單中的Close項。

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

    上傳時間: 2014-11-26

    上傳用戶:kr770906

  • LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high performance and goo

    LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high performance and good code. The library differentiates itself from other implementations by transfering directly from file pages to the network stack. On high-bandwidth connections it is able to seed at 3 times the speed of the official client. The client uses ncurses and is ideal for use with screen or dtach. It supports saving of sessions and allows the user to add and remove torrents.

    標(biāo)簽: performance LibTorrent BitTorrent library

    上傳時間: 2015-07-24

    上傳用戶:冇尾飛鉈

  • 說明: 此計算機可以計算同時超過多個操作項的什. 例如: y = 3 + 64 * (2 + 3^5) + sinPI 的值

    說明: 此計算機可以計算同時超過多個操作項的什. 例如: y = 3 + 64 * (2 + 3^5) + sinPI 的值, 用括號區(qū)分優(yōu)先級,如果有大量很長的算式需要計算,可以試一下這個計算器. 開發(fā)語言: C#語言,用Stack原理實現(xiàn)

    標(biāo)簽: sinPI 64 計算機 計算

    上傳時間: 2013-12-22

    上傳用戶:change0329

主站蜘蛛池模板: 长春市| 文安县| 杭锦旗| 平凉市| 湖北省| 双江| 黎城县| 定日县| 茂名市| 淮滨县| 大化| 易门县| 榆树市| 永州市| 凤山县| 牙克石市| 威宁| 沛县| 万州区| 浠水县| 逊克县| 吉林省| 甘德县| 邹城市| 星子县| 罗平县| 黑河市| 清水县| 卢氏县| 灵台县| 怀远县| 耿马| 苍山县| 阿克苏市| 胶州市| 韶山市| 大竹县| 南溪县| 湾仔区| 邵阳县| 张家界市|