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

搜索资源列表

  1. Linux套接字中的I_O测试程序

    0下载:
  2. Linux套接字中的I_O测试程序,我自己写的测试程序,有详细注释-Linux in the sleeve joint character I_O test order, I write the test order, has the detailed annotation
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:23746
    • 提供者:刘超
  1. linux(GPRS)ppp

    0下载:
  2. 这是我在一个项目中实现的gprs拨号脚本建立连接,在PC机的Redhat linux 9和arm7+uClinux下都实现了,大家感兴趣的话可以给我发邮件 wenzg008@163.com -This is a project I realize the scr ipt GPRS dial-up to connect the PC Redhat linux 9 and ARM7 under uClinux achieved, we can then interested in me by mai
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1734
    • 提供者:温志刚
  1. dm9601_2.6.zip

    0下载:
  2. DM9601 USB网卡linux驱动,修改makefile就可以了。本人在linux 2.6.14.1测试通过。,DM9601 USB adapter linux driver, modify makefile it. I am in linux 2.6.14.1 test.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-23
    • 文件大小:10703
    • 提供者:Sam
  1. code.rar

    1下载:
  2. linux下的FTP服务器,使用C开发,GCC编译;实现文件的上传、下载、断点续传;技术点:守候进程、进程间通讯、管道、soket编程、文件I/O标准库函数与系统调用、文件权限管理,FTP server under linux, using the C Development, GCC compiler file upload, download, HTTP technical point: waiting for the process of inter-process communica
  3. 所属分类:Ftp Server

    • 发布日期:2017-03-30
    • 文件大小:52770
    • 提供者:yeliu
  1. web_server_in_c.rar

    0下载:
  2. 这是一个用C语言实现的WEB服务器,一款主要面向嵌入式系统的WEB服务器。它支持ASP,嵌入的JAVASCRPT与内存CGI处理。理论上,你可以在非嵌入式环境下很好的使用GoAhead Web服务器(正如我写这篇文章时所做的)。它的参考平台有Windows CE, Wind River VxWorks, Linux, Lynx, QNX,与Windows 95/98/NT。它基本上属于一个HTTP1.0标准的WEB服务器,对一些HTTP1.1的特性如(持久连接)也提供了支持。 ,This is
  3. 所属分类:Web Server

    • 发布日期:2017-03-22
    • 文件大小:1013024
    • 提供者:魏汝垚
  1. rtsp_server_c

    1下载:
  2. 综合rtsp、rtp/rtcp的源码,完全按照RFC2326编写规则,很容易懂,里面我都有注释过的,可以在arm和pc上跑-Comprehensive rtsp, rtp/rtcp source, in full accordance with the rules of RFC2326 prepared, it is easy to understand, which I have had the Notes, you can arm and run pc
  3. 所属分类:WinSock-NDIS

    • 发布日期:2014-07-31
    • 文件大小:541053
    • 提供者:安煜
  1. linux

    1下载:
  2. 实现两台主机间linux系统的文件传输。-I don t !
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:388749
    • 提供者:小张
  1. qq2008_console_client

    0下载:
  2. qq2008贺岁版协议控制台客户端,同时支持linux和win32版。本人修正其一处错误,确保在mingw平台下编译通过。linux下我没试~~编译需设置pthread库(包中已有)最简单的办法是把.a库直接扔到mingw的lib目录下.h文件到include目录 可以实现登录 退出 聊天 群聊 等功能 -Hesuiban agreement qq2008 console client, while supporting linux and win32 versions. The fir
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-28
    • 文件大小:229185
    • 提供者:宋涛
  1. prozilla-1.06.tar

    0下载:
  2. linux下多线程下载的应用程序源码,希望对大家学习多线程下载有用。-linux under the multi-threaded applications to download source code, I hope all of you to learn a useful multi-threaded download.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-03
    • 文件大小:131144
    • 提供者:李京
  1. The.Linux.Networking.Architecture

    0下载:
  2. Linux下的网络结构与编程,英文版,你肯定看得懂的,本人转型学习中-Under Linux the network structure and programming, in English, you certainly can read, I study the transition
  3. 所属分类:Linux Network

    • 发布日期:2017-05-26
    • 文件大小:9060303
    • 提供者:王铁鑫
  1. linux-nids

    0下载:
  2. linux下的入侵检测的代码,能够检查端口扫描的入侵。我也不是什么高手,仅供大家交流参考-linux intrusion detection under the code, be able to check the port scan of the invasion. What is the master I do not only communicate the reference U.S.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-07
    • 文件大小:3616
    • 提供者:王正宗
  1. LINUX-socket

    1下载:
  2. Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。     Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:1406540
    • 提供者:陈威
  1. DOSattacke

    0下载:
  2. LINUX下常见的DOS攻击源码,里面有详细的说明,希望大家共同进步!-LINUX under the common-source DOS attacks, which is described in detail, I hope that progress can be shared!
  3. 所属分类:Linux Network

    • 发布日期:2017-04-15
    • 文件大小:8321
    • 提供者:小孔
  1. ftpd

    0下载:
  2. A very simple ftp server s source code for demonstration. * It supports PASV/PORT modes and following operations: * ls,pwd,cwd,get,put,dele. * I have tested it using following ftp clients: * 1. Windows XP s command line ftp client, * 2. IE
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:7150
    • 提供者:陈绍辉
  1. install_flash_player_9_linux.tar

    0下载:
  2. linux 下flash插件播放器,我在ubuntu8.04下测试通过-linux under the flash player plug-in, I passed the test ubuntu8.04
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-12
    • 文件大小:3044538
    • 提供者:张太荣
  1. network-chat

    0下载:
  2. 聊天工具,局域网聊天,可以在windows和linux 下运行,我用过,还行-Chat tools, local area network chat, you can run windows and linux, I have used, but also OK
  3. 所属分类:Linux Network

    • 发布日期:2017-05-09
    • 文件大小:2413043
    • 提供者:冯涛
  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. libjingle-0.4.1

    0下载:
  2. libjingle-0.4.1 This version is more like maintenance version. It doesn t look like an official version. Slight directory structure change. I don t recommend installing iLBC. Compile without iLBC first, then if it works, use iLBC and compile again.
  3. 所属分类:Linux Network

    • 发布日期:2017-05-27
    • 文件大小:10036949
    • 提供者:fociwm
  1. SimpleChatwwx

    0下载:
  2. linux下的FTP服务器,使用C开发,GCC编译;实现文件的上传、下载、断点续传;技术点:守候进程、进程间通讯、管道、soket编程、文件I/O标准库函数与系统调用、文件权限管理-FTP server under linux, using the C Development, GCC compiler file upload, download, HTTP technical point: waiting for the process of inter-process commu
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-19
    • 文件大小:28166829
    • 提供者:王文星
  1. linux

    0下载:
  2. linux源代码,希望对大家有用,老师给的-linux,i holp it is useful to yours
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:40163
    • 提供者:沛公
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com