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

搜索资源列表

  1. realmsg-4

    0下载:
  2. 本人写的实现类似于MSN的即时通信软件,基于linux socket编程,有完整的客户端,服务器端代码 实现好友管理,线程池,文件传输,简单音频传输等功能,经过修改可用于嵌入式环境-I write to achieve similar to the MSN instant messaging software, based on linux socket programming, a complete client, server-side code to achieve the fr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-15
    • 文件大小:3944419
    • 提供者:xc
  1. Hi3510_Linux_guide

    0下载:
  2. 本文档介绍了 Hi3510 视频评估板(VSEVB)的 Linux 开发环境和各种系统软件的使用。 全书共分为 7 章和2 个附录。-This document describes the Hi3510 Video Evaluation Board (VSEVB) of the Linux development environment and a variety of system software use. The book is divided into seven chapters
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-03
    • 文件大小:1416249
    • 提供者:周林青
  1. qq

    0下载:
  2. qq聊天工具socket文件传输源码,linux网络编程,源代码在压缩包里面-qq chat socket file transfer source, linux network programming, source code inside the archive
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:4147
    • 提供者:liuyuanqing
  1. linux_chat

    0下载:
  2. linux下基于tcp实现的类似于qq的聊天程序,相信对学习linux下的socket编程有很大帮助。-linux qq based on linux tcp socket programming
  3. 所属分类:Linux Network

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

    0下载:
  2. linux下面实现的socket网络编程。可以实现多客户端联机server的功能。-linux following the realization of the socket network programming. Can be achieved online multi-client server functionality.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:14740
    • 提供者:孙帮山
  1. Linux_net_programing.pdf

    0下载:
  2. linux下网络编程的书籍,相当经典。linux下socket编程。-linux network programming under the books, very classic. socket programming under linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:2067252
    • 提供者:wang
  1. socket

    0下载:
  2. linux下程序开发,有关的Socekt编程接口-linux under development, the Socekt Programming Interface
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:169870
    • 提供者:张晶晶
  1. cs

    0下载:
  2. linux环境下的tcp/ip socket编程-linux environment tcp/ip socket programming
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:13149
    • 提供者:fortitude
  1. linuxwangluo

    0下载:
  2. linux网络编程将的很详细,大家把里面的看懂的我想socket编程是没问题了-linux network programming will be very detailed, we understand the inside of the socket programming I would like is no problem 搜索
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-08
    • 文件大小:1735119
    • 提供者:易浩
  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. linux_ping

    0下载:
  2. linux 下的ping源码,用socket实现,刚学linuxs socket编程的可以下载阅读。当然,你可以把该程序移植到嵌入式系统中。-ping source code under linux, using socket implementation, just learning linuxs socket programming can be downloaded to read. Of course, you can put this program ported to an embe
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:10346
    • 提供者:yr
  1. LinuxSocket

    0下载:
  2. Linux下socket编程的绝佳范例,我在此收获颇丰,希望贡献出来和大家一起分享-Socket programming under Linux an excellent example of this very productive, I hope that contributions to come out to share with everyone
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:754993
    • 提供者:jiangchun
  1. Linux-Socket-Programming

    0下载:
  2. Linux上的socket编程 -Linux on a socket on the socket programming Linux programming
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1658767
    • 提供者:wdw
  1. socket

    0下载:
  2. 单线程并发服务器(select) 编程. errexit()和passiveTCP()两个方法见"linux socket通信示例(传送文件)"文章-common implementation of thread pool logic for httpd and config.
  3. 所属分类:Communication-Mobile

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

    0下载:
  2. Linux下Socket网络编程,里面程序分为服务器和客服端。使用的TCP有链接的协议编程。-Socket Network programming under Linux, which is divided into the server and the customer service side. Use the TCP protocol with links to programming.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:12045
    • 提供者:宣鹏
  1. socket

    0下载:
  2. linux下套接字编程实例,使用TCP和UDP两种通讯方式,适合初学者-socket programming under linux which is useful for the beginning student
  3. 所属分类:Linux Network

    • 发布日期:2017-03-23
    • 文件大小:16632
    • 提供者:孙超
  1. Beej_s_Guide_to_Network_Programming

    0下载:
  2. linux socket 编程 常用函数 及 tcp udp源码-linux socket 编程
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-01
    • 文件大小:541534
    • 提供者:simba
  1. socket

    0下载:
  2. linux 网络编程源码-linux net program
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:38431
    • 提供者:lichao
  1. socket

    0下载:
  2. linux下的socket编程,有服务器端和客户端-socket programming under linux, there are server and client
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:10629
    • 提供者:nemo
  1. client

    0下载:
  2. linux socks客户端 学习linux socket编程很好的例子-linux socks client to learn linux socket programming example of good
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:1410
    • 提供者:zy
« 1 2 34 5 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com