搜索资源列表
MS_DOS_FILE
- 模拟DOS下FAT表的构造,实现将文件的逻辑结构转换成存储结构,设计便于顺序存取和直接存取的文件存储结构。-simulated DOS FAT table structure to achieve the logical file structure converted into storage structure, Design order to facilitate access and direct access to the file storage structure.
vb_harddisk_serial
- 用于获取硬盘序列号的程序,简单实用,主要内容进行了模块化设计,直接加载即可。
idefastsdfsad
- IDE硬盘读写系统编程设计234 5665-IDE hard disk to read and write programming system design 2342345665
diskedit
- D7设计的小巧磁盘编辑器 Window2000/Xp下的小巧磁盘编辑器-D7 design editor compact disk compact disk under Window2000/Xp Editor
hwarray.12.25.21.tar
- 解决磁盘带宽瓶颈问题一个比较好的方案是采用RAID技术。但由于视频数据本身的特点依靠普通的RAID算法技术无法将存储带宽进一步提高,对目前市场上比较成熟的RAID产品的分析和测试性能都不是很强。基于上述原因,针对流媒体服务器视频数据的特点提出了自行定义的一些存储规则,通过一定的手段实现存储输出带宽的极大增长。通过对网上相关资料的分析和专利的查询工作,表明新的RAID-H技术具有独创性,可以很好解决存储带宽的提升。媒体服务器的存储方案是采用自行设计定义的RAID技术实现硬件平台,选用INTEL的I
MiniWinMount
- 数据库实用程序设计100例数 据库实用程序设计100例-qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq
memorydesign
- 存储器基本原理教程,存储器理论的设计方法及应用-The basic principles of memory and memory design method of the theory tutorial
123
- 太阳能设计掉电后测控仪仍能实时显示水温、水位,同时记忆掉电时的设定及工作情况,来电后仍按原设置进行工作并恢复掉电前的工作状态。 、-Solar Design power-down after the measurement and control instrument still real-time display water temperature, water level at the same time when the memory power-down settings
vb.module.system.programming.harddisk.scan
- vb系统编程硬盘扫描模块设计源码vb module design system programming source hard disk scan -vb module design system programming source hard disk scan
cipandiaodu
- 编程序实现下述磁盘调度算法,并求出每种算法的平均寻道长度: 要求设计主界面以灵活选择某算法,且以下算法都要实现 1、先来先服务算法(FCFS) 2、最短寻道时间优先算法(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN) -Programmed to achieve the following disk scheduling algorithms, and calculate the average seek length of each algorit
Disk-scheduling
- 操作系统中关于磁盘调度的课程设计源码程序-Operating system on the source disk scheduling program curriculum design
lubangchengxu
- 对计算机硬盘磁头驱动系统的鲁棒控制器设计-Heads of computer hard disk drive system robust controller design
test
- 1) 定义一个CPU类,包含等级(Rank)、频率(frequency)、电压(voltage)等属性,有两个公有成员函数run、stop。其中,rank为枚举类型CPU__Rank,定义为enum CPU_Rank{P1=1,P2,P3,P4,P5,P6,P7},frequency为单位是MHz的整型数,voltage为浮点型的电压值。观察构造函数和析构函数的调用顺序。 2) 定义一个简单的Computer类,有数据成员芯片(cpu)、内存(ram)、光驱(cdrom)等等,有两个公有成员
www.dssz.com_vb_harddisk_serial
- 用于获取硬盘序列号的程序,简单实用,主要内容进行了模块化设计,直接加载即可。-Used to get the hard drive serial number, simple and practical, the main contents of a modular design, can be loaded directly.
ll
- 1. 本实验是模拟操作系统的磁盘寻道方式,运用磁盘访问顺序的不同来设计磁盘的调度算法。 2. 实现的磁盘调度算法有FCFS,SSTF,SCAN,CSCAN和 NStepSCAN算法。 3. 设定开始磁道号寻道范围,依据起始扫描磁道号和最大磁道号数,随机产生要进行寻道的磁道号序列。 4. 选择磁盘调度算法,显示该算法的磁道访问顺序,计算出移动的磁道总数和平均寻道总数。 -1. This experiment is a simulation of the operating syst
SysDiskInfo
- 设计一个对话框应用程序,作用是显示系统中的磁盘信息。例如,磁盘可用空间,已用空间,以及磁盘总大小等等。(Design a dialog box application, the role is to display disk information in the system. For example, disk available space, used space, and disk size, and so on.)