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

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

Stack-Speichers

  • 簡單介紹一下

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

    標簽:

    上傳時間: 2015-03-18

    上傳用戶:13160677563

  • linux下的usb開發(fā)

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

    標簽: 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.

    標簽: 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.

    標簽: 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.

    標簽: 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.

    標簽: 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.

    標簽: language translates compiler assembly

    上傳時間: 2015-04-08

    上傳用戶:Avoid98

  • 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

  • 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.

    標簽: 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原理實現

    標簽: sinPI 64 計算機 計算

    上傳時間: 2013-12-22

    上傳用戶:change0329

主站蜘蛛池模板: 扬中市| 天等县| 藁城市| 博乐市| 曲周县| 涡阳县| 安泽县| 安庆市| 饶河县| 会东县| 曲阳县| 贡嘎县| 通道| 游戏| 定南县| 渝中区| 临沭县| 南皮县| 遵化市| 贵溪市| 昆明市| 丹江口市| 宁国市| 阳谷县| 奉新县| 邵阳市| 巴彦县| 河南省| 定西市| 商洛市| 潮州市| 惠东县| 龙山县| 洪泽县| 安顺市| 土默特左旗| 佛学| 襄汾县| 新平| 乌拉特中旗| 蒙阴县|