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

搜索资源列表

  1. MultiThread

    0下载:
  2. 两个多线程编程的实例,不是很难,不过有很好的参考价值-More than two examples of threaded programming is not difficult, but a good reference value
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:480873
    • 提供者:xumu
  1. Multithread

    0下载:
  2. sun公司出版的经典的多线程编程指南,里面有很多关于多线程编程的经验!-Multithreaded Programming Guide Multithreaded Programming Guide
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-04
    • 文件大小:1237778
    • 提供者:zhangboalei
  1. multiThread-win2

    0下载:
  2. windows下利用多线程编实现矩阵的乘法,充分利用资源以提高运算的效率。-compiled under windows using multi-threaded matrix multiplication to achieve full use of resources to improve the efficiency of operations.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:939
    • 提供者:朱锐
  1. multithread--wordclear

    0下载:
  2. vc 编程种详细介绍了多进程的处理方式,对win32编程和MFC做了对比,并对应的写出7个实例,有助于快速入手多线程!-vc programming kind of detailed multi-process approach, on win32 programming and MFC was compared, and the corresponding write seven instances, contribute to fast start multi-threaded!
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:36350
    • 提供者:氧气鱼
  1. 3pcf

    0下载:
  2. 3PCF计算多线程实现 定义: 点集D、R。 定义D中的点为ai∈D,R中的点为bi∈R。 距离:r1、r2、r3、err 求: 满足以下条件的三元组(空间中三角形)的数目 <ai, bm, bn>,|ai-bm|=r1±err且|ai-bn|=r2±err且|bm-bn|=r3±err 原始解法: 对于D中每一点ai,在R中找到与之距离为r1的点集R’,找到与之距离为r2的点集R’’。在点集R’与R’’中,查找两点间距离为r3的点组数目。累加。
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:869
    • 提供者:Junki Lee
  1. MultiThread

    0下载:
  2. 多线程代码 有用的 想要的请好好珍藏 好好学习-Useful for multi-threaded code is a good collection you want to learn please
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:1218162
    • 提供者:zhuzhu
  1. RollBallGDI

    0下载:
  2. 多线程实现小球滚动,C#实现,遵循牛顿定律。-Multithread ball rolling, C# implementation.
  3. 所属分类:GUI Develop

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

    0下载:
  2. mfc对多线程的支持。实现多线程之间的通信和操作。-multithread in mfc
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:29147
    • 提供者:龚亮
  1. xiancheng

    0下载:
  2. 多线程的实现 线程技术是高级应用的基本要求 程序为你展示 -Multithread threading is the basic requirement for advanced applications program to show you
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:27793
    • 提供者:zhu
  1. MultiThread

    0下载:
  2. VC++ 多线程与聊天室程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。在接收线程函数中,遗忘了释放指针的操作,在随盘代码中已更正,特此说明。-VC++ multi-threaded programs written with the chat rooms, multi-threaded applications prone to problems. Mutex objec
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:37875
    • 提供者:胡杨
  1. MultiThread

    0下载:
  2. 多线程技术的简单程序,用于挂起线程和唤醒线程,帮助掌握线程的编程和调试方法-Multi-threading technology, a simple procedure for the pending thread and wake up the thread, to help grasp the thread of programming and debugging methods
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:1926868
    • 提供者:吴雯婷
  1. socketClient

    0下载:
  2. 多线程实现socket通信实例,简单易学,适合初学者,代码中有详细的助手,希望对初学者有所帮助。-Multithread socket communication examples, easy to learn for beginners, the code in detail assistant, want to help beginners.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-25
    • 文件大小:23894
    • 提供者:xitu
  1. MUTITHREAD

    0下载:
  2. 进程与线程中的信号量编程,有关多线程Multithread方面的源代码-Process and thread semaphore programming, Multithread aspects of the multi-threaded code
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:48367
    • 提供者:陈九天
  1. MultiThread

    0下载:
  2. 多线程是为了同步完成多项任务,不是为了提高运行效率,而是为了提高资源使用效率来提高系统的效率。线程是在同一时间需要完成多项任务的时候实现的。-Multithreading is to synchronize the completion of many tasks, not to improve the efficiency, but to improve the efficiency of resource use to improve the efficiency of the system
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:1207215
    • 提供者:wayuzhi
  1. scanner

    0下载:
  2. 简单的端口扫描器,用多线程实现。使用的方法是tcp全连接扫描-a simple scanner, which is implemented by multithread
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:53997
    • 提供者:sensen
  1. websever

    0下载:
  2. 多线程网络服务器 multithread webserver java语言编写-Multi-threaded web server multithread webserver java language
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:385602
    • 提供者:joseph9207
  1. MultiThread

    0下载:
  2. 通过3个关于线程的编程,由易到难,可以了解线程是如何被创建,挂起,执行,以及如何去添加一个功能函数来实现线程的特定功能-Through 3 on the thread of programming, from easy to difficult, to understand how the thread is created, hang, execution, and how to add a feature function to achieve specific functions thre
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-21
    • 文件大小:5668376
    • 提供者:dhx
  1. kamengduoxianchenggood

    0下载:
  2. 用蒙特卡罗多线程实现圆周率的计算,是用公共变量来实现的-Multithread with the Monte Carlo calculation of pi is achieved using public variables
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:2943
    • 提供者:gyt
  1. Thread3_23

    0下载:
  2. 一个不错的多线程例子,你会喜欢上它的 一个不错的多线程例子,你会喜欢上它的-multithread,good example programming
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:17845
    • 提供者:张松
  1. MultiThreadSerialCommnication

    0下载:
  2. 简单而强大的多线程串口编程工具CserialPort类(附VC基于MFC单文档协议通讯源程序及详细编程步骤)-multithread serial commnunication programming
  3. 所属分类:Com Port

    • 发布日期:2017-04-03
    • 文件大小:57698
    • 提供者:chenchunming
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 25 »
搜珍网 www.dssz.com