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

搜索资源列表

  1. javaphone

    0下载:
  2. 系统内部全部采用事件激发方式,所有工作线程都是由事件驱动模式,这样保证系统最大工作和效率在数据处理层和网关数据的传输调度上是采用异步,并行的处理模式,在最大程度上减 少IO操作对工作线程的影响,同时对数据库的采用批处理的模式,最大限度减少对数据库的IO操作。-System all the way to stimulate the use of events, all worker threads are event-driven model, so to ensure maximum effic
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:410751
    • 提供者:蓝天
  1. tqrIOCPSOCKET

    1下载:
  2. 自己整的IOCP服务端VCL 2009年4月1日最后修改工作线程问题 移除服务器端部分事件-Own the whole of the IOCP server 4 years VCL 2009 Last modified on 1 issue of worker threads to remove part of server-side events
  3. 所属分类:Delphi控件源码

    • 发布日期:2014-02-19
    • 文件大小:28740
    • 提供者:老夫子
  1. workerThread

    0下载:
  2. 对工作线程的理解后写的简单的工作线程实现,希望有所用-Understanding of the work after the thread was a simple realization of the work of the thread, hope to use
  3. 所属分类:Windows编程

    • 发布日期:2017-04-16
    • 文件大小:34758
    • 提供者:Liane
  1. Ftp

    1下载:
  2. 运用多线程(工作线程),实现FTP客户端。-The use of multi-threaded (worker thread), the realization of FTP client.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1903408
    • 提供者:张伟
  1. SearchFile

    0下载:
  2. 该程序采用多线程技术来进行搜索,即遍历文件的过程中,每当发现一个文件夹时,就新建一个工作线程进行文件搜索-The program multi-thread technology to search, that is, the process of traversing documents, whenever found in a folder, then create a new thread to document the work of the search
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1990188
    • 提供者:yao
  1. SearchFile

    1下载:
  2. MFC,本例采用多线程技术,即遍历文件的过程中,每当发现一个文件夹时,就新建一个工作线程进行文件搜索。-MFC, in this case multi-threading technology, that is, the process of traversing documents, whenever found in a folder, you create a new worker thread for file search.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:1990200
    • 提供者:钟毅
  1. service

    0下载:
  2. 实现并发性的方式:1)为每个客户分配一个工作线程 2)创建一个线程池,由其中的工作线程来为客户服务 -Way to achieve concurrency: 1) for each customer is assigned a worker thread 2) Create a thread pool from which the worker thread to serve customers
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:10912
    • 提供者:yang hai
  1. Demo4_uiThread_workThread

    0下载:
  2. 创建用户界面线程及工作线程,及它们之间的通信。-how to create UI thread and word thread, and the communication between them.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-08
    • 文件大小:2023964
    • 提供者:wjg
  1. Test0904

    0下载:
  2. 本程序主要是用来讲解工作线程的基本用法,代码中有详细的注释加以说明,还用到嵌入桌面,配置文件等,有较高的参考学习价值。-This procedure is mainly used to explain the basic use of worker threads, the code comment in detail to illustrate, but also use an embedded desktop, configuration files and so on, have a hi
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:67194
    • 提供者:Nick
  1. Design-and-Implementation-of-sniffer

    0下载:
  2. 实现一个功能比较简单的、具有图形界面的Sniffer,主线程响应用户界面操作,工作线程完成抓包等工作-Relatively simple to implement a function, with a graphical interface, Sniffer, the main thread responds to user interface operation, the worker thread to complete packet capture, etc.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:631838
    • 提供者:陈明
  1. thread

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

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

    0下载:
  2. QQProtocol中代码的基本结构: CQQUser存储一个QQ用户的所有信息,包括客户指定信息(用户名,密码等)和服务器返回信息(指在和服务器通讯过程中服务器“设置的”信息,如各种各样的密钥是在和服务器通讯过程中某些特定步骤由服务器生成并返回的,而还有些信息如服务器IP和端口则是最初由客户指定,但有可能因为服务器重定向而改变,等等等等) CInPacket和COutPacket是发送/接收包基类,CBasicInPacket/CBasicOutPacket是QQ基本协议族发送/接收包
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-06-20
    • 文件大小:31627542
    • 提供者:低不就
  1. WorkThread

    0下载:
  2. 创建工作线程,并实现线程间通信的实例源码-Create a worker thread, and achieve the thread an instance of communication between source
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:37633
    • 提供者:
  1. 4

    0下载:
  2. 这是用C#写的主线程和工作线程模式Demo,适合初学者~-This is written in C# the main thread and worker thread mode Demo, suitable for beginners ~
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:40143
    • 提供者:wilson
  1. VCProcedureAndThread

    0下载:
  2. 共14个源代码,讲解了系统进程、线程的主要使用方式和流程。 包括获取系统进程、实现多线程多任务、使用工作线程、使用临界区同步线程、使用事件对象同步进程 使用线程优先级、使用用户界面线程、异常终止线程、正常终止线程 、终止指定进程、在程序中启动程序、在两个执行程序间进行数据通信等示例。-A total of 14 source code, to explain the system processes, threads and processes primarily use. Includ
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-12
    • 文件大小:2784029
    • 提供者:tom
  1. dtu

    0下载:
  2. 启动服务之后应该启动一个线程来轮询DTU数据,收到数据后直接处理,或放数据缓存,再由其他线程来处理用来定义宏电dtu的工作线程-After the start the service should start a thread to poll the DTU data, received data directly, or put the data cache, and then from the other thread to handle the electricity used to de
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-08
    • 文件大小:624
    • 提供者:fanggang
  1. DataShare

    0下载:
  2. 线程同步实例:在主线程中创建多个工作线程,在工作线程中实现对共享数据的同步访问。-Thread synchronization instance: in the main thread to create multiple threads to synchronize access to shared data in a worker thread.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:6079
    • 提供者:leo
  1. IOCPDemo

    0下载:
  2. 使用CreateIoCompletionPort创建完成端口对象。 2.创建工作线程,在完成端口上执行并处理投递到完成端口上I/O请求。 3.向完成端口对象关联套接字句柄。 4.投递重叠发送和接受请求处理I/O。 -Completion port object CreateIoCompletionPort create. Create worker threads running on the completion port and handle delivery to the
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-03
    • 文件大小:30199
    • 提供者:哲思
  1. process

    0下载:
  2. 这是一个主线程工作线程互发信号的一个demo,里面的代码还是很值得去参考的-This is a main thread work thread cross-hair signals a demo, the code inside is still very worthwhile reference
  3. 所属分类:Embeded Linux

    • 发布日期:2017-12-05
    • 文件大小:245543
    • 提供者:李叶
  1. CPort

    0下载:
  2. CSerialPort是基于多线程的,其工作流程如下:首先设置好串口参数,再开启串口监测工作线程,串口监测工作线程监测到串口接收到的数据、流控制事件或其它串口事件后,就以消息方式通知主程序,激发消息处理函数来进行数据处理,这是对接收数据而言的;发送数据可直接向串口发送。 -CSerialPort is based on multi-threaded, its workflow is as follows: First, set the serial port parameters, and
  3. 所属分类:Static control

    • 发布日期:2017-11-10
    • 文件大小:7257
    • 提供者:肖阳
« 1 2 3 45 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com