硬盘主引导扇区读写程序源代码,可用于读取硬盘主引导扇区的信息也可对其进行修改。-hard disks master boot sector literacy programs source code can be used to read hard disks master boot sector information may also make changes. 下载
硬盘主引导扇区读写程序源代码,可用于读取硬盘主引导扇区的信息也可对其进行修改-The source code for hard disk boot master(MBR) read/write , you can use it read or edit hard disk s boot master sector. 下载
一个MBR (硬盘主引导区)的汇编源代码.- 下载
本文件是关于硬盘主引导扇区备份的,主要内容是通过BIOSDISK对硬盘主引扇区进行备份-this document is on the hard disks master boot sector backup, the main contents of the hard drive right through BIOSDISK main backup primer Sector 下载
第1章 TURBO PASCAL高级编程技术 1.1 单元及其使用 1.2 与汇编语言混合编程 1.3 与C语言混合编程 1.4 过程类型及其使用 1.5 中断例程的编写方法 1.6 动态数组及其使用 1.7 扩充内存(EMS)及其使用 1.8 扩展内存(XMS)及其使用 1.9 程序的标准数据作代码处理的方法 第2章 实用工具单元 2.1 屏幕输入与输出单元ACRT 2.2 字符串处理单元ASTR 2.3 磁盘操作单元DISK 2.4 热键单元POPUP 2.5 数据库交互单元DBASE 2.6 扩充内存单元EMS 2.7 扩展内存单元XMS 2.8 数学函数单元MATH 2.9 矩阵运算单元MATRIX 2.10 概率分布函数单元PROB 2.11 复数运算单元COMPLEX 第3章 实用程序 3.1 软锁驱动器程序 3.2 锁硬盘逻辑盘程序 3.3 稿纸打印程序 3.4 源程序列表程序 3.5 查找并替换程序 3.6 备份硬盘主引导扇区程序 3.7 四通-PC文本文件转换程序 3.8 SPT文件与BMP文件的双向转换程序 3.9 数据库卡片打印程序 3.10 BATCH文件转换为COM文件程序 3.11 机密文件的有效销毁程序 3.12 释放内存程序 附录1 源程序文件索引表 附录2 各种显示卡及其显示模态表 -Chapter 1 TURBO PASCAL senior programming technology and its use 1.1 1.2 modules and compile language Programming were mixed with 1.3 C language types and process 1.4 1.5 interrupt routine use of a method of preparation dynamic array .6 1.7 and its use expanded memory (EMS) 1.8 and its use of Extended Memory (CPU) and 1.9 The procedures for the use of the standard code for data processing method Chapter 2 2.1 Utilities modules screen input and output alone ACRT 2.2 billion string processing unit ASTR 2.3 disk operating unit DISK 2.4 hotkeys modules P OPUP 2.5 interactive database modules expand nutritional 2.6 2.7 EMS memory modules expand the memory modules Intel mathematical function modules 2.8 2.9 MATH matrix element MATRIX 2.10 probability distribution letter PROB 2.11 modular unit co 下载
一个很好的读写硬盘主引导区的程序. 适合于改进后做一键还原及BOOTMANAGER 等软件. -a good master boot drives to read and write the procedures. Suitable for improvement after doing a bond reduction and BOOTMANAGER software. 下载
Turbo c 2.0开发,可以对硬盘的主引导扇区的某些信息进行加密,从而对这个硬盘其到加密作用!!这样就不能进入系统了..-Turbo c 2.0, the drive can master boot some of the information encrypted on the hard drive so as to its encryption role! ! This can not enter the system .. 下载
WIN98SE硬盘主引导记录代码反汇编分析硬盘引导记录MBR(Master Boot Record)是指硬盘之0面0道1扇区之内容,PC及其兼容机之ROM BIOS约定在上电及POST自检成功后,将其从硬盘读出,放置在内存0:7C00处,然后转去该地址执行。该段代码负责从代码尾部之4个分区表项中找出可以引导的项,读出其引导记录引导之。-WIN98SE hard disks master boot record-code compilation, analysis drive boot record MBR (Master Boot Record) is the hard surface 0 of 0 1 Sector content, and PC BIOS ROM BIOS Zhi agreed on power and self-censorship POST after the success of its read from the hard disk placed in memory 0 : 7C00, then transferred to the implementation of the address. The code of the code from the tail for the four districts item questionnaire to identify the guide, read out its guide guide it, we record. 下载
硬盘以及分区结构简介。 硬盘分区表和文件分配表 硬盘只有经过物理格式化,分区,逻辑格式化后才能使用,在进行分区时,FDISK 会在硬盘的0柱面0磁头1扇区建一个64字节的分区表,在分表的前面是主引导记录 (MRB),后面是两个字节的有效标志55H,AAH,(H表示16进制)。此扇区被称为主 引导扇区,也是病毒最爱侵袭的地方,它由主引导记录+分区表+有效标志组成。 分区表对于系统自举十分重要,它规定着系统有几个分区;每个分区的起始及终止 扇区,大小以及是否为活动分区等重要信息。分区表由4个表项组成,每个表项16个字 节-hard on the structure and zoning. Hard disk partition table and document distribution table only after physical hard disk formatting, zoning, logical format as soon as possible. conducting district, FDISK the hard drive in cylindrical 0 0 1 Sector Head built a 64 bytes of zoning tables at the table in front of the Master Boot Record (MRB), followed by two bytes of effective signs 55 H, AAH, (H said 16-band). This was known as Sector master boot, as well as virus attacks favorite place, which consists of master boot record partition table effective symbol. Table system for the district since cite important, it provides a system has several branch; The start of each branch and terminate Sector. and whether the size of district activities and other important information. Division 4 table by t 下载
FAT文件系统原理 计算机在按下power键以后,开始执行主板bios程序。进行完一系列检测和配置以后。开始按bios中设定的系统引导顺序引导系统。假定现在是硬盘。Bios执行完自己的程序后如何把执行权交给硬盘呢。交给硬盘后又执行存储在哪里的程序呢。其实,称为mbr的一段代码起着举足轻重的作用。MBR(master boot record),即主引导记录,有时也称主引导扇区。位于整个硬盘的0柱面0磁头1扇区(可以看作是硬盘的第一个扇区),bios在执行自己固有的程序以后就会jump到mbr中的第一条指令。将系统的控制权交由mbr来执行。在总共512byte的主引导记录中,MBR的引导程序占了其中的前446个字节(偏移0H~偏移1BDH),随后的64个字节(偏移1BEH~偏移1FDH)为DPT(Disk PartitionTable,硬盘分区表),最后的两个字节“55 AA”(偏移1FEH~偏移1FFH)是分区有效结束标志。-FAT file system in principle computer keys after pressing the power to start procedures for the implementation of motherboard bios. End conducted a series of inspections and subsequent distribution. Start by bios set in the boot sequence guidance system. It is assumed that drive. Bios implementation End after their own procedures on how the implementation of the right to drive it. Then drive to the store where the implementation of the procedure beforehand. In fact, as mbr section of the code will play a decisive role. MBR (master boot record), the master boot record that is sometimes also called master boot. Located in the entire drive 0 0 cylinder head a sector (can be seen as one drives the sector), bios their inherent in the implementation of the procedures will jump to the future mbr 下载
c51 模拟i2c 代码 eadsp5402demo windows wdm设备驱动程序开发指南 源码 isp1582 mass storage i2c verilog 下载 源代码 精通visual c 图像编程源码 crc verilog源码 matlab的图像直方图处理 越狱经典台词(英语) c sharp 显示 图像 makefile例子linux usb function源代码下载 datacenterx au1200 源代码 vc 访问oracle s3c2410 lcd 代码 分析 越狱 英文台词 源代码 工单 yuv 422 转 420 矩阵算法代码 opc server源代码 delphi zip 压缩 deliphi 运动模糊图像复原 java ocr开源 与modem通讯的例子 点生日蜡烛flash源码 宏晶公司 vb cad绘图 sdk 弹出菜单 cngp api unicode 字符串 转换 2440 核心板 原理图 hbitmap 转 iplimage 软件工程 文档生成 c51编程实例 文件复制器 arcobject开发指南 下载 lemon lalr ucos ii 教程 win2000 ddk vc读取cpu序列号 骨骼动画模型下载 cpu id 加密 超分辨率重建程序 维纳滤波器 matlab 程序 c 水波算法 minifilter下载 银行系统 c tftp 代码