• Likewise, the built-in print function is also generic. We could specialize that with.

    同样内置的print函数也是泛型函数。

    youdao

  • As in the previous example, the print function raises an exception, because the file was not open for writing.

    正如之前例子所示,print函数抛出了一个异常原因文件尚未打开以供写入

    youdao

  • The measurement system is divided into two parts, hardware and software, can complete the data collection, analysis, storage, query, print function.

    测量系统包含硬件软件部分可以完成数据采集分析保存查询打印等功能

    youdao

  • This paper presents an implementation of infrared print function, which is used in portable analytic instrument based on 16 bits microcontroller 80196kc.

    本文介绍用于便携式分析仪嵌入式单片机系统的红外打印功能实现

    youdao

  • In addition, the system must have certain statistical analysis function and the print function. The users can print the data inquired and the tourism resources thematic map and so on.

    此外系统还要具有一定统计分析功能打印功能,用户可以打印查询数据,也可以打印旅游资源专题

    youdao

  • The declaration of print(int) in the function fooBar hides the other declarations of print. It is as if there is only one print function available: the one that takes a single int parameter.

    函数fooBar中的printint声明将屏蔽print其他声明只有有效print 函数一样:函数带有一个int 型形参。

    youdao

  • For 150 years, Braille books were designed to function as much as possible like print books.

    150年来布莱叶盲文书籍设计功能尽可能做到印刷图书相同。

    youdao

  • Apple didn't build in a printing function, so you can't just tap a menu button to print an email, photo or Web page.

    苹果没有内置打印功能所以无法仅仅通过按一个菜单按钮打印电子邮件、照片网页。

    youdao

  • Using the sys_nerr global variable and the strerror() function, you can easily whip up some code (see Listing 5) to print out all of the built-in error messages of the system.

    通过使用 sys_nerr全局变量strerror()函数,将可以很轻松地快速编写一些代码请参见清单5打印系统所有内置错误消息

    youdao

  • Just like with atoms, you can de-reference and print the values after the execution of the function and see that the values have changed.

    如同atoms一样可以取消引用,执行函数打印验证该值已经改变

    youdao

  • Logging within the kernel is performed using the printk function, which shares similarity with its user space counterpart, printf (print formatted).

    内核日志通过printk函数实现的,用户空间对应函数printf(按格式打印)具有相似的作用。

    youdao

  • When you aren't quite sure why a function doesn't behave as expected, print a few variables to the console with printf or its equivalent to see just what's going on.

    如果不能确定为何函数没有预期工作printf类似的工具控制台上打印几个变量可以了解幕后发生什么

    youdao

  • Next, you invoke the new place-offer function, and after that you can print droid and see that the value has indeed changed.

    接下来调用新的place - offer函数之后可以打印droid,可以看到确实改变了

    youdao

  • The snprintf function allows you to print safely into a buffer of fixed size.

    snprintf函数可以安全地输出固定大小缓冲区

    youdao

  • Typing 'list main' will print the source listing starting around the main function and pressing return again will reveal the wib function call is on line 21.

    输入'listmain '打印main函数开始源码清单再次回车将显示第21wib函数调用

    youdao

  • The rest of the lines in the example define the stats function, call the function, and print out the results.

    示例中的其他定义stats函数调用了函数,输出结果

    youdao

  • The new syntax is now to simply pass in a value to the keyword argument file in the print() function. For example

    新的语法要求给 print() 函数的关键参数file传递一个就可以了。

    youdao

  • In addition to the data reader, another function, called print_file, is used to print the entire contents of the file.

    除了数据读取程序之外,另一个函数print _ file用于输出文件所有内容

    youdao

  • Each function and its variables are assigned a "frame" with the most recently called function in frame 0 (the "bottom" frame). To print the stack, issue the command 'bt' (short for 'backtrace').

    每个函数及其变量分配了一个”,最近调用的函数0号帧中(“底部”帧)。

    youdao

  • The end of each function calls the printData function, and based on the value of the $print class variable the XHTML data will either be returned from the function or displayed to the browser.

    每个函数末尾调用printData 函数,根据 $print变量返回XHTML数据显示浏览器

    youdao

  • The control which designers know in the print medium, and often desire in the web medium, is simply a function of the limitation of the printed page.

    我们印刷获得的控制力事实上一种缺陷,不应再继承Web设计中。

    youdao

  • You'll have to retrain your fingers to stop typing print "hello" and start typing print("hello"), because print is now a function, not a statement.

    如今,需要手指习惯于键入print("hello"),不是原来的 print "hello",这是因为 print现在函数不再是一个语句

    youdao

  • A model of generic report is designed based on Object-Oriented method by the analysis of the structure of generic report, and the function of print and user-defined in generic report is realized.

    通过通用报表结构分析,用面向对象的方法设计了个通用报表模型实现了通用报表的打印用户定制功能

    youdao

  • Moreover, when the object is transformed into XML -- using the print command or str() function -- the XML automatically matches the desired DTD.

    而且,将对象转换XML使用print命令str()函数,XML自动所期望的 DTD相匹配

    youdao

  • One way of doing this is to print the Drupal arg function straight into the class attribute value, as shown in Listing 5.

    实现方法直接class属性输出Drupalarg函数的值,清单 5。

    youdao

  • While print art born from typography has dismantled the function of image copy undertaken for centuries and has entered the palace of modern art as a kind of art mode with purity and singularity.

    诞生印刷术版画艺术完全卸掉它负担几个世纪的复制图像功能种纯粹独具魅力的复数艺术,进入现代艺术的殿堂

    youdao

  • Adding print statements at the beginning and end of a function can help make the flow of execution more visible.

    函数开头结尾添加输出语句能够确保整个执行流程更加可视化

    youdao

  • Leaders and every department of the plant may selectively view and print according to function and popedom in themselves.

    领导厂里各个部门可以根据自己职能权限选择性的进行查看打印

    youdao

  • It has such function as data acquisition, data processing and fault diagnosis etc, can also show and print the detection data and the growth course curve of brake power.

    具有数据采集处理故障诊断功能能够显示打印检测数据和动力增长过程曲线

    youdao

  • On the other hand, it made use of the function of date measure to realize the data collection, display and print of current waveform in order to improve the information level of whole system.

    一方面,利用数据检测功能实现对焊接电流波形采集显示打印提高整机信息水平

    youdao

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

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

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