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

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

Buffer

緩沖器在不同的領域有不同的含義。
  • MemCheck Driver Memory Tool The MemCheck code is designed to provide Windows NT/2K/XP driver develop

    MemCheck Driver Memory Tool The MemCheck code is designed to provide Windows NT/2K/XP driver developers with a tool to help in the detection of the following memory handling issues: Buffer overrun Buffer corruption Buffer use after Buffer release Double Buffer releases

    標簽: MemCheck designed Windows develop

    上傳時間: 2014-12-05

    上傳用戶:weiwolkt

  • 工具分類:攻擊程序 運行平臺:Windows 工具大小:7577 Bytes 文件MD5 :28f6d5f4d818438522a3d0dc8a3fa46b 工具來源:securiteam.com /

    工具分類:攻擊程序 運行平臺:Windows 工具大小:7577 Bytes 文件MD5 :28f6d5f4d818438522a3d0dc8a3fa46b 工具來源:securiteam.com // GDI+ Buffer overrun exploit by FoToZ // NB: the headers here are only sample headers taken from a .JPG file, // with the FF FE 00 01 inserted in header1. // Sample shellcode is provided // You can put approx. 2500 bytes of shellcode...who needs that much anyway // Tested on an unpatched WinXP SP1

    標簽: 818438522a d818438522 securiteam 818438522

    上傳時間: 2015-01-20

    上傳用戶:Late_Li

  • 使用的是API編程,可格式化、校驗和讀寫特殊扇區。可用作Windows下的磁盤加密。本函數還有以下兩個缺點以待改進: 1.本函數還只能讀能讀 A: 和 B:,即只能對軟盤操作 2.不能改變磁盤扇區大小

    使用的是API編程,可格式化、校驗和讀寫特殊扇區。可用作Windows下的磁盤加密。本函數還有以下兩個缺點以待改進: 1.本函數還只能讀能讀 A: 和 B:,即只能對軟盤操作 2.不能改變磁盤扇區大小,只能是標準的 512 個字節。 參數說明: command 操作: 0 重置磁盤 2 讀扇區 3 寫扇區 4 校驗磁道 5 格式化磁道 8 得到設備參數 (int 1EH) drive 驅動器 A:=0 B:=1 head 磁頭號,范圍 0 - 1 track 磁道號,范圍 0 - 84 ( 80 - 84 為特殊磁道,通常用來加密 ) sector 扇區號,范圍 0 - 255 ( 19 - 255 為非標準扇區編號,通常用來加密) nsectors 每次讀或寫的扇區數,不能超出每磁道的最大扇區數 Buffer 數據寫入或讀出的緩沖區,大小為 512 個字節 返回值 ( 同 Int 13H ): 0x0 成功 0x1 無效的命令 0x3 磁盤被寫保護 0x4 扇區沒有找到 0xa 發現壞扇區 0x80 磁盤沒有準備好

    標簽: Windows API 函數 磁盤

    上傳時間: 2013-12-05

    上傳用戶:moerwang

  • This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer a

    This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary tree is proposed by Bell [3]. The algorithm is quite simple: Keep a ring Buffer, which initially contains "space" characters only. Read several letters from the file to the Buffer. Then search the Buffer for the longest string that matches the letters just read, and send its length and position in the Buffer.

    標簽: initiated described modified slightly

    上傳時間: 2014-01-09

    上傳用戶:sk5201314

  • This code implements the basic functions for an I2C slave device using the SSP module. All I2C funct

    This code implements the basic functions for an I2C slave device using the SSP module. All I2C functions are handled in an ISR. Bytes written to the slave are stored in a Buffer. After a number of bytes have been written, the master device can then read the bytes back from the Buffer.

    標簽: implements I2C functions the

    上傳時間: 2015-04-02

    上傳用戶:邶刖

  • 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

  • USB device的PC機測試程序

    USB device的PC機測試程序,可以通過設置Buffer的大小來測試Buffer對USB傳輸速度的影響。

    標簽: device USB PC機 測試程序

    上傳時間: 2013-12-19

    上傳用戶:asddsd

  • 多線程 網絡傳輸 開發環境:Delphi7.0+WinXP

    多線程 網絡傳輸 開發環境:Delphi7.0+WinXP,沒用其他控件(除了Delphi自帶的Indy) 傳輸協議:TCP/IP 客戶端一次發送65000字節的包,服務端負責組裝并處理數據粘連。 使用ReadBuffer(),Send()函數來接收發送Buffer內字節,這樣作的目的是使程序具有更好的靈活性。你可以自定義Buffer內那些字節的含義,例如是字符串、圖像、聲音、命令等等。 文件的多線程讀寫采用windows內存映像技術。 關鍵的服務器處理函數IdTCPServer1Execute(AThread: TIdPeerThread)是非線程安全的。如果使用臨界區,那么多線程將在這里串行執行,嚴重降低多線程效率。對此,我采用一個簡單的辦法,具體可以看程序。

    標簽: Delphi WinXP 7.0 多線程

    上傳時間: 2014-12-02

    上傳用戶:silenthink

  • 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

  • This a script for working with short TCP files with several source nodes, sharing a single bottlenec

    This a script for working with short TCP files with several source nodes, sharing a single bottleneck link with a RED Buffer

    標簽: with bottlenec working several

    上傳時間: 2013-12-15

    上傳用戶:Miyuki

主站蜘蛛池模板: 惠安县| 博客| 仪征市| 齐河县| 威信县| 大理市| 达拉特旗| 辉县市| 靖江市| 麻江县| 建宁县| 枞阳县| 叶城县| 临泉县| 涡阳县| 涿州市| 淮安市| 久治县| 上犹县| 小金县| 黑水县| 金秀| 灵山县| 合水县| 温泉县| 佛坪县| 老河口市| 新巴尔虎右旗| 中牟县| 绥江县| 永平县| 许昌县| 荣昌县| 隆回县| 衡水市| 台东市| 东平县| 小金县| 静乐县| 孝义市| 洛隆县|