• The officers use stylus pen-based input devices to write their reports onto touch-sensitive screens.

    警官使用指示笔式输入设备触摸屏报告

    《柯林斯英汉双解大词典》

  • Write a script, produce one data file for each step, use a data file between each pair of steps as input, and collect the final file as the ultimate result.

    编写脚本每个步骤生成一个数据文件,在步骤之间使用数据文件作为输入最后的文件作为最终结果

    youdao

  • Upon answering these questions, you can write the XSLT templates to match the input and output.

    弄清这些问题之后就可以编写XSLT模板匹配输入输出了。

    youdao

  • In particular, what if we decided we wanted to write a program that would test what happens when we run a program on itself as input.

    特别是,如果把程序自身当作它的输入是发生什么,我们需要编写一个怎忙的程序来测试它呢

    youdao

  • Simply, for example, to improve the method of accepting input, you might write a grammar rule for the month so you can speak the month (see Listing 6).

    简单说,例如改进接收输入方法我们可以编写一个语法规则这样应用程序可以直接识别月(清单6所示)。

    youdao

  • For instance, to limit values in a field to all Numbers, write a routine that makes sure the input is all Numbers.

    例如字段限定所有数字需要编写一个确保输入全都数字的例程

    youdao

  • Let's write an input function to get the relevant lines from the file.

    我们编写一个输入函数文件中读取相应

    youdao

  • Another important aspect of executing commands from the command-line interface (CLI) is the ability to write various outputs to a device or to read input into a command from another device.

    通过命令界面(CLI)执行命令一个重要方面能够各种输出写到设备或者来自另一个设备的输入读取到命令中。

    youdao

  • Basically, you just write format conversion code, and have no ability to affect either the input or output format.

    基本上就是编写格式转换代码,对输入输出格式都无能为力。

    youdao

  • Write code to read the input message for the human task, claim the task, read the input message, implement the task, create the output message, and complete the task.

    编写代码读取人工任务输入消息声明任务、读取输入消息、实现任务、创建输出消息,以及完成任务。

    youdao

  • For example, rather than having to write 2gb of data into the grid, we iterate through an input file (say in steps of 50k) and write the read data into the grid.

    例如与其2GB数据写入网格,不如对输入文件迭代读取(譬如每次读取50k),再将每次读取的少量数据写入网格中。

    youdao

  • Some programs might never halt when run on themselves, though -- so let's use DOES-HALT to write pseudo-code for a program that checks to see what happens when a program is given itself as input.

    有些程序把它们自己当作输入运行可能永远不会停下来,既然这样——那么我们DOES-HALT编写一端代码,用测试一个程序把它自己作为输入参数时会发生什么好了。

    youdao

  • Write the input to a script for further processing.

    输入写入脚本用于进一步处理

    youdao

  • I'm going to have it take in as input how many legs I got, how many heads do I have, and I just want to write a little loop.

    这就是解决问题的思路,将要输入多少条腿以及我有多少

    youdao

  • This creates an input field for each read/write element and a label for the subtotal.

    这样便每个/元素创建输入字段并且为 subtotal 创建了一个标签

    youdao

  • After taking this tutorial, you should have a complete understanding of Groff fundamentals, including how to write and process basic Groff input files and how to produce various output from them.

    学习了教程之后应该完全了解Groff基本知识,包括如何编写处理基本的Groff输入文件以及如何这些文件生成各种输出

    youdao

  • A benefit of using the Dispatcher is that it allows you to easily set parameters on the event to local values, such as text input, without having to write any code in ActionScript to do it.

    使用Dispatcher一个好处可以事件参数轻松设置本地(比如文本输入),无需编写任何ActionScript代码完成这个任务。

    youdao

  • WebSphere Application Server administrators often write complex wsadmin scripts that read their input parameters from a properties file, or output their WebSphere configuration in a properties file.

    WebSphereApplicationServer管理员通常编写复杂wsadmin脚本,这些脚本从属性文件读取输入参数或者属性文件中输出WebSphere配置

    youdao

  • The Hadoop framework will take the output of the map phase and write it to intermediate files that will serve as the input for the reduce phase.

    Hadoop框架接收map阶段输出写入作为reduce阶段输入中间文件

    youdao

  • A good start is to write functional tests to understand how the GUI behaves in response to user input. Writing tests for GUIs is more complex than writing tests for non-visual code, because.

    开始最好先编写功能测试了解GUI如何响应用户输入

    youdao

  • Essentially, its job is to write out the contents (especially the attachment) of its input data object to the system output.

    基本上工作就是输入数据对象内容(特别是附件)写出系统输出

    youdao

  • To live in a pipeline, a utility needs to read data from standard input and write data to standard output.

    为了生活管道中实用程序需要标准输入读取数据然后标准输出写出数据。

    youdao

  • This is a tough task for developers, because they will have to write thousands lines of code to validate user input.

    对于开发员来说一个艰难的任务因为他们需要上千行的代码识别输入

    youdao

  • Using this technique, you would have to write a different recursive template for each variety of input data that you wanted to aggregate.

    采用这种技术必须需要聚合不同类型输入数据编写不同模板

    youdao

  • While the number of signatures is important, the quality of the petition and the input of the people signing it - eg., people taking time to write a message - proves more persuasive than raw Numbers.

    虽然签名数量十分重要,但是请愿质量签名投入-比如人们时间信息-产生更多的劝进而单纯的数量。

    youdao

  • To write an integer constant as part of a program or as input data, you simply write the digits that make up the number.

    整形常量作为程序一部分或者输入数据可以简单地直接写下数字。

    youdao

  • Write a program that finds palindromes in input lines.

    编写一个程序找出输入行中的回文

    youdao

  • Write a program to read the standard input a line at a time. Modify your program to read a word at a time.

    编写程序实现从标准输入每次读入文本。然后改写程序,每次读入一个单词

    youdao

  • Like many other UNIX utilities, tar can write to and read from standard output (stdout) and standard input (stdin), respectively.

    许多其他UNIX实用程序一样tar可以分别标准输出(stdout)写入、标准输入(stdin)读取

    youdao

  • If you write a customer-facing application and the information came through user input, you can even ask the user to re-enter their E-mail address using a simple Web form.

    如果编写的是面向用户应用程序而且信息来自用户输入需要通过一个简单Web表单,要求用户重新输入他们电子邮件地址

    youdao

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

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

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