• The inverse -- calling a C function from Lua -- is similar.

    反之,在 Lua调用C函数与之类似

    youdao

  • C function, summed up the look, you can check book as a tool.

    函数总结一下可以作为工具书

    youdao

  • Based on the definition, a class of parameter - free F- C function is proposed.

    基于这个定义提出了一类参数F—C函数

    youdao

  • You use lua_pushcfunction() to convert a C function pointer into an internal Lua object.

    可以使用 lua_pushcfunction()C函数指针转换成内部Lua对象

    youdao

  • You may be wondering exactly how calling a GObject method differs from calling a simple C function.

    可能感到疑惑调用GObject方法与调用简单C 函数到底有何区别?

    youdao

  • The first thing you'll notice is that although this is a C function, it receives a Scheme object and returns a Scheme object in response (SCM type).

    首先需要注意虽然C函数但是它接受一个Scheme对象返回一个 Scheme 对象(SCM类型)。

    youdao

  • What you should see is a complete listing of the getcwd() function and a listing of the arguments that this important C function requires and returns.

    看到应该getcwd()函数完整清单以及这个重要C 函数需要返回参数清单。

    youdao

  • To make one executable look like many executables, BusyBox exploits a seldom-used feature of argument passing to the main C function. Recall that the C main function is defined as follows

    为了个可执行程序看起来就像是很多执行程序一样,BusyBox传递C的 main函数参数开发个很少使用特性

    youdao

  • C doesn't include a built-in capability to handle exceptions, so by default it ignores any function returns if you don't do anything with them.

    c语言没有包含一种内置的功能处理异常因此默认情况下,如果不处理函数返回值就会将其忽略

    youdao

  • The UML to C++ transformation provides two options for generating code for an inline function.

    UML C++ 的转换生成一个内联函数代码生成提供了两个选项

    youdao

  • In C, the truly correct way is to be very pathantic and say, ; nothing is coming into this function; void so I'll explicitly say, void here.

    C语言中正确方法说明,没有任何东西进入这个函数中来;,所以明确在这里指明

    youdao

  • Simply copy and paste the relevant function from the generated c, add the magic override line, and edit the code until it does what you want.

    只要生成c中复制粘贴相关函数添加有魔力覆盖编辑代码直到所愿

    youdao

  • This result cannot be represented in a single variable in c, so the multiply function returns the result in two different output parameters.

    这个结果c语言无法使用单个变量进行表示因此这个乘法函数两个不同输出参数的形式返回结果。

    youdao

  • The developer defines a function, much like those in functional languages like c, and generates code that makes the function look like a normal function to the caller.

    开发人员定义函数c语言中的函数语言非常类似生成代码使函数调用方而言看上去一个常规函数。

    youdao

  • Once the package is created, use the import function to bring in your COBOL or C files.

    一旦创建了,就使用导入功能导入COBOLC文件

    youdao

  • If you pass a function in c, a value that it's not expecting bad things happen and bad things generally reduce to segfault.

    如果C传递函数,一个没有预料情况会出现这个情况通常是段错误。

    youdao

  • This example shows the C++ source code that contains a non-class function, a Private member function of a class, and a Public member function of a class.

    这个示例使用 C++源代码包含个非函数、类的一个私有成员函数一个公共成员函数。

    youdao

  • Most C compilers do not use this STAB (they expect the debugger to assume that the name is main), but some C compilers emit an N_MAIN STAB for the main function.

    大多数C编译不会使用STAB它们希望调试假设名称程序的名称),但是一些 C 编译器会发出 N_MAIN STAB 来获得主函数。

    youdao

  • If you need this behavior, consider calling the C exit function from your COBOL program and using _twzCOBOLTerm after the runtime termination exit.

    如果需要使用这种行为可以考虑COBOL程序调用Cexit函数,并运行终止退出使用 _twzCOBOLTerm。

    youdao

  • Even if you don't use multithreading, initialize Xerces-C + + up front to avoid multiple calls to this function and then terminate when your application terminates.

    即使使用多线程处理,也要预先初始化xerces - C+ +避免多次调用这个函数然后在应用程序结束时将其终止。

    youdao

  • The first example illustrates calling a Scheme function from C, passing in an argument, and capturing the return value.

    第一例子演示如何C调用Scheme函数传入参数捕获返回

    youdao

  • Think of this as a specialized version of the C library function select, but for DMA transfers.

    可以把看作C函数select特殊版本但是针对的是DMA传输

    youdao

  • For example, a copy function should be implemented with a Ctrl-C shortcut, named copy, and given a tooltip of copy.

    比如复制功能应该使用快捷键Ctrl - c(称为Copy)实现而且提供了一个Copy工具提示

    youdao

  • To generate a C++ friend function that is a friend of a class, you need to create a UML operation within a UML Class and apply the cpp_operation stereotype on the UML operation.

    为了创建一个 C++函数需要在一个UML 类的内部创建一个 UML操作,并且将 cpp_operation套用 UML 操作上面。

    youdao

  • C + + Builder developers need to pass an additional (first) Owner argument to the HandleReconcileError function, by the way.

    C+ +Builder开发人员需要一个额外的(第一个)owner参数传递HandleReconcileError函数方法如下。

    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

  • Yet another use of attributes is to set function types, such as cdecl, stdcall, and fastcall, to Visual C++.

    属性一个用途为 Visual C++设置函数类型cdeclstdcall fastcall。

    youdao

  • In c, you'd write a simple function like this.

    c语言可以编写一个简单函数

    youdao

  • Then formatting the output of the data is a matter of either using the printf() function, which is similar to C/C++, or using proper HTML table tags.

    然后设定数据输出格式可以使用printf()函数类似C/C++),可以使用适当HTML标记。

    youdao

  • Then formatting the output of the data is a matter of either using the printf() function, which is similar to C/C++, or using proper HTML table tags.

    然后设定数据输出格式可以使用printf()函数类似C/C++),可以使用适当HTML标记。

    youdao

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

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

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