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

搜索资源列表

  1. 多线程端口扫描程序.zip

    1下载:
  2. 多线程扫描。最多同时开启60个线程,速度最快1秒 60个端口。速度最差时平均1秒2个端口
  3. 所属分类:扫描程序

    • 发布日期:
    • 文件大小:38100
    • 提供者:
  1. 多线程基本实例

    0下载:
  2. 多线程的实现原理,在delphi中,用一个实例具体说明了多线程的过程。-multithreaded Principle, delphi, with a note of the specific examples of multi-threaded process.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:169053
    • 提供者:丁鹏
  1. Linux下的线程池源代码.rar

    0下载:
  2. 本文给出了一个通用的线程池框架,该框架将与线程执行相关的任务进行了高层次的抽象,使之与具体的执行任务无关。另外该线程池具有动态伸缩性,它能根据执行任务的轻重自动调整线程池中线程的数量。文章的最后,我们给出一个简单示例程序,通过该示例程序,我们会发现,通过该线程池框架执行多线程任务是多么的简单。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2011-09-05
    • 文件大小:858736
    • 提供者:dotnetpig
  1. test.cpp.tar

    0下载:
  2. linux多线程矩阵相乘(C++) 采用多线程技术,对于每行每列的计算都进行了相应的线程操作。-linux multi-threaded matrix multiply (C++)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:662
    • 提供者:xp
  1. thread-m

    0下载:
  2. linux下多线程网络应用实例,很实用的哦。-linux network under the multi-threaded application examples, it is useful oh.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:132177
    • 提供者:Tanker
  1. 33

    0下载:
  2. 学习DELPHI多线程的一个很好的实例代码。-DELPHI learning multi-threaded code a good example.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:482180
    • 提供者:song
  1. linux-mul-thread

    0下载:
  2. linux的多线程编程源码,对于linux的编程非常有帮助。-linux-source multi-threaded programming, linux programming for the very helpful.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:5433
    • 提供者:dfpdn
  1. ThreadSearch

    0下载:
  2. 多线程搜索文件的示例程序,对比单线程搜索的效果。-Multi-threaded file search sample application, as compared with single-threaded search results.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:18770
    • 提供者:yeqing
  1. AES()

    0下载:
  2. 1、更正了原来的1.0版本的所有内存泄漏问题。 2、使用了文件读写的缓冲技术,对加密与解密在速度上都有一定的加快。 3、使用了进度条来显示加密与解密的进度,使其过程更加生动,不单调。 4、使用了多线程技术,这对于有多处理机的计算机来说,速度有一定的提高。 5、使用了与原始AES加密/解密算法中对状态数组按列处理等价的按行来处理数 据(当然在相应的函数中也作了相应的修改),避免了对状态数组的转置操作, 加快了加密与解密的速度。 6、提供了检查所选择的存放加密/解密文件的
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:82137
    • 提供者:liu
  1. clientServer_linux_multithread

    0下载:
  2. Linux下server与client的通信实现。Server支持多线程。附有makefile可供编译。Linux下调试通过。-Under Linux the server and client communication. Server support for multi-threaded. A makefile for compiling. The adoption of Linux under the debugger.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:10896
    • 提供者:joe
  1. unpv13e

    0下载:
  2. 详细说明:Linux下采用C语言开发的聊天程序,使用类似vi的操作界面,服务器端采用多线程技术,每线程服务一个客户端,客户端采用双进程,一个进程负责网络I/O,一个进程负责用户交互。-Linux development using C language chat, the use vi similar to the user interface, server multi-threading technology, every threaded a client services, client
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:629410
    • 提供者:chenim
  1. mscomabc

    0下载:
  2. 一个多线程的VC++串口通讯实例,选择本机可用的串口,可同进打开多个可用的串口,还可以设置数据位、停止位、校验、波特率,往指定端口发送接收数据等。VC6.0编译通过。-More than one thread of the VC++ Serial Communication example, select the serial port of the machine can be used to open the same number into the serial port availabl
  3. 所属分类:Windows Kernel

    • 发布日期:2015-07-16
    • 文件大小:107253
    • 提供者:133
  1. mulPrint

    0下载:
  2. 文中详细讲解了在多线程开发中,如何调试打印其中的可能问题。-Explain in detail the development of the multi-threading, how to debug the issue of printing in which the possible.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:1280
    • 提供者:liy
  1. os_pc

    0下载:
  2. linux多线程程序实例。形象生动,易读。配有makefike文件,可直接装载。-linux multi-threaded program example. Vivid, with makefike files can be directly loaded.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:6062
    • 提供者:fang
  1. Linux-Programing-source-code

    0下载:
  2. 这些源码以简单的示例介绍了Linux应用程序编程的一些关键操作,主要涉及文件操作,进程,进程控制,进程通信以及多线程操作。每个短小精悍,便于学习。-A simple example of these source Linux application programming introduced a number of key operations, mainly related to file operations, process, process control, process commu
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:19406
    • 提供者:吴俊杰
  1. server_c_Linux

    0下载:
  2. linux 下服务器多线程程序。同时实现与多个客户端程序通信-Write multi-threading server application with linux. The same time to achieve multi-client communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:3152
    • 提供者:yang_yinxia
  1. LINUX-experiment-senior-article-qt

    0下载:
  2. 本书详尽的介绍了在linux环境在的QT使用,介绍了软件的安装规范,不同版本的比较,介绍了QT的基本编程:信号和槽机制,QT的多线程,Qt网络编程,以及QT常用工具:Qt设计器,Tmake,Qvfb等得详细介绍。-This book describes in detail the QT in linux environment The use, the software installation specifications, comparison of different versions,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:584105
    • 提供者:chenshushu
  1. 多线程copy

    0下载:
  2. 一命令行的形式实现多进程copy,同时显示进度。eg:./my_cp srcfile destfile N(Achieve multi process copy, while displaying progress)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-18
    • 文件大小:2048
    • 提供者:lucklydog
  1. 多线程的VC++串口通讯实例

    0下载:
  2. 多线程之间通信实例。完成多线程之间如何通信的功能设计及具体流程操作。(Example of communication between threads. How to complete the communication between multi-threaded function design and specific process operations.)
  3. 所属分类:系统编程

  1. qt_http多线程断点续传下载

    0下载:
  2. 实现demo,从http服务器多线程断点续传。(Demo, from the HTTP server multi-threaded downloader.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-18
    • 文件大小:29696
    • 提供者:ccccmm
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com