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

搜索资源列表

  1. tcpcandperl

    0下载:
  2. 本程序包包含有linux下socket通讯的tcp例程,包含有tcp的服务器端和客户端,含有C语言以及perl两种实现,本人整理,全部能运行。-bags containing the procedures under linux tcp socket communications routines, including a tcp servers and clients, containing C and perl language to achieve both, I collated all
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:27988
    • 提供者:李强
  1. http_client_2.0

    0下载:
  2. 一个简单的http下载程序,用C++在linux下写了一个简单的http下载程序,程序的功能很简单,在终端输入文件所在网址,程序会单线程从服务器上下载该文件到本地。程序里面涉及了socket编程、http协议、二进制文件的写入。-a simple http download and use under linux C wrote in a simple http download procedure is very simple function of the input terminal is
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:5253
    • 提供者:丁丁
  1. linuxC++

    2下载:
  2. 嵌入式linux系统的网络编程(C++) 在ARM上实现视频会议 此程序获得全国研究生电子大赛一等奖 压缩包内为全部源码,包括音频 视频(H.264)socket部分-embedded Linux network programming (C + +) on the ARM video conference this procedure electronic access to graduate students won the competition within the comp
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1466740
    • 提供者:寓于
  1. easelib

    0下载:
  2. 这是本人在Linux下开发经常使用的一组C++工具类,包括了Socket类、TCP服务类、UDP服务类、Mysql数据库操作类、日志类、配置文件解析类、日期时间操作类、MD5和Base64加解密类、线程和线程池类、XML文件解析类等-this is my development in Linux are frequently used by a group C Tools categories, including the Socket class. TCP services category,
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:69689
    • 提供者:刘忠
  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. rtklib_2.4.1 卫星数据解算的程序

    2下载:
  2. rtklib 版本2.4.1 An Open Source Program Package for GNSS Positioning 日本开源网站上提供的关于卫星数据解算的程序。All of the executable binary APs for Windows are included in the package as well as whole source programs of the library and the APs. * For real-time PP
  3. 所属分类:行业发展研究

    • 发布日期:2017-03-02
    • 文件大小:27762602
    • 提供者:huo
  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 2 ... 4 5 6 7 8 910 11 12 13 »
搜珍网 www.dssz.com