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

搜索资源列表

  1. ser_cli

    0下载:
  2. 基于TCP的控制台下局域网ftp(C/S),能够实现简单ftp命令。具有简单的客户端身份认证功能。内含简单的makefile文件,用记事本打开,可初步参考学习makefile。另外,对于linux环境下Socket编程爱好者,此文件是初级学习阶段不错的参考资料代码。 开发测试环境:Red Hat Linux 3.2.2-5 编译工具:gcc 3.2.2 20030222  -TCP-based network control panel under the ftp (C/S),
  3. 所属分类:Linux Network

    • 发布日期:2017-04-15
    • 文件大小:5725
    • 提供者:范超
  1. socket2

    0下载:
  2. 基于linux操作系统下的socket编程,完成一个简单聊天工具。服务器端首先:向内核申请一个socket。第二绑定地址到socket上,地址包括主机、端口。第三在socket上,允许接入呼叫并设置队列长度为1.第四等待/接受呼叫。第五传输数据(及可以聊天)。 客户端:第一向内核请求建立socket 第二与服务器相连。第三传输数据 -Linux operating system based on the socket programming, to complete a simple
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:14249
    • 提供者:zhangwei
  1. RemoteProcedureCall

    0下载:
  2. Remote Procedure call implementation in C in Fedora 7(Linux).Socket Programming has been used. Both Server and Client programs has been given
  3. 所属分类:Web Server

    • 发布日期:2017-04-02
    • 文件大小:1335
    • 提供者:pagal
  1. ftpclient1

    0下载:
  2. C program for a FTP Client Done in Fedora 7(Linux) using Socket Programming
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-02
    • 文件大小:758
    • 提供者:pagal
  1. ftpserver1

    0下载:
  2. C program for a FTP server Done in Fedora 7(Linux) using Socket Programming
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-01
    • 文件大小:754
    • 提供者:pagal
  1. v3.linux.dist.tar

    0下载:
  2. 网络编程里socket的远程调用RPC在linux上的一个例子的源代码-Network programming in the remote calls RPC socket in an example of Linux source code
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:52338
    • 提供者:fu zhi
  1. Socket.tar

    0下载:
  2. 在linux下用C语言写的TCP/IP协议的Socket编程,饱含一个服务器端,一个客户端。-In linux using C language to write the TCP/IP protocol Socket programming, full of a server, a client.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:1253
    • 提供者:梁小涵
  1. Socket

    0下载:
  2. 全套socket简单编程实例,学习linux中的socket的好资料-A full set of simple socket programming examples, learning linux socket of good information in the
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:18033
    • 提供者:yinuo
  1. Linux

    0下载:
  2. 本文介绍了在Linux环境下的socket编程常用函数用法及socket编程的一般规则和客户/服务器模型的编程应注意的事项和常遇问题的解决方法,并举了具体代 码实例。要理解本文所谈的技术问题需要读者具有一定C语言的编程经验和TCP/IP方面的基本知识。要实习本文的示例,需要Linux下的gcc编译平台支持-This article describes the Linux environment, the use of socket programming and socket programmi
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:16825
    • 提供者:王平
  1. communicatoon-based-on-SOCKET

    0下载:
  2. 基于IP传感器的监控软件能够对分布在网络上的作为独立节点的传感器进行数据采集、校准等操作,而在监控软件开发中,首先就要解决网络通信问题。本文以搭载了Linux操作系统的IP传感器(ARM核)作为下位机,在其上编程实现Socket通信的服务器端,提供Socket客户端的并发访问。以装有Windows的计算机作为上位机,在其 上编程实现Socket通信的客户端,实现对Socket服务器端的访问,解决了IP传感器网络监控平台的通信问题。 -The monitoring software based o
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:279486
    • 提供者:程文翔
  1. socket

    0下载:
  2. 这个是本人老师给的linux下得socket编程实例,希望对大家有用-It is a Programming examples about socket in linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:11273
    • 提供者:yang
  1. ARM-UDP-TCP

    0下载:
  2. ARM Linux环境下Socket 编程最好的实例及源码,分为UDP和TCP-Socket Programming in the ARM Linux environment the best examples and source code is divided into UDP and TCP
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:6528
    • 提供者:zhm
  1. netLec6

    0下载:
  2. socket kernel programming in Linux
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:132890
    • 提供者:murari
  1. Linux-socket

    0下载:
  2. 一本有关linux环境下网络编程的书,希望能帮到有需要它的。-A book about network programming in linux environment, I hope to help need it.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-16
    • 文件大小:2163918
    • 提供者:刘净雯
  1. socket

    0下载:
  2. 在linux中的socket编程实例,实现点对点的信息发送-Information sent in the linux socket programming examples, the point-to-point
  3. 所属分类:Linux Network

    • 发布日期:2017-12-03
    • 文件大小:8049
    • 提供者:王林
  1. linux-socket

    0下载:
  2. linux下简单的C/S模式的TCP编程,应用select()处理阻塞问题。 setsockopt()处理重启服务器出现“Address already in use”的情况。-the TCP programming under linux simple C/S mode, select () blocking problem. setsockopt () processing restart the server " Address already in use" .
  3. 所属分类:Linux Network

    • 发布日期:2017-11-19
    • 文件大小:3137
    • 提供者:
  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. c-socket-programming.pdf.tar

    0下载:
  2. this socket programming which is used in linux programming-this is socket programming which is used in linux programming
  3. 所属分类:software engineering

    • 发布日期:2017-11-20
    • 文件大小:107205
    • 提供者:Amit Sinha
  1. send.tar

    0下载:
  2. it is a project of socket programming in linux . it was witten in c language . it has two parts client and server . clients can connect to server and use some services from server and server service client. client can be more than one but serv
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:128491
    • 提供者:mehrdad
  1. matlab

    0下载:
  2. it is a project of socket programming in linux . it was witten in c language . it has two parts client and server . clients can connect to server and use some services from server and server service client. client can be more than one but serv
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:571
    • 提供者:mehrdad
« 1 23 4 »
搜珍网 www.dssz.com