CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 进程与线程 搜索资源 - file system

搜索资源列表

  1. 进程和线程

    0下载:
  2. 看一下UNIX系统中的进程和Mach的任务和线程之间的关系。在UNIX系统中,一个进程包括一个可执行的程序和一系列的资源,例如文件描述符表和地址空间。在Mach中,一个任务仅包括一系列的资源;线程处理所有的可执行代码。一个Mach的任务可以有任意数目的线程和它相关,同时每个线程必须和某个任务相关。和某一个给定的任务相关的所有线程都共享任务的资源。这样,一个线程就是一个程序计数器、一个堆栈和一系列的寄存器。所有需要使用的数据结构都属于任务。一个UNIX系统中的进程在Mach中对应于一个任务和一个单
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:19.64kb
    • 提供者:朱善发
  1. Example052

    0下载:
  2. 程序的互斥运行 如果你的程序被同时运行两次以上,有可能会造成文件系统冲突而丢失数据,本例程用一个简单的办法避免第二次启动同一个程序。-operating procedures contradict the procedure if you are running two or more, and may cause conflicts and file system data loss, the routines with a simple way to avoid the second s
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:23.02kb
    • 提供者:韩非
  1. ossue

    0下载:
  2. 在Windows环境下,参考Windows环境下线程同步、互斥操作的例子,利用基本的文件操作系统调用,模拟读写问题。编写相应的函数,建立一个记录型的共享文件,并实现对该共享文件的打开、关闭、删除、读、追加记录、删除记录等操作。同时要求利用进程的同步与互斥机制实现多个用户进程对该文件的并发访问-the Windows environment, Windows environment reference thread synchronization, contradict operation exa
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:8.88kb
    • 提供者:苏匀
  1. fileos

    0下载:
  2. 该代码为os中文件系统中的代码,仅仅是一个虚拟的-os File System code is only a virtual
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:153.48kb
    • 提供者:满维
  1. pipeline

    0下载:
  2. 计算机原理大作业 模拟《计算机原理--程序员视角》中与x86相似的y86流水线系统 以二进制文件为输入 实现流水线运作-Principle of operation of computer simulation of large computer Principle- Programmer Perspective in y86 and x86 assembly line system similar to the binary file for input to achieve the op
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:36.06kb
    • 提供者:wilson
  1. Multithreadednetworktransmission

    0下载:
  2. 一个基本的多线程的文件网络传输系统,非常适合初学者,分析里面的代码,大有裨益。-A basic network of multi-threaded file transfer system, is ideal for beginners, of which the code is of great benefit.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:1.77mb
    • 提供者:wuyiguo
  1. NTFSPARASER

    1下载:
  2. 基于NTFS文件格式解析来检测系统文件中隐藏文件-NTFS-based file format parsing to detect system files hidden files
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:134.73kb
    • 提供者:刘东
  1. caozuoxitong

    0下载:
  2. 操作系统实验关于进程 资源分配方面的,这是安全性算法的VC文件用VC++打开运行一下就可以-Experiments on the operating system resource allocation process, which is a security algorithm VC open the file with VC++ can run about
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:7.58kb
    • 提供者:wangyanming
  1. EnumProcess

    0下载:
  2. 枚举出系统所有进程,并保存到文件里-Enumerate all the processes the system and save to a file ....
  3. 所属分类:Process-Thread

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

    0下载:
  2. DLL的远程注入技术 - DLL的远程注入技术是目前Win32病毒广泛使用的一种技术。使用这种技术的病毒体通常位于一个DLL中,在系统启动的时候,一个EXE程序会将这个DLL加载至某些系统进程(如Explorer.exe)中运行。这样一来,普通的进程管理器就很难发现这种病毒了,而且即使发现了也很难清除,因为只要病毒寄生的进程不终止运行,那么这个DLL就不会在内存中卸载,用户也就无法在资源管理器中删除这个DLL文件,真可谓一箭双雕哉。 -The remote DLL injection tec
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-18
    • 文件大小:44.04kb
    • 提供者:刘洋
  1. 1

    0下载:
  2. 文件的创建,和载入,,操作系统的程序,楼主学生,上课写的,-File creation and load the operating system program, the landlord of students in class to write
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-27
    • 文件大小:1.39mb
    • 提供者:林辉
  1. MemRunExe

    0下载:
  2. 本程序可在内存中运行exe文件。也就是说,该exe文件能够借用系统exe文件在内存中运行,即使你打开进程,也看不到它的真身!-This program can be run exe file in memory. That is, the exe file can borrow system exe file to run in memory, even if you open process, do not see it Mami!
  3. 所属分类:Process-Thread

    • 发布日期:
    • 文件大小:7.65kb
    • 提供者:林半仙
  1. CreatSystemExe

    0下载:
  2. 本例能使你的exe文件获得system权限,从而让它发挥更大的潜能!-Make your exe file in this case to obtain system privileges, the greater potential to make it work!
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-10
    • 文件大小:11.87kb
    • 提供者:林半仙
  1. JGroup_Stock

    0下载:
  2. Using the jar file of JGroup, these files realize to do a stock system which could sell or buy stocks in different machines synchronized and recover from crash easily with buffer for history message
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-17
    • 文件大小:6.72kb
    • 提供者:姓名
  1. Operating-System-B-test-reports

    0下载:
  2. 开发一个仿真操作系统,要求具备进程调度、存储器管理、文件及设备管理等基本功能-The development of a simulation operating system, requires scheduling process, the basic functions of memory management, file and device management
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-25
    • 文件大小:222.17kb
    • 提供者:杨开达
  1. 4

    0下载:
  2. 模拟文件管理。设计并调试一个简单的文件系统,模拟文件操作命令的执行。深入了解主要文件操作命令的执行过程,掌握它们的基本实施方法-Analog document management. Design and debugging a simple file system, file manipulation commands execution simulation. Insight into the execution of the main file manipulation commands,
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-11
    • 文件大小:1.45kb
    • 提供者:Steven Zhang
  1. brild

    0下载:
  2. 把一个文件模拟为磁盘,然后在该磁盘上建立文件系统,-Simulation for a file on disk, and then build on the disk file system,
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-17
    • 文件大小:2kb
    • 提供者:pecculization
  1. KXOH

    0下载:
  2. 本程序是使用Vc++6,0开发的用于计算机系操作系统课程的文件系统模拟程序(This program was developed by using vc + + 6, 0 for computer operating system file system simulation program of the course)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-26
    • 文件大小:6kb
    • 提供者:overbanewbg
  1. ATFS

    0下载:
  2. 检测每个盘的文件系统,比如fat还是ntfs并且显示出来,不错(Detection of each disk file system, such as fat and NTFS and displayed, good)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-19
    • 文件大小:65kb
    • 提供者:bgpss!9957
  1. 435716

    0下载:
  2. 一个比较价值的File system Filter Driver()
  3. 所属分类:进程与线程

    • 发布日期:2018-04-30
    • 文件大小:188kb
    • 提供者:idage
« 12 »
搜珍网 www.dssz.com