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

搜索资源列表

  1. arrayBuffer

    0下载:
  2. 设计了一个环形字节缓冲区类,可用于通信数据收发的缓冲处理。类的读写及查看接口已经加上了多线程同步访问锁。-Designed a ring-byte buffer class, can be used to send and receive communication data buffering. Class to read and write and see the interface has been coupled with a multi-thread synchronization t
  3. 所属分类:Software Testing

    • 发布日期:2017-04-02
    • 文件大小:2792
    • 提供者:胡可
  1. L2109_MessageAndBrew

    0下载:
  2.  第二章\服务器程序\ Server  第二章\客户端程序\Client  第二章\调用WSAEventSelect\ EventSelect  第二章\重叠I/O模式\ Overlap  第二章\完成端口模式\ IOcmplt  第二章\线程池\ TreadPool  第四章\七位编码\ EnglishCode  第四章\八位编码\ Enc
  3. 所属分类:Project Design

    • 发布日期:2017-03-23
    • 文件大小:95361
    • 提供者:李艳
  1. Worker

    0下载:
  2. 如何创建Worker线程,自己找的,比较好的资料-How to create a Worker thread, they seek for themselves, good information! !
  3. 所属分类:software engineering

    • 发布日期:2017-05-13
    • 文件大小:3464604
    • 提供者:钱里
  1. Visual.CPP

    0下载:
  2. 内容不错,是关于网络开发的技术学习资料,VC++开发工具。有进程和线程等的介绍。-Content Yes, it is learning about web development information technology, VC++ development tools. With the introduction of such processes and threads.
  3. 所属分类:Communication

    • 发布日期:2017-06-12
    • 文件大小:19562284
    • 提供者:小淫虫
  1. thread-1

    0下载:
  2. 通信线程篇上,上位机界面,多线程使用,自动控制-Articles on communication thread, the host computer interface, multi-threaded use
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:330982
    • 提供者:周破人
  1. thread-2

    0下载:
  2. 通信线程篇上,下位机界面,多线程使用,自动控制-Articles on communication thread, the next bit machine interface, multi-threaded use, automatic control
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:328830
    • 提供者:周破人
  1. 800yuyinxitongdeshejiyushixian

    0下载:
  2. 语音系统主要分为语音外围控制和语音流程控制。语音外围控制通过启动不同的线程监听客户来电, 通过Socket 通信完成服务器端和客户端的数据交互 语音流程控制则是通过用户自定义的流程模型完成来电的接 听、转接、判断以及内线外播等操作。通过实际运行,系统的设计令人相当满意。-Speech system mainly divided into speech peripheral control and the voice process control. Speech peripheral c
  3. 所属分类:Project Design

    • 发布日期:2017-05-02
    • 文件大小:579634
    • 提供者:周嘉妮
  1. liaotian

    0下载:
  2. 基于多线程实现点对点聊天工具。能传送文件,能处理字体,能实现动画功能。实现点对点的数据通信,实时的信息显示;能够传输文件;基于GDI实现曲线的动画效果,还有字体变化效果-Based on multi-threaded peer-to-peer chat tool. Transmit files, can handle the fonts to achieve animation capabilities. To achieve the number of point-to-point Acc
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:22613
    • 提供者:李焦飞
  1. socket-example

    0下载:
  2. socket简单例子,包含客户端与服务器,讲解多线程与阻塞的问题-very good~~~
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:14214
    • 提供者:cheng
  1. TransFile

    0下载:
  2. 这是一篇关于文件传输,断点续传,多线程进行传输的书籍,借鉴一下,很有用处-This is an article about the file transfer, HTTP, multi-threaded transfer books, reference, very useful
  3. 所属分类:Project Manage

    • 发布日期:2017-04-07
    • 文件大小:41600
    • 提供者:张建国
  1. Lesson16

    0下载:
  2. Lesson16线程同步与异步套接字编程,通过ppt的讲解有个大致的了解-Thread synchronization with asynchronous socket programming
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:12806
    • 提供者:王紫薇
  1. 0-bug

    0下载:
  2. 本书主要针对c/c++语言在商用工程开发中的程序实战进行论述,从需求出发,从商用解决方案的角度来理解c和c++语言的程序设计技巧。首先讨论商用开 发的原则,然后是基础知识、基本技巧,接着是无错化方法,最后提升到世界观层面论述并行开发的正确理念。商用程序员在实际工作中最为关注的无错化、并行、 时间片、内存池、线程池、任务池、工程库和跨平台等相关问题,在本书中都有宝贵的经验总结和理念梳理。本书不是教科书,更多的是在开发技巧、测试调试、工 程代码库等方面给出实例与总结。本书也可以说是教科书
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:2273600
    • 提供者:David
  1. InBuffer

    0下载:
  2. 在同一个进程地址空间内执行的两个线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。当生产者线程生产物品时,如果没有空缓冲区可用,那么生产者线程必须等待消费者线程释放出一个空缓冲区。当消费者线程消费物品时,如果没有满的缓冲区,那么消费者线程将被阻塞,直到新的物品被生产出来。-Two threads of execution within the same process address space. Producer threa
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1374
    • 提供者:刘志愿
  1. CSharpmult_threaded-pass-parameters

    0下载:
  2. 在多线程或单线程任务中,让线程带传入参数一直是个麻烦的问题,通常有种方法就是以类,对像的变量来传参数,这种方法理解上很简单不过在某些场合使用很麻烦,我们主要介绍一种.NET2.0中新增加的带参数运行线程的方法-With incoming parameters in multi-threaded or single-threaded task, let the thread has been a troubling issue, usually a kind of method is the cl
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:9004
    • 提供者:长林
  1. such-a-simple-multi-threaded

    0下载:
  2. 一直以来对于多线程有种恐惧恐惧感,不理解它到底是什么回事,感觉挺抽象的,自从听了传智播客的邹老师对于多线程的讲解,我可以很自信地说我多线程方面入门了-Has been multi-threaded kind of fear of fear, do not understand it what is going on in the end, I feel very abstract, since the the Tsou teacher of listening to Chuan Chi podc
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:29365
    • 提供者:长林
  1. Delphi-multi-threaded-programming

    0下载:
  2. Delphi多线程的编程 多线程的基本概念 Tthread 对象的主要方法 线程应用的简单例子 常用的API 函数 线程的终止和退出 线程的优先级 在数据库中使用多线程 多线程的同步机制 利用Windows的API 实现同步-The main method thread of basic the concept Tthread objects in Delphi multi-threaded programming multithreaded applications simple exampl
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:14956
    • 提供者:长林
  1. linux-multi-thread-synchronization

    0下载:
  2. linux多线程同步的方法 在线程对共享相同内存操作时,就会出现多个线程对同一资源的使用,为此,需要对这些线程进行同步,以确保它们在访问共享内存的时候不会访问到无效的数值。-linux multi-thread synchronization Threads share the same memory operation, there will be multiple threads use the same resources to do this, you need to synch
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:7245
    • 提供者:长林
  1. DELPHI_Pool

    0下载:
  2. 线程池的开发和应用,里面有详细的实现过程和用法,请参考-The development and application of the thread pool, which detailed implementation process and usage, please refer to
  3. 所属分类:software engineering

    • 发布日期:2017-11-28
    • 文件大小:18640
    • 提供者:yuanhao
  1. Windows-API-Function

    0下载:
  2. 文档内介绍了常用的Windows API函数名称及其作用,目录包括:1. API之网络函数 2. API之消息函数3. API之文件处理函数4. API之打印函数5. API之文本和字体函数6. API之菜单函数7. API之位图、图标和光栅运算函数8. API之绘图函数9. API之设备场景函数10. API之硬件与系统函数11. API之进程和线程函数12. API之控件与消息函数。-The document describes the common Windows API function
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:24355
    • 提供者:xgwu
  1. xiancheng

    0下载:
  2. cshatp 线程经典实例,可以直接运行调试-a classic instance of the cshatp thread, you can directly run the debugger
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:40174
    • 提供者:chf
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 19 »
搜珍网 www.dssz.com