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

搜索资源列表

  1. lua-coroutine

    0下载:
  2. lua协程 介绍和使用例子 协程是lua中比较高级的功能 类似多线程-lua coroutine introduction and use examples Lua coroutine is the more advanced features like multi-threading
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1398
    • 提供者:sld
  1. TkThread

    0下载:
  2. 自己写的一个小线程类,加了线程队列,个人觉得比较好用-A small thread class to write their own, plus the thread queue, personal feel good
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5735
    • 提供者:tangkai
  1. ClientAndServerCPPCode

    0下载:
  2. 客户端服务器端的即时聊天程序的源代码,可以多线程多客户端同时通信-Client-server real-time chat program source code, you can multi-threaded multi-client communications
  3. 所属分类:Other systems

    • 发布日期:2017-05-27
    • 文件大小:9402356
    • 提供者:yu
  1. queuedcustomtype

    0下载:
  2. Qt多线程使用,这是一个比较好Qt多线程编程使用的方法-Qt multithread
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:12338
    • 提供者:liliang
  1. nachos02

    0下载:
  2. nachos 系统下使用信号量和条件变量,锁实现对链表和缓冲区中信息的修改,确保线程的同步。-Under the nachos system using semaphores and condition variables, the lock list and buffer to achieve changes to the information, to ensure the synchronization of threads
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:12159
    • 提供者:叶飞
  1. 8uftp_setup_3.8.1.1

    0下载:
  2. 8UFTP工具分为8UFTP客户端工具和 8UFTP智能扩展服务端工具,涵盖其它FTP工具所有的功能。不占内存,体积小,多线程,支持在线解压缩。界面友好,操作简单,可以管理多个ftp站点,使用拖拉即可完成文件或文件夹的上传、下载。 智能升级检查,免费升级。建议同时安装8UFTP客户端和8UFTP智能扩展服务端工具。-8UFTP tool into 8UFTP smart client tools and 8UFTP extended service client tools, coveri
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:607143
    • 提供者:朱晓宇
  1. Android--Thread-demo

    0下载:
  2. listview 多线程下载,通知中心提示下载进度,自动安装-listview Thread demo listview Thread demo
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1626981
    • 提供者:韦陀
  1. MultiThread2

    0下载:
  2. 很好的一款多线程实例哦 很适合初学者 里面有我精心准备的很多代码 简单实用-Good examples of a multi-threaded, oh it is suitable for beginners to have a lot of code inside my carefully prepared simple and practical
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:921
    • 提供者:曹汉
  1. AA

    0下载:
  2. 很好的一款多线程实例哦 很适合初学者 里面有我精心准备的很多代码 简单实用-Good examples of a multi-threaded, oh it is suitable for beginners to have a lot of code inside my carefully prepared simple and practical
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2083
    • 提供者:曹汉
  1. DelphiXCTB

    0下载:
  2. Delphi多对象等待实现的线程同步 运行示例程序,并尝试在输入框中输入有效的目录名,然后 按下“添加到监视列表”按钮。 到被监视的目录中,做一些文件或者目录操作,例如创建文 件、更名等。会发现本程序将做出一些响应。-Delphi multi-threaded implementation of synchronization object wait
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6552
    • 提供者:李涛
  1. MFC-USARTClass

    0下载:
  2. VC6.0 创建的一个MFC的串口类(创建线程进行数据接收),主要用于做窗口时需要用到串口问题的解决。-VC6.0 created a serial MFC class (create a thread for data reception), is mainly used to do when the window need to use a serial port on the solution of the problem.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:5115
    • 提供者:qq
  1. thread_poll

    0下载:
  2. 线程池实现的源码例子。代码有详细的注释。可用于学习-pthread poll
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2334
    • 提供者:王位
  1. download

    0下载:
  2. 下载者源码 自动提权功能 自启动功能 线程注入功能 -download source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:308508
    • 提供者:bbk
  1. ProducerConsumer

    0下载:
  2. 生产者消费者问题(英语:Producer-consumer problem),也称有限缓冲问题(英语:Bounded-buffer problem),是一个多线程同步问题的经典案例。该问题描述了两个共享固定大小缓冲区的线程——即所谓的“生产者”和“消费者”——在实际运行时会发生的问题。生产者的主要作用是生成一定量的数据放到缓冲区中,然后重复此过程。与此同时,消费者也在缓冲区消耗这些数据。该问题的关键就是要保证生产者不会在缓冲区满时加入数据,消费者也不会在缓冲区中空时消耗数据。-Producers
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-23
    • 文件大小:7392887
    • 提供者:符舜
  1. wmys

    0下载:
  2. 完美延时,解决线程卡死 完美延时,解决线程卡死-look up
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1695
    • 提供者:张军
  1. testEnterOrMutex

    0下载:
  2. 在使用多线程的过程中,使用互斥可以有效解决线程中程序跑乱的错误。封装成了一个简单的类,可以直接使用。-Thread Lock
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:859408
    • 提供者:王洪彬
  1. MulThreadDownloader

    0下载:
  2. 安卓实现多线程断点下载文件,功能包含开始下载,暂停或继续下载-Andrews multi-threaded download files breakpoints, features include start the download, pause or resume downloads
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:135904
    • 提供者:杨如辉
  1. threading

    0下载:
  2. 跨平台c++线程库,很好的封装了线程池,线程的创建-Cross-platform c++ threading library, very good encapsulates the thread pool, the creation of a thread
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2557274
    • 提供者:四川带
  1. Picture_Browser

    0下载:
  2. java版图片浏览器 java基础 初学者使用GUI、线程、文件处理、数据库-java Picture_Browser
  3. 所属分类:Other systems

    • 发布日期:2017-05-25
    • 文件大小:8298989
    • 提供者:Super_pan
  1. therad

    0下载:
  2. 利用多线程实现多一个int数组的求平均值,最大值和最小值。-use thread for a array.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5774
    • 提供者:xiong
« 1 2 ... 16 17 18 19 20 2122 23 24 25 26 ... 34 »
搜珍网 www.dssz.com