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

搜索资源列表

  1. linux

    0下载:
  2. TCP/IP的聊天工具开发,具备单聊和群聊的功能,适合刚接触网络编程的人参考-TCP/IP chat tool development, with a single chat and group chat features, suitable for people new to network programming reference
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:142011
    • 提供者:whb
  1. LInux

    0下载:
  2. 用7章来描述linux的网络编程;并描述了路由;最后给了Understanding Linux Network Internals手册,供大家使用-Chapter 7 to describe the Linux network programming and describes the route finally gave Understanding Linux Network Internals Manual for use
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-29
    • 文件大小:11664451
    • 提供者:
  1. Sell-ticket-System

    0下载:
  2. 基于Linux C语言的简单售票系统,练习LInux网络编程和线程与互斥锁的应用。-A simple ticketing system based on Linux C language, practice the application of the the LInux network programming and thread and mutex lock.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:10330
    • 提供者:zhu
  1. udp_chat

    0下载:
  2. linux网络编程UDP server和chat的基本实现-linux network programming UDP server and chat to the basic realization of
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:16969
    • 提供者:颜建文
  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. linux

    0下载:
  2. Linux系统是通过提供套接字(socket)来进行网络编程的.网络程序通过socket和其它几个函数的调用, 会返回一个 通讯的文件描述符,我们可以将这个描述符看成普通的文件的描述符来操作,这就是linux的设备无关性的好处. -Linux system is by providing socket (socket) for network programming. Network program through the socket and several other functi
  3. 所属分类:Linux Network

    • 发布日期:2017-11-10
    • 文件大小:1739722
    • 提供者:杨利娟
  1. Linux

    0下载:
  2. Linux c 网络编程超详细笔记,主要针对SOCKET的TCP/UDP俩方面列举出了详细的例子,可以一看。-Linux c network programming detailed notes, mainly for SOCKET the TCP/UDP both aspects listed detailed examples, you can see.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-25
    • 文件大小:291027
    • 提供者:韩勇
  1. Linux_yonghu_shuju_fasong

    0下载:
  2. Linux网络编程用户数据报发送,sockfd,buf,len的意义和read,write一样,分别表示套接字描述符,发送或接收的缓冲区及大小. recvfrom负责从 sockfd接收数据,如果from不是NULL,那么在from里面存储了信息来源的情况,如果对信息的来源不感兴趣, 可以将from和fromlen 设置为NULL.sendto负责向to发送信息.此时在to里面存储了收信息方的详细资料. -Linux network programming user datagra
  3. 所属分类:Linux Network

    • 发布日期:2017-11-10
    • 文件大小:1967
    • 提供者:lwj
  1. udp

    0下载:
  2. linux网络编程实例,UDP协议主客户端程序。-linux network programming examples, UDP protocol main client program.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-28
    • 文件大小:8622
    • 提供者:符东
  1. network

    0下载:
  2. linux网络编程实例,包含客户机程序与服务器程序。-linux network programming examples, including client and server programs.
  3. 所属分类:Linux Network

    • 发布日期:2017-12-02
    • 文件大小:11368
    • 提供者:符东
  1. tcp_one_connect

    0下载:
  2. 该实例代码是linux网络编程的客户端和服务端,对于初学者非常有用-The example code linux network programming client and server, very useful for beginners
  3. 所属分类:Linux Network

    • 发布日期:2017-11-27
    • 文件大小:9898
    • 提供者:fenglin
  1. libevent-2.0.18-stable.tar

    0下载:
  2. linux 网络编程 接口 TCP/IP-linux tcp/ip network
  3. 所属分类:Linux Network

    • 发布日期:2017-11-26
    • 文件大小:840719
    • 提供者:马斌
  1. linux-tcp

    0下载:
  2. linux网络应用编程,涵盖两个程序代码,一个是服务器,一个是客户端-linux network application programming covers two program code, one server, one client
  3. 所属分类:Linux Network

    • 发布日期:2017-11-20
    • 文件大小:1874038
    • 提供者:海海
  1. chatroom

    0下载:
  2. linux网络编程 聊天室-c /c++ linux chat_room head.h server.c client.c
  3. 所属分类:Linux Network

    • 发布日期:2017-12-08
    • 文件大小:5226
    • 提供者:任鸿楠
  1. linuxnetworkprogram

    0下载:
  2. linux网络编程tcp,udp,server源代码,学习的好东西,注意是2.6的内核-linux network programming tcp, udp, server source code, a good thing to learn, pay attention to the 2.6 kernel
  3. 所属分类:Linux Network

    • 发布日期:2017-11-28
    • 文件大小:7921
    • 提供者:
  1. fileTransServerClient

    0下载:
  2. 简单的客户端和服务器的通信程序,对于刚解除linux网络编程的新手会有帮助。-Simple client and server communication program for the novice just lift linux network programming would be helpful.
  3. 所属分类:Linux Network

    • 发布日期:2017-12-02
    • 文件大小:749904
    • 提供者:ymc
  1. server

    0下载:
  2. Linux网络编程入门级程序,此为建立一个服务器,服务器包括套接字建立,配置,绑定,监听等步骤-Linux network programming entry-level program, this is the steps to set up a server, the server socket to create, configure, bind, listen for
  3. 所属分类:Linux Network

    • 发布日期:2017-11-15
    • 文件大小:700
    • 提供者:李紫阳
  1. pop3

    0下载:
  2. Linux 网络编程 简单邮件接收程序pop3,基于邮局协议pop3的小程序.简单明了-Linux Network Programming Simple Mail the receiving program pop3 Post Office Protocol pop3-based applet. Straightforward
  3. 所属分类:Linux Network

    • 发布日期:2017-11-25
    • 文件大小:625
    • 提供者:李紫阳
  1. udp

    0下载:
  2. Linux网络编程(udp)范例-Linux Network Programming (udp),,,
  3. 所属分类:Linux Network

    • 发布日期:2017-12-10
    • 文件大小:2156
    • 提供者:唐辉
  1. udptest

    0下载:
  2. linux网络编程 udp通信 用ubuntu亲测可用-linux network program bace on udp
  3. 所属分类:Linux Network

    • 发布日期:2017-11-17
    • 文件大小:11732
    • 提供者:annly
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 24 »
搜珍网 www.dssz.com