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

搜索资源列表

  1. socket-qq

    0下载:
  2. 利用linux网络编程,实现多客户端之间相互聊天。其中,服务器实现消息转发的功能。-Use linux network programming, chat with each other across multiple clients. Wherein the server implementing message forwarding function.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:10991
    • 提供者:wuq
  1. socket-local

    0下载:
  2. 利用linux网络编程,实现进程间的本地通讯。socket的另一个小功能。-Use linux network programming, local inter-process communication. Another small feature the socket.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-15
    • 文件大小:6930
    • 提供者:wuq
  1. RAW-socket-caught-procedures

    0下载:
  2. 这是一个RAW套接口的抓包程序,在linux 平台下实现,已经测试通过,是一个原理性的测试程序-This is a RAW socket caught procedures, implementation in the Linux platform, has the tests pass, is a rational test program
  3. 所属分类:Linux Network

    • 发布日期:2017-04-15
    • 文件大小:6819
    • 提供者:gangcunningci
  1. The-fourth-chapter-basic-socket.tar

    0下载:
  2. 林宇老师的《linux网络编程》第四章代码-Lin Yu teacher "Linux network programming" fourth chapters of the code
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:14419
    • 提供者:王仲琪
  1. ftdi-linux-1.0.tar

    0下载:
  2. The tool to proxy access to FTDI serial device via local socket/command file
  3. 所属分类:Linux Network

    • 发布日期:2017-03-27
    • 文件大小:371207
    • 提供者:mouse
  1. socket

    0下载:
  2. 一个简单的socket通讯程序,内有客户端和服务器端,方便linux和arm板子的通信-an example for linux and arm
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:2582
    • 提供者:衣国豪
  1. socket-windows-and-linux

    0下载:
  2. 利用socket函数实现linux和windows的通讯-connect between linux and windows
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-15
    • 文件大小:7072
    • 提供者:衣国豪
  1. sock_1

    0下载:
  2. linux网络编程一,这是详细的记录如何编写linux高质量网络程序的第一步,还有第二步-linux socket
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:105842
    • 提供者:wangwei
  1. sock_2

    0下载:
  2. linux 网络编程二,这是详细的记录如何编写linux高质量网络程序的第二步,还有第一步-linux socket
  3. 所属分类:File Formats

    • 发布日期:2017-05-06
    • 文件大小:1119368
    • 提供者:wangwei
  1. RAW-SOCKET

    0下载:
  2. 熟悉Linux环境下基本的raw socket编程,对以太网帧进行初步分析,可通过程序完成对不同层次PDU的字段分析,修改和重新发送。-Familiar with the basic raw socket programming under Linux environment, a preliminary analysis of Ethernet frames can be completed through the program at different levels PDU field a
  3. 所属分类:Linux Network

    • 发布日期:2017-04-17
    • 文件大小:444132
    • 提供者:贺俊杰
  1. socket

    0下载:
  2. linux 里面的socket完好封装。把基本的客户端和服务器端写成了函数,方便调用。-socket inside the well-linux package. The basic client and server written in a function to facilitate the call.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-11
    • 文件大小:1044
    • 提供者:nddiffi
  1. socket

    0下载:
  2. 一个简单的在linux下的网络TCP测试程序代码,可以随意设置客户端IP,发送内容以及服务端IP-A simple in Linux network under the TCP test program code, you can set the IP client and server, sending content IP
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:1268
    • 提供者:蔡晓佳
  1. select_tcp

    0下载:
  2. 基于局域网linux下的socket通信,实现多台电脑之间的通信-Based on local area network (LAN) under Linux socket communication, realizing communication between multiple computers
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:11344
    • 提供者:黄文彬
  1. linux-C-server-socket

    0下载:
  2. linux下unixdomain和internetdomain的tcp的文件传输服务器和主机程序-Under unixdomain and internetdomain of linux tcp file transfer server and the host program
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:3567
    • 提供者:联系
  1. socket-andftp

    0下载:
  2. linux环境下的基于socket通信的ftp系统服务器端和客户端的代码-code based on socket communication ftp server and client systems of linux environment
  3. 所属分类:Project Design

    • 发布日期:2017-04-16
    • 文件大小:15369
    • 提供者:zhouxing
  1. linux-socket-3

    0下载:
  2. 客户端和服务端 网络程序和普通的程序有一个最大的区别是网络程序是由两个部分组成的--客户端和服务器端. 客户端 在网络程序中,如果一个程序主动和外面的程序通信,那么我们把这个程序称为客户端程序。 比如我们使用ftp程序从另外一 个地方获取文件的时候,是我们的ftp程序主动同外面进行通信(获取文件), 所以这个地方我们的ftp程序就是客户端程序。 服务端 和客户端相对应的程序即为服务端程序。被动的等待外面的程序来和自己通讯的程序称为服务端程序。 比如上面的文件获取
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:1895
    • 提供者:safelh
  1. chat_sem

    0下载:
  2. 用linux的套接字 ,实现字符界面的聊天。主要用的信号量,共享内存-With Linux socket, chat interface of characters. Mainly use the semaphore and Shared memory
  3. 所属分类:Linux Network

    • 发布日期:2017-04-23
    • 文件大小:26412
    • 提供者:静心
  1. linuxSocket-Clinect.cpp

    0下载:
  2. linux环境下socket通信客户端源代码-linux socket
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:1049
    • 提供者:safelh
  1. chatroom

    0下载:
  2. linux下基于socket的聊天室,可以实现注册,登录功能。代码需要修改-Under linux socket-based chat room
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:39715
    • 提供者:安静
  1. socket

    0下载:
  2. 一个简单的服务器端和客户端的通信,它是在linux系统下写的,代码比较简单,可以容易地理解linux下TCP通信原理。-A simple communication server and client, it is written in the linux system, the code is relatively simple and can be easily understood TCP communication theory under linux.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:8911
    • 提供者:李瑞东
« 1 2 ... 23 24 25 26 27 2829 30 31 32 33 ... 50 »
搜珍网 www.dssz.com