C Runtime Library的意思|示意

美 / / 英 / /

C运行库


C Runtime Library的网络常见释义

选择一个多线程版本的 ... 第8章 使用C Run-Time Library 选择一个多线程版本的C Runtime Library 哪一个好:CreateThread()抑或_beginthreadex()? ...

你的程式所需要的函式库 ... 仅显示所选元素的程式码 show selected element only 你的程式所需要的函式库 c runtime library 如同你仍有最后的程式 last program ...

C Runtime Library相关例句

An application has made an attempt to load the C runtime library incorrectly.

这些英语的汉语意思为:应用程序试图加载C运行库时出现错误。

The linker's ability to build a table of safe exception handlers depends on the application using the C runtime library.

链接器能否生成安全异常处理程序表取决于使用 C 运行库的应用程序。

With dynamic linking, you can update just one C runtime library, and correct the internationalization of all seventy-nine applications.

有了动态链接,您就可以只更新一个 C 运行时库,然后修正所有 79 个应用程序的共同问题。

To Invoke an Application-Supplied Algorithm The C runtime library function qsort sorts an array of objects, but you must supply the function that compares objects.

调用应用程序提供的算法:C 运行时库函数 qsort 排序对象数组,但你必须提供比较函数。

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)中的,(在本例中)它们都没有使用 -pg 进行编译,因此就没有对这个库中的函数收集剖析信息。