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

搜索资源列表

  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. Thread

    0下载:
  2. 线程 java里面的两个创建线程的方法 一个是Thread ,另一个是用Runnable-Java threads creating threads inside of the two methods
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2136
    • 提供者:f_1s2t3f4f5
  1. thread

    0下载:
  2. 概述一下原理和每个类的作用 (1): CTask 一个任务基类,作为线程的参数用 (2): CWorkThread:工作线程类,轮询检测参数是否可用,如果可用的话, 就去调用参数CTask的执 行函数Execute,如果参数不可用就等待 (3): CWorkQueue:是一个任务队列,里面装载CTask子类的对象,是一个对象的容器 (4): CWorkThreadPool:工作线程池,其中包含了工作线程组,调度线程,调度线程不停的检测 任务队列中是否有可用
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-03-18
    • 文件大小:39186
    • 提供者:金建业
  1. thread

    0下载:
  2. 掌握linux下的线程编程,并且有助于了解进程与线程之间的区别-Linux thread programming under control and helps to understand the difference between processes and threads
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:743
    • 提供者:John
  1. RT-Thread-0.3.1

    0下载:
  2. RT-Thread-0.3.1 小型的实时操作系统,内带UI-RT-Thread-0.3.1 small real-time operating system, internal with UI
  3. 所属分类:OS Develop

    • 发布日期:2017-05-19
    • 文件大小:5465851
    • 提供者:moke
  1. DijkstraThreads.tar

    0下载:
  2. Multi Thread Implementation of Dijkstra s Shortest Path Algorithm All-to-all. It reads a file in the format: Edges Nodes start end weight Like this: 20 5 1 2 5 1 3 4 2 1 3 2-Multi Thread Implementation of Dijkstra s Shortest P
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:19867
    • 提供者:j2deme
  1. create-thread

    0下载:
  2. 用MFC实现进程的创建,这个是学习简单的线程创建的不可多得的好例子-Created with the MFC implementation process, this is the thread that created a simple to learn a good example of rare
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:74886
    • 提供者:王正凯
  1. thread

    0下载:
  2. Create New Thread Using Runnable Example
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:783
    • 提供者:Iranda
  1. thread

    0下载:
  2. Linux高级环境编程,线程编程、线程的创建、多线程,希望对你的学习有帮助-Senior Environmental Linux programming, thread programming, thread creation, multi-threaded, you want help in learning
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1653
    • 提供者:张建
  1. thread

    0下载:
  2. 一段线程插入方面的源代码,很不错,与大家分享交流。-Aspects of a thread into the source code, very good.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-12
    • 文件大小:2726218
    • 提供者:赵强
  1. The-problem-of-product-and-consume

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

    • 发布日期:2017-03-29
    • 文件大小:1050
    • 提供者:岳豪
  1. thread

    0下载:
  2. 实现Java中创建线程以及线程的控制线程的同步与锁-Java threads created to achieve control of threads and thread synchronization and locking
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:33118
    • 提供者:晓红
  1. Thread

    0下载:
  2. 一个线程的小程序,适合初学者学习,很有帮助-One thread of small programs, suitable for beginners to learn, very helpful
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:31715
    • 提供者:liulinfeng
  1. thread-debugger

    0下载:
  2. 一个线程调试程序,模拟多线程协同工作,代码齐全;-A thread debugger, multi-threaded simulation work, the code is complete
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:168652
    • 提供者:robinlee1
  1. Thread-programming

    0下载:
  2. 针对windows多线程编程的 一步步说清楚了 进程 线程 相关内存管理的 然后叫教会你如何进行多线程编程-The step by step for Windows multi-threaded programming point process thread of relevant memory management and called for multithreaded programming teach you how to
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:31896
    • 提供者:陈一
  1. Thread

    0下载:
  2. 在模块初始化时,可以进行线程的创建。使用下面的函数和宏定义-In the module initialization, the thread can be created. Use the following functions and macros
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1238098
    • 提供者:pxxxb
  1. Java-thread.ZIP

    0下载:
  2. Java线程编程 第三版vJava线程编程 第三版 -The third edition of Java thread programming third edition of Java thread programming vJava threaded programming third edition
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:607513
    • 提供者:合成
  1. thread--and-socket

    0下载:
  2. 在VC中,线程是很重要的一个知识点。特别是多线程的应用。套接字在网络数据的发送和接收中有不可替代的作用-In the VC, the thread is very important a knowledge point. Especially in multi-threaded applications. Socket in the network to send and receive data, an irreplaceable role in
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-08
    • 文件大小:2018390
    • 提供者:Tony
  1. Thread-synchronization-

    0下载:
  2. 线程同步与异步套接字编程 简单的线程和套接字的使用-Thread synchronization with asynchronous socket programming simple use of threads and sockets
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2436377
    • 提供者:林帅
  1. Thread

    0下载:
  2. 建线程、启动线程和线程间交互;建线程、启动线程和线程间交互-Build thread, start threads and interaction between threads
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:700
    • 提供者:powergrass
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com