首页 / 词典 / good

libc

  • 网络函数库
libclibc
  1. One possibility for this degradation is that the Linux libc libraries are not compiled using the appropriate optimization level .

    造成这种影响可能是因为Linuxlibc库没有使用适当的优化级别进行编译。

  2. Linux ships with thousands of commands and applications that all require at least the libc library functions .

    随Linux一起交付的还有几千条命令和应用程序,它们至少都需要libc库函数。

  3. Calculating Backscattering From a Conducting Flat Plate Coated With RAM Using MoM in Conjunction With LIBC

    利用MoM和LIBC求解材料涂覆导体平板的后向散射

  4. The Linux libc library explains how tb_update_count is updated and how its values must be interpreted

    Linuxlibc库解释了tbupdatecount是如何更新的,以及如何对这个值进行解释

  5. Lib & Contains all the necessary libraries like libc , libdl , and so on

    lib―包含所有必需的库,如libc、libdl等

  6. Sysconf () is provided as part of libc .

    sysconf()是libc的组成部分。

  7. If the libc functions were packaged with all programs , thousands of copies of the same functions would be on the disk .

    如果libc函数与每一个应用程序都打包在一起,那么磁盘上将会出现几千个相同函数的副本。

  8. System call probes , or syscall probes , are probes used to probe functions in the libc library as well as the kenel .

    系统调用探测(即syscall探测)用来探测libc库和内核中的函数。

  9. According to this method , I designed a tool for tailor GNU libc shared libraries , which can auto check dependency and auto adapt different environments .

    基于这种剪裁技术,实现了对GNUlibc共享库进行剪裁的工具,具有能自动分析库函数间依赖关系、剪裁效果好、自适应能力强等特点。

  10. As the graph shows , the implementation presented in this article is the fastest , and it scales similarly to the recompiled libc implementation .

    如图所示,本文给出的实现的速度最快,并且其扩充性与重新编译后的libc实现类似。

  11. The m17n C library parallels the basic text-processing functions of glibc ( and various other flavors of libc ) .

    m17nC库可以类似地实现glibc(以及各种风格的libc)的一些基本的文本处理功能。

  12. The standard BSD libc libraries and the glibc library underlying GNU / Linux and GNU / Hurd systems perform this function .

    这项功能由GNU/Linux和GNU/Hurd系统下的标准BSDlibc库和glibc库完成。

  13. These are library calls , provided by the system libraries such as libc and libsocket , found in / usr / lib .

    有一些库调用,由/usr/lib中的系统库libc和libsocket提供。

  14. To use pools in your own programs , you can either use GNU libc 's obstack implementation or Apache 's Apache Portable Runtime .

    要在自己的程序中使用池,您既可以使用GNUlibc的obstack实现,也可以使用Apache的ApachePortableRuntime。

  15. At the moment , an m17n libc is available , and you can code with an m17n version of Xlib .

    现在,我们可以使用一个m17nlibc,另外还可以使用一个Xlib的m17n版本进行编码。

  16. To do this , devfsd actually performs a dynamic call to the libc function you specify , in this case symlink () and unlink () .

    为了做到这一点,devfsd实际上执行指定的libc函数的动态调用,这里是symlink()和unlink()。

  17. Most modern C standard libraries , like the libc library running the BSDs and the glibc running GNU / Linux systems , have the POSIX locale mechanism built in .

    大多数当代C标准库,如运行在BDS上的libc库和运行在GNU/Linux系统上的glibc,都内建了POSIXlocale机制。

  18. Tb_libc : The libc implementation of gettimeofday using the TB register , but recompiled in a standalone program ( some Linux implementations use this algorithm ) .

    tblibc:使用TB寄存器的gettimeofday的libc实现,不过在一个单独的程序中重新进行编译(有些Linux实现使用了这种算法)。

  19. Instead , if you build as a shared image , it uses the available libraries that are used by other applications ( for example , / lib / libc . so . X ) .

    相反,如果我们是编译为一个共享映像,那么它会使用其他应用程序使用的库(例如/lib/libc.so.X)。

  20. On the first call into any of these functions , the pseudo client library populates a table of function pointers that then point to the " real "( libc ) implementations of these functions .

    在第一次调用这些函数中的某个函数时,pseudo客户机库会填充一个包含函数指针的表,这些函数指针指向函数“真正的”(libc)实现。

  21. This is because they reside within the C runtime library ( libc . so ), which was not ( in this case ) compiled with-pg and , hence , no profiling is gathered for any functions within this library .

    这是因为这些函数都是在C运行时库(libc.so)中的,(在本例中)它们都没有使用DE>-pgDE>进行编译,因此就没有对这个库中的函数收集剖析信息。