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

搜索资源列表

  1. e3-2[1].41.tar

    0下载:
  2. e3 是一个全屏的用户友好的文本编辑器,它的语法象wordstar 的basic.,只有5k大小。它对于libc或任何其他库都独立,它对于微型Linux分区和挽救磁盘特别有用。这种汇编版本也支持freeBSD和BeOS. C 版本支持其他的Unix版本和Cygwin-e3 is a user-friendly, full-screen text editor, the syntax of basic as WordStar. only 5k size. Libc for it or any ot
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:210.08kb
    • 提供者:陈凯
  1. linux-libc-headers-2.6.11.1

    0下载:
  2. 多年来,通常的做法是直接从内核源代码中复制出“原始”的内核头文件,放在 /usr/include 中使用。但是最近几年,内核开发人员强烈要求停止这种做法。因此诞生了 Linux-Libc-Headers 项目,其目的就是维护一个API版本稳定的内核头文件。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3.89mb
    • 提供者:Olli
  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
    • 文件大小:27.3kb
    • 提供者:zjtec
  1. hello-gnu-make.tar

    0下载:
  2. 装一整套 gcc-libc libstdc++ gcc-c++ gcc -objc cpp binutil 卸载与2.95.3-8有关的 卸载gcc 卸载gcc-g++ 卸载gcc-chill 卸载gcc-g77 卸载gcc-objc 卸载gcc 卸载 libstdc++-2.95.3-8 批量装gcc rpm -ivh gcc*.rpm 批量装libst
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-21
    • 文件大小:582byte
    • 提供者:liuxing
  1. Hacking.The.Art.Of.Exploitation

    0下载:
  2. 一本关于黑客攻击及漏洞挖掘艺术的好书.有缓冲区溢出的利用等.-Exploit programs using buffer overflows and format strings Write your own printable ASCII polymorphic shellcode Defeat non-executable stacks by returning into libc Redirect network traffic, conceal open ports,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1.39mb
    • 提供者:xy
  1. libc

    0下载:
  2. libc里各函数和参数的详细说明和使用方法的介绍-libc function and parameters inside the detailed descr iption of the introduction and use of methods
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:515.82kb
    • 提供者:董一
  1. regexwrapper

    0下载:
  2. 为linux & win32平台兼容写的正则表达式封装代码,Win32使用boost实现,Linux使用libc实现-For linux & win32 platform compatible regular expression package written in code, Win32 use the boost to achieve, Linux using libc implementation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:7.03kb
    • 提供者:
  1. libc-gnu

    0下载:
  2. gnu libc documentation (Reference Manual)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:778.49kb
    • 提供者:pssst
  1. libc

    0下载:
  2. LINUX下标准C库,供对LINUX下C编程感兴趣的人学习-Under the standard C library LINUX for C programming under LINUX right people interested in learning
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:311.83kb
    • 提供者:周晓铭
  1. GNUCplusplus(andC)forLinux

    0下载:
  2. This fi le is a C programming tutorial using the GNU C compiler and GNU Libc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1.84mb
    • 提供者:李雅芳
  1. gcc

    0下载:
  2. 在进行嵌入式开发之前,首先要建立一个交叉编译环境,这是一套编译器、连接器和libc库等组成的开发环境。文章通过一个具体的例子说明了这些嵌入式交叉编译开发工具的制作过程。 -Before doing embedded development, first of all to build a cross compiler environment, it is a compiler, linker and libc libraries composed of development environme
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:12.97kb
    • 提供者:慧琳
  1. libc-html_node.tar

    0下载:
  2. 1000页。gcc c库函数。完全版本。-The GNU C Library Reference Manual
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1.09mb
    • 提供者:xichu
  1. glibc-2.3.22

    0下载:
  2. glibc是gnu发布的libc库,即c运行库。glibc是linux系统中最底层的api,几乎其它任何运行库都会依赖于glibc。glibc除了封装linux操作系统所提供的系统服务外,它本身也提供了许多其它一些必要功能服务的实现。由于 glibc 囊括了几乎所有的 UNIX 通行的标准,可以想见其内容包罗万有。而就像其他的 UNIX 系统一样,其内含的档案群分散于系统的树状目录结构中,像一个支架一般撑起整个作业系统。在 GNU/Linux 系统中,其C函式库发展史点出了GNU/Linux 演
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-30
    • 文件大小:11.97mb
    • 提供者:观光客
  1. return-into-libc

    1下载:
  2. 为一篇报告文档,利用return-into-libc方法,完成攻击实验,实验环境为Linux(Ubuntu-9.10),内含实验攻击源代码(无害)。-As a report document, the use of return-into-libc method to complete the attack experiments, the experimental environment for the Linux (Ubuntu-9.10), attack the source code c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:350.99kb
    • 提供者:
  1. dbus-sysdeps

    0下载:
  2. Wrappers around system/libc features shared between UNIX and Windows internal to D-Bus implementation.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-01
    • 文件大小:10.17kb
    • 提供者:meiterou
  1. dbus-sysdeps-unix

    0下载:
  2. Wrappers around UNIX system/libc features internal to D-Bus implementation.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-02
    • 文件大小:16.44kb
    • 提供者:ginwunson
  1. fpopen

    0下载:
  2. unlike the libc popen, it directly executes the command instead of call out to the shell.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-08
    • 文件大小:1.29kb
    • 提供者:gaijongbin
  1. libc-compat

    0下载:
  2. Compatibility interface for userspace libc header coordination.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:761byte
    • 提供者:vonwojun
  1. libc-compat

    0下载:
  2. Compatibility interface for userspace libc header coordination.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1.4kb
    • 提供者:botdjon
  1. libc-lock

    0下载:
  2. libc-internal interface for mutex locks.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5.08kb
    • 提供者:xlpdzan
« 12 3 4 »
搜珍网 www.dssz.com