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

搜索资源列表

  1. Thread-and-Process-Source-code

    0下载:
  2. 这是为VC++进阶爱好者学习的源代码,全都通过编译-This is for the advanced amateur to learn VC++ source code, compile all
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-11
    • 文件大小:2806568
    • 提供者:AiGangZhen
  1. CEvent

    0下载:
  2. VC++使用CEvent类编程创建线程:声明线程函数、定义全局变量m_Sec、定义线程句柄、创建线程1和2、关闭线程句柄对象、程序睡眠10秒、输出变量、设置事件对象为有信号状态、跳出循环等。-VC++ programming to create threads using CEvent class: Statement thread function, which defines global variables m_Sec, the definition of the thread handl
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:4967
    • 提供者:squallyang
  1. multithread

    1下载:
  2. VC++多线程编程实例,很好的一个例子,容易理解-VC++ multi-threaded programming examples, an example of good, easy to understand
  3. 所属分类:Process-Thread

    • 发布日期:2016-04-12
    • 文件大小:1506304
    • 提供者:宫虎
  1. ThreadPoolProject

    1下载:
  2. 是我这几天写的一个C++线程池 注释很全 设计思路也写上去了 同步问题考虑的详细的不能在详细了-I write these days, a C++ thread pool comment is also written up the whole design concept of the synchronization problem can not be considered in more detail the
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:15260
    • 提供者:cacker
  1. ProduceraConsumer

    0下载:
  2. 用多线程的方法实现了生产者与消费者问题的模拟,关键技术是线程间通信和同步,通信采用消息模式-Achieved with multi-threaded simulation of producers and consumer issues
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:7709
    • 提供者:tony
  1. multithread

    0下载:
  2. 利用boost编写的多线程例子,其中有互斥锁等的应用。boost库是一个实用的库,很强大-Written by multiple threads boost
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:798
    • 提供者:Robert
  1. VCPP-Threads-working-study

    0下载:
  2. Its my study program for working with threads. It demonstrates 3 methods of syncronization in VC++.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-26
    • 文件大小:8996716
    • 提供者:player259
  1. 02_pthread

    0下载:
  2. 多线程程序设计,设计多个线程交替执行,用makefile文件执行-Multi-threaded programming, designing the implementation of multiple threads alternating
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:1675
    • 提供者:kjd
  1. ipcAttack

    0下载:
  2. 多线程远程建立IPC连接并拷贝可执行代码远程执行,自行添加代码即可实现可用于抓肉鸡功能。-Establishment of multi-threaded remote IPC connection and copy the executable code remotely, add their own code to implement features can be used to catch chickens.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:1528
    • 提供者:峰回路转
  1. rootkit

    0下载:
  2. 内核隐蔽进程,可隐蔽进程,有驱动编程技术-rootkit hidden process, the process can be hidden, a driver programming
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:274290
    • 提供者:高善勇
  1. CreateThread

    0下载:
  2. 鼠标点击按钮,启动线程,马上开始计数, 在Edit中显示,一秒钟刷新一次。-Click the mouse button to start the thread, immediately began to count, in the Edit display, a second refresh.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:14259
    • 提供者:idcomcn
  1. processinfo

    0下载:
  2. Windows系统下面获取进程的源代码,采用VC开发,可以获取进程的信息包括可执行程序的路径,进程ID等,可以用于进程监控和其他进程操作。-Windows system process to obtain the source code below, using VC++, you can get the process information includes the path of the executable program, process ID, etc., can be used f
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:13777
    • 提供者:anlin
  1. pi

    0下载:
  2. linux下的pi多线程源码,可用,gcc下加-pthread编译-pi under the multi-threaded linux source code, available, gcc compiled under the Canada-pthread
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:590
    • 提供者:段雪峰
  1. MutilThreadSerialDLL

    0下载:
  2. VC++写的,在动态库中实现多线程串口监视,希望能对大家有所帮助-VC++ written in a dynamic library in multi-threaded serial port monitor, hoping to be helpful
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-10
    • 文件大小:2124181
    • 提供者:刘国
  1. injection-

    0下载:
  2. 可以将指定dll注入到指定进程,有加强权限代码,对于学习有很大帮助-The specified dll injection to the specified process
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-21
    • 文件大小:1159
    • 提供者:她不干
  1. 20110407-05-_MutexObject

    0下载:
  2. C++ 创建线程互斥对象的实例源码下载,声明线程函数,创建线程,程序睡眠,释放互斥对象,设置事件对象为无信号状态,生成控制台程序,仅供参考。-C++ to create an instance of the thread mutex source download, declare the thread function, create a thread, the program sleep, release the mutex object, set the event object to n
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:2475
    • 提供者:袁元
  1. 2008A7PS073G.tar

    0下载:
  2. Operating Systems Threading Problem
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-14
    • 文件大小:5103
    • 提供者:Shashank
  1. LinSocket

    0下载:
  2. The fork server helps to resolve the multi threading
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:2150
    • 提供者:pallaka bunty
  1. linClinet-Code

    0下载:
  2. The multi thredading server helps to resolve the multi threading
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:927
    • 提供者:pallaka bunty
  1. code-LinServer

    0下载:
  2. The threading POSIX server helps to resolve the multi threading
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-11
    • 文件大小:1109
    • 提供者:pallaka bunty
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com