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

搜索资源列表

  1. huffman

    0下载:
  2. Library and command line program for Huffman encoding and decoding both files and chunks of memory. The encoder is a 2 pass encoder. The first pass scans the data and builds the Huffman tree. The second pass encodes the data. The decoder is one pa
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:12.47kb
    • 提供者:马振强
  1. pcap.tar

    0下载:
  2. his the official web site of tcpdump, a powerful command-line packet analyzer and libpcap, a portable C/C++ library for network traffic capture. In this page, you ll find the latest stable version of tcpdump and libpcap, as well as current devel
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:383.74kb
    • 提供者:junaid
  1. ARPTable_demo

    0下载:
  2. This a tool to display and modify IP-to-Physical address translation tables used by ARP (Address Resolution Protocol), like the Windows command-line arp.exe. This tool will do two things: it displays ARP table entries and it adds/modifies/removes ARP
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-26
    • 文件大小:9.61kb
    • 提供者:黄海栋
  1. UdpRtc

    0下载:
  2. UdpRtc (Ethernet Library demo for ENC28J60 mcu) this code shows how to use the ENC28J60 mini library : * the board will reply to ARP & ICMP echo requests * the board will reply to UDP requests on any port : * returns the command name *
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:3.99kb
    • 提供者:duonghai
  1. modem_under_QSerialDevice_v0.1.0

    0下载:
  2. Application for connection modems by AT-command. Include simple file transfer protocol. Based on Qt 4.5.3 and QSerialDevice_v0.1.0 library.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-09
    • 文件大小:1.22mb
    • 提供者:Alexander
  1. mysever-client

    1下载:
  2. 根据自定义的协议规范,使用Socket编程接口编写基本的网络应用软件。  使用操作系统提供的Socket编程接口,而不使用任何封装Socket接口的类库或组件  协议可以自己定义,只要完成指定的功能即可  程序界面不做要求,使用命令行或最简单的窗体即可   功能要求如下: 1. 运输层协议采用TCP 2. 服务端运行后,即监听指定的端口。允许多个连接并发运行 3. 服务端接收到客户端请求后,根据客户端传过来的指令完成特定任务:
  3. 所属分类:Internet/网络编程

    • 发布日期:2013-07-03
    • 文件大小:3.42kb
    • 提供者:杨子坤
  1. libmemcached-1.0.4.tar

    0下载:
  2. libmemcached 是一个 memcached 的库,客户端库,C 和 C++ 语言实现的客户端库,具有低内存占用率、线程安全、并提供对memcached功能的全面支持。它还采用 多种命令行工具: memcat , memflush , memrm , memstat ,并memslap (负载代)。程序库一直在设计,让不同的散列方法对密钥,分割的钥匙,并使用统一的散列分配。-libmemcached is a library for memcached client library, C
  3. 所属分类:Linux Network

    • 发布日期:2017-03-23
    • 文件大小:929.01kb
    • 提供者:yoyo
  1. apr-doc

    0下载:
  2. apr-doc.CHM 开发指南 这里是一个所有模块的列表: Apache的可携性运行时库 平台定义 内部内存分配 原子操作 动态对象处理 为manupulating环境的功能 错误代码 年利率错误空间 年利率误差值 状态值测试 文件信息 文件权限标志 统计功能 目录操作函数 文件路径操作功能 文件的I / O处理功能 文件打开标志/套路 文件寻求旗 文件属性标志 {_full}最大iovec的大小 文
  3. 所属分类:Web Server

    • 发布日期:2017-03-29
    • 文件大小:310.53kb
    • 提供者:kaka
  1. Book-Manager-System

    0下载:
  2. 使用MySQL的实验程序:电子书管理软件 功能:管理电脑里的电子书,提供查询,插入,删除,统计书的总数等操作。 开发环境:Linux2.6.38,gcc4.4.3,mysql5.1.41,因为用到了curses库,不确定在其它操作系统下能不能不修改就编译。 编译方法:在源码目录下运行make 使用方法:1.首先请自行安装mysql环境,然后自行新建一个用户(名字随意),并用"create database libmanager"创建数据库(数据库的名字不能变)。2.在终端下用"m
  3. 所属分类:Linux Network

    • 发布日期:2017-11-11
    • 文件大小:111.68kb
    • 提供者:彭睿
  1. reference-ril

    0下载:
  2. android ril库,可参考添加对各AT指令的支持-android ril library, add a reference to the AT command support. . . .
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:61.47kb
    • 提供者:momo
  1. database

    0下载:
  2. 有的文件这里无法上传,完整代码我已经上传到github服务器,可以用 git clone git://github.com/zwdnet/Money.git 命令下载 自己写的给自己用的记帐程序,命令行下的,用于记录日常收入支出,以及自己的资产和负债情况,并进行一些数据分析。 开发环境:Unbutu10.04 gcc4.4.3 sqlite3.6.22 vim7.2 gdb7.1 因为程序中用了一些linux的shell命令(用system()调用),所以移植到其
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:1.62kb
    • 提供者:LEO
  1. MyWebServer

    2下载:
  2. 基于OpenSSL的web服务器,共包含13个文件。 编译:编译本章程序需要使用OpenSSL库。OpenSSL是一款由加拿大的Eric Yang等人编写的开源软件包,实现了SSL及相关加密技术。OpenSSL的官方网站http://www.openssl.org/。读者可以从ftp://ftp.openssl.org/source/下载OpenSSL的源代码。本章编程使用Open SSL 0.9.8版本。 正确安装OpenSSL库后,在命令行模式下,切换到代码所在目录,输入make后回
  3. 所属分类:Linux Network

    • 发布日期:2017-04-23
    • 文件大小:12.6kb
    • 提供者:xuting
  1. gammu-1.36.2

    0下载:
  2. Gammu 是一个为移动电话开发的库和命令行管理工具,遵循GNU GPL version 2.-Gammu is library and command line utility for mobile phones. It is released under GNU GPL version 2. It has been initiated by Marcin Wiacek and other people. Originally the code was based on Gn
  3. 所属分类:Linux Network

    • 发布日期:2017-05-16
    • 文件大小:3.43mb
    • 提供者:monk_lee
  1. curl-master

    0下载:
  2. curl功能是用URL语法传输指定数据的命令行工具(Curl is a command line tool for transferring data specified with URL syntax. Find out how to use curl by reading the curl.1 man page or the MANUAL document. Find out how to install Curl by reading the INSTALL docume
  3. 所属分类:网络编程

    • 发布日期:2017-12-26
    • 文件大小:3.96mb
    • 提供者:chenyong1218
搜珍网 www.dssz.com