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

搜索资源列表

  1. mianshi

    0下载:
  2. c与c++面试题汇总.doc 微软亚洲技术中心的面试题!!! 1.进程和线程的差别。 -c and c++ face summary questions. doc Microsoft Technology Center in Asia face questions! ! ! 1. The difference between process and thread.
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:48.07kb
    • 提供者:王东旭
  1. multithread

    0下载:
  2. 用VC++实现多线程的工作,一个进程下的两个线程的工作情况-With VC++ Realization of multi-threading work, a process under the work of the two threads
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:73.79kb
    • 提供者:陆也
  1. Ergodicprocess

    0下载:
  2. 遍历进程线程(暂停恢复线程自定义函数)-Ergodic process thread (thread suspended custom restore function )......
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-12
    • 文件大小:2.8mb
    • 提供者:离散
  1. view

    0下载:
  2. 进程模块查看 < 多任务(多进程、多线程) >-Process module view < multi-tasking (multi-process, multi-threaded)>
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:21.97kb
    • 提供者:杨飞
  1. 10

    1下载:
  2. 功能: 1.分析信息(获取客户系统等信息) 2.控制命令(以命令发送控制客户) 3.控制DOS(完全远程控制DOS/COM) 4.控制注册(未完成,预留位置) 5.控制服务(完全远程控制系统/驱动服务) 6.控制进程(完全远程控制进程) 7.控制监视(完全远程监视,并且支持鼠标左/右击控制) 8.游览本地(完全远程游览本地硬盘,并且支持大文件上/下转.运行.改名.删除) 9.记录键盘(支持进程/标题模式记录
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:1.28mb
    • 提供者:qmz
  1. GetthecurrentoccupancyrateofallprocessthreadsCpu.r

    0下载:
  2. 获取当前所有进程计算线程 Cpu 占 用率 -Get all current occupancy rate of the process of computing threads Cpu
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:46.85kb
    • 提供者:lilili
  1. sy4

    1下载:
  2. 线程的创建和同步控制 在windows2000的环境下,创建一个控制台进程,此进程创建两个并发线程,一个是读线程,另一个是写线程。这两个线程共享一个数组A,写线程对数组分别进行10次写操作,每次写操作对A的每个元素赋一个相同的值;读线程对数组分别进行10次读操作,每次读操作输出A中所有元素的值。写出相应代码,并分析运行结果。修改代码,使每次读写互斥,即每次对数组的写操作结束后才能进行写操作,反之亦然。-Thread creation and synchronization control i
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:697.96kb
    • 提供者:陈婷婷
  1. 023665547

    0下载:
  2. 获取系统进程ID、进程全路径名、线程数、相应的窗口名以及窗口句柄等资料-For system process ID, process full path name, the number of threads, the corresponding window name and window handles, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:5.16kb
    • 提供者:sdfadsaf
  1. Remote

    1下载:
  2. 远程线程注入支持库 (1.0_2版)争取大家的意见,增加了一个命令取进程ID 和修改了注入进程参数为进程ID,修改了上次的例程无效果的情况,本例程WIN7以上无效果-Remote thread injection support library (1.0_2 edition) fight for everyone s views, and adds a command to take the process ID and modifying the injection process param
  3. 所属分类:Other systems

    • 发布日期:2015-04-14
    • 文件大小:126kb
    • 提供者:天涯
  1. OS_Experiment

    0下载:
  2. 操作系统的相关实验源码,包括进程的调度算法的实现,模拟内存的分配和回收,以及多线程实现的案例。-Experimental source operating system, including the process of scheduling algorithm, analog memory allocation and recovery, as well as multi-threaded implementation of the case.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:6.3kb
    • 提供者:覃茂平
  1. 300vc

    0下载:
  2. 对于vc++运算符,函数,引用,指针,数组进程,线程,内存,附300道源程序,值得学习。-For vc++ operators, functions, reference, pointer, an array of processes, threads, memory, 300 attached to the source, it is worth learning.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-28
    • 文件大小:325.27kb
    • 提供者:li
  1. Code2

    0下载:
  2. 每个进程至少拥有一个线程,来执行进程的地址空间中的代码。当创建一个进程时,操作系统会自动创建这个进程的第一个线程,称为主线程。此后,该线程可以创建其他的线程。-Each process has at least one thread to execute the code in the address space of the process. When a process is created, the operating system will automatically create a
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:1.81mb
    • 提供者:张媛媛
  1. operating-system-(OS)

    0下载:
  2. operating system (OS)包括进程、线程与微内核技术、并发性、死锁、内存管理、多处理机调度等-Operating system ( OS ) including the process, thread and microkernel technology, concurrency, deadlock, memory management, multiprocessor scheduling etc.
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:6.23mb
    • 提供者:张倩
  1. APIencapsuldtbonWyndows

    0下载:
  2. 对windows tool help api封装的COM组件,用于显示进程,线程,模块列表等-For Windows tool help API encapsulation of COM component, is used to display process, thread, module list, etc
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-14
    • 文件大小:16.1kb
    • 提供者:prihkt
  1. 注入器

    2下载:
  2. EIP线程注入任何进程 如果有驱动保护请破保护(EIP threads are injected into any process)
  3. 所属分类:其他

  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
    • 文件大小:7.89mb
    • 提供者:linlinon
  1. OperatingSystem

    0下载:
  2. win10系统下使用VS实现线程和进程创建与交互(The use of VS to create and interact with threads and processes under the win10 system)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:43.56mb
    • 提供者:leialexis
  1. select_client

    0下载:
  2. Socket多线程通信客户端, 指两个或两个以上的进程在执行过程中,因争夺资源而造成的一种互相等待的现象,若无外力作用,它们都将无法推进下去。(Socket multithreading communication client refers to a phenomenon of waiting for two or more processes in the process of execution, which is caused by competing for resources. If
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:13.91mb
    • 提供者:乔—QQ
  1. hackbench

    0下载:
  2. 测试linuc平台的性能调度压力,通过创建进程线程来测试(Test linuc platform performance scheduling pressure)
  3. 所属分类:其他

    • 发布日期:2018-01-11
    • 文件大小:3kb
    • 提供者:壮壮虎
  1. 易语言绑定主线程调用CALL

    7下载:
  2. 绑定指定进程,执行CALL,防止游戏崩溃。 1、游戏判断call主线程调用,不是马上掉线。(Bind the specified process and execute CALL to prevent the game from crashing. 1, game judgment call main thread calls, not immediately dropped.)
  3. 所属分类:其他

    • 发布日期:2019-09-28
    • 文件大小:1.26mb
    • 提供者:秋天的菠菜
« 12 »
搜珍网 www.dssz.com