CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux socket

搜索资源列表

  1. SocketTransferStruct

    0下载:
  2. 一个自己编的在LINUX环境下的socket传送结构体的程序,试过,好用!-Own series in a LINUX environment socket transmission structure of the program, tried, easy to use!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:12118
    • 提供者:赵济民
  1. Linux_Socket

    0下载:
  2. Linux下的简单Socket通信例子,仅供初学者参考参考。-Socket Communications Linux, a simple example, refer to the reference for beginners.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:2300
    • 提供者:jifver
  1. BlockChatTool

    0下载:
  2. 采用socket套接字方式实现一个简单的linux下多人聊天程序,运用了多线程技术。--To achieve more than a simple chat program under linux, using multi-threading.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:33345
    • 提供者:zishan
  1. linuxwangluobiancheng

    0下载:
  2. 采用socket套接字方式实现一个简单的linux下多人聊天程序,运用了多线程技术。-To achieve more than a simple chat program under linux, using multi-threading.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:2449
    • 提供者:zishan
  1. server

    0下载:
  2. 利用socket编写windows和linux通讯程序-Windows and linux using socket communication program written
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:1376
    • 提供者:安永泉
  1. LinuxSocket

    0下载:
  2. Linux下基于CC++关于socket的基础编程。-CC++ under Linux on the basis of socket programming.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:4086
    • 提供者:cai
  1. Beej_socket_program

    0下载:
  2. Beej网络socket编程指南,linux网络编程入门指南,十分适合初学者。-Beej network socket programming guide, linux network programming Getting Started Guide, is very suitable for beginners.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:29895
    • 提供者:du
  1. linux_Socker

    0下载:
  2. linux服务端socket 编程(C语言)-linux server socket programming (C language)
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:11707
    • 提供者:梁东明
  1. Thread_Socket_Tcpip

    0下载:
  2. 多线程实现TCP/IP的Socket通信,包括Server端和Client端,在linux下开发运行成功。-Multi-threaded implementation of TCP/IP Socket communication, including the Server side and Client-side, running under linux development success.
  3. 所属分类:Internet/网络编程

    • 发布日期:2017-03-03
    • 文件大小:1437
    • 提供者:wang
  1. TCPIPSocketsinCGuideforProgrammers

    0下载:
  2. TCP/IP Socket编程 在Linux平台 简单面向初级用户-TCP/IP Socket programming in Linux platform for the primary user simply
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:791298
    • 提供者:changliwei
  1. Linux_Socket_Programming_Example

    0下载:
  2. 该程序工程包含了Linux系统下主要的socket通信程序,从最基本文件操作,到TCP/IP通信,是很具有实践价值的程序。-The program works under Linux system contains a main socket communication program, from basic file operations to the TCP/IP communication, is very practical value of the program.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:180683
    • 提供者:林永奔
  1. file_server

    0下载:
  2. Linux下网络编程部分,利用socket接口实现一个简单的文件服务器,功能功能虽然简单,但是提供了一个服务器的基本模型,值得参考-Part of network programming under Linux, using the socket interface to achieve a simple file server, the function function is simple, but provides a basic model of the server it is als
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:2092
    • 提供者:刘伟峰
  1. UDP.tar

    0下载:
  2. 在Linux下用C语言编写的UDP套接口程序,在Linux下打开两个终端,一个终端运行服务器端程序,一个终端运行客户端程序,在执行客户端后面加上 localhost 8888就可用进行网络通信了。-Under Linux using C language UDP socket program in Linux, open two terminals, a terminal server to run the program, run a terminal client program, foll
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:4930
    • 提供者:梁小涵
  1. client

    0下载:
  2. linux中socket多线程通信的客户端源代码-linux communication in multi-threaded socket client source code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:915
    • 提供者:仙鹤神针
  1. 3.Linux4

    0下载:
  2. linux系统编程中socket的使用,可以帮助大家更好的理解与掌握socket-socket programming in linux system to use, can help you better understand and master socket
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:284208
    • 提供者:林天
  1. Sockets-2.3.9.7.tar

    0下载:
  2. 封装了socket操作的库,跨平台,Windows,linux都ok哦-The library encapsulates the socket operation, cross-platform, Windows, linux are ok oh
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:203023
    • 提供者:chen
  1. txttran

    0下载:
  2. 对于Linux下的文件高效传输的基本实现,对于Socket传输文件的学习可以多多参考-For efficient transfer of files under Linux basic implementation, the Socket can transfer files to learn a lot of reference
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:3421
    • 提供者:张征
  1. ntp

    0下载:
  2. linux中如何实现NTP 协议的源代码,具体流程“开始->解析地址->新建socket->构建ntp协议包->发送ntp协议包->接收ntp协议包->结束-linux how to achieve the NTP protocol source code, the specific processes " Start-> parse address-> new socket-> build ntp protocol packets-
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:6304
    • 提供者:cccs
  1. parse_devicefile

    0下载:
  2. 检测/监控嵌入式LINUX有没有插入USB设备,此代码主要是在应用程序启动后不能通过socket来获得消息的情况下使用。-Detection/monitoring of embedded LINUX there is no USB device, this code is primarily in the application starts, can not get the message through the socket to the case of use.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:988
    • 提供者:
  1. Communicate

    0下载:
  2. 完成不同平台的串口\SOCKET通信(windows、Linux、Unix)-Complete different platform serial \ SOCKET communication (windows, Linux, Unix)
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-07
    • 文件大小:216373
    • 提供者:小马哥
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com