• Similarly, the CDT leverages and integrates with standard C/C++ tools, such as g++, make, and GDB.

    同样地CDT利用标准C/C++工具集成例如 g++、makeGDB

    youdao

  • The Standard C library provides a set of functions, listed in Table 4.1, that operate on C-style strings.

    4-1列出C 语言标准提供的一系列处理C 风格字符串的库函数

    youdao

  • The standard C library (and thus, every UNIX program) defined three standard streams: input, output, and error.

    标准C因而每个UNIX程序定义了三种标准输入输出错误

    youdao

  • Using the standard C string functions or your favorite string library, compare the common name and the host name.

    使用标准C字符串函数习惯使用的字符串通用主机进行比较

    youdao

  • The first small library is uClibc, which is a minimized version of the standard C library for space-constrained systems.

    第一较小uClibc是为对空间要求非常严格的系统准备的一个标准C 库。

    youdao

  • However, if you need the standard C library (for your custom binaries), there are other options beyond the massive glibc.

    然而如果我们需要标准C(我们自己定制的二进制可能需要这个库),除了巨大glibc 之外,我们还有其他选择

    youdao

  • The good news is, these days many vendors have taken the initiative to provide reentrant versions of the standard C library.

    近来很多提供商已经开始提供标准c程序库可重入版本一个好消息

    youdao

  • The lack of exceptions from the C language and the rudimentary error mechanisms from the standard C library certainly contribute to this.

    缺乏C语言异常标准 C基本错误机制确实会导致出现此种情况。

    youdao

  • In standard c, the effect of this is to forbid the use of the address of a thread local variable as an initializer for an object or pointer.

    标准c这种作法效果禁止线程本地变量地址用作对象或指针的初始值设定项。

    youdao

  • Standard C allows for the initialization of an object or variable with an expression involving a reference to itself, but only for objects of nonstatic extent.

    标准C允许使用需要引用自身表达式初始化对象变量适用于静态作用域的对象

    youdao

  • You could simply return a pointer to a standard C++ object (if you don't need to access functions), any other type of function lookup table, or whatever you wanted.

    可以简单地返回一个标准C++对象指针如果需要访问函数),任何函数查询表其它类型指针,需要的任何类型的指针。

    youdao

  • Now we just need a program to convert our macro into standard C. For this simple example, Perl is used because it can evaluate user code in a string, and its syntax is largely C-like.

    现在我们需要一个程序这个转换标准C 语言就可以了。对于这个简单例子来说,我们将使用Perl 来实现这个程序,因为可以对字符串中的用户代码进行评测,语法也 C 语言非常类似。

    youdao

  • In most cases, there is no reason to test for access to functions that have been part of ANSI/ISO C since the 1989 version of the standard came out, or for availability of the standard C headers.

    绝大部分情况下没有理由测试是否有权使用 1989版本标准出现以后ANSI/ISOC 中的函数或者标准的 C 头文件是否可用

    youdao

  • Then, we'll discuss two examples of the static approach (standard C strncpy/strncat and OpenBSD's strlcpy/strlcat), followed by two examples of the dynamic approach (SafeStr and C++'s std::string).

    然后我们讨论静态方法例子标准Cstrncpy/strncatOpenBSDstrlcpy/strlcat ),接着讨论动态方法的两个例子(SafeStrC++ 的std::string )。

    youdao

  • One severe limitation of the standard C++ reuse model is that if I wanted to sell my fancy database object, I would have to distribute my complete and valuable know-how in form of the source code.

    C++重用模式最严重限制如果销售做好数据库组件,我不得不分发完整最有价值的源代码。

    youdao

  • I realized that each of those systems had certain functionality that was consistent everywhere, like the standard IO library in c-but there was also different functionality.

    想到这些系统有些功能共有的,比如标准io,但是有些功能是不互通的。

    youdao

  • Occurring sequentially from top to bottom, within each iteration, r, d, c, and t represent some of the standard disciplines executed in each iteration (Requirements, Design, Code, and Test).

    每个迭代顺序发生RDct表示每次迭代中执行一些标准规程(需求设计代码和测试)。

    youdao

  • The C standard specifies two definitions (EXIT_SUCCESS and EXIT_FAILURE) that can be passed to the status parameter to indicate successful or unsuccessful termination.

    C 语言标准规定了两个定义(EXIT_SUCCESS EXIT_FAILURE),可以传递状态参数,以说明终止成功或者成功

    youdao

  • The goal is to generate as many transactions as possible in a fixed amount of time; this JDBC benchmark closely resembles the TPC-C standard for OLTP.

    目标一定时间生成尽可能事务这个JDBC基准非常类似OLTP的TPC - C标准

    youdao

  • Michele Costabirle considers that missing a standard library from the beginning was one of C++ flaws

    MicheleCostabirle认为一开始就缺少标准程序C++的个败笔

    youdao

  • There are about 30,000+ tests that C#-SQLite is already passing. Are those SQLite standard tests or some tests you created especially for this project?

    C#-SQLite已经通过了超过30,000个测试这些SQLite标准测试你自己创建的测试中,有没有专门针对这个项目的?

    youdao

  • The C++0x standard defines interfaces accessible to application developers that allow them to tweak garbage collection.

    应用程序开发人员可以通过 C++0x标准定义接口调整垃圾收集过程

    youdao

  • The past year and a half have seen a lot of DB2 for LUW activity on the standard TPC-C benchmark, the benchmark commonly used to measure performance in the on line transaction processing environment.

    过去时间里,标准TPC - c基准方面很多DB 2for LUW活动这个基准用于测试在线事务处理环境中的性能

    youdao

  • In the last contest, we used an open source OLTP benchmark, called BenchmarkSQL, that closely resembles the TPC-C standard for OLTP.

    上一次竞赛中我们使用一个开源oltp基准测试称为BenchmarkSQL,它与针对OLTPTPC - c标准非常相似

    youdao

  • If I recall it right, Stroustroup wrote in "The Design and Evolution of C++" that he delayed a standard library in favor of multiple inheritance. I would have enjoyed it more the other way.

    如果记得没错的话,StroustroupC++设计演化”一书中说到应该一个标准程序库支持继承我等福消受啊。

    youdao

  • Early testers' feedback made it very obvious people expect standard shortcuts such as Ctrl-Z, Ctrl-C etc to be implemented, and rightfully so.

    早期测试者的反馈表明,人们期望提供标准快捷键比如Ctrl-Z、Ctrl-C等等,这正当的要求。

    youdao

  • COM specifies that any interface must follow a standard memory layout, which is the same as the C++ virtual function table (see Rogerson96 in Resources).

    COM指定任何接口都必须遵循一个标准内存规划C++ 的虚拟函数(请参阅 参考资料中的 Rogerson96)相同

    youdao

  • Help us implement the existing C-based Ruby libraries in the standard distribution.

    帮助我们实现标准分发版本中已有的基于C语言的Ruby类库

    youdao

  • Help us implement the existing C-based Ruby libraries in the standard distribution.

    帮助我们实现标准分发版本中已有的基于C语言的Ruby类库

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定