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

搜索资源列表

  1. FIFOserver

    0下载:
  2. prg8_1.c 互斥对象实例。该程序说明如何使用互斥对象。prg8_2.c 条件变量实例。该程序是一个多线程的无连接并发服务器。prg8_3.c 处理同步线程退出。-prg8_1.c mutex object instance. The program explains how to use the mutex object. Examples of conditions prg8_2.c variables. The program is a free multi-threaded conc
  3. 所属分类:Linux Network

    • 发布日期:2017-04-16
    • 文件大小:20466
    • 提供者:zjm
  1. EncoderDriver

    0下载:
  2. Linux 核心驱动程序。提供多线程访问和保护能力。快速I/O访问。-A linux kernel mode device driver. Thread safe provides fast latching to 1ms. Interupt automatically latches multi-channel input encoder data.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:29520
    • 提供者:hegallis
  1. CThreadEx

    2下载:
  2. 能实现工作线程和用户界面线程同步控制;MFC多线程应用实例-Work to achieve the user interface thread and thread synchronization control MFC multi-threaded application
  3. 所属分类:Windows Develop

    • 发布日期:2015-10-25
    • 文件大小:4392990
    • 提供者:wowoniu
  1. httppic

    0下载:
  2. 1.该程序使用IdHTTP控件实现多线程下载。 2.使用了sui皮肤控件,本人的修改版,请覆盖原版重新编译。 3。一个最大的问题:当两个线程或两个以上的线程同时 对同一网站的图片下载,由于网站的限制同时连接数,导致 线程停止。如果有哪位高手能解决这个问题,请mail我 使用方法: 先使用快车类的软件将大量包含图片连接地址的网页源文件下载 到本地,再利用本软件将这批文件打开并分析地址。 就可以得到大批图片地址列表,既可以利用快车成批下载, 也可以用本程序成
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1317141
    • 提供者:张卫国
  1. UDPTCP

    0下载:
  2. 该程序充分利用了JAVA的多线程,完成写文件和刷新界面,在不同的线程间还有调用关系,因为考虑到网络数据的不稳定性,即有时数据量比较小,有时数据包很多,如果一个线程就会出现在数据量高峰时严重掉包(编程初期的时候,已试过)。所以引入多线程,这样在数据包不多的时候,能够使得数据包多的时候没有完成保存工作的线程能够继续完成保存工作。-The program makes full use of the multi-threaded JAVA, write documents and complete th
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:388047
    • 提供者:李璞
  1. AnimatorIcon

    0下载:
  2. 动画线程的设计与实现 Java动画编程有多种实现方法,但它们实现的基本原理是一样的,即在屏幕上画出一系列的帧来造成运动的感觉。Java多线程技术是Java动画编程中普遍运用的技术,它在控制动画程序的流程和动画的显示效果方面起着重要的作用。Java动画编程中的动画闪烁和图像残缺不全等现象,是Java程序员经常碰到的问题。本文以作者应用实例程序为基础,阐述如何运用多线程、重载Update、双缓冲和图像跟踪等技巧来解决这类问题,以达到动画显示的最佳效果。 -Animation Design a
  3. 所属分类:Games

    • 发布日期:2017-04-02
    • 文件大小:37263
    • 提供者:wangyun
  1. BossHook

    0下载:
  2. 在.Net2.0环境上开发WinForm程序,当在多线程中修改界面控件的状态,会抛出一个异常:Cross-thread operation not valid:Control textBox1 accessed from a thread other than the thread it was created on .后查询知道这是因为.net 2.0以后加强了安全机制,不允许在winform中直接跨线程访问控件的属性。到网上Google下,找到的解决方案有三种,现将这三种解决方案整理如下:
  3. 所属分类:Hook api

    • 发布日期:2017-05-04
    • 文件大小:1254335
    • 提供者:boshen
  1. SummaryOfMutiThread

    0下载:
  2. 关于Windows下多线程编程的一些详细介绍,对线程和线程相关的概念都介绍的很好。推荐大家看看哦-On Windows under a number of multi-threaded programming details of threads and thread-related concepts are well described. Well take a look at the recommended
  3. 所属分类:software engineering

    • 发布日期:
    • 文件大小:4278
    • 提供者:刘亦枫
  1. ThreadDown

    0下载:
  2. 断点下载的程序多线程的, 断点下载的程序多线程的-Breakpoint procedures to download multi-threaded, multi-process breakpoint download thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:11387
    • 提供者:flashvip
  1. ThreadSynByEvent

    0下载:
  2. win ce下多线程的实验源码,一共有三个多线程实验,分别是按事件、信号量、等,此文档为事件线程-under win ce-source multi-threaded test, a total of more than 3-thread experiments are based on events, semaphores, and so on, this document for the event thread
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-07
    • 文件大小:2041958
    • 提供者:xuying
  1. tongbu1

    0下载:
  2. 使用全局变量同步线程的简单例子,是多核编程书上的一个例子,欢迎查看-The use of global variables of a simple example of thread synchronization, multi-core programming is an example of the book, please see
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:413284
    • 提供者:肖飞
  1. include1

    0下载:
  2. 因为有多个缓冲区,所以生产者线程没有必要在生成新的数据之前等待最后一个数据被消费者线程处理完毕。同样,消费者线程并不一定每次只能处理一个数据。在多缓冲区机制下,线程之间不必互相等待形成死锁,因而提高了效率。 -Because there are a number of the buffer zone, so there is no need for the producer thread to generate new data on waiting until the last thre
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:5107
    • 提供者:张闽
  1. Synchronize

    0下载:
  2. 一个测试多线程执行情况的小程序,可以显示线程进行的情况,计算素数等-A test implementation of multi-threaded applet, and they demonstrated the thread of the situation, such as computing prime numbers
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:29000
    • 提供者:chenshiyuan
  1. opt_dsp

    0下载:
  2. arm-linux下的多线程自保护程序主线程样例。主线程的自保护可以在/etc/inittab中设置-under the arm-linux from the protection of multi-threaded program example main thread. Main thread of self-protection in the /etc/inittab to set up
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:1174
    • 提供者:chenfuming
  1. wei_linux

    0下载:
  2. 多线程编程基础(理论+实例) 包括互斥锁,条件变量,线程数据,信号量,线程属性。-The basis of multi-threaded programming (theory+ examples), including mutex locks, condition variables, thread data, semaphores, thread attributes.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:125720
    • 提供者:王小白
  1. HttpDownload

    1下载:
  2. http多线程下载的例子,支持断点续传,进过测试可用,学习线程编程和网络编程比较好的例子-http example of multi-threaded downloads and support HTTP, enter the test can be used to learn programming and network programming thread better example
  3. 所属分类:TCP/IP Stack

    • 发布日期:2015-09-23
    • 文件大小:172022
    • 提供者:wayking
  1. netkitrelease

    0下载:
  2. 1)支持TCP、UPD协议以及混合模式; 2)封装线程池管理模型,支持多连接的并发服务器; 3)同时支持多服务器和多客户端的混合模式,特别适合于P2P系统开发; 4)线程异常退出保护机制; 5)简便的编程接口; 6)易扩展的数据封包方式; 7)低层采用Select非阻塞模型,并对Windows API进行封装,容易实现跨平台移植。 8)适用于中小型windows网络平台应用系统项目的开发。 -1) support for TCP, UPD, as well as
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:229935
    • 提供者:jack
  1. QGServerLib_release.tar

    0下载:
  2. QGServerLib是一个C++实现的简单易用的Tcp服务器框架库,旨在简化服务器的构建过程。 具有如下特点: 1, 以模块化的处理池为基本构建元素,能够方便的实现安全稳定的服务架构。 2,事件触发,多线程事件监听,任务化读写访问,解决单线程监听及数据读写带来的性能瓶颈,连接不受线程数限制。 3,写队列,并行读写逻辑,支持服务器数据推送(Push)。 4,数据传送协议,避免数据传送错误,封装数据流。 5,类远过程调用。 6,
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-03
    • 文件大小:1081069
    • 提供者:lwp
  1. Socket

    1下载:
  2. 客户端与服务端通讯,其中涉及到多线程及对线程的处理、委托-Client and server communications, which involves multi-threaded and thread handling, commissioned
  3. 所属分类:WinSock-NDIS

    • 发布日期:2014-07-05
    • 文件大小:483126
    • 提供者:赵真
  1. LinuxProgrammingembeddedmulti-task

    0下载:
  2. 嵌入式linux多任务编程,进程 线程 线程池 等参考范例。-Linux Programming embedded multi-task, the process thread pool thread, such as a reference sample.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:12489
    • 提供者:魏冲
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com