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

搜索资源列表

  1. XR.rar

    0下载:
  2. 交通信号灯的线程设计 实验目的:多线程设计,同步机制 题意 设计一个交通信号灯类: (1) 变量:位置、颜色(红、黄、绿)、显示时间(秒)。 (2) 方法:切(3) 换信号灯。 创建并启动两个线程(东西向、南北向)同时运行。 实验要求 (4) 设计线程。 (5) 设计路口信号灯示意图界面。 (6) 进一步将每个方向的信号灯分成3种车道灯:左转、直行和右转。 (7) 根据车流量进行时间的模糊控制。 ,Traffic signal design experimental pu
  3. 所属分类:Applet

    • 发布日期:2017-03-23
    • 文件大小:3612
    • 提供者:伊川
  1. delphi线程专讲

    0下载:
  2. delphi线程专讲,对于delphi下多线程开发很有帮助,delphi thread specifically speaking, for the development of multi-threading under delphi helpful
  3. 所属分类:编程文档

    • 发布日期:2017-05-09
    • 文件大小:2133517
    • 提供者:HuangJacky
  1. ThreadPool_final.rar

    0下载:
  2. 此代码作为Server,使用TCP Socket编程技术,利用多线程并发,并且使用了线程池技术,修改宏定义可以实现任意路client并发连接到此服务器,This code as a Server, using TCP Socket programming using concurrent multi-threaded, and uses the thread pool technology, to amend the definition of macros can be complicated
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-24
    • 文件大小:4553987
    • 提供者:xuzhisheng
  1. Chat_Socket

    0下载:
  2. 实现“一对多的自由”聊天程序: (1)服务器端用户可以和多个客户聊天; (2)服务器端通过多线程与与每个客户端用户连接; (3)服务器端线程ID标识客户端用户;其中一方通过控制台输入消息,依次轮流向另一方发送数据。-Achieve " the freedom of one to many" chat program: (1) server-side user can chat with multiple customers (2) through a multi-
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-24
    • 文件大小:4186
    • 提供者:Andy
  1. ComTimer

    1下载:
  2. 多线程串口数据发送,采用Windows高精度时间搓实现,精度可以达到1毫秒,可以任意设置进程优先级别和线程优先级别-Multi-threaded serial data transmission, the use of Windows to achieve high-precision time twist, the accuracy can reach 1 ms, which could be set process priority and thread priority
  3. 所属分类:串口编程

    • 发布日期:2013-08-02
    • 文件大小:47540
    • 提供者:宋启波
  1. uSendStrMsg

    0下载:
  2. 多线程编程的时候,有时候会向界面发送大量日志信息,但是在线程里操作界面会造成死锁等怪现象,基于此,开发了此类,用来在线程里发送字符串信息,支持扩展信息。使用时SendMsg为发送消息,Pointer可传入扩展信息的内存指针,TStringMsgObj的创建函数传入显示消息回调及释放扩展信息回调,没有扩展信息可不传释放回调-Multi-threaded programming, sometimes a lot of log information sent to the interface, bu
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:1443
    • 提供者:李健
  1. PthreadMulti

    0下载:
  2. 用Pthread线程库编写多线程矩阵乘法-With Pthread thread library to write multi-threaded matrix multiplication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:744
    • 提供者:Alex Yan
  1. ThreadPool

    0下载:
  2. 一个可以用VC的多线程管理的线程池类,类似Java类库的线程池。内有一个Demo程序,帮助初学者理解和使用该封装好的类。-A VC can be multi-threaded managed thread pool class, similar to the Java class library for the thread pool. There is a Demo program to help beginners to understand and use the packaged cla
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:42638
    • 提供者:豪戈
  1. 阻塞模式主要用于无窗口、多线程处理中

    0下载:
  2. 阻塞模式主要用于无窗口、多线程处理中。启动服务之后应该启动一个线程来轮询DTU数据,收到数据后直接处理,或放数据缓存,再由其他线程来处理。-Blocking mode is mainly used for non-window, multi-threaded processing. After the start the service should start a thread to poll the DTU data, received data directly, or put the d
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2017-03-24
    • 文件大小:611
    • 提供者:fanggang
  1. spider_demo.rar

    0下载:
  2. C#多线程网络爬虫,使用线程池来控制线程,效率不错。,C# multi-threaded network reptiles, use the thread pool to control the thread, good efficiency.
  3. 所属分类:Search Engine

    • 发布日期:2017-03-29
    • 文件大小:87341
    • 提供者:bloodxia
  1. uThreadPool.rar

    0下载:
  2. delphi 多线程编程应用实例类,可以进行线程的忙闲控制,可以进行空闲事件提醒,是delphi多线程应用不可多得的实例.,delphi programming multi-threaded application type, the busy thread can be idle control, idle events can be reminded, is a rare multi-threaded applications delphi examples.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-25
    • 文件大小:7075
    • 提供者:gpscar
  1. MultiThread3

    0下载:
  2. 实现传送一个结构体给线程的简单程序,也是一个多线程的实例。-Sent a structure to achieve a simple procedure to the thread, but also a multi-threaded example.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:14784
    • 提供者:mrwrong
  1. ThreadPool.rar

    0下载:
  2. 多线程池模块,可以通过简单的调用获得稳定的多线程支持,已经过充分测试。,Many thread pool module, you can call through the easy access to a stable multi-threading support, has been fully tested.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:13450
    • 提供者:江浩
  1. multitransfer.rar

    0下载:
  2. 多线程文件传输。分5个线程发送,用异步套接字格式,但还不能实现断点传输,Multi-threaded file transfer. Sub-thread 5
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-25
    • 文件大小:8287801
    • 提供者:成满
  1. ProducerConsumer

    0下载:
  2. 采用Java 多线程技术,设计实现一个符合生产者和消费者问题的程序。对一个对象(枪膛)进行操作,其最大容量是12颗子弹。生产者线程是一个压入线程,它不断向枪膛中压入子弹;消费者线程是一个射出线程,它不断从枪膛中射出子弹-Use of Java multi-threading technology, designed to achieve a consistent producer and consumer issues programs. Pairs of an object (the cham
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:703
    • 提供者:Allan
  1. win32

    0下载:
  2. 使用win32线程库实现的多线程求解素数程序,输入素数即可求得小于该素数的所有素数-Using the win32 thread library implementation of multi-threaded prime number solver program, enter the prime numbers less than the prime number can be obtained for all primes
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:809
    • 提供者:maverick
  1. NT_thread

    0下载:
  2. 线程也是Windows NT 引入的先进技术之一。实际上,没有多线程,也就不会有Windows .... Windows NT 下的线程也是有优先级的,其范围从0 到31 共32 级,其中31 表示最高-Windows NT thread is one of the introduction of advanced technology. In fact, there is no multi-threading, there would be no Windows .... Windows NT
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:257672
    • 提供者:hebeidameng
  1. threadpool-0_2_5-src

    0下载:
  2. 多线程编程,线程池类库,boost library封装实现,例程有merge sort-Multi-threaded programming, thread pool library, boost library package implementation, routines have merge sort etc.
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:52538
    • 提供者:leo
  1. duoxianchengchuanshu

    0下载:
  2. 多线程文件传输 开了5个线程来说明问题效果不错-Multi-threaded file transfer thread opened five good effect to illustrate the problem
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:74027
    • 提供者:wangjun
  1. kavse

    0下载:
  2. 自己写的,多线程遍历磁盘文件、线程同步,文件MD5转换。-Written multi-threaded traverse the disk file, thread synchronization, file MD5 conversion.
  3. 所属分类:File Operate

    • 发布日期:2017-11-09
    • 文件大小:5441725
    • 提供者:李建
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com