CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - thread

搜索资源列表

  1. MyLinuxThread.rar

    0下载:
  2. linux epoll、线程池模型,很好的学习epoll的源代码。,linux epoll, the thread pool model, a good source of learning epoll.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:18223
    • 提供者:yeath
  1. linux_threadpool

    0下载:
  2. linux网络编程的一些技巧,包括socket,thread pool, select,epoll等-linux network programming some of the techniques, including socket select, epoll, etc.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:4108
    • 提供者:sy
  1. getimage

    0下载:
  2. 利用线程搜索网页上的图片,然后用HTTP进行多线程下载-Search the Web using the thread on the picture, and then to multi-threaded HTTP download
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:204992
    • 提供者:
  1. multi_thread_udp

    1下载:
  2. 多线程UDP通讯例子- Multi-thread UDP communication example
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-09
    • 文件大小:44186
    • 提供者:站长
  1. multi-thread-simple-crawler-socket

    1下载:
  2. C#socket通信, 用c#开发的聊天室程序源代码,可用于自己的二次开发-C# Socket communications, use c# Developed chat room source code can be used in their secondary development
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-24
    • 文件大小:455347
    • 提供者:tangshaocheng
  1. FTP_delpli

    0下载:
  2. // 模块说明: FTP传输核心模块类 // 功能: 指定一个下载(上传)的日期或文件名,系统执行传输功能(支持续传) // 备注:该模块属于传输类的一个子线程模块. -//Module Descr iption: FTP transmission core modules category// function: to designate a download (upload) the date or file name, the system transfer function
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-25
    • 文件大小:7401
    • 提供者:wzw
  1. Thread

    0下载:
  2. 这是一个实现线程的基本例子,希望对学习线程的同行有所帮助-This is a basic example of the realization of thread, hoping to learn from peer help thread
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:6987
    • 提供者:王强
  1. thread

    0下载:
  2. 与线程有关的程序,自己边看书边自己写的.要的朋友可以-With thread-related procedures, their own reading side edge wrote it myself. To be a friend
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-07
    • 文件大小:6339
    • 提供者:lirong
  1. ceshi

    0下载:
  2. 简单web服务器socket编程支持 自动获取ip 可选择文件根目录,可选择端口号 为每个文件请求建立一个线程-Simple web server socket programming support can choose to automatically obtain ip document root directory, choose the port number for each document request to establish a thread
  3. 所属分类:Web Server

    • 发布日期:2017-05-15
    • 文件大小:3974686
    • 提供者:张建权
  1. linux_file_transfer

    0下载:
  2. Linux中利用socket透過server,兩個client端傳送與接收檔案,可在code中設定ip/port,為linux入門者參考code,有使用thread,故編譯時要加一條-lpthread-Socket through the use of Linux in the server, two client-side to send and receive files, can be set in the code in the ip/port, for the entry-linux
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:5020
    • 提供者:kusogray
  1. Ftp

    1下载:
  2. 运用多线程(工作线程),实现FTP客户端。-The use of multi-threaded (worker thread), the realization of FTP client.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1903408
    • 提供者:张伟
  1. threadpool

    0下载:
  2. linux下的简单的线程池代码,大约200行代码,使用c实现-linux under a simple thread pool code, about 200 lines of code, use c to achieve
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:3235
    • 提供者:lkjx
  1. thread

    0下载:
  2. 线程池的实现主要分为三部分,线程的创建、添加任务到线程池中、工作线程从任务队列中取出任务进行处理。 主要有两个类来实现,CTask,CThreadPool-Implementation of thread pool is divided into three parts, thread creation, add the task to the thread pool, work out a thread from the task queue task for processing. Th
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:2099
    • 提供者:nel
  1. d1

    0下载:
  2. delphi+多文件的多线程下载封装类. //本下载方法采用的是HTTP下载 //首先采用一个主类TC_DownLoad_Main来下载多个文件 //然后用一个子类TC_DownLoad来下载单个文件 反复创建这个子类便可以下载多个文件 //在子类中用多个线程类TThread1来进行单个文件的多线程下载-it can help you download file by multiple thread..
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-27
    • 文件大小:345792
    • 提供者:awfsdfwaf
  1. clientAndServer

    0下载:
  2. MFC实现的客户端服务器,vc6.0开发,使用多线程实现.是初学者可以使用的良好代码-MFC to achieve client-server, vc6.0 development, using multi-thread implementation. Yes you can use a good code for beginners
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-31
    • 文件大小:48905
    • 提供者:吴强
  1. Thread

    0下载:
  2. 线程类封装,用于在linux 下的C++ 多线程编程,-Thread class encapsulates For multi-threaded programming in linux
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1938
    • 提供者:weibo
  1. Thread

    0下载:
  2. 封装的结构体绑定线程类~~简单实现了-Package structure thread-bound class achieved a ~ ~ ~ simple
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:2831
    • 提供者:Spirit
  1. 20062340Ftp

    0下载:
  2. 一个可以往ftp上上传东西的程序,通过多线程实现,VC++6.0平台编写。-One thing you can upload to the ftp program, through a multi-thread implementation, VC++6.0 platform preparation.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-02
    • 文件大小:33482
    • 提供者:linyu
  1. ServerSocket

    0下载:
  2. multi thread server socket demo
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:218617
    • 提供者:ccccccckkk
  1. 3

    2下载:
  2. 网络编程实用教程-电子教案: 第1章 网络编程基础 第2章 UNIX中的套接字网络编程接口 第3章 Windows环境的网络编程 第4章 MFC编程 第5章 MFC WinSock类的编程 第6章 WinInet编程 第7章 WinSock的多线程编程 第8章 Winsock的输入/输出模型 第9章 HTTP协议及高级编程 第10章 电子邮件协议与编程 -Chapter 1 Chapter 2 based on network programming
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-19
    • 文件大小:5448731
    • 提供者:何旭
« 12 3 4 5 6 7 8 9 10 ... 31 »
搜珍网 www.dssz.com