模拟多线程环境(源代码20130812)

时间:2016-09-01 18:02:09
【文件属性】:
文件名称:模拟多线程环境(源代码20130812)
文件大小:106KB
文件格式:ZIP
更新时间:2016-09-01 18:02:09
模拟系统 多线程 模拟文件系统 这是模拟多线程程序的更新版本。增加了命令行,执行象dir, cd, type等一般命令。补充了文件系统move_file在多线程环境下的一个简单实现。
【文件预览】:
NativeProcSimulator
----ProcessSimulator.cpp(12KB)
----Command.cpp(15KB)
----String.h(845B)
----Win32FileDisk.cpp(5KB)
----VirtualDisk.cpp(3KB)
----Keyboard.h(2KB)
----Win32BufferedFileDisk.h(2KB)
----FileInterface.h(1KB)
----ProcessSimulator.h(390B)
----Keyboard.cpp(2KB)
----BufferedFileDisk.h(2KB)
----MemoryInterface.h(189B)
----os.cpp(1KB)
----new_delete_overload.h(153B)
----BufferedDisk.h(827B)
----Win32BlockedBufferFileDiskMT.cpp(13KB)
----Command.h(2KB)
----FileException.h(191B)
----UnixLowDiskFileSystem.cpp(60KB)
----FileUtil.h(248B)
----FileSystemImpl.h(1KB)
----MemoryManagerImpl.cpp(4KB)
----Win32BufferedFileDisk.cpp(10KB)
----NativeProcSimulator.vcproj(8KB)
----UnixLowDiskFileSysMT.h(8KB)
----UnixLowDiskFileSysMT.cpp(79KB)
----String.cpp(3KB)
----Win32BlockedBufferedFileDisk.h(2KB)
----FileDisk.cpp(4KB)
----UnixHardDiskFileSysMT.h(3KB)
----KeyboardInterface.h(101B)
----Win32BlockedFileDisk.cpp(8KB)
----MemoryManagerImpl.h(905B)
----new_delete_overload.cpp(259B)
----PropertyConfig.h(657B)
----Win32BlockedBufferFileDiskMT.h(3KB)
----FileUtil.cpp(2KB)
----Win32BlockedFileDisk.h(1KB)
----os.h(418B)
----UnixHardDiskFileSysMT.cpp(18KB)
----FileDisk.h(1KB)
----FileSystemImpl.cpp(4KB)
----UnixLowDiskFileSystem.h(9KB)
----UnixFileSysMTImpl.cpp(4KB)
----UnixHardDiskFileSystem.h(4KB)
----ProcessInterface.h(2KB)
----Win32BlockedBufferedFileDisk.cpp(10KB)
----Hashtable.h(10KB)
----compile_for_cygwin.txt(547B)
----UnixFileSysMTImpl.h(1KB)
----UnixFileError.h(2KB)
----ProcessManagerImpl.cpp(25KB)
----UnixLowDiskFileStruct.h(1KB)
----PropertyConfig.cpp(324B)
----VirtualDisk.h(1023B)
----UnixHardDiskFileSystem.cpp(17KB)
----BufferedFileDisk.cpp(11KB)
----ProcessManagerImpl.h(6KB)
----UnixHardDiskFileStruct.cpp(116B)
----NativeProcSimulator.vcproj.PC-201010111012.Administrator.user(1KB)
----UnixHardDiskFileStruct.h(221B)
----Win32FileDisk.h(1KB)
NativeProcSimulator.sln

网友评论

  • 很好,非常有用,多线程是挺不错的,不过貌似只有dir和cd两个命令,没有help命令,也不知道文件格式。