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

搜索资源列表

  1. NetDownMTR

    0下载:
  2. ◆◆◆ 《FTP、HTTP 多线程断点续传下载文件》◆◆◆ FlashGet、网络蚂蚁想必大家都很熟悉,他们都是利用多线程同步下载的原理来提高下载速度,同时具有断点续传的功能,这些软件到底是如何实现的呢?答案在代码中揭晓。 代码中的 CDownloadMTR 类就是一个具有多线程断点续传功能的类,同时提供了测试例程。代码中未使用任何CInet类或InternetOpen()等函数,而是直接使用 SOCKET 连接,一步一步解析HTTP/FTP通信协议来完成会话和文件下载,具体细节请参
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:270943
    • 提供者:谢红伟
  1. ThreadTest.rar

    1下载:
  2. 一个实例,介绍如何在VC中调用多线程,本例中也同时实现了常用的排序算法。,An example on how to call the VC multi-threaded, this case also the realization of the sorting algorithm used.
  3. 所属分类:Process-Thread

    • 发布日期:2016-04-05
    • 文件大小:17256
    • 提供者:李洪坛
  1. Multithread

    0下载:
  2. 操作系统实验 多线程实现矩阵乘法 win32、pthread、java三种线程库均有 适合用来学习多线程操作的入门例程-java, win32, pthread three kinds of thread libraries are suitable for multi-threaded operation started learning routines
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:2374
    • 提供者:123
  1. MYSQL

    0下载:
  2. MySQL是一个真正的多用户、多线程SQL数据库服务器。SQL(结构化查询语言)是世界上最流行的和标准化的数据库语言。MySQL是以一个客户机/服务器结构的实现,它由一个服务器守护程序mysqld和很多不同的客户程序和库组成。 SQL是一种标准化的语言,它使得存储、更新和存取信息更容易。例如,你能用SQL语言为一个网站检索产品信息及存储顾客信息,同时MySQL也足够快和灵活以允许你存储记录文件和图像。 MySQL 主要目标是快速、健壮和易用。最初是因为我们需要这样一个SQL
  3. 所属分类:MySQL

    • 发布日期:2017-04-16
    • 文件大小:480867
    • 提供者:wjeson
  1. MultiThread5

    0下载:
  2. VC++实现多线程编程一例,实现了线程间的同步。-VC++ multi-thread programming an example to realize the synchronization between threads.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:26915
    • 提供者:阳光剑客
  1. ThreadCreat

    0下载:
  2. 本例介绍了多线程之间的同步和运行,实现两个小球交替运动-This example describes the synchronization between multiple threads and run to achieve two ball alternating movement
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-14
    • 文件大小:3599224
    • 提供者:ruiyunbo
  1. Monitoring

    0下载:
  2. 用两个目录的监视为例说明多线程的应用,如果用列表保存线程及其所监视的目录,就可以实现任意多个目录的监视。 在创建线程前要指明其所监视的目录和反映变化的显示列表。-Monitoring with the directory as an example of two multi-threaded applications, if the list kept by the monitor thread and the directory, you can achieve any number of
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-11
    • 文件大小:2574195
    • 提供者:jumplhc
  1. CommTest

    0下载:
  2. 1.使用多线程的串口类。有读线程和写线程,发送、接收缓冲区(默认2048字节),满足高性能的收发要求。 2.提供事件通知回调函数接口,可以实现接收的消息接口 3.可以监控Modem事件,提供流控接口。 4.调用接口简单。使用例程参考CommTest.dsw-1. Using multi-thread serial port class. Have read the thread and write threads, send, receive buffer (def
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:84224
    • 提供者:梁东
  1. Thread_CarManagementSystem

    0下载:
  2. 这是一个用Java实现多线程的例子,可以是在两台相互可以ping通的机子之间互相传送消息;另外,还包含一个配置聊天室和以车辆管理为例的管理系统的例子。-This is a Java multi-threading example, can be in two of the machine can ping each other between the transmitted messages to each other In addition, the configuration includ
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-03
    • 文件大小:1466060
    • 提供者:pangzhi
  1. dotnet-duoxianchnegkaifa

    0下载:
  2. .net多线程实现的方法及例程包含开发档-. Net multi-threading methods and routines include development files
  3. 所属分类:.net

    • 发布日期:2017-04-16
    • 文件大小:174383
    • 提供者:ericye
  1. Threagkktrdest

    1下载:
  2. 一个介绍如何在Visual C中调用多线程代码,本例中也同时实现了常用的排序算法。完整源代码,已通过测试。-How a call in Visual C multi-threaded code, in this case also commonly used to achieve a sort algorithm. Full source code, has been tested.
  3. 所属分类:Process-Thread

    • 发布日期:2016-04-18
    • 文件大小:17408
    • 提供者:清醒
  1. QXGameEngine0112MMORPG

    0下载:
  2. Silverlight-MMORPG游戏引擎0112源码 这里要说明的,此完成度约50 的2D-ARPG游戏引擎存在地图未切割、多线程未优化、算法未优化、无寻路等诸多毛病, 总结原因是架构上一开始就存在着问题,因此我不打算对其再进行完善及后续制作了。至于它的开源,或许对所有的朋友有大害而无一益, 那么就让它深藏吧。但是就是因为有了它的存在,才会有了本教程以一个更为优雅、简约时尚的姿态出现。我将在本例中完全屏弃 它所有的弱点,实现它未实现的所有功能,让所有的朋友们均能用WP
  3. 所属分类:Game Engine

    • 发布日期:2017-11-14
    • 文件大小:61607018
    • 提供者:阿宽
  1. AThreadTeestn

    0下载:
  2. 一个实例,介绍如何在Visual C中调用多线程,本例例中也同时实现了常用的排序算法。,已通过测试。 -An instance, describes how to invoke the multi-threading in Visual C, this example case, while achieving a common sorting algorithms. , Has been tested.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:17484
    • 提供者:nicollejia
  1. ranSelect

    0下载:
  2. C#四种方式实现对用户操作响应灵敏及可动态更新的窗体控件及其对比 随机抽奖应用为例 开发环境vs2010 timer,backGroundWorker,多线程,委托四种方式的对比: 1.4种方式都可以实现要求 可谓条条大路通罗马 2.多线程和委托需要强行禁用CheckForIllegalCrossThreadCalls,有可能存在运行安全问题,但目前还没遇到 3.timer的源代码最少最简单 其次是多线程 4.委托本质上还是要用到多线程 区别在于委托是
  3. 所属分类:CSharp

    • 发布日期:2017-12-07
    • 文件大小:177345
    • 提供者:Johnny
  1. Test

    0下载:
  2. 基于MFC的一个网络通信的例程,多线程实现UDP的通信,接收和发送分别在不同线程中实现。-MFC-based network communication routines, multithreaded UDP communication, receive and send different thread.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-28
    • 文件大小:3625896
    • 提供者:冯波
  1. MultiThread1

    0下载:
  2. Win32 SDK函数支持进行多线程的程序设计,并提供了操作系统原理中的各种同步、互斥和临界区等操作。Visual C++ 6.0中,使用MFC类库也实现了多线程的程序设计,使得多线程编程更加方便。该例程为Windows API 编写的一个多线程程序实例。-Win32 SDK function supports multi-threaded programming, and provides a variety of operating system principles in synchron
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-14
    • 文件大小:3568727
    • 提供者:秦继文
  1. singleton

    0下载:
  2. 多线程环境下单例设计模式的C++和java实现-Multi-threaded environment C++ Singleton design pattern and java realization
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1697723
    • 提供者:czh
  1. Commthread

    0下载:
  2. 这是一个用于实现多线程串口类开发的实际测试例程,已经经过调试,实际使用于项目中了。(This is a practical test routine for implementing multithreaded serial class development that has been debugged and actually used in the project.)
  3. 所属分类:通讯编程

  1. 多线程实现的例程

    1下载:
  2. PB多线程的源码例子,用于多线程并行,可不用等待timer时间的顺序执行。(A source code example of PB multithreading)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:10240
    • 提供者:穆先生
  1. 双向链表的多线程安全读写

    1下载:
  2. C++实现了双向链表的操作 使用线程同步技术实现了线程的安全读写 提供了4种链表操作(插入、查询、替换、删除)的测试用例
  3. 所属分类:进程与线程

« 12 3 4 »
搜珍网 www.dssz.com