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

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

sector

  • linux內核分析

    對于Intel x86 PC , 開啟電源后, 機器就會開始執行ROM BIOS的一系列系統測試動作,包括檢查RAM,keyboard,顯示器,軟硬磁盤等等。執行完bios 的系統測試之后,緊接著控制權會轉移給ROM 中的啟動程序(ROM bootstrap routine);這個程序會將磁盤上的第0軌第0 扇區(叫boot sector 或MBR ,系統的引導程序就放在此處)讀入內存中,并放到自0x07C0:0x0000 開始的512 個字節處.

    標簽: linux 內核分析

    上傳時間: 2014-12-30

    上傳用戶:pei5

  • LPC1300系列產品勘誤數據手冊

    On the LPC13xx, programming, erasure and re-programming of the on-chip flash can be performed using In-System Programming (ISP) via the UART serial port, and also, can be performed using In-Application Programming (IAP) calls directed by the end-user code. For In-System Programming (ISP) via the UART serial port, the ISP command handler (resides in the bootloader) allows erasure of one or more sector (s) of the on-chip flash memory.

    標簽: 1300 LPC 勘誤 數據手冊

    上傳時間: 2013-12-13

    上傳用戶:lmq0059

  • 硬盤參數釋疑 到目前為止

    硬盤參數釋疑 到目前為止,人們常說的硬盤參數還是古老的 CHS (Cylinder/Head/sector)參數。那么為什么要使用這些參數,它們的意義是什么?它們的取值范圍是什么?

    標簽: 硬盤參數

    上傳時間: 2015-03-04

    上傳用戶:稀世之寶039

  • 使用的是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

  • DIGITAL IMAGERY is pervasive in our world today. Consequently, standards for the efficient represen

    DIGITAL IMAGERY is pervasive in our world today. Consequently, standards for the efficient representation and interchange of digital images are essential. To date, some of the most successful still image compression standards have resulted from the ongoing work of the Joint Photographic Experts Group (JPEG). This group operates under the auspices of Joint Technical Committee 1, Subcommittee 29, Working Group 1 (JTC 1/SC 29/WG 1), a collaborative effort between the International Organization for Standardization (ISO) and International Telecommunication Union Standardization sector (ITUT). Both the JPEG [1–3] and JPEG-LS [4–6] standards were born from the work of the JPEG committee. For the last few years, the JPEG committee has been working towards the establishment of a new standard known as JPEG 2000 (i.e., ISO/IEC 15444). The fruits of these labors are now coming to bear, as JPEG-2000 Part 1 (i.e., ISO/IEC 15444-1 [7]) has recently been approved as a new international standard.

    標簽: Consequently efficient pervasive standards

    上傳時間: 2013-12-21

    上傳用戶:源弋弋

  • /* Check_SST_39VF400A Check manufacturer and device ID /* CFI_Query CFI Query Entry/Exit command se

    /* Check_SST_39VF400A Check manufacturer and device ID /* CFI_Query CFI Query Entry/Exit command sequence /* Erase_One_sector Erase a sector of 2048 words /* Erase_One_Block Erase a block of 32K words /* Erase_Entire_Chip Erase the contents of the entire chip /* Program_One_Word Alter data in one word /* Program_One_sector Alter data in 2048 word sector /* Program_One_Block Alter data in 32K word block

    標簽: manufacturer Check_SST CFI_Query command

    上傳時間: 2013-12-15

    上傳用戶:jjj0202

  • FAT文件系統源代碼,,歡迎大家下載! 文件系統的功能如下: 1->采用C代碼編程。 2->兼容FAT16文件系統

    FAT文件系統源代碼,,歡迎大家下載! 文件系統的功能如下: 1->采用C代碼編程。 2->兼容FAT16文件系統,支持256字節的長文件名,最大路徑長度260個字節,符合標準Microsoft Longfilename specification; 3->移植于各種應用,只需編寫sector讀寫兩個函數,即可使用文件系統全部功能,包括打開文件,關閉文件,讀文件,寫文件,建立文件,刪除文件,查找文件,列舉DISK 下的文件,列舉目錄下的文件 5->支持同時打開多個文件,可打開最多254個文件; 6->可直接使用在MP3,MP4,digital camera手機應用開發中

    標簽: FAT gt 文件系統 16

    上傳時間: 2014-01-10

    上傳用戶:star_in_rain

  • 硬盤FAT文件系統原理的詳細分析 硬盤由很多盤片(platter)組成

    硬盤FAT文件系統原理的詳細分析 硬盤由很多盤片(platter)組成,每個盤片的每個面都有一個讀寫磁頭。如果有N個盤片。 就有2N個面,對應2N個磁頭(Heads),從0、1、2開始編號。每個盤片被劃分成若干個同心圓磁道(邏輯上的,是不可見的。)每個盤片的劃分規則通常是一樣的。這樣每個盤片的半徑均為固定值R的同心圓再邏輯上形成了一個以電機主軸為軸的柱面(Cylinders),從外至里編號為0、1、2⋯ ⋯ 每個盤片上的每個磁道又被劃分為幾十個扇區(sector),通常的容量是512byte,并按照一定規則編號為1、2、3⋯ ⋯ 形成Cylinders×Heads×sector個扇區。這三個參數即是硬盤的物理參數。我們下面的很多實踐需要深刻理解這三個參數的意義。

    標簽: platter FAT 硬盤 文件系統

    上傳時間: 2013-12-05

    上傳用戶:集美慧

  • This program illustrates how to erase, write, and read FLASH memory from application code written i

    This program illustrates how to erase, write, and read FLASH memory from application code written in C . This routine exercises the upper 128- byte FLASH sector.

    標簽: illustrates application program written

    上傳時間: 2013-12-18

    上傳用戶:chenxichenyue

  • 詳細介紹DVD的讀碟片程序:TOC表

    詳細介紹DVD的讀碟片程序:TOC表,DISC MAP,TDB,sector,LAYER TYPE AND sector TYPE等

    標簽: DVD TOC 詳細介紹 程序

    上傳時間: 2013-12-15

    上傳用戶:685

主站蜘蛛池模板: 嘉峪关市| 定远县| 隆子县| 尉犁县| 石城县| 黄冈市| 云阳县| 大新县| 油尖旺区| 泰和县| 隆回县| 武安市| 汉沽区| 姚安县| 中牟县| 伊宁县| 龙胜| 华坪县| 广平县| 海口市| 宝兴县| 张家界市| 彰化市| 西峡县| 南部县| 南雄市| 古丈县| 奉贤区| 安仁县| 虞城县| 特克斯县| 奉节县| 夏津县| 宜州市| 鹤山市| 黎平县| 千阳县| 奇台县| 湾仔区| 沧源| 天柱县|