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

搜索资源列表

  1. mysvr.rar

    0下载:
  2. 本程序是一个可移植的(Win32/Linux)邮件接收(支持POP3协议)程序,并编写了可移 植SOCKET和POP3封装类,希望能为初学者提供一些帮助。 编译: Win32: 在VC++6.0下编译通过,并运行良好。 Linux: 在G++下编译通过,请查看Makefile文件。
  3. 所属分类:Email客户端

    • 发布日期:
    • 文件大小:24.59kb
    • 提供者:
  1. Linux_LAN

    0下载:
  2. Linux* Base Driver for the Attansic(R) L1 Gigabit Ethernet Adapter-Linux Driver for the Attansic (R) L1 G. igabit Ethernet Adapter
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:80.81kb
    • 提供者:Sean
  1. wl-167g

    0下载:
  2. This a linux device driver for Ralink RT2500USB b/g WLAN Card. This driver implements basic 802.11 function. Infrastructure and Ad-hoc mode with open or shared or wpapsk or wpa2psk authentication method. WEP-40 and WEP-104 or tkip or aes encry
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:674.72kb
    • 提供者:peng
  1. FileZilla_3.1.5.1_i586-linux-gnu

    0下载:
  2. FileZilla is a cross-platform graphical FTP, FTPS and SFTP client a lot of features, supporting Windows, Linux, Mac OS X and more. FileZilla Server is a reliable FTP server for Windows. it is a Client App,and a linux gnu version. important:cha
  3. 所属分类:Linux Network

    • 发布日期:2017-05-16
    • 文件大小:4.17mb
    • 提供者:张真
  1. jonet_audio_v1.1

    0下载:
  2. linux下实现音频传输程序,采用g.711编码方式。-linux audio transmission process to achieve using g.711 encoding.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:63.08kb
    • 提供者:guojian
  1. mysvr

    0下载:
  2. 本程序是一个可移植的(Win32/Linux)邮件接收(支持POP3协议)程序,并编写了可移 植SOCKET和POP3封装类,希望能为初学者提供一些帮助。 编译: Win32: 在VC++6.0下编译通过,并运行良好。 Linux: 在G++下编译通过,请查看Makefile文件。-This procedure is a portable (Win32/Linux) to receive e-mail (support POP3 protocol) procedures, and t
  3. 所属分类:Email Client

    • 发布日期:
    • 文件大小:24.86kb
    • 提供者:何刚
  1. GCC-and-G

    0下载:
  2. linux下gcc与g++的比较与介绍,详细的介绍gcc的参数-gcc under linux with g++ in comparison with that in detail the parameters of gcc
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:15.78kb
    • 提供者:dair
  1. seamonkey-1.1.16.en-US.linux-i686.installer.tar.g

    0下载:
  2. apache-mpm-prefork apache-mpm-prefork-apache-mpm-prefork apache-mpm-prefork apache-mpm-prefork
  3. 所属分类:Linux Network

    • 发布日期:2017-06-02
    • 文件大小:14.01mb
    • 提供者:agrodner
  1. LockedLogo.smg

    0下载:
  2. arm bin linux pdf file for g-arm bin linux pdf file for gcc
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:3.86kb
    • 提供者:karan
  1. aircrackgui-1.3.8.tar

    0下载:
  2. aircrack-ng的gui代码,windows或linux。-wifi injection gui code for aircrack-ng
  3. 所属分类:网络截获/分析

    • 发布日期:2016-01-22
    • 文件大小:345.88kb
    • 提供者:scharschar
  1. ns-linux-v2

    0下载:
  2. This a patch that can run Linux TCP congestion control algorithms on NS2, with similar simulation speed and memory usages as other NS2 TCPs (e.g. Sack1). The implementation loosely follows the Linux TCP implementation, and can produce results compara
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:54.74kb
    • 提供者:Sean Chao
  1. AR81Family-Linux-v1.0.1.9.tar

    1下载:
  2. driver network atheros family ar81
  3. 所属分类:Linux Network

    • 发布日期:2016-01-26
    • 文件大小:167kb
    • 提供者:javier
  1. LINUX-HOMEWORK

    0下载:
  2. LIUX作业FROM BUPT 1.find /tmp –user tom –mtime +60 | xargs rm -rfv 2.cat sample.txt | tr A-Z a-z |tr –cs a-z\’ ‘\n’ | sort | uniq –c | sort –nr | head -10 6.adduser sambausr1 passwd sambausr1 adduser sambausr2 passwd sambausr2 addgroup sa
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:100.17kb
    • 提供者:冯加美
  1. qq_select

    0下载:
  2. 在Linux下创建udp套接字,select监听套接字实现局域网多人聊天。编译器G-Under Linux create udp socket, select the listening socket LAN multiplayer chat. GCC compiler
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:1.08kb
    • 提供者:hanzhen
  1. guass

    0下载:
  2. 这是一个生成高斯分布的c++(.cc)程序,此程序在linux下g++下编译通过。生成的高斯分布随机数序列的期望为0.0,方差为1.0。若指定期望为E,方差为V,则只需增加:GaussRand() * V + E。http://imatlab.lofter.com/ 欢迎交流学习经验-A gaussian/normal distribution program in linux g++.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:681byte
    • 提供者:杨兰
  1. patch_ti8168

    0下载:
  2. Patch for Linux version 2.6.37 (gcc version 4.3.3 (Sourcery G++ Lite 2009q1-203) for TI SOC Da Vinci ti8168, to bypass the tvp7002 procedure call on the board via i2c-Patch for Linux version 2.6.37 (gcc version 4.3.3 (Sourcery G++ Lite 2009q1-203) f
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:27.17kb
    • 提供者:Emanuele Renzi
  1. etsi_acelpcodec.tar

    1下载:
  2. tetra etsi acelp codec complete with makefile to build on linux with g-tetra etsi acelp codec complete with makefile to build on linux with gcc
  3. 所属分类:Linux Network

    • 发布日期:2017-04-29
    • 文件大小:76.14kb
    • 提供者:Thomas
  1. tcp_test

    0下载:
  2. linux TCP客户端和服务器端集成程序, 编译方式 gcc -lrt -pthread -o xx -g tcp_test.c-linux TCP client and server side integration program, compiling way gcc-lrt-pthread-o xx-g tcp_test.c
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1.28kb
    • 提供者:caozhejun
搜珍网 www.dssz.com