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

搜索资源列表

  1. c_and_java

    0下载:
  2. 演示win32的socket 通讯 八皇后的改进算法 并发Concurrency的JAVA实现 applet演示鼠标的点击时间和显示图象 手机J2ME的多线程演示-demonstration of the socket 8 Queen's communications improved algorithm with Concurrency JAVA applet demonstration mouse clicks and the time to display ima
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:449834
    • 提供者:唐宇
  1. linuxweb

    0下载:
  2. 在linux下实现web服务!采用多进程并发服务(不是多线程的方式实现) -under the linux web services! Multiple concurrent services process (not multithreaded way to achieve)
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1938670
    • 提供者:ljq200
  1. pthread_examples.tar

    0下载:
  2. 多线程程序作为一种多任务、并发的工作方式,有以下的优点:   1) 提高应用程序响应。这对图形界面的程序尤其有意义,当一个操作耗时很长时,整个系统都会等待这个操作,此时程序不会响应键盘、鼠标、菜单的操作,而使用多线程技术,将耗时长的操作(time consuming)置于一个新的线程,可以避免这种尴尬的情况。   2) 使多CPU系统更加有效。操作系统会保证当线程数不大于CPU数目时,不同的线程运行于不同的CPU上。   3) 改善程序结构。一个既长又复杂的进程可以考虑分为多个线程,
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2556
    • 提供者:李强
  1. NetTransfer

    0下载:
  2. ACE框架编写了一个简单的C/S程序,完成多线程文件并发发送功能。客户端为窗口程序,可以同时选择多个文件进行上传,并可以得到服务器成功保存的反馈信息。服务器控制台程序,将收到的文件保存在指定的文件夹中。-ACE prepared a framework for a simple C / S process, multi-thread completed document with this function. Client for Windows program, you may also se
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:67935
    • 提供者:voion
  1. serverDB

    0下载:
  2. 一个多线程并发服务器程序,服务端启动后,监听客户端连接,接受客户端消息,并操作数据库。-A multi-threaded concurrent server program, the server starts listening for client connections, the client accepts the message, and operation of the database.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-24
    • 文件大小:8091761
    • 提供者:cc
  1. ISAPI4_filter_programming_src

    0下载:
  2. IIS6服务的 ISAPI_filter编程的delphi源码。包括ISAPI4和FILTER样例两部分,样例是为实现web服务器对多线程并发访问的保护限制。可用于学习ISAPI编程时做参考。-ISAPI_FILTER src, for iis6 isapi programming reference.
  3. 所属分类:Web Server

    • 发布日期:2017-04-17
    • 文件大小:107223
    • 提供者:xlzhou
  1. MultiThreadModel

    0下载:
  2. 一个采用VC++语言开发的关于实现多线程并发执行命令的小程序。-A used vc++ language development on multi-threaded concurrent execution order to realize the small program.
  3. 所属分类:source in ebook

    • 发布日期:2017-05-11
    • 文件大小:2062324
    • 提供者:予以
  1. 字符串转换成本地存储图片

    0下载:
  2. 可以将固定格式的字符串传入,经程序转化为透明的字幕图片,保存到sd卡的固定路径。使用多线程并发执行效率较高
  3. 所属分类:多媒体

  1. TestTaskMgr

    0下载:
  2. 自己写的,C#的多线程并发,生产者消费者模式。查库模拟生产,多线程消费者并发发送获取的数据。(该源码用于学习用途,不能用于正式环境)-It s written by myself, C# multithread concurrency demo, producer-consumer model. Query to simulate the process of production, and multi-threaded concurrent consumers to send all the
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:10812
    • 提供者:ken
  1. Multi-thread-concurrent-write-files

    0下载:
  2. 多线程并发写文件,100个线程同时写文件无压力-Multi thread concurrent write file, the 100 thread at the same time to write the file without pressure
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-29
    • 文件大小:36999
    • 提供者:钱云杰
  1. test

    0下载:
  2. 一路测试用户并发,一路测试多线程并发。-All the way to test the user concurrent, all the way to test multi-threaded concurrent.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:791
    • 提供者:啊啊
  1. python_img_spider

    0下载:
  2. 图片网站爬取图片及下载多线程并发执行,下载保存-Download pictures and images on the web crawling concurrent execution of multiple threads
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2106
    • 提供者:hehe123
  1. matrix_mult

    0下载:
  2. 在C++11的基础上采用4种不同方法实现了多线程并发矩阵与向量乘积,矩阵转置与矩阵乘积,Linux下编译,需连接pthread库。-Using four different methods on the basis of C++ 11 is implemented on a multi-threaded matrix and vector product, matrix transpose and matrix multiplication, Linux compiler, connect pt
  3. 所属分类:MPI

    • 发布日期:2017-05-04
    • 文件大小:7083
    • 提供者:mimic
  1. tbyxdzcj_v1.0

    0下载:
  2. 邮件群发营销用途的辅助工具 输入帖子地址 无论帖子多少页 都会自动采集 分析页面提取Email地址后 前端显示出来 基于多线程并发采集单帖子的多个分页 大幅度提高了采集效率-Mail mass marketing purposes aids Enter the post address no matter how many pages will be automatically collected The analysis page extracts the email
  3. 所属分类:Web Server

    • 发布日期:2017-05-05
    • 文件大小:20125
    • 提供者:gpt
  1. tbyxdzcj_v1.0

    0下载:
  2. 邮件群发营销用途的辅助工具 输入帖子地址 无论帖子多少页 都会自动采集 分析页面提取Email地址后 前端显示出来 基于多线程并发采集单帖子的多个分页 大幅度提高了采集效率-Auxiliary tools for mass marketing Enter the post address no matter how many pages will automatically collect Analysis of the page after extracting the
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-05
    • 文件大小:15404
    • 提供者:zhchiv
  1. server

    0下载:
  2. 局域网多线程并发服务器,采用线程分离服务多客户端,使用小型数据库sqlite3进行数据存储;-LAN multithread concurrent server thread was used to separate service multiple clients, use SQLite3 for data storage
  3. 所属分类:Linux Network

    • 发布日期:2017-05-05
    • 文件大小:4955
    • 提供者:王伦福
  1. C++并发编程实战

    0下载:
  2. 本书是基于C++11新标准的并发和多线程编程深度指南(C++ Concurrency in Action)
  3. 所属分类:并行计算

  1. Java 并发编程实战-随书源码

    0下载:
  2. 《java并发编程实战》随书源码,《java并发编程实战》是一本深入讲解java多线程的书籍(Java concurrent programming actual source code)
  3. 所属分类:其他

  1. 马士兵 Java高并发编程源码和思考题

    2下载:
  2. 马士兵老师的Java高并发编程及思考题,源码内容适合有多线程基础的朋友们。属于进阶版,从volatile和synchronized线程同步开始,有生产者消费者源码,阻塞队列等,由浅及深,最后介绍了线程池实现。
  3. 所属分类:进程与线程

  1. C++并发编程实战源码

    1下载:
  2. 《C++并发编程实战》是一本基于C++11新标准的并发和多线程编程深度指南。内容包括从std::thread、std::mutex、std::future和std::async等基础类的使用,到内存模型和原子操作、基于锁和无锁数据结构的构建,再扩展到并行算法、线程管理,最后还介绍了多线程代码的测试工作。
  3. 所属分类:系统编程

« 1 2 3 45 6 7 8 9 »
搜珍网 www.dssz.com