搜索资源列表
源代码-高源
- 包括10个源码:1 令系统托盘(提示区/Sys tray)中的图标显示气泡提示框(Tool Tip)的代码 2 软盘格式化程序 3 一个虚拟驱动盘映射器 4 这个软件可以得到大多数的“高级”系统信息,比如系统缓存的密码、PROXY设置、网卡MAC等 5 用过Flashget和网络蚂蚁的朋友应该知道在IE中右击右击菜单有使用(xxxxx)下载.本代码就实现此功能。可以获取在网页中选择的文本,链接 地址,图片. 6 引起轰动的源码,能在视窗里每一个窗口最小化按钮旁加一个新按钮,这个新按钮的功能是将窗
litth_virldisk
- 文件虚拟磁盘 WDM :) -virtual disk file WDM :)
mksparse
- create a sparse file for virtual disk driver
vmdk_specs
- vmware virtual disk file format specification 1.0
filsys
- 虚拟Unix的文件系统,预分配1M的空间作为虚拟硬盘-virtual Unix file system, the pre-allocation 1M hard disk space as virtual
virtual-fs
- 虚拟文件系统 这个简单的文件系统实现了最简单的文件系统功能,是使用一个磁盘文件来模拟磁盘的。-virtual file system this simple file system to achieve the most simple functions of the file system is to use a disk file to simulate disk.
windows_kernel_safe_source_cod
- 站长您好,我刚才上传时“source_code.rar”时,输入说明的时间很长,结果就被说成是没有登录,而且还忘了加上书名,现在我又加上了书名,请用这个吧。谢谢!希望给多开通下载数量哦! 《寒江独钓----windows内核安全编程》 的随书源代码(2009.6新书) comcap Windows串口过滤驱动实例 ctrl2cap Windows键盘过滤驱动实例 ps2intcap 挂钩中断与IOAPIC型键盘过滤驱动实例 Kb_sniff_Mp 键盘sniff ramdisk_
filedisk
- 创建一个基于文件的虚拟磁盘,虚拟磁盘可以像普通磁盘一样进行操作-Create a file-based virtual disk, virtual disk can operate as an ordinary disk
TCExplorer_src
- TrueCrypt is a free open-source disk encryption software. It is able to create a virtual encrypted disk within a file and mounts it as a real disk. The encryption is automatic, real-time (on-the-fly) and transparent. However, a major disadvantage of
VirtualDisk-src
- Windows DDK编写的虚拟磁盘驱动程序源代码,能够把一个文件虚拟成一个磁盘。请使用Windows IFS Kit及以上来编译。-Windows DDK to prepare the virtual disk driver source code, to bring a file into a virtual disk. Please use the Windows IFS Kit and above to compile.
file
- 在硬盘上建立一个文件作为虚拟的磁盘空间,作为文件存储器,所有的文件操作保存到该文件上,下次启动程序可以读出以往的文件记录。运用显式链接技术实现文件存储空间的管理,可以对硬盘进行格式化、创建、显示和删除目录,以及与文件有关的如创建、打开、关闭、读、写的一些类的操作。-In the establishment of a file on your hard disk as a virtual disk space, as a document memory, all files saved to th
filedisk
- 虚拟磁盘的源代码,可以编译通过并运行,最多可以创建10个虚拟磁盘。-virtual file disk driver source code.
dokan-0.6.0
- dokan是用户态的文件系统驱动,可以称之为fuse for windows。可以用来开发虚拟磁盘,即在“我的电脑”中虚拟出一个硬盘来,可以是硬盘,也可以是可移动磁盘或者网络硬盘。-dokan is the user mode file system driver, you can call it the fuse for windows. Can be used to develop the virtual disk, virtual hard disk in "My Computer", i
mult-users-mult-dir-file-system
- 功能: 1.在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个多用户多目录的文件系统。 2.文件物理结构可采用显式链接或其他方法。 3.磁盘空闲空间的管理可选择位示图或其他方法。如果采用位示图来管理文件存储空间,并采用显式链接分配方式,则可以将位示图合并到FAT中。 4.文件目录结构采用多用户多级目录结构,每个目录项包含文件名、物理地址、长度等信息,还可以通过目录项实现对文件的读和写的保护。目录组织方式可以不使用索引结点的方式,但使用索引结点,则难度系数为1.2。 5
v
- 这是一个简单的文件操作代码,用户可以再这个虚拟的硬盘上建立文件,删除文件,打开和关闭文件等操作-This is a simple file operation code, the user can re-establish the virtual hard disk files, delete files, open and close files and other operations
vfs
- c++开发虚拟文件系统,支持用户管理,权限设置,虚拟系统与本机磁盘系统间的导入与导出功能,该系统拥有磁盘格式化,目录,文件创建,浏览,编辑,删除,等功能-C++ development of a virtual file system, support for user management, permissions settings, import and export functions of virtual system and the unit disk system, this sys
Lab6_FileSystem
- 虚拟磁盘。创建文件等。命令行演示,通过模拟一个.dat文件创造出一个dat32虚拟文件系统-Virtual disk. Create file. Command line presentation,Create a dat32 virtual file system by simulating a.Dat file
icvqv21
- 对于windows下实现利用文件实现虚拟硬盘而言,很好不错-For Windows achieved using virtual hard disk file to realize, good good
diskWindiws
- 对于windows下实现利用文件实现虚拟硬盘而言,很好不错(For Windows achieved using virtual hard disk file to realize, good good)
Virtual File System
- 模拟一个虚拟磁盘文件系统,主要用于设计模式培训。(Simulation of a virtual disk file system, mainly for design pattern training.)