CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Process Thread

搜索资源列表

  1. w1_int

    0下载:
  2. We are in process context(kernel thread), so can sleep.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3101
    • 提供者:wingsrxie
  1. jinc

    0下载:
  2. 这是关于java中进程和线程的相关代码源文件,大家可以试着下载下来学习或查阅,个人认为这是java开发中特别重要的部分-This is about the process and thread in java source code files related, we can try to download or access to learning, java personally think this is a particularly important part of the devel
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:30500
    • 提供者:Jason
  1. detours-analyse

    0下载:
  2. 拦截WIN32 API调用,将其引导到自己的子程序,从而实现WIN32 API的定制。 为一个已在运行的进程创建一新线程,装入自己的代码并运行。-Intercept API calls, will lead to his son the program, so as to realize the customized WIN32 API. For a has set up a file in the operation of the process to create new thread
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4131
    • 提供者:daystar
  1. LINUXOS

    0下载:
  2. 以Linux 系统进程和线程机制为背景,掌握fork()和clone()系统调用的形式和功能以及与其相适应的高级通讯方式。由fork派生的子进程之间通过pipe通讯,由clone创建的线程之间通过共享内存通讯,对于后者需要考虑互斥问题。-Linux systems to process and thread mechanism background, master fork () and clone () system call form and function as well as adva
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:1049
    • 提供者:兰兰
  1. hang

    0下载:
  2. 可以按进程名,或进程PID 挂起进程,或进程的指定线程,测过XP 2003 win7 win8 X86 X64 通过- 可以按进程名,或进程PID 挂起进程,或进程的指定线程,测过XP 2003 win7 win8 X86 X64 通过 可以按进程名,或进程PID 挂起进程,或进程的指定线程,测过XP 2003 win7 win8 X86 X64 通过 Accord
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-03
    • 文件大小:992939
    • 提供者:lin
  1. readwrieter

    0下载:
  2. 创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制分别实现读者优先和写者优先的读者-写者问题。-Creating a console, this process contain n threads. Use of these n threads to express n readers who write. Each thread according to the requirements of relevant
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:2520
    • 提供者:陆嘉
  1. Processid2windowshandle

    1下载:
  2. 自定义类,能通过进程名来获取窗口句柄,进程ID,主线程ID-Custom class name through the process to get the window handle, process ID, host thread ID
  3. 所属分类:Process-Thread

    • 发布日期:2015-12-05
    • 文件大小:5120
    • 提供者:胡俊
  1. exp2RW

    0下载:
  2. 创建一个控制台进程。此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件(后面有介绍)的要求进行读写操作。用信号量机制分别实现读者优先和写者优先的读者-写者问题。 读者-写者问题的读写操作限制(包括读者优先和写者优先): 1)写-写互斥,即不能有两个写者同时进行写操作。 2)读-写互斥,即不能同时有一个线程在读,而另一个线程在写。 3)读-读允许,即可以有一个或多个读者在读。 读者优先的附加限制:如果一个读者申请进行读操作时已有另一个读者
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:1594
    • 提供者:lei
  1. test5

    0下载:
  2. 我们在开发是经常需要在启动一个进程之后等待其结束后再继续运行。 在这里提供了一个名为Wait的函数,它会为你完成上面的功能。实现的思想是在启动进程后等待其结束,由于进程是一种资源,而资源的句柄在WIN32中可以作为核心量使用。你可以使用WaitForSingleObject等待核心量状态改变为有信号状态。对进程来讲当进程结束时其状态转变为有信号。 在本例中使用了一个单独的线程来启动进程并等待结束。 -We often need to develop a process t
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:780
    • 提供者:衣谷
  1. is_single_threaded

    0下载:
  2. Returns true if the task does not share ->mm with another thread process.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2868
    • 提供者:dvfxtie
  1. tika

    1下载:
  2. Apache tika 可以解析各种富文本格式的文件,得到其中的文本内容字符串。如tika 可用于解析Office 97/2003/2007 格式、PDF 格式、HTML 等格式的文件。请参考tika-app-1.5.jar 的功能,实现一个GUI 界面的桌面程序,该程序可以打开以上几种格式的文件,调用tika 进行解析,在界面上展示txt 解析结果,并将结果保存成文本文件。该程序也可以同时打开一组文件,以多线程的方式对它们进行并行处理。注:请在程序中导入tika-core-1.5.jar 和t
  3. 所属分类:Java Develop

    • 发布日期:2016-07-05
    • 文件大小:2048
    • 提供者:danny
  1. LdxTCPClient

    0下载:
  2. TIdTCPClient 的封装类,自带线程进行socket读取,不用再自己写线程处理-include thread do process TIdTCPClient read buffer
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-12
    • 文件大小:910
    • 提供者:天山
  1. Listar-processos-e-threads

    0下载:
  2. check process in use check thread of process check modules of process kill threads of proce-check process in use check thread of process check modules of process kill threads of process
  3. 所属分类:Printing program

    • 发布日期:2017-04-17
    • 文件大小:208710
    • 提供者:marcos
  1. abc

    0下载:
  2. a program that creates three threads. These threads access a shared integer, called bu er, one at a time. The bu er will initially be set to 0. Each thread should print its thread ID, process ID and the bu er s current value in one statement, t
  3. 所属分类:Driver develop

    • 发布日期:2017-04-12
    • 文件大小:545
    • 提供者:MOHAMAD REZA
  1. ThreadCom

    0下载:
  2. XP VC6. 需要密集计算的工作由线程完成,计算完成后发送消息给主程序。-XP VC6.0. The mass calculation is done by thread. It send message to main process after calculation
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-28
    • 文件大小:48222
    • 提供者:majin
  1. ThreadMsg

    0下载:
  2. XP VC6。线程控制的示例程序。通过全局变量,改变其数值,从而控制线程的运行和退出。-XP VC6. It is demo program for thread control. The global variant is use in the main process. The thread can run or quit by value of global variant.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-29
    • 文件大小:62764
    • 提供者:majin
  1. event_processor

    0下载:
  2. No thread support available.Yield our process time to another thread.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3186
    • 提供者:veishtd
  1. [7-1]EnumRemoveProcessThreadNotify

    0下载:
  2. 枚举与删除进线程回调,进程回调可以监视进程的创建和退出-Enumerate and delete into the thread callback, the callback process can monitor the process of creating and exit
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-15
    • 文件大小:6593
    • 提供者:石林
  1. web

    0下载:
  2. linux下的多进程,多线程,i/o多路复用实现web服务器-linux under the multi-process, multi-thread, i/o multiplexing implementation of web server
  3. 所属分类:Linux Network

    • 发布日期:2017-04-29
    • 文件大小:8389
    • 提供者:ZY
  1. mythread

    0下载:
  2. QT添加多进程的例子,和主线程分开,不暂用资源,比较简单。-QT add a multi process example, apart the main thread, overuse of resources, relatively simple.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3609
    • 提供者:孙旭勃
« 1 2 ... 28 29 30 31 32 3334 35 36 37 »
搜珍网 www.dssz.com