CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 磁盘 结构

搜索资源列表

  1. 虚拟磁盘

    0下载:
  2. 在WINDOWS下模式磁盘,是核心编程部分,采用DDK+C环境,可以对磁盘结构和利用有明确的认识-virtual disk under the Windows operation system, it s a part of windows kernel programming, developed under the DDK and C environment. You can have a clear understanding of the disk structrue and usage
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:114.87kb
    • 提供者:薛全
  1. 操作系统课设

    2下载:
  2. 操作系统课程设计编程实例 1fork 2编制先来先执行进程调度算法 3读者 4模拟进程调度算法 5 虚拟存储器管理 6二级目录结构的磁盘文件系统-courses on operating system design programming examples 1fork two first-come first-prepared implementation process scheduling algorithm three readers four scheduling algorit
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:49.61kb
    • 提供者:艾倜人生
  1. ostang

    0下载:
  2. 这是我上个学期操作系统的课程设计,做了一个多级文件系统,用文件模拟磁盘,基于i节点结构,功能超强,希望对大家有用。-This is my last semester of courses operating system design and a multi-level file system, disk using simulated document, based on i node structure, function superpower, we hope that the right
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10.46kb
    • 提供者:唐海浪
  1. myarchive

    0下载:
  2. 序列化文件操作的类;可以减少结构化存储对磁盘的占用;使用了内存文件操作,提高了效率;-sequence file operations; The structure can reduce disk storage to the occupier; The use of the memory file operations, improve efficiency;
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1.65kb
    • 提供者:赵宏俊
  1. NOR_NAND_FLASH

    0下载:
  2. NOR和NAND是现在市场上两种主要的非易失闪存技术。Intel于1988年首先开发出NOR flash技术,彻底改变了原先由EPROM和EEPROM一统天下的局面。紧接着,1989年,东芝公司发表了NAND flash结构,强调降低每比特的成本,更高的性能,并且象磁盘一样可以通过接口轻松升级。但是经过了十多年之后,仍然有相当多的硬件工程师分不清NOR和NAND闪存。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:9.38kb
    • 提供者:grant
  1. 磁盘扫描GUI

    0下载:
  2. 磁盘容量扫描、但界面和程序结构非常不错,很有学习价值-capacity disk scan, but the interface and program structure is very good and very worth learning
  3. 所属分类:磁盘编程

    • 发布日期:2008-10-13
    • 文件大小:536.99kb
    • 提供者:李峰
  1. 常见OS磁盘文件系统的数据结构及应用

    0下载:
  2. 常见OS磁盘文件系统的数据结构及应用,好东西啊,大家快下,下了我好下-common OS disk file system data structures and applications, good things ah, we fast, I had a good under
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:267.71kb
    • 提供者:yuzq
  1. disk

    0下载:
  2. 详细介绍磁盘结构,帮你更了解你的硬盘。磁道、柱面、扇区、簇-The details of the disk structure to help you know more about your hard disk
  3. 所属分类:Disk Tools

    • 发布日期:2017-04-04
    • 文件大小:8.29kb
    • 提供者:李东波
  1. MyTreeCtrl21

    0下载:
  2. 树控制用于显示具有一定层次结构的数据项。很多应用程序都使用该控件,例如资源管理器中的磁盘目录等。-Tree control used to display a certain hierarchy of data items. Many applications use the control, such as Explorer, such as the disk directory.
  3. 所属分类:TreeView

    • 发布日期:2017-03-31
    • 文件大小:17.7kb
    • 提供者:ANDYDENG
  1. wenjian

    0下载:
  2. 建立内存文件系统 在内存中建立一个虚拟磁盘; 建立文件系统; 设计合理的数据结构,管理虚拟磁盘中已分配和未分配的盘块; 设计相应的目录结构,文件控制块等来管理系统中的文件; 实现文件的创建,删除,移位和改名; 设计可视化界面,显示已分配和未分配的磁盘空间; 实现磁盘转储功能,使文件可以从虚拟磁盘转入内存中。 -The establishment of the memory file system in memory to create a virtual d
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:3.99kb
    • 提供者:macintosh
  1. _manager

    0下载:
  2. 理解文件系统的层次结构,掌握高速缓存管理和磁盘管理的基本思想和算法,掌握文件系统的系统调用处理算法和运用,设计小型文件系统 。-Understand the file system hierarchy to master high-speed cache management and disk management, the basic ideas and algorithms, to master the system calls the file system processing algo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1.89mb
    • 提供者:boy
  1. jiqigou

    0下载:
  2. 取文件在扇区的位置后,向磁盘驱动发送srb命令读写扇区,来穿透冰点等还原软件。 编译时注意:FileSystemControl的数据结构需要自己添加。 警告:本代码有一定的危险性,纯粹为了研究、学习,勿滥用! 以下给出关键代码 擅长C++的可以去编译下 本人实验N次 虚拟机虽然装了影子系统但是 一直疯狂蓝屏 代码具有高危险性 慎用!后果自负-The retrieval of documents in the sector of the locatio
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1.48kb
    • 提供者:爱雪人
  1. diskstructureanalysisanddatarecoverysoftware

    0下载:
  2. 以C语言和C++为基础编写的一款,磁盘结构分析和数据恢复软件-To C and C++ language based on the preparation of a disk structure analysis and data recovery software
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-29
    • 文件大小:3.11kb
    • 提供者:litiance
  1. Multilevel_Queue_Scheduling

    1下载:
  2. 合肥工业大学操作系统课程设计-实现进程多级队列调度算法的模拟(附课程设计报告) 建立作业的数据结构描述;  使用两种方式产生作业:(a)自动产生, (b)手工输入;  在屏幕上显示每个作业的执行情况;  时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可认为过一个时间单位; (b) 响应WM_TIMER;  计算并显示一批作业的周转时间、平均周转时间、带权周转时间、平均带权周转时间。
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:640.13kb
    • 提供者:
  1. hardiskpartion

    0下载:
  2. 一些同学喜欢把硬盘给分整数,有了这款整数分区计算器就容易解决,整数分区计算器帮你硬盘整数分区,硬盘厂商设计的是1GB=1000Mb,而操作系统却认为1Gb=1024Mb,而这个整数分区的公式既不是按照硬盘厂商的设计也不是操作系统的设计,而是另有误差。原因就是硬盘在分区和格式化之后还会在硬盘上占用一定的空间用来存储磁盘结构和数据位置等信息-Some students like to drive to sub-integer, with this calculator is easy to solv
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:238.19kb
    • 提供者:yuan
  1. ext2-filesystem-structure

    0下载:
  2. linux上ext2文件系统磁盘结构分析,仅供学习交流-linux ext2 file system on the disk structure analysis, only learning exchanges
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:178.1kb
    • 提供者:欧进利
  1. bootkit

    1下载:
  2. 一个bootkit小程序,在开机的时候path内核来执行自己的代码,对研究磁盘结构,数据还原,系统启动内核有帮助-It has several features such as 1) It s very small.The basic framework is just about 100 lines of assembly code.It supports 2000,XP,2003 2) It patches the kernel at runtime(no files are
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:2.33kb
    • 提供者:紫色溟渊
  1. DiskWndInfo

    0下载:
  2. 分析磁盘结构,显示磁盘分区的详细信息,实现读取,修改,和备份。-Analysis of the disk structure, showing detailed information on the disk partition to achieve read, modify, and backup.
  3. 所属分类:File Operate

    • 发布日期:2017-04-10
    • 文件大小:1.89mb
    • 提供者:dcwy
  1. EX9_3

    0下载:
  2. 5学生3门成绩,输入信息和数据,求平均并存放在磁盘文件中(5students,3subjects,input information and scores.output the average score and store it in file.)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:239kb
    • 提供者:呆笑毛
  1. aodel

    0下载:
  2. 希尔伯特—黄变换的控制台程序,里面用到了线性插值,结果以磁盘文件形式输出()
  3. 所属分类:数据结构

    • 发布日期:2018-04-21
    • 文件大小:3kb
    • 提供者:Okcar
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com