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

搜索资源列表

  1. 内存映射文件进行进程通信

    3下载:
  2. 使用内存映射文件在两个进程间进行通信-use memory-mapped file between the two processes communicate
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:12.79kb
    • 提供者:none
  1. NT下进程隐藏

    0下载:
  2. 在NT环境下隐藏进程,也就是说在用户不知情的条件下,执行自己的代码的方法有很多种,比如说使用注 册表插入DLL,使用Windows挂钩等等。其中比较有代表性的是Jeffrey Richer在《Windows核心编程》中 介绍的LoadLibrary方法和罗云彬在《Windows环境下32位汇编语言程序设计》中介绍的方法。两种方法的 共同特点是:都采用远程线程,让自己的代码作为宿主进程的线程在宿主进程的地址空间中执行,从而达 到隐藏的目的。相比较而言,Richer的方法由于可以使用c/c++等高级
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:31.53kb
    • 提供者:潘桂聪
  1. 钩子的应用程序运行监视

    1下载:
  2. 利用这个程序: 1.可以监视在你的电脑运行的程序, 把在你的电脑运行过的程序的时间和名字记录下来 2.可以阻止你规定的禁用程序的执行, 比如不让玩游戏。-use of this procedure : 1. You can monitor the computer running program, on your computer one of the procedures of the time and record the names of two. You can stop th
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:4.61kb
    • 提供者:好笑
  1. TLS_TEST

    0下载:
  2. 说明线程局部存储的应用,主要使用了2中局部存储的方法,大家可以下载来看看。-note thread local storage applications, the main use of which two local storage methods, we can download to see.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:7.11kb
    • 提供者:李洪斌
  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. zy1

    0下载:
  2. 一.算法介绍: **数据结构: 1.可利用资源向量Available 2.最大需求矩阵Max 3.分配矩阵Allocation 4.需求矩阵Need **功能介绍: 模拟实现Dijkstra的银行家算法以避免死锁的出现.分两部分组成: 第一部分:银行家算法(扫描) 1.如果Request<=Need,则转向2 否则,出错 2.如果Request<=Available,则转向3,否则等待 3.系统试探分配请求的资源给进程 4.系统执行安
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:7.7kb
    • 提供者:李琪
  1. page56

    0下载:
  2. 刊登在2005年第2期的代码,代码演示了在Visual C++中利用自定义消息实现线程间通讯。-published in 2005, two of code, code demonstrating the use of Visual C since the definition of news to achieve communication between threads.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:76.83kb
    • 提供者:天秀
  1. classexample1 两个进程合作累加数组

    0下载:
  2. 两个进程合作累加数组。也是一个简单的进程程序,从老师那里弄来的,对学习进程有很大帮助 -two cumulative array cooperation process. Also a simple process procedures, obtained from the teachers there, the learning process is very helpful
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:283.17kb
    • 提供者:黄蕊
  1. 进程管理与调度的模拟

    0下载:
  2. 在进程管理与调度模拟系统中,共涉及到两个类和一个结构体:PCB结构体、链队列类和OS类。操作系统启动后,在系统内将存在PCB池,用来存放进程的PCB结构,PCB池的大小决定了系统中能同时存在的进程数量。在本系统中,假定系统能同时存在的进程数为20个,用一个PCB的数组来表示。PCB池中的PCB会有四种状态:运行状态、就绪状态、阻塞状态和空闲状态,所以,在操作系统中将会有四种队列:运行队列、就绪对列、阻塞队列和空闲队列。进程的创建随着操作系统的调度,将会在这四种队列中变迁。-in process
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:10.32kb
    • 提供者:张涛
  1. zbxi

    0下载:
  2. 文件-进程关联演示程序 pjf(jfpan20000@sina.com) 1、首先使用ZwQuerySystemInformation查询所有进程句柄, 2、获取句柄所代表对象信息,查出目标文件。核心态程序相对简单,对于 用户态程序,使用ZwQueryInformationFile同时与GetFileInformationByHandle、 GetVolumeInformation二API搭配获得之(前者得文件除去卷的路径名,后二者 得卷名) 另外可用ZwQueryOb
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2.22kb
    • 提供者:周继波
  1. mhk

    0下载:
  2. 测试Windows 2k中内存和外存的速度。 分别在内存中分配一片存储空间,和在硬盘上建立一个同样大小的空间,往这两个空间中用不同方式写入/读出数据。-testing Windows 2k memory and external memory speed. In memory allocated a storage space, and the drive to establish a space of the same size, to the space it used two differ
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:999byte
    • 提供者:周继波
  1. ThreadMigrate

    0下载:
  2. 封装win32和POSIX线程API。从而能够使得多线程程序能够方便在windows和linux平台移植。 压缩包中有两个文件:Thread.h和testMain.cpp。其中Thread.h是线程封装的实现,testMain.cpp是测试代码文件。 windows下使用VC7.0编译通过。Linux下用gcc3.2.3编译通过。 该版本只支持下列API: 线程创建,清除。 互斥量操作。 等待其他线程。-Packaging and POSIX threads API. I
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2.62kb
    • 提供者:曹京
  1. mu11111122l

    0下载:
  2. 多线程编程最简单实例,两个线程之间相互通信和控制,一看就懂-most simple example, two threads between communication and control, a person would understand
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:26.21kb
    • 提供者:wood
  1. MemoryShare

    0下载:
  2. 这个实例分成服务器程序和客户程序,显示了如何使用内存映射文件在两个或多个独立进程间传送数据。-this case into a server and client, showing how to use the memory mapping documents in two or more independent transmission of data between processes.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1.28kb
    • 提供者:王林
  1. myThreadDemo

    0下载:
  2. 源码包括: 1.单任务的进度控制 2.多任务的显示进度,并可取消,就像拷贝文件一样-source include : 1. Single-task control the progress of two. Multi-tasking show progress can be canceled, like the same copy paper
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:93.01kb
    • 提供者:马铭满
  1. dlldiaoyongheshengcheng

    0下载:
  2. dll 生成和调用简单例子,里面有2个代码和使用说明等-dll generation and the use of a simple example, there are two code and instructions, etc.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:40.32kb
    • 提供者:望风
  1. two-level-scheduling-

    1下载:
  2. 用C语言模拟实现一个的多道批处理系统的两级调度-C language simulation implement a multi-channel batch system of the two levels of scheduling
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1.15mb
    • 提供者:longer
  1. Two-programs-communicat

    0下载:
  2. 两个程序互相通讯,帮助您在系统中不同进程,相互发送信息-Two programs communicate with each other
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:15.68kb
    • 提供者:杨子
  1. two-host-pc-comunication

    0下载:
  2. 本程序要结合深圳友芯先关芯片产品结合使用,实现通过USB协议实现两个PC主机间的文件传输,把要传输的文件拷贝到指定的文件夹下,通过界面打开相关设备即可自动传输文件和接受文件,程序中应用到多线程等相关知识-This program in conjunction with Friends of the Shenzhen-core chips used in combination first off, to achieve file transfer between two host PC via
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:215.21kb
    • 提供者:Tian Yu
  1. MultiThread-two-examples

    0下载:
  2. 该文档包含了两个多线程的程序,通过对参数的修改深入理解多线程。-This document contains two multi-threaded program, by modifying the parameters of a deep understanding of multi-threading.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-15
    • 文件大小:7.39kb
    • 提供者:李胜利
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com