E D R , A S I H C RSS

Full text search for "ClustersPerFileRecord"

Clusters Per File Record


Search BackLinks only
Display context of search results
Case-sensitive searching
  • 새싹교실/2012/세싹 . . . . 13 matches
          U32 ClustersPerFileRecord; // 파일 레코드당 클러스터수
          printf("Clusters Per FileRecord : %u\n",boot_block.ClustersPerFileRecord);
          BytesPerFileRecord = boot_block.ClustersPerFileRecord < 0x80? boot_block.ClustersPerFileRecord* boot_block.SectorsPerCluster* boot_block.BytesPerSector : 1 << (0x100 - boot_block.ClustersPerFileRecord);
          printf("Clusters Per FileRecord : %u\n",boot_block.ClustersPerFileRecord);
          BytesPerFileRecord = boot_block.ClustersPerFileRecord < 0x80? boot_block.ClustersPerFileRecord* boot_block.SectorsPerCluster* boot_block.BytesPerSector : 1 << (0x100 - boot_block.ClustersPerFileRecord);
          printf("Clusters Per FileRecord : %u\n",boot_block.ClustersPerFileRecord);
          BytesPerFileRecord = boot_block.ClustersPerFileRecord < 0x80? boot_block.ClustersPerFileRecord* boot_block.SectorsPerCluster* boot_block.BytesPerSector : 1 << (0x100 - boot_block.ClustersPerFileRecord);
  • 김희성/MTFREADER . . . . 3 matches
          BytesPerFileRecord = boot_block.ClustersPerFileRecord < 0x80? boot_block.ClustersPerFileRecord* boot_block.SectorsPerCluster* boot_block.BytesPerSector : 1 << (0x100 - boot_block.ClustersPerFileRecord);
Found 2 matching pages out of 7555 total pages (5000 pages are searched)

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
Processing time 0.0063 sec