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

搜索资源列表

  1. libcli-1.9.4.tar

    0下载:
  2. 一个简单方便的CLI(命令行接口)实现库,可方便的整合到各种嵌入式应用中,实现类似CISCO风格的控制台命令行-A simple and convenient CLI (command line interface) library, can be easily integrated into embedded applications, to achieve a similar command-line console-style CISCO
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:27960
    • 提供者:zjtec
  1. The_Programming_Interface_Specification_of_Applica

    0下载:
  2. 本文档是Linux 应用程序编程界面规范,规定标准的LINUX 操作系统为进行中、英文信息处理的 应用程序时提供必须的接口和运行环境,包括核心的应用程序编程界面、各种库函数、命令解释程序 (“shell”)、公共实用程序、图形用户界面(包括窗口函数)以及国际化和中文语境的本地化函数以支 持中英文信息处理的应用程序源码级的可移植性。-This document is a Linux application programming interface specification, the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:649756
    • 提供者:李李李
  1. secret

    0下载:
  2. pass.words是弱口令字典,是一个纯文本文件,每行一个口令,可以向里面添加候选口令。 pass.c是进行口令检查的c语言原程序,有两个命令行参数 -w file: 可以使用该选项指定口令字典 -P:默认情况下对/etc/shadow中的用户检查弱口令,可以使用该选项指定检查的文件 编译gcc –o pass pass.c –l crypt 由于要使用加密函数,所以要使用加密库crypt,使用选项-l crypt 运行程序:pass –w ./pass.words –
  3. 所属分类:Linux-Unix program

    • 发布日期:
    • 文件大小:7591
    • 提供者:莫松成
  1. Linux

    0下载:
  2. Linux命令大全,经过修改,包含绝大部分linux下C库的函数-Linux command Daquan, modified, including the vast majority of linux under the C library functions
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:326334
    • 提供者:lwj
  1. list

    0下载:
  2. 练习使用vi,使用UNIX的系统调用和库函数,体会UNIX文件通配符的处理方式以及命令对选项的处理方式。与ls命令类似,命令行参数可以有0到多个,实现自定义选项r,a,l,h,m以及--. ——北京邮电大学计算机系Cc-Practice to use vi, use the UNIX system calls and library functions, experience of UNIX file handling of wildcards, and command of the optio
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1655
    • 提供者:CC
  1. mp3

    0下载:
  2. linux平台下使用gstreamer库编写的一个mp3player.基于命令行的。-linux platform using the gstreamer library written in a mp3player. based on the command line.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:9349
    • 提供者:网校龙
  1. magent-0.6.tar

    1下载:
  2. magent 是一个简单,但非常有用的 memcached 缓存服务器的代理小程序。 主要功能: • 保持到memcached服务器的多个连接 • 支持下列memcached指令 1. get gets 2. delete 3. incr decr 4. add set replace prepend append 5. cas • 基于 libevent 的事件驱动库 • 支持 ketama 算法
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:17257
    • 提供者:zzw
  1. parted-2.3.tar

    0下载:
  2. GNU Parted manipulates partition tables. This is useful for creating space for new operating systems, reorganizing disk usage, copying data on hard disks and disk imaging. The package contains a library, libparted, as well as well as a command-line f
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-11
    • 文件大小:2974168
    • 提供者:hyl
  1. cdemu-daemon-1.3.0.tar

    0下载:
  2. CDemu是模拟CD、DVD设备的内核模块。它让你能使用.bin/.cue, .nrg, 或 .ccd这样的非ISO-9660格式的光盘镜像。之所以要用到它,是因为mount只能挂载iso。iso只包含单一的文件系统,而许多cd都带有复杂的信息,比如混合数据和音轨。CDemu让你能获得这些CD镜像完整、原始的内容。 CDemu利用vhba内核模块模拟出一个SCSI CD/DVD设备,由后台运行的cdemud守护进程(cdemud)与该模块通信。镜像分析代码被抽象到一个库中(libmir
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. 在 linux 做开发或者系统管理遇到乱码是经常的事情,主要 windows windows下中文的默认编码是 gb2312 gb2312,而 linux 下是 utf -8。很多时候 涉及到和 windows windowswindows平台系统的通信免不了编码转 平台系统的通信免不了编码转 化,可能大部分人都用 iconv iconv iconv库函数(包含在 glib glibglib中)和 iconv iconv iconv命令来执行编码转换,今天 我 要推荐的是另一个 要推荐的是另一个
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:257730
    • 提供者:wuyukun
  1. cgi

    0下载:
  2. 基于linux readline库的 命令行程序开发-Linux readline library-based command line program development
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-18
    • 文件大小:2005
    • 提供者:童江鹏
  1. snake

    0下载:
  2. 贪食蛇的程序 linux 下使用C语言编程完成 没有使用Qt,调用库在命令行里实现-Snake program linux using C language programming is complete without using Qt, call the library on the command line to achieve
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:84491
    • 提供者:yin
  1. heap

    0下载:
  2. Command construction utility for the SVGA3D protocol used by the VMware SVGA device, based on the svgautil library.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:33301
    • 提供者:zingwerven
  1. linux

    0下载:
  2. linux下编程的一些资料,包含Linux常用命令大全 Linux基础命令教程豪华版 Linux C 常用库函数手册 Linux_C函数手册 Make教程-Under linux programming some of the information, including commonly used linux command Daquan, Linux based command tutorial, deluxe edition, Linux commonly used C library f
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-11
    • 文件大小:2069362
    • 提供者:lawrence
搜珍网 www.dssz.com