main program
[计] 主程序
2026-03-21 18:40 浏览次数 13
[计] 主程序
main machinery program sequence主要程序步骤
main application program主应用程序
the main boot program主引导程序
main booting program主引导程序
main line program counter[计]
main machinery program register主程序寄存器
main planimportant program要图
main line program[计]
main machinery program主程序
listing 2 shows the beginning of the main program loop.
清单2显示了主程序循环的开头。
assuming at least one match was found, the main program will then continuously overlay the matching sound files to build a single output file.
假设至少查找到了一个匹配,主程序将继续叠加匹配声音文件来构建一个单独的输出文件。
listing 4 shows the beginning of the three-finger detection in the main program loop.
清单4显示了主程序循环中的三指检测的开始部分。
the main program logic first turns buffered output off.
主程序逻辑首先关闭了缓沖输出。
these all need to be quadword aligned, so that you can copy it into your main program and use the values with dma transfers.
而且它们都是按四字节对齐的以便能够将其复制进您的主程序并在dma传输时使用值。
table 3 below lists three program examples: a c main program and two cobol programs.
下面的表3列出了三个程序例子:一个c 语言编译的主程序和两个cobol程序。
this error will disappear after the main program has been defined.
在您完成主程序的定义之后,该错误将会消失。
searching this data structure for query results will be performed in the main program logic.
在主程序逻辑中执行数据结构搜索以获得查询结果。
this is because a main program is required for every application project, but, by default, no program is initially associated with it.
这是因为每个应用程序都需要一个主程序,而在缺省情况下并没有初始关联的用户程序。
all that remains to complete the scoring code upgrade is to modify the main program logic flow from listing 7 to listing 8.
完成评分代码升级剩下的全部操作就是将主程序逻辑流程从清单7修改为清单8。
create a hash keyed on e-mail address for each state name, to be checked in the main program loop.
创建与每个州名的电子邮件地址绑定的散列,将在主程序循环中检查该散列。
with the subroutines in place, the main program logic will allow the user to create a tone sequence, or will run in daemon mode to listen for tones and execute commands.
子例程就绪后,主程序逻辑将允许用户创建音调序列,或以守护进程模式运行来侦听音调命令和执行命令。
each pass of the main program loop reads new values from the accelerometer sensors.
每执行一次主程序循环都将从加速计传感器中读取新的值。
with our subroutines set up, we move quickly into the short main program logic.
设置了子程序后,我们将快速转入简短的主程序逻辑。
most languages allow the main program to have any name.
大多数语言允许主程序使用任意名称。
the main program holds the query, sorting, and display logic for returning the matches.
主程序拥有返回匹配所需的查询、排序和显示逻辑。
the idea of keeping the main program very simple and putting the business complexity into classes contained in a library can also help solve the problem of testing gui applications.
记住这个原则:「使主程序尽量简单,而将复杂的业务作为类放到库中」。它将帮助你解决测试gui应用程序的问题。
the main program logic above searches for letter and number strings matching our simplistic criteria.
上面的主程序逻辑将搜索匹配简单标準的字母和数字字符串。
listing 8 shows the main program logic.
清单8显示了主程序逻辑。
with the base variable declarations and subroutine complete, the program moves on to the main program loop, shown below.
完成了基本变量声明和子例程后,程序将继续进行主程序循环,如下所示。
to switch between modes, an additional check is required in each pass of the main program loop.
要在模式间进行切换,需要对主程序循环的每次循环执行额外的检查。
with the subroutines in place, the main program logic allows the user to create a knock sequence, or runs in daemon mode to listen for knocks and execute commands.
利用这些子程序,主程序的逻辑允许用户创建敲打序列,或在守护模式下监听敲打序列并执行命令。
note that the spe code is written as a new main program and code is generated for it prior to embedding through the handle into the ppe code.
注意,spe代码被编写为一个新的主程序,并在通过句柄嵌入ppe代码之前为它生成代码。
now we're ready for the main program logic, as shown below.
这时,我们可以开始编写主要的程序逻辑了,如下所示。
the second main program handles the search/list operation for multiple db2 rows.
第二个主程序处理多个db2行的搜索/列举操作。