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

搜索资源列表

  1. socketftp

    1下载:
  2. 该文件是基于socket编程的ftp文件传输的源代码。包含了服务器和客户端的源代码,是使用C语言编写的。运行在linux环境中。无解压密码。不妥之处,还请高手给予指点。-the document is based on the socket programming ftp file transfer the source code. Includes server and client source code is the use of the C language. Run on the Li
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1717
    • 提供者:mafengxi
  1. bgnet_singlepage

    0下载:
  2. linux c socket programming
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:85958
    • 提供者:qiu qiang
  1. hsocket-0.4.0.tar

    0下载:
  2. This library is intended for providing C++ Wrapper class for native socket api. It is tested under g++(*NIX, Linux, Cygwin), Visual C++ Environments, and will support vendor supported C++ compilers.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:77855
    • 提供者:balife
  1. Linux_Tcp

    0下载:
  2. Linux下面用C写的Tcp socket程序
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:2324
    • 提供者:张杰
  1. wangyue4

    0下载:
  2. 这是江苏企业通讯协议(联通版本)的一个Release,因为公司业务已经转换到java版本所以,我决定发布EMSP 2.0 C++ 版本的协议部分,因为当时比较仓促,设计的不是很好,但是我想对于刚刚涉及网络开发的人,特别是刚刚涉及短信息业务开发的人应该有所帮助,我所发布的部分只是协议处理部分的内容,不包括网络的处理,网络处理部分很简单,如果使用BCB或者VC的话您可以使用,VCL或者MFC中封装好的Socket组件来使用就可以了,或者您使用Socket API来处理。对于linux和Unix用户,
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:25892
    • 提供者:王跃
  1. example1

    0下载:
  2. linux下使用socket进行网络通信,含server.c和client.c文件,使用时可以将server.c在PC linux下运行,client.c经交叉编译后下到开发板运行
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2045
    • 提供者:jaywoo
  1. client

    0下载:
  2. 基于linux平台,用C++编写的QT程序,基于socket的客户端
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:202974
    • 提供者:张珍珍
  1. server

    0下载:
  2. 基于linux平台,用C++ 编写的QT程序,基于socket的服务器端
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:209932
    • 提供者:张珍珍
  1. socket_chater

    1下载:
  2. 用C语言写的Linux下基于socket通讯的聊天程序,可以实现端到端的聊天或多人组播聊天
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:9440
    • 提供者:Tang Ketan
  1. cs通信

    0下载:
  2. linux下学习socket的编程,使用tcp协议,用c语言编写的,一个server.c 另一个为client.c 经过调试。-learning socket programming, using tcp agreement with the c language, a server.c client.c after another for debugging.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1855
    • 提供者:宏伟
  1. Web-Crawlers

    0下载:
  2. 有纯C写的Linux下网络爬虫程序,有助于学校htttp协议和套接字应用。-With pure C write Linux next web crawlers procedures, help the school HTTTP agreement and socket applications.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:5854
    • 提供者:徐崇
  1. WinToLinuxSocket

    0下载:
  2. 本代码实现了一个window和linux的Socket通信程序,使用C++语言编写。Linux是Server端、Windows是Client端-This Source code is used to build connection between Linux and Windows. Windows is client and Linux is server.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-13
    • 文件大小:1830
    • 提供者:李伟
  1. linux_network

    0下载:
  2. 这是linux下关于C的编程,其中包含了socket的几种用法的例子,有udp、tcp以及select的使用。-This is under linux on the C programming, which includes a socket several usage examples, udp, tcp, as well as the use of select.
  3. 所属分类:Linux Network

    • 发布日期:2017-05-01
    • 文件大小:571312
    • 提供者:赵炜
  1. Client_Server

    0下载:
  2. socket通信模型,含有源码 socket通信模型,含有源码-socket communication Server.c and Client.c of Linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2279
    • 提供者:xujianchang
  1. chatApp

    0下载:
  2. linux下的socket通信和c++,但linux必须安装有qt-socket communication under linux and c++, but must be installed on linux there is qt
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-02
    • 文件大小:596407
    • 提供者:wuhuailin
  1. client-server

    0下载:
  2. C-S通信的server端程序,linux环境gcc编译通过,实现了简单的文本传输,读懂即可了解整个socket通信的流程,绝对原创,希望大家能支持。-CS communications server-side procedures, linux environment through the gcc compiler, the realization of a simple transfer of text, read to understand the whole process socke
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1069
    • 提供者:黄珺
  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. linux_Socket_c

    0下载:
  2. linux下的socket程序,用C编写,包括客户端和服务器端,解压不用密码-the socket code
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:9978
    • 提供者:leihaisheng
  1. tcpudpsocket.tar

    0下载:
  2. 用C语言自己写的LINUX下socket网络编程通信的程序,包括三个源码,比较全面,TCP和UDP编程都有,可以通过socket获得主机的IP,在服务器和客户端这间发送文本消息,希望对初学者有帮助。-Written in C language with its own socket network programming under LINUX communication procedures, including the three source code, a more comprehens
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:13214
    • 提供者:马逸
  1. tcpudp

    0下载:
  2. 用C语言编写的简单tcp,udp连接程序,用于Linux下的套接字实现-C language with a simple tcp, udp connection program for Linux under the socket to achieve
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:2198
    • 提供者:王军
« 1 2 ... 4 5 6 7 8 910 11 12 13 »
搜珍网 www.dssz.com