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

搜索资源列表

  1. Linux网络编程教程.zip

    1下载:
  2. 所属分类:Windows编程

    • 发布日期:
    • 文件大小:123692
    • 提供者:
  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. linux-socket

    0下载:
  2. linux下网络编程,客户端和服务器端通信程序-Network programming, client and server communications procedures
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2015
    • 提供者:邱天
  1. recipe-uclinuxKenel

    0下载:
  2. 编程高手的秘笈:Linux C 函数库,linux宝库典藏版,Linux Make中文手册,uclinux核心手册,Linux网络编程,嵌入式系统开发圣经,高质量C编程指南,高手的必杀技啊,好东西与大家分享-programming experts in the secret : Linux C libraries, treasury collection version of linux, Make Chinese Linux manual Basis core manual, Linux
  3. 所属分类:嵌入式Linux

    • 发布日期:2023-12-31
    • 文件大小:553698
    • 提供者:陈成斌
  1. alarmclientsim

    0下载:
  2. 一个模拟报警功能的客户端程序,Linux网络编程入门的可以-a mock alarm function of the client, Linux Network Programming can look at the portal
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1201
    • 提供者:wxr
  1. linux_network_program_study

    0下载:
  2. Linux网络编程,html格式的,文件比较小-Linux Network Programming, html format, a relatively small document
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:54104
    • 提供者:柯小三
  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. unixdomain

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

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

    0下载:
  2. Linux网络编程FIFO源码。wfifo.c创建并打开文件,往里写;rfifo.c往外读。
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1136
    • 提供者:古月
  1. pipe_fork

    0下载:
  2. Linux网络编程。程序创建一个管道,并发起一个新的进程。父进程往管道里写数据,子进程往外读数据。
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:956
    • 提供者:古月
  1. share_memory

    0下载:
  2. Linux网络编程。通过建立共享内存,并往里写,往外读数据。
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:6811
    • 提供者:古月
  1. signal

    0下载:
  2. Linux网络编程signal.以SIGINT信号为例,通过kill调用往另一个进程发送消息,调用信号处理函数。
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1009
    • 提供者:古月
  1. lock

    0下载:
  2. Linux网络编程。主要实现共享资源问题。通过lock()函数实现锁定,unlock()实现解锁,以避免造成临界资源的死锁问题。
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:895
    • 提供者:古月
  1. LinuxNetProgram

    0下载:
  2. Linux网络编程配套源代码 不过看的时候最好和书籍一起配套看
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:69918
    • 提供者:dayangxi
  1. code

    0下载:
  2. linux网络编程代码--一些有关linux下套接字应用的代码
  3. 所属分类:其它

    • 发布日期:2014-01-16
    • 文件大小:7795
    • 提供者:xiaoping
  1. httpser

    0下载:
  2. 这是一个Linux下web服务器端的代码。运行该程序可以的服务器可以监听80号端口,自动连接浏览器的请求,并提供html网页的下载。(This is the code of a web server side under Linux. The server running the program can monitor port 80, automatically connect browser requests, and provide downloads of HTML pages.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:__
  1. 未命名文件夹

    0下载:
  2. 主要是一些TCP、UDP的网络编程,学习Linux的可以尝试(Kalman filter is used to obtain more stable signals from random signals, which are generally used in aerial vehicles.)
  3. 所属分类:其他

    • 发布日期:2019-10-14
    • 文件大小:2048
    • 提供者:飞驰
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 42 »
搜珍网 www.dssz.com