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

搜索资源列表

  1. lanqq

    1下载:
  2. 在Linux环境下利用多线程实现局域网聊天-this is the chat program of the local at the linux
  3. 所属分类:Linux Network

    • 发布日期:2015-03-16
    • 文件大小:21504
    • 提供者:du
  1. chatroom.tar

    0下载:
  2. linux下socket聊天,使用了POSIX多线程 和socket 编程技术-socket chat under linux, use POSIX multi-threaded and socket programming
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:307200
    • 提供者:胡栋梁
  1. IMchat.tar

    0下载:
  2. linux下利用POSIX多线程和socket变成接口制作的即时通讯工具-POSIX multi-threaded and socket into the interface to the production of instant communication tools under linux, the shortcoming is not using a graphical authoring tool
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:24927
    • 提供者:胡栋梁
  1. multithread_tcp_server

    0下载:
  2. 该程序完成了linux下基于多线程的服务器端的程序,初学者通过运行可以进一步了解多线程的编程,同时为可以和多进程相比较各自的优缺点做一个起步的台阶-Procedures are completed under linux based on multi-threaded server-side program, beginners can learn more by running multi-threaded programming, as well as can and multi-proce
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:39983
    • 提供者:殷巧
  1. selectTimer

    0下载:
  2. Unix/Linux下使用select和多线程可以精确到微秒级的定时器,封装成类可单独使用。-Select and multi-threaded Unix/Linux can be accurate to the microsecond timer, encapsulated into a class can be used alone.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:1619
    • 提供者:李一文
  1. socket

    0下载:
  2. linux系统下实现多线程、服务器、客户端、信号处理以及多线程讲解、源码操作说明-Linux system realize multithreading, server, client, signal processing and multithreading explanation, the source operating instructions
  3. 所属分类:Linux Network

    • 发布日期:2017-11-27
    • 文件大小:5232
    • 提供者:贺阳阳
  1. soc_thr

    0下载:
  2. 基于UNIX、Linux的socket多线程编程的基础样例代码。-Sample code based on the basis of multi-threaded programming in UNIX, Linux' s socket.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-25
    • 文件大小:7781
    • 提供者:zt
  1. lcx_src

    0下载:
  2. LCX改进及其linux实现,windows下是多线程实现。linux下通过fork-The LCX Improved linux achieve
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-11-07
    • 文件大小:8290
    • 提供者:随大家
  1. pthread-and-socket

    0下载:
  2. 主要介绍linux下多线程的函数使用方法及socket与多线程并用的使用过程-Introduces linux multithreaded function use and the socket with the process of using multi-threaded and used
  3. 所属分类:Linux Network

    • 发布日期:2017-11-22
    • 文件大小:24203
    • 提供者:lina
  1. LAN-share-file-software

    0下载:
  2. 本软件为linux环境下对tcp/IP网络编程的课程设计。实现功能是:获取局域网内所有电脑的共享文件信息,并能从指定电脑多线程下载文件。并可以实现断点续传等功能。通过本课程设计熟悉了linux编程和网络编程,加深了对TCP/IP的了解。 主要工作:写了一个前台和用户交互的程序,写了一个后台和其他电脑通信的守护程序。前台负责发送命令到后台,并接收后台返回的信息。后台用消息队列和前台通信,并向远程客户端提供服务。用到主要编程技术有:多线程、多进程、消息队列、信号量、管道、FIFO、存储映射IO、
  3. 所属分类:Linux Network

    • 发布日期:2017-11-23
    • 文件大小:12991
    • 提供者:lewin
  1. bankathreadasocket

    0下载:
  2. 模拟银行开户,存取款,转账等的字符界面程序源码,采用linux消息队列在进程间通信,使用多进程,多线程技术,采用socket技术实现网络通信,最终实现多个客户端同时访问服务端。-Simulated bank account deposits and withdrawals, transfers and other characters interface program source, linux message queues, interprocess communication, the u
  3. 所属分类:Linux Network

    • 发布日期:2017-12-10
    • 文件大小:87393
    • 提供者:文兴亮
  1. Chatroom

    0下载:
  2. 基于linux的socket多线程通信方式。采用sqlite3数据库存储用户信息. 能够实现注册、登陆、退出 、私聊、群聊、修改密码、查看在线用户-Linux-based multi-threaded socket communication. Sqlite3 database to store user information. Achieve registration, login, exit, private chat, group chat, change passwords, vi
  3. 所属分类:Linux Network

    • 发布日期:2017-11-25
    • 文件大小:145229
    • 提供者:caodan
  1. basic_thread_module

    0下载:
  2. 主要基于Linux介绍C多线程。在编译C的多线程时候,一方面必须指定Linux C语言线程库多线程库pthread,才可以正确编译(例如:gcc test.c -o test -lpthread);另一方面要包含有关线程头文件#include <pthread.h>。-Introduced Linux-based C multi-threaded. Compile the multithreaded C, when, on the one hand, you must specify
  3. 所属分类:Linux Network

    • 发布日期:2017-11-26
    • 文件大小:526
    • 提供者:田盼
  1. zhexuejia

    0下载:
  2. linux下的多线程哲学家就餐问题,linux下运行可以通过!-multithreaded dining philosophers problem under linux
  3. 所属分类:Linux Network

    • 发布日期:2017-11-25
    • 文件大小:684
    • 提供者:pi
  1. scoket

    0下载:
  2. 实现linux下通过scoket多线程client之间的聊天功能-Implementation under linux through socket between multi-threaded client chat feature
  3. 所属分类:Linux Network

    • 发布日期:2017-11-15
    • 文件大小:16748
    • 提供者:msnlly
  1. gai1314client14_15_recv

    0下载:
  2. linux下多线程编程的简单例子,用于实现公网client向私网的访问-linux pthread
  3. 所属分类:Linux Network

    • 发布日期:2017-11-30
    • 文件大小:1001
    • 提供者:张宇
  1. liu2

    0下载:
  2. 一个基于linux下的多线程的例子,希望与大家共享-linux pthread
  3. 所属分类:Linux Network

    • 发布日期:2017-11-08
    • 文件大小:967
    • 提供者:张宇
  1. CPP-Wrapper

    0下载:
  2. Linux平台API的C++封装,包括多线程、多进程、同步锁、Socket等-The Linux platform API C++ package
  3. 所属分类:Linux Network

    • 发布日期:2017-11-19
    • 文件大小:83867
    • 提供者:system
  1. week7

    0下载:
  2. linux下多线程聊天室,利用linux下的多线程技术-linux multithreaded chat rooms, the use of multi-threading technology under linux
  3. 所属分类:Linux Network

    • 发布日期:2017-11-24
    • 文件大小:22608
    • 提供者:朱祥朋
  1. threaded-syn-port-scanner-2.0

    0下载:
  2. 端口扫描器!多线程编程,实现 TCP connect、SYN、FIN扫描。Linux环境下编译运行-Port scanner! Multi-threaded programming, achieve TCP connect, SYN, FIN scan. Compile and run under Linux environment
  3. 所属分类:Linux Network

    • 发布日期:2017-11-10
    • 文件大小:1066447
    • 提供者:曹源
« 1 2 3 4 56 7 8 »
搜珍网 www.dssz.com