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

搜索资源列表

  1. chat_72689_72689

    0下载:
  2. C/S架构实现的简单linux shell端登陆,点对点通信,多线程技术-C/S architecture to achieve a simple linux shell end of the landing, Point-to-Point communication, multi-threaded technology
  3. 所属分类:Linux Network

    • 发布日期:2017-12-01
    • 文件大小:350314
    • 提供者:马邓勇
  1. chatClient

    0下载:
  2. linux socket编程,使用qt编程,实现界面,是的界面美观,使用到了多线程网络的综合应用。-linux socket programming, qt programming, interface, beautiful interface, the use of multi-threaded network applications.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-30
    • 文件大小:15527
    • 提供者:xuheng
  1. HttpDownload

    0下载:
  2. linux下socket之间的通信,是多线程的哦,使用Socket为非阻塞模式下载网站的源代码-under linux socket communication between multi-threaded, Socket download site for the non-blocking mode of the source code
  3. 所属分类:Linux Network

    • 发布日期:2017-11-22
    • 文件大小:59306
    • 提供者:ddd
  1. bluez-5.2.tar

    1下载:
  2. BlueZ是Linux官方蓝牙协议栈。它是一个基于GNU General Public License (GPL)发布的开源项目,从Linux2.4.6开始便成为Linux 内核的一部分。 BlueZ支持蓝牙核心层和协议,它灵活、高效,以模块化方式实现,具有以下特点: n 完整的模块化实现 n 均衡的多处理安全 n 支持多线程数据处理 n 支持多个蓝牙设备 n 硬件抽象 n 向所有层提供标准socket接口 n 提供设备和服务级安全保证 BlueZ包含多个相互
  3. 所属分类:Linux Network

    • 发布日期:2017-11-07
    • 文件大小:961282
    • 提供者:李洪旭
  1. socketChat

    0下载:
  2. linux下多线程编程,利用socket实现局域网内简单数据传输,实现简单的聊天功能,可实现多个用户同时聊天。无界面。-Multi-threaded programming in linux, the use of socket achieve a simple LAN data transfer, simple chat feature, allowing multiple users to simultaneously chat. No interface.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-22
    • 文件大小:4219
    • 提供者:Dean
  1. webserver_multiple.tar

    0下载:
  2. linux c 多线程版本 webserver -the linux c multi-threaded version of the webserver
  3. 所属分类:Linux Network

    • 发布日期:2017-12-07
    • 文件大小:11154
    • 提供者:binit
  1. LC_CHAT

    0下载:
  2. linux 下的聊天室,使用多线程编程。-linux chat rooms, use of multi-threaded programming.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-18
    • 文件大小:62297
    • 提供者:ct
  1. ChattingRoom

    0下载:
  2. LINUX下简单地聊天软件,可以多线程聊天-Under LINUX simply chat software, you can multi-threaded chat
  3. 所属分类:Linux Network

    • 发布日期:2017-05-19
    • 文件大小:5323189
    • 提供者:MJ
  1. thread

    0下载:
  2. 在linux环境下,实现了多线程的创建,退出。此代码可以用来直接编译,实现线程创建功能。-creat the thread
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:7177
    • 提供者:iris
  1. epollServer.cpp

    0下载:
  2. Linux Epoll编程的简单例子,使用到socket 还有多线程pthread,实现回射功能-Linux Epoll programming simple example, the use of multi-threading to the socket and pthread, achieve retroreflection function
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:2578
    • 提供者:杨志云
  1. chatroom

    0下载:
  2. linux终端下聊天工具,要求安装sqlite3.6.20,server/bin下输入./server开启服务器, client/bin/输入./client 127.0.0.1连接服务器,然后根据提示可以开始聊天,基于socket,使用多线程-chat tool under linux terminal, require the installation of sqlite3.6.20, server/bin, enter./server on the server, client/bin/i
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:40685
    • 提供者:asd
  1. tcp

    0下载:
  2. linux tcp 多线程网络通信程序.tcp_server.c tcp_client.c 同时收发.-linux tcp multi-threaded threaded network communication program
  3. 所属分类:Linux Network

    • 发布日期:2017-04-16
    • 文件大小:14394
    • 提供者:xxxx
  1. ServeraClient

    0下载:
  2. linux平台高并发的服务器架构,仿nginx采用多进程多线程的架构-linux platform for highly concurrent server architecture, imitation nginx multi-process, multi-threaded architecture
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:10839
    • 提供者:genius8080
  1. linuxdown

    0下载:
  2. linux下的多线程下载工具,代码简单精简,比学习发杂庞大的工具来的好些。-linux under the multi-threaded downloading tool, simple and concise code than fat miscellaneous huge learning tool to the better.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-15
    • 文件大小:7323
    • 提供者:forsdth
  1. 简单的HTTP服务器(bubble httpd)

    0下载:
  2. 本科网络编程作业 简单的HTTP服务器,使用epoll,线程池技术。采用分阶段多线程事件驱动模型。在Linux使用C语言实现。 本代码只适用于Linux平台。README尚未完善。 下载代码后直接用root执行all.bash success后可以使用(默认安装到/usr/local/bubble下) bubble start/stop/restart控制服务启停 配置文件为bubble/etc/bubble.conf 有以为或建议请致信README中的Email
  3. 所属分类:Web服务器

    • 发布日期:2013-10-16
    • 文件大小:51919
    • 提供者:ipaoTAT
  1. 1dxc

    0下载:
  2. linux下多线程网络编程,实现arm9视频采集和网络发送jpeg数据,使用udp协议.-linux network under the multi-threaded programming, video capture and arm9 jpeg data sent over the network, using udp protocol.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3506
    • 提供者:闫昊
  1. p1_2

    0下载:
  2. 以TA和学生上课为例,实现Linux下的多线程同步。-To synchronize mylti-thread in linux.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:1333
    • 提供者:李晓风
  1. Desktop

    0下载:
  2. Linux上实现的多线程并发服务器程序,包含客户端与服务器源码,GCC编译。-Implemented on Linux multi-threaded server, including client and server source code, GCC compiler.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:2805
    • 提供者:easy
  1. thread

    0下载:
  2. unix/linux下开发的线程基类。业务类可以派生此类,来实现多线程编程。-Under unix/linux development thread base class. Business class can derive such, to achieve multi-threaded programming.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:2012
    • 提供者:shenyj
  1. thread

    0下载:
  2. linux操作系统下多线程编程实例源代码-Source of multi-thread Coding on linux operating system。
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:748
    • 提供者:Cauchy
« 1 2 3 4 5 67 8 »
搜珍网 www.dssz.com