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

搜索资源列表

  1. sproxy

    0下载:
  2. TCP proxy 首先声明,这段源代码不是我编写的,让我们感谢这位名叫Carl Harris的大虾,是他编写了这段代码并将其散播到网上供大家学习讨论。这段代码虽然只是描述了最简单的proxy操作,但它的确是经典,它不仅清晰地描述了客户机/服务器系统的概念,而且几乎包括了Linux网络编程的方方面面,非常适合Linux网络编程的初学者学习。-TCP proxy statement, this source code is not my preparation, let us thank Carl
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:2043
    • 提供者:bob
  1. sirrus-pn1

    0下载:
  2. linux网络编程中的经典源码,希望对大家有帮助,欢迎下载使用。-linux network programming of the classic source, and I hope to help everyone, welcome to download for use.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:16923
    • 提供者:杨琪
  1. sirrus-n2

    0下载:
  2. linux网络编程中的经典源码,streams 部分希望对大家有帮助,欢迎下载使用。-linux network programming of the classic source, streams of hope to be helpful, welcome to download for use.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:9811
    • 提供者:杨琪
  1. sirrus-n3

    0下载:
  2. linux网络编程中的经典源码,希望对大家有帮助,欢迎下载使用。part of tcpcliserv-linux network programming of the classic source, and I hope to help everyone, welcome to download for use. Part of tcpcliserv
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:17788
    • 提供者:杨琪
  1. ssntp

    0下载:
  2. linux网络编程中的经典源码,希望对大家有帮助,欢迎下载使用。part of ssntp-linux network programming of the classic source, and I hope to help everyone, welcome to download for use. Part of ssntp
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:3014
    • 提供者:杨琪
  1. chat

    0下载:
  2. linux下的一个聊天程序 ,代码完整, 调试通过。 既可以做服务器, 也可以做客户端。 程序代码才采用多种异步通讯模式。希望对初学习LINUX和TCP/CP的人有帮助。 -one chat room project under linux platform . complete project with no any bug. u can treat it as a server , and u can treat as a client as well. serval
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:13953
    • 提供者:吕 广林
  1. SOCKET-Linux

    0下载:
  2. 该程序包详细讲述了Linux环境下的Socket编程,是初学者学习网络编程的佳品!- It is Good for you to study Socket!
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:23776
    • 提供者:tfg
  1. 12313232

    0下载:
  2. linux网络编程函数例子,对于初学者来说是很好的例子。-linux network programming function examples, for beginners is a very good example.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-16
    • 文件大小:38811
    • 提供者:wxq
  1. socketlite

    1下载:
  2. 一个轻量级的C++跨平台(window/linux)网络编程框架。它简化了Socket异步事件分派、进程间Socket通信的并发OO网络应用和服务的开发。socketlib(已停止开发)的替代库。项目网址:http://code.google.com/p/socketlite-a lightweight C++ socket network framework. It simplifies the development of OO socket network applications and
  3. 所属分类:Linux Network

    • 发布日期:2016-01-24
    • 文件大小:100819
    • 提供者:bolidezhang
  1. socket

    0下载:
  2. 能让我们对linux的系统和socket有一个叫深入的了解,且对网络服务器的架构有一定了解,通过实践,使我们知道在网络编程过程中所需要注意的一系列问题(如并行程序设计的问题)。当然,本次大作业还能使我们对“进程间通信”,“进程同步”和“信号量”等操作系统的知识进行巩固,从而服务于本次大作业。-Make our linux system and the socket are called in-depth understanding of the network server architectu
  3. 所属分类:Linux Network

    • 发布日期:2017-03-27
    • 文件大小:139103
    • 提供者:stallion
  1. Linux-net-programC-language

    0下载:
  2. 本资料提供丰富的Linux操作系统下网络编程示例源代码,包括进程通信实现方式、并行处理、Socket架构,以及网络应用如TCP、UDP、等-This information provides a wealth of network programming under Linux operating system source code examples, including the implementation process of communication, parallel process
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-23
    • 文件大小:76036
    • 提供者:吴文
  1. linux-net.tar

    0下载:
  2. linux 网络编程的小实例,大家可以随便看看,呵呵~希望共同努力!支持linux!-small instance of the linux network programming, we can easily see, I want to work together! Support the linux!
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:2924
    • 提供者:彭陶
  1. linux-c-data-trans-on-web

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

    • 发布日期:2017-03-29
    • 文件大小:1614
    • 提供者:lzy
  1. linux

    0下载:
  2. 详细讲解linux网络编程,相关的协议,基本的概念性东西-Explain in detail the linux network programming, and related agreements the basic conceptual things
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:1047
    • 提供者:john
  1. linux-network-programming

    0下载:
  2. 这是一本关于linux网络编程的书,扫描版本-This is a linux network programming book, scanned versions
  3. 所属分类:Linux Network

    • 发布日期:2017-11-13
    • 文件大小:1735281
    • 提供者:周大猫
  1. linux-source-code

    0下载:
  2. linux网络编程源码,介绍常见网络工具的实现源码以及编译脚本-linux network programming source code, to achieve the source code as well as compiled scr ipt introduces common network tools
  3. 所属分类:Linux Network

    • 发布日期:2017-11-10
    • 文件大小:669579
    • 提供者:
  1. Linux-Network-programming

    0下载:
  2. 本资料讲述的是linux网络编程,包括通信进程、套接字、网络安全、远程控制等内容。-This information is about the Linux network programming, including the communication process, socket, network security, remote control etc
  3. 所属分类:Linux Network

    • 发布日期:2017-11-10
    • 文件大小:2070722
    • 提供者:hhcclover
  1. Linux-NOTE

    0下载:
  2. linux网络编程,超级详细笔记.帮助你轻松学习Linux。-linux network programming, super-detailed notes. helps you easily learn Linux.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-17
    • 文件大小:290314
    • 提供者:王晓
  1. Linux-chat

    0下载:
  2. linux消息队列实现的群聊功能,Linux网络编程新手必备-Linux message queue to achieve the group chat feature, Linux network programming novice
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3666
    • 提供者:郝鹏
  1. CODE

    0下载:
  2. 基于Linux网络编程,通过socket实现异地文件传输,基于多线程技术开发的文件实时传输系统。可用于网络拓扑配置和仿真(Based on Linux network programming, through the socket to achieve remote file transmission, based on multi threading technology developed real-time file transmission system. It can be used
  3. 所属分类:网络

    • 发布日期:2018-01-03
    • 文件大小:37888
    • 提供者:xieyinyangwudi
« 1 2 34 5 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com