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

搜索资源列表

  1. xonsyle

    0下载:
  2. 在Windows 2000XP2003环境下,创建一个包含N个线程的控制台进程,-In Windows 2000 xp2003 environment, create a console process contains N thread,
  3. 所属分类:File Operate

    • 发布日期:2017-12-15
    • 文件大小:9216
    • 提供者:fraoral
  1. peimisslons_pnrmissions

    0下载:
  2. system权限下,创建远程线程将dll注入用户进程,以用户身份发送消息-System permissions, will create a remote thread DLL injection user process, send a message to the user identity
  3. 所属分类:ComboBox

    • 发布日期:2017-12-13
    • 文件大小:42391
    • 提供者:rarlea
  1. 69837129

    0下载:
  2. 远程线程插入,SDK VC6,0 可以做无进程木马的原理,-Remote thread insert, the SDK VC6, 0 can do not process the principle of the Trojan,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-14
    • 文件大小:3474
    • 提供者:farsh
  1. WindowInfo

    0下载:
  2. MFC程序,功能有PE文件解析、进程管理、线程管理、窗口查看、系统操作等功能。- MFC程序,功能有PE文件解析、进程管理、线程管理、窗口查看、系统操作等功能。 MFC program, the function of PE file parsing, process management, thread management, window view, system operation and other functions.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-14
    • 文件大小:217088
    • 提供者:刘刘
  1. aaaa

    0下载:
  2. 进程监控的好源码 多线程的!是学习的好源码-Process monitoring of good source code, multi thread yo learning
  3. 所属分类:ELanguage

    • 发布日期:2017-12-17
    • 文件大小:3072
    • 提供者:源码
  1. xhhyvv

    0下载:
  2. system权限下,创建远程线程将dll注入用户进程,以用户身份发送消息-System permissions, will create a remote thread DLL injection user process, send a message to the user identity
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-17
    • 文件大小:41984
    • 提供者:snlone
  1. complex__pxxs

    0下载:
  2. 在Windows 2000XP2003环境下,创建一个包含N个线程的控制台进程,(In Windows 2000 xp2003 environment, create a console process contains N thread,)
  3. 所属分类:系统编程

  1. 65992209

    0下载:
  2. System permissions, will create a remote thread DLL injection user process, send a message to the user identity
  3. 所属分类:其他小程序

    • 发布日期:2017-12-25
    • 文件大小:41984
    • 提供者:grtgp
  1. 54037115

    0下载:
  2. 在Windows 2000XP2003环境下,创建一个包含N个线程的控制台进程,(In Windows 2000 xp2003 environment, create a console process contains N thread,)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-26
    • 文件大小:8192
    • 提供者:xafner
  1. Hcanon

    0下载:
  2. 远程线程插入,SDK VC6,0 可以做无进程木马的原理,(Remote thread insert, the SDK VC6, 0 can do not process the principle of the Trojan,)
  3. 所属分类:按钮控件

    • 发布日期:2017-12-12
    • 文件大小:3234
    • 提供者:oanda
  1. ATM-Sourcecode

    0下载:
  2. In computer science, a thread of execution is the smallest sequence of programmed instructions that can be managed independently by a scheduler, which is typically a part of the operating system.[1] The implementation of threads and processes differs
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:1024000
    • 提供者:lety
  1. TestThread

    0下载:
  2. A thread is a coding construct unaffect by the architecture of an application. A single process frequently may contain multiple threads. Threads can also directly communicate with each other since they share the same variables.
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:25600
    • 提供者:lety
  1. Khierarchy

    0下载:
  2. Process and thread synchronization, data sharing(The Process and thread synchronization and data sharing)
  3. 所属分类:系统编程

  1. windows_pc

    0下载:
  2. 生产者 消费者问题 生产者-消费者问题是一个经典的进程同步问题,该问题最早由Dijkstra提出,用以演示他提出的信号量机制。在同一个进程地址空间内执行的两个线程生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。当生产者线程生产物品时,如果没有空缓冲区可用,那么生产者线程必须等待消费者线程释放出一个空缓冲区。当消费者线程消费物品时,如果没有满的缓冲区,那么消费者线程将被阻塞,直到新的物品被生产出来。(prodecer consu
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-20
    • 文件大小:3790848
    • 提供者:ewq1
  1. 通用进度条

    0下载:
  2. 利用进程的环境变量作为桥梁,反应后台线程的执行进度信息。(Use the process environment variables as a bridge to reflect the progress of the implementation of the background thread information)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:10240
    • 提供者:zondy
  1. MultThreadComm3

    0下载:
  2. MFC下的多线程编程方法示例,包括MFC内置的多线程间通信、非MFC多线程间通信以及进程和线程之间的通信方法。(MFC multithreaded programming examples, including MFC built-in multi-threaded communication, non MFC multi thread communication, as well as the process and thread communication methods.)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:8270848
    • 提供者:linlinon
  1. [Java经典编程300例

    0下载:
  2. 编程资料:java经典编程300例:本书以基础知识结构为框架, 给出了每部分知识中可能遇到的疑难问题或者是开发技巧。 本书共 17 章, 主要包括 Java 语言概述、 Eclipse 开发工具、 Java 语言基础、 流程控制、 数组及其常用操作、 面向对象入门、 面向对象进阶、 字符串与包装类、 Java 集合类框架、 常用数学工 具类、错误处理、 输入/输出、枚举类型与泛型、 Swing 入门、多线程、 网络通信和数据库操作。(Programming information: Java c
  3. 所属分类:Java编程

    • 发布日期:2018-01-01
    • 文件大小:81963008
    • 提供者:云苼
  1. 8436360

    0下载:
  2. Process and thread synchronization, data sharing()
  3. 所属分类:界面编程

    • 发布日期:2018-01-03
    • 文件大小:118784
    • 提供者:trace
  1. CUDA-Sobel-Filter-master

    0下载:
  2. This program is meant to run a sobel filter using three different methods. Each sobel filter function runs in a different way than the others, one is a basic sobel filter running through just the cpu on a single thread, another runs through openmp to
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-03
    • 文件大小:13942784
    • 提供者:穿山甲说
  1. test11022

    0下载:
  2. 父进程创建子进程,子进程创建线程并执行不同功能(The parent process creates the child process, the child process creates the thread and performs different functions)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:春城闭海
« 1 2 ... 31 32 33 34 35 3637 »
搜珍网 www.dssz.com