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

搜索资源列表

  1. Experiment-9

    0下载:
  2. MFC基础知识——实验9(多线程程序设计),详细的操作步骤-MFC basics- Experiment 9 (multi-threaded programming), the detailed steps
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-17
    • 文件大小:109461
    • 提供者:苗高洁
  1. MultiThread6

    1下载:
  2. VC多线程例程六及图解文档(界面线程) 包括源代码-VC and multi-threaded routines six graphic documentation (UI thread), including source code
  3. 所属分类:Process-Thread

    • 发布日期:2015-12-05
    • 文件大小:560128
    • 提供者:onsunsl
  1. multiUART

    0下载:
  2. 通过创建多线程的方法来实现arm板上的多串口的并行通信,自己编写的,并在板上测试过的,但是针对你的板子,要自己设定。-By creating multi-threaded approach to achieve multi-arm board parallel port communication, I have written and tested on the board, but for your board, to set their own.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:1432
    • 提供者:xting
  1. zhuru2

    1下载:
  2. 易语言注入源码,绝对是原创的,两种类型:线程注入和钩子注入-Easy language into the source code is definitely original, two types: threaded into and hook into
  3. 所属分类:其他小程序

    • 发布日期:2017-04-08
    • 文件大小:3243
    • 提供者:1982616410
  1. dxcDown

    0下载:
  2. 用DELPHI写的多线程下载程序,HTTP方式。-DELPHI written with multi-threaded download, HTTP method.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:245871
    • 提供者:lan
  1. lockExample

    0下载:
  2. 多线程应用程序中如何使用LOCK语句实现同步,本例子模仿多人在多台提款机上同时取款的情况,演示多线程中的同步-Multi-threaded application how to use the LOCK statement to synchronize more than imitate the example of the multiple ATM withdrawals in the case at the same time, demonstrate the simultaneous mu
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:44157
    • 提供者:陈宝生
  1. VB_Socket_example

    0下载:
  2. socket 通讯多线程,实现局域网连接对话。-multi-threaded socket communications, LAN connection dialogue.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:7246
    • 提供者:caipucaipu
  1. readwrite

    0下载:
  2. 读写者问题,解决进程死锁和恢复,进程调度。 多线程任务。-Those who read and write and solve deadlock and restore processes, process scheduling. Multithreaded.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-15
    • 文件大小:3975550
    • 提供者:sharp
  1. ifengThreads

    0下载:
  2. C#开发的一款新闻采集器,支持多线程,还可支持SQL SERVER数据库,可将采集回来的内容直接插入到数据库。SQL语句可以自己编辑。-C# development of a news gathering, support multi-threading, also supports SQL SERVER database, the contents can be collected directly back into the database. SQL statements can edit
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:232866
    • 提供者:王俊
  1. VC_simple-thread-pool

    0下载:
  2. vc写的简单的线程池 vc写的简单的线程池-vc wrote a simple thread pool vc wrote a simple thread pool
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-24
    • 文件大小:40486
    • 提供者:zhujianqi
  1. Multi-threaded-HTTP

    0下载:
  2. 多线程—断点续传,我做了一个简单的Http多线程的下载程序,来讨论一下多线程并发下载以及断点续传的问题。 这个程序的功能,就是可以分多个线程从目标地址上下载数据,每个线程负责下载一部分,并可以支持断点续传和超时重连。 -Multi-threaded- HTTP, I made a simple multi-threaded download Http to discuss the multi-threaded concurrent downloads and HTTP issues.
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-03-26
    • 文件大小:39590
    • 提供者:毕文伟
  1. 多线程入门

    0下载:
  2. 本程序介绍多线程的使用,适合初学者,简单易懂,容易上手
  3. 所属分类:系统编程

  1. 6502写的多线程系统

    0下载:
  2. //优点:时间查询式转换任务,每个任务运行一次交出使用权,延时一定的clock(其间让别的任务运行),,当几个任务都在等拿使用权时,最高优先级的任务得到优先运行权 //(没有延时clock只能使用最低优先级(且只能有一个没有延时任务),这样,这个任务可以不停的环型运行。(除非有高优先级任务打断一下)) //缺点:如任务不交出使用权,别的任务没法运行。如某一个任务运行时间超过clock,将影响短时间休息的任务的时间精度(不影响整体时间)。 //突发事件。(可使用中断使任务wakeup) /
  3. 所属分类:系统编程

    • 发布日期:2016-11-29
    • 文件大小:3220
    • 提供者:udlhaps
  1. wpf线程问题

    0下载:
  2. WPF是C#编程中一个新技术(动画界面),此文档是关于在使用WPF技术编写程序时,一些线程的问题...(WPF is a new technique in C# programming (animation interface), which deals with threads that are written when using WPF technology...)
  3. 所属分类:C#编程

    • 发布日期:2017-12-23
    • 文件大小:87040
    • 提供者:panjaf
  1. Test1

    0下载:
  2. 在MFC 子线程中使用UI(控件)退出时死锁或者超时处理参考(Use the UI (control) in the MFC subroutine to exit the deadlock or overtime processing reference)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:1880064
    • 提供者:death10001
  1. pwyha

    0下载:
  2. 一个多线程文件示例,详细说明了多线程的使用方法,不错的(A multi-threaded file example, detailing the use of multi-thread method, good)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-13
    • 文件大小:33391
    • 提供者:FIPYqzd-08670
  1. QThread

    0下载:
  2. QT 创建线程demo(QT create thread demo)
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:7168
    • 提供者:kiranrao
  1. CThreadPool

    0下载:
  2. vc 线程池demo 实现线程队列 windows平台(VC thread pool, demo implementation, thread queue, windows platform)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-22
    • 文件大小:8644608
    • 提供者:keivin
  1. Cpp1

    0下载:
  2. 多线程,循环同时进行,你懂的,很不错的,哈哈哈哈哈哈哈哈哈哈哈哈(Multi threading, loop simultaneous.)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:1488896
    • 提供者:子余
  1. Succe_ListView_Thread_Delegate

    0下载:
  2. 对于新入门的朋友可快速学习线程、委托、ListView闪屏方案,具有详细的注释(For the new entry of friends, you can quickly study threads, delegates, ListView flash screen program, with detailed notes)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-20
    • 文件大小:49152
    • 提供者:nihao003
« 1 2 ... 27 28 29 30 31 3233 34 35 36 37 ... 50 »
搜珍网 www.dssz.com