• This section begins with an example program that finds the largest of three Numbers.

    首先给出一个示例程序,它寻找三个数字中的最大者。

    youdao

  • Listing 2 provides an example program written in PIR and executed by the Parrot VM.

    清单2提供PIR编写ParrotVM执行示例程序

    youdao

  • In this case GDB will take control and interrupt the program, allowing you to examine the state of everything and hopefully find out why. To provoke this scenario we'll use an example program.

    这种情况下gdb获得控制中断程序从而可以让检查所有事物状态如果运气好的话,可以找出原因

    youdao

  • Whetheryou're reading an example program, learning the background to a particularprocess, or being introduced to a new chapter, the style and form used allowthe reader to grasp concepts quickly.

    不管你是阅读一个编程实例还是理解某个进程的前因后果,或者阅读章节的前文介绍作者的行文风格形式都使得读者更易掌握新的概念

    youdao

  • According to the designing and implementing of the CGI component, the realization methods of dynamic data exchange are discussed based on CGI technology. At last, an example program is listed.

    结合CGI组件设计实现基于CGI技术实现动态数据交互方法进行了探讨,并给出部分程序实例

    youdao

  • As an example, let's examine just one role in the PMOfacilities administrationand how it contributes to program success.

    例子我们检查一下P MO中的任务——设备管理——以及如何规划成功有所贡献

    youdao

  • In the example described in this article, this is done using an executable program named RAWDEVSIZE.

    本文描述例子中,使用一个名为RAWDEVSIZE可执行程序完成该任务。

    youdao

  • Perhaps the best and most successful example of this is a compiler, which translates a high-level language program into an equivalent machine language implementation.

    也许方面最好成功例子就是编译器能够一个高级语言程序解释与之相当机器语言的执行程序。

    youdao

  • Consider an example of a program that prints out the address associated with 10 employees.

    例如,假设一个示例程序输出10个职员相关联地址

    youdao

  • Listing 9 contains a code example of the SQL CREATE procedure statement used to register an RPG program as an external stored procedure.

    清单9包含用于将一个R PG程序注册外部存储过程SQLCREATEPROCEDURE语句代码示例

    youdao

  • Listing 1 is an example of trace information coming from a single program being run using a simple output using timestamps and messages.

    清单1单个程序产生跟踪信息一个例子,该程序使用简单输出运行,输出中使用了时间戳消息。

    youdao

  • Listing 8 shows the entire example program and Listing 9 shows an execution example of the completed program.

    清单8展示整个示例程序清单9展示了完整程序执行示例。

    youdao

  • PHP uses one of these algorithms to compress files just like other applications and gets the same results any other language or program would. Let's go through an example.

    PHP其他应用程序一样使用这些算法之一压缩文件获得任何其他语言程序将获得的结果

    youdao

  • For example, if you intend to visit a rainforest to take photos of gibbons, practice in an environment that has low light levels and program your camera Settings accordingly.

    例如计划热带雨林拍摄长臂猿那么可以练习条件下拍摄,据此调整好相机

    youdao

  • Fontana, who has been working in U.S. Postal Service's Operation Santa Claus program for 15 years, shares an example.

    丰塔已经美国邮政总局“圣诞老人行动”项目工作15他举一个例子

    youdao

  • Listing 1 is an example that exploits the -exit-status option and USES the exit status to determine whether any errors were found in the program.

    列表1一个例子它利用这个- exit -status选项使用这个退出状态决定是否错误这个程序中发现

    youdao

  • Later in this article, we'll set up an MPICH-based Linux cluster and see an example of an MPI-based program.

    本文稍后的部分中,我们构建基于MPICHLinux集群来看一个基于MPI程序例子

    youdao

  • Listing 3 shows an example of a USER Not Authenticated or FAKED USER error that occurs if you run a program to access a guard point after logging in via a non-authorized login method.

    清单3显示了一个USERNotAuthenticatedFAKED USER错误例子通过不支持的登录方法登录并运行访问保护程序之后,就会出现此类错误。

    youdao

  • The program will assume I'm doing that manually, rather than using an EntityManager, for example.

    这样程序就会假设手动管理这个ID,不是使用EntityManager来管理。

    youdao

  • As an example, if you wanted to remove the yum-updatesd program from runlevel 2, you could simply remove the link /etc/rc.d/rc2.d/S97yum-updatesd.

    例如如果运行2删除yum-updatesd程序只要删除链接 /etc/rc.d/rc2.d/S97yum-updatesd 即可。

    youdao

  • Let's see an example of how to write a simple report script that prints the line coverage percentage for a specific function within a program. The script syntax is.

    我们一下怎样书写简单报表脚本,该脚本一个项目中一个特定的函数记下覆盖率百分比

    youdao

  • It returns a connection object you can use throughout your PHP program. The following code shows an example.

    返回一个可以在整个php程序使用连接对象

    youdao

  • One is when the test program isn't correctly designed and may fail to compile on some systems. As an example, consider the following proposed test program for the availability of the STRCMP function.

    一种情况测试程序设计正确可能一些系统编译失败

    youdao

  • One example is the Peru Rural Roads Program, where an increasing number of women were employed in road maintenance, helping other women to travel further and more safely.

    秘鲁农村道路方案就是一个这样例子其中道路维修工作雇用妇女人数不断增加以帮助其他妇女得更远安全。

    youdao

  • A common example of this is an administrator, system program, or privileged server running your program while walking through parts of the file system controlled by ordinary users.

    这种情形一个常见例子运行程序的管理员、系统程序或者有特权服务器正在遍历的是普通用户控制文件系统部分

    youdao

  • You can modify the utility as required. For example, suppose you want a sequence with an interval of 5. You can modify the program to achieve this.

    根据需要修改实用程序例如如果希望获得间隔5的序列,可以通过修改程序来实现。

    youdao

  • The example program for this section implements a selection sort on an array of integers.

    示例程序一个整数数组实现选择排序

    youdao

  • Once associated with a program entity, an attribute can be queried at run time and used in any number of ways (for example, help documentation).

    属性一旦程序实体关联,就可以运行查询它并且可以各种方式使用(例如,帮助文档)。

    youdao

  • For example, a trusted program could create a file in such a directory, and an untrusted user could delete and rename.

    例如个可信任程序可以这样一个目录下创建文件一个不受信任用户可以删除或者重命名它。

    youdao

  • For example, a buffer overflow in a network server program that can be tickled by outside users may provide an attacker with a login on the machine.

    例如外部使用者可以利用网路伺服器程序中的缓冲区溢位可能使攻击登入机器。

    youdao

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

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

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